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
|
---|---|---|---|---|
* {
margin: 0px;
padding: 0px;
}
body {
font: 16px 'arial';
}
.container {
margin-right: auto;
margin-left: auto;
}
.navbar {
background: #222222;
width: 95%;
padding: 0px 40px;
color: #6B716D;
font-weight: bold;
float: left;
}
.logo {
float: left;
padding: 10px;
}
.navbar ul a {
text-decoration: none;
color: #6B716D;
font-weight: normal;
font-size: 14px;
}
.navbar ul {
float: right;
list-style: none;
}
.navbar li {
display: inline-block;
position: relative;
padding: 10px 10px;
}
.navbar li:hover {
background: black;
}
.navbar li:hover a {
color: #FFFFFF;
}
.navbar li:first-child:hover .namelist {
visibility: visible;
}
.namelist {
display: block;
position: absolute;
top: 37.5px;
left: 0px;
border: 1px solid #CCC;
visibility: hidden;
border-radius: 0px 0px 3px 3px;
box-shadow: 0px 2px 10px #CDCDCD;
}
.navbar li:hover .namelist a {
color: #999999;
}
.namelist li {
margin: 5px 0px 0px 0px;
padding: 0px 80px 0px 10px;
}
.namelist li:last-child {
display: block;
padding: 5px 100px 5px 10px;
border-top: 1px solid #CCC;
}
.searchbar {
display: inline-block;
clear: both;
width: 70%;
margin: 40px 170px;
padding: 20px;
background: #F5F5F5;
border: 1px solid #CCC;
border-radius: 4px;
}
.searchbar button, select {
padding: 5px;
border: 1px solid #CCC;
background: blue;
color: white;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid #245580;
border-radius: 4px;
color: #fff;
background-color: #337ab7;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
margin-left: 10px;
}
.searchbar select {
padding: 4px;
}
.searchbar button:active {
color: #fff;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
background-color: #265a88;
}
#search {
width: 30%;
padding: 5px;
border: 1px solid #CCC;
border-radius: 4px;
}
.usertable th{
margin-right:40px;
}
.usertable th:last-child{
margin-right:0px;
}
|
Dashboard/Dashboard_main_cs.css
|
* {
margin: 0px;
padding: 0px;
}
body {
font: 16px 'arial';
}
.container {
margin-right: auto;
margin-left: auto;
}
.navbar {
background: #222222;
width: 95%;
padding: 0px 40px;
color: #6B716D;
font-weight: bold;
float: left;
}
.logo {
float: left;
padding: 10px;
}
.navbar ul a {
text-decoration: none;
color: #6B716D;
font-weight: normal;
font-size: 14px;
}
.navbar ul {
float: right;
list-style: none;
}
.navbar li {
display: inline-block;
position: relative;
padding: 10px 10px;
}
.navbar li:hover {
background: black;
}
.navbar li:hover a {
color: #FFFFFF;
}
.navbar li:first-child:hover .namelist {
visibility: visible;
}
.namelist {
display: block;
position: absolute;
top: 37.5px;
left: 0px;
border: 1px solid #CCC;
visibility: hidden;
border-radius: 0px 0px 3px 3px;
box-shadow: 0px 2px 10px #CDCDCD;
}
.navbar li:hover .namelist a {
color: #999999;
}
.namelist li {
margin: 5px 0px 0px 0px;
padding: 0px 80px 0px 10px;
}
.namelist li:last-child {
display: block;
padding: 5px 100px 5px 10px;
border-top: 1px solid #CCC;
}
.searchbar {
display: inline-block;
clear: both;
width: 70%;
margin: 40px 170px;
padding: 20px;
background: #F5F5F5;
border: 1px solid #CCC;
border-radius: 4px;
}
.searchbar button, select {
padding: 5px;
border: 1px solid #CCC;
background: blue;
color: white;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid #245580;
border-radius: 4px;
color: #fff;
background-color: #337ab7;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
margin-left: 10px;
}
.searchbar select {
padding: 4px;
}
.searchbar button:active {
color: #fff;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
background-color: #265a88;
}
#search {
width: 30%;
padding: 5px;
border: 1px solid #CCC;
border-radius: 4px;
}
.usertable th{
margin-right:40px;
}
.usertable th:last-child{
margin-right:0px;
}
| 0.345326 | 0.125977 |
:root {
--main-bg-color: #fff;
--main-font-color: #313537;
--main-link-color: #0011ff;
--header-font-color: #333333;
--header-link-color: #666666;
--footer-link-color: #313537;
--pagination-border-color: #dee2e6;
--color-patreon: #dc3545;
--color-ko-fi: #dc3545;
--color-bmc: #dc3545;
}
.badge-info {
background-color: #20c997;
color: #000;
}
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #1a1a1a;
--main-font-color: #f8f9fa;
--main-link-color: #ffc107;
--header-font-color: #efefef;
--header-link-color: #eaeaea;
--footer-link-color: #aaa;
--pagination-border-color: #222222;
--color-patreon: #f96854;
--color-ko-fi: #df5000;
--color-bmc: #ff813f;
}
}
/* Global styles */
body {
background-color: var(--main-bg-color);
color: var(--main-font-color);
font-family: var(--font-content);
}
a,
a:hover {
color: var(--main-link-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-title);
}
/* Partial: Colors */
.text-patreon {
color: var(--color-patreon) !important;
}
.text-ko-fi {
color: var(--color-ko-fi) !important;
}
.text-bmc {
color: var(--color-bmc) !important;
}
.pagination .page-item .page-link {
background-color: var(--main-bg-color);
border-color: var(--pagination-border-color);
color: var(--main-link-color);
}
.pagination .page-item .page-link:focus {
box-shadow: 0 0 0 .2rem var(--pagination-border-color);
}
.pagination .page-item.active .page-link {
background-color: var(--main-link-color);
border-color: var(--main-link-color);
color: var(--main-bg-color);
}
.pagination .page-item.disabled .page-link {
color: var(--main-font-color);
}
#TableOfContents ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#TableOfContents ul li {
margin-top: 1rem;
padding-left: 1.5rem;
}
#TableOfContents ul:first-child > li {
padding-left: 0;
}
#TableOfContents ul:first-child > li:first-child {
margin-top: 0;
}
#TableOfContents ul li a {
padding: 1rem 0;
font-size: .9rem;
}
/* Partial: Header */
.header a:hover {
text-decoration: none;
}
.header .logo {
margin-left: 1.5rem;
max-height: 120px;
}
.header h1.name {
color: var(--header-font-color);
font-size: 2.3rem;
letter-spacing: 0.1rem;
}
.header ul.nav li a {
color: var(--header-link-color);
font-family: var(--font-title);
font-size: 14px;
padding: 3px 5px 0 5px;
}
.header ul.nav li a:hover {
text-decoration: underline;
}
.header ul.nav li:first-child a {
padding-left: 2px;
}
.header ul.nav li:last-child a {
padding-right: 2px;
}
/* Partial: Content */
.content .page-heading {
font-size: 1.5rem;
font-weight: 700;
font-family: var(--font-title);
letter-spacing: -0.005rem;
text-transform: "capitalize";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: var(--header-font-color);
margin-bottom: 16px;
}
.content .meta {
font-size: 14px;
color: var(--header-link-color);
font-family: var(--font-title);
}
.content .meta a {
text-decoration: none;
}
.content .middot:before {
font-size: 6px;
margin: 0 6px;
vertical-align: middle;
content: "•";
}
.content .tags ul li:hover {
opacity: 0.8;
}
.content .markdown {
position: relative;
font-size: 1.1em;
line-height: 1.75em;
}
.content twitterwidget {
margin: auto;
}
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6 {
margin-top: 3rem;
margin-bottom: .75rem;
}
.content .meta,
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6,
.content .markdown > p,
.content .markdown > ul,
.content .markdown > ol,
.content .markdown > dl,
.content .markdown > blockquote {
margin-left: 1.5rem; /* equal to mx-md-4 in bootstrap */
margin-right: 1.5rem;
}
.content .markdown figure {
background: var(--main-bg-color);
}
.content .markdown code,
.content .markdown pre {
font-family: var(--font-code);
font-size: 0.98rem;
}
.content .markdown pre .hljs {
/* enclosed by single backtick (`) */
padding: 1rem;
border-radius: 2px;
}
.content .markdown pre {
/* Hugo specific: consider using the 'highlight' shortcode */
display: block;
margin-top: 1rem;
margin-bottom: 2rem;
line-height: 1.5em;
white-space: pre;
word-break: break-all;
word-wrap: break-word;
}
.content .markdown pre code {
padding: 0;
}
.content .markdown blockquote {
padding: 0.5rem 1rem;
margin-top: 0.8rem;
margin-bottom: 0.8rem;
font-size: 1.4rem;
line-height: 2rem;
border-left: 0.25rem solid var(--main-font-color);
}
.content .markdown blockquote p:last-child {
margin-bottom: 0;
}
.content .see-more {
font-size: 0.9em;
color: var(--footer-link-color);
}
.content .groupby {
list-style: none;
margin-top: 1em;
}
.content .post-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
.content .post-item .meta {
opacity: 0.9;
display: block;
font-size: 14px;
min-width: 100px;
}
.content .navigation .icon,
.content .navigation .text {
height: 24px;
}
.content .navigation .icon {
display: inline-block;
fill: currentColor;
width: 16px;
}
.content .navigation .text {
vertical-align: middle;
}
/* Partial: Footer */
.footer a {
font-size: 14px;
display: inline-block;
text-decoration: none;
}
.footer a:first-child {
margin-left: 0;
}
.footer a:last-child {
margin-right: 0;
}
.footer a:hover {
opacity: 0.8;
}
.footer a.icon {
fill: currentColor;
width: 16px;
height: 16px;
}
.footer span.title {
font-size: 14px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
html {
font-size: 0.8rem;
}
.content .meta,
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6,
.content .markdown > p,
.content .markdown > ul,
.content .markdown > ol,
.content .markdown > dl,
.content .markdown > blockquote {
margin-left: 0;
margin-right: 0;
}
}
|
static/css/main.css
|
:root {
--main-bg-color: #fff;
--main-font-color: #313537;
--main-link-color: #0011ff;
--header-font-color: #333333;
--header-link-color: #666666;
--footer-link-color: #313537;
--pagination-border-color: #dee2e6;
--color-patreon: #dc3545;
--color-ko-fi: #dc3545;
--color-bmc: #dc3545;
}
.badge-info {
background-color: #20c997;
color: #000;
}
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #1a1a1a;
--main-font-color: #f8f9fa;
--main-link-color: #ffc107;
--header-font-color: #efefef;
--header-link-color: #eaeaea;
--footer-link-color: #aaa;
--pagination-border-color: #222222;
--color-patreon: #f96854;
--color-ko-fi: #df5000;
--color-bmc: #ff813f;
}
}
/* Global styles */
body {
background-color: var(--main-bg-color);
color: var(--main-font-color);
font-family: var(--font-content);
}
a,
a:hover {
color: var(--main-link-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-title);
}
/* Partial: Colors */
.text-patreon {
color: var(--color-patreon) !important;
}
.text-ko-fi {
color: var(--color-ko-fi) !important;
}
.text-bmc {
color: var(--color-bmc) !important;
}
.pagination .page-item .page-link {
background-color: var(--main-bg-color);
border-color: var(--pagination-border-color);
color: var(--main-link-color);
}
.pagination .page-item .page-link:focus {
box-shadow: 0 0 0 .2rem var(--pagination-border-color);
}
.pagination .page-item.active .page-link {
background-color: var(--main-link-color);
border-color: var(--main-link-color);
color: var(--main-bg-color);
}
.pagination .page-item.disabled .page-link {
color: var(--main-font-color);
}
#TableOfContents ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#TableOfContents ul li {
margin-top: 1rem;
padding-left: 1.5rem;
}
#TableOfContents ul:first-child > li {
padding-left: 0;
}
#TableOfContents ul:first-child > li:first-child {
margin-top: 0;
}
#TableOfContents ul li a {
padding: 1rem 0;
font-size: .9rem;
}
/* Partial: Header */
.header a:hover {
text-decoration: none;
}
.header .logo {
margin-left: 1.5rem;
max-height: 120px;
}
.header h1.name {
color: var(--header-font-color);
font-size: 2.3rem;
letter-spacing: 0.1rem;
}
.header ul.nav li a {
color: var(--header-link-color);
font-family: var(--font-title);
font-size: 14px;
padding: 3px 5px 0 5px;
}
.header ul.nav li a:hover {
text-decoration: underline;
}
.header ul.nav li:first-child a {
padding-left: 2px;
}
.header ul.nav li:last-child a {
padding-right: 2px;
}
/* Partial: Content */
.content .page-heading {
font-size: 1.5rem;
font-weight: 700;
font-family: var(--font-title);
letter-spacing: -0.005rem;
text-transform: "capitalize";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: var(--header-font-color);
margin-bottom: 16px;
}
.content .meta {
font-size: 14px;
color: var(--header-link-color);
font-family: var(--font-title);
}
.content .meta a {
text-decoration: none;
}
.content .middot:before {
font-size: 6px;
margin: 0 6px;
vertical-align: middle;
content: "•";
}
.content .tags ul li:hover {
opacity: 0.8;
}
.content .markdown {
position: relative;
font-size: 1.1em;
line-height: 1.75em;
}
.content twitterwidget {
margin: auto;
}
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6 {
margin-top: 3rem;
margin-bottom: .75rem;
}
.content .meta,
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6,
.content .markdown > p,
.content .markdown > ul,
.content .markdown > ol,
.content .markdown > dl,
.content .markdown > blockquote {
margin-left: 1.5rem; /* equal to mx-md-4 in bootstrap */
margin-right: 1.5rem;
}
.content .markdown figure {
background: var(--main-bg-color);
}
.content .markdown code,
.content .markdown pre {
font-family: var(--font-code);
font-size: 0.98rem;
}
.content .markdown pre .hljs {
/* enclosed by single backtick (`) */
padding: 1rem;
border-radius: 2px;
}
.content .markdown pre {
/* Hugo specific: consider using the 'highlight' shortcode */
display: block;
margin-top: 1rem;
margin-bottom: 2rem;
line-height: 1.5em;
white-space: pre;
word-break: break-all;
word-wrap: break-word;
}
.content .markdown pre code {
padding: 0;
}
.content .markdown blockquote {
padding: 0.5rem 1rem;
margin-top: 0.8rem;
margin-bottom: 0.8rem;
font-size: 1.4rem;
line-height: 2rem;
border-left: 0.25rem solid var(--main-font-color);
}
.content .markdown blockquote p:last-child {
margin-bottom: 0;
}
.content .see-more {
font-size: 0.9em;
color: var(--footer-link-color);
}
.content .groupby {
list-style: none;
margin-top: 1em;
}
.content .post-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
.content .post-item .meta {
opacity: 0.9;
display: block;
font-size: 14px;
min-width: 100px;
}
.content .navigation .icon,
.content .navigation .text {
height: 24px;
}
.content .navigation .icon {
display: inline-block;
fill: currentColor;
width: 16px;
}
.content .navigation .text {
vertical-align: middle;
}
/* Partial: Footer */
.footer a {
font-size: 14px;
display: inline-block;
text-decoration: none;
}
.footer a:first-child {
margin-left: 0;
}
.footer a:last-child {
margin-right: 0;
}
.footer a:hover {
opacity: 0.8;
}
.footer a.icon {
fill: currentColor;
width: 16px;
height: 16px;
}
.footer span.title {
font-size: 14px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
html {
font-size: 0.8rem;
}
.content .meta,
.content .markdown > h1,
.content .markdown > h2,
.content .markdown > h3,
.content .markdown > h4,
.content .markdown > h5,
.content .markdown > h6,
.content .markdown > p,
.content .markdown > ul,
.content .markdown > ol,
.content .markdown > dl,
.content .markdown > blockquote {
margin-left: 0;
margin-right: 0;
}
}
| 0.470737 | 0.113924 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-family: 'Josefin Sans', sans-serif;
}
body {
/* height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; */
background: #ffffff;
}
input {
border-style: none;
text-align: center;
outline: none;
}
.title_header {
width: 100%;
}
.title_header h1 {
padding: 20px 20px 0;
font-size: 4rem;
text-align: center;
color: #0099ff;
}
.calculadora_container {
margin: 0 auto 50px;
width: 100%;
max-width: 800px;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
padding: 10px;
}
.calculadora_container img {
height: 100px;
margin: 15px 0;
}
.calculadora_container > section {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
max-width: 300px;
height: max-content;
margin: 10px 10px;
padding: 10px 0;
border-radius: 40px;
}
.calculoCuadrado {
background: #f9b108;
box-shadow: 3px 3px 1px #b88206,
-3px -3px 1px #ffcf2f;
}
.calculoCirculo {
background: #ff2424;
box-shadow: 3px 3px 1px #660e0e,
-3px -3px 1px #ff4747;
}
.calculoTriangulo {
background: #0099ff;
box-shadow: 3px 3px 1px #003d66,
-3px -3px 1px #00f5ff;
}
.calculadora_form {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.calculadora_form > label {
width: 100%;
max-width: 260px;
display: flex;
flex-direction: column;
align-items: center;
margin: 5px 0;
font-size: 1.5rem;
}
.calculadora_form > label span {
font-size: 1.7rem;
text-align: center;
color: rgb(0, 0, 0);
}
.calculadora_form > label input {
width: 70%;
height: 25px;
margin: 5px 0;
border-radius: 50px;
border-bottom: 1px solid #000000;
background: #00000000;
}
.button_container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.button_container button {
font-size: 1.5rem;
height: 35px;
border: none;
border-radius: 50px;
margin: 5px;
padding: 0 4px;
color: #000000
}
.calculoCuadrado button {
background: #f9b108;
box-shadow: 5px 5px 10px #c28a08,
-5px -5px 10px #fdcc2dd7;
}
.calculoCirculo button {
background: #ff2424;
box-shadow: 5px 5px 10px #660e0e,
-5px -5px 10px #ff3a3a;
}
.calculoTriangulo button {
background: #0099ff;
box-shadow: 5px 5px 10px #003d66,
-5px -5px 10px #00f7ff8a;
}
footer {
width: 100%;
position: absolute;
}
footer p {
font-size: 1.5rem;
position: absolute;
left: calc(50% - 130px);
bottom: 0;
padding: 0 10px 10px;
}
.wave_footer {
position: absolute;
bottom: 0;
z-index: -1;
}
|
figuras/style.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-family: 'Josefin Sans', sans-serif;
}
body {
/* height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; */
background: #ffffff;
}
input {
border-style: none;
text-align: center;
outline: none;
}
.title_header {
width: 100%;
}
.title_header h1 {
padding: 20px 20px 0;
font-size: 4rem;
text-align: center;
color: #0099ff;
}
.calculadora_container {
margin: 0 auto 50px;
width: 100%;
max-width: 800px;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
padding: 10px;
}
.calculadora_container img {
height: 100px;
margin: 15px 0;
}
.calculadora_container > section {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
max-width: 300px;
height: max-content;
margin: 10px 10px;
padding: 10px 0;
border-radius: 40px;
}
.calculoCuadrado {
background: #f9b108;
box-shadow: 3px 3px 1px #b88206,
-3px -3px 1px #ffcf2f;
}
.calculoCirculo {
background: #ff2424;
box-shadow: 3px 3px 1px #660e0e,
-3px -3px 1px #ff4747;
}
.calculoTriangulo {
background: #0099ff;
box-shadow: 3px 3px 1px #003d66,
-3px -3px 1px #00f5ff;
}
.calculadora_form {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.calculadora_form > label {
width: 100%;
max-width: 260px;
display: flex;
flex-direction: column;
align-items: center;
margin: 5px 0;
font-size: 1.5rem;
}
.calculadora_form > label span {
font-size: 1.7rem;
text-align: center;
color: rgb(0, 0, 0);
}
.calculadora_form > label input {
width: 70%;
height: 25px;
margin: 5px 0;
border-radius: 50px;
border-bottom: 1px solid #000000;
background: #00000000;
}
.button_container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.button_container button {
font-size: 1.5rem;
height: 35px;
border: none;
border-radius: 50px;
margin: 5px;
padding: 0 4px;
color: #000000
}
.calculoCuadrado button {
background: #f9b108;
box-shadow: 5px 5px 10px #c28a08,
-5px -5px 10px #fdcc2dd7;
}
.calculoCirculo button {
background: #ff2424;
box-shadow: 5px 5px 10px #660e0e,
-5px -5px 10px #ff3a3a;
}
.calculoTriangulo button {
background: #0099ff;
box-shadow: 5px 5px 10px #003d66,
-5px -5px 10px #00f7ff8a;
}
footer {
width: 100%;
position: absolute;
}
footer p {
font-size: 1.5rem;
position: absolute;
left: calc(50% - 130px);
bottom: 0;
padding: 0 10px 10px;
}
.wave_footer {
position: absolute;
bottom: 0;
z-index: -1;
}
| 0.493897 | 0.146453 |
body{
font-family: 'Roboto Condensed', sans-serif;
max-width: 210mm;
}
header{
display: flex;
border: 1px black solid;
justify-content: space-between;
align-items: center;
}
img{
width: 100px;
}
figure{
width: 10%;
}
h2{
font-size: 15px;
}
h3{
font-size: 15px;
text-align: center;
}
h1, h2, h3{
margin-right: 80px;
}
.descricao{
height: 120px;
border: 1px black solid;
border-top: 0;
}
.recibo{
justify-content: space-between;
display: flex;
align-items: center;
margin: 0 8px;
}
.nome{
display: block;
margin: 8px;
}
.recibo2{
font-weight: bold;
font-size: 30px;
margin-bottom: 5px;
margin-top: 10px;
}
.valorInicial{
font-size: 20px;
font-weight: bold;
}
.referencia{
border: 1px black solid;
border-top: 0;
display: flex;
justify-content: space-between;
}
.miniDescricao span{
margin-right: 0;
padding-right: 70px;
}
.referencia2 span{
margin-right: 70px;
}
.referenciaSpan{
padding-left: 8px;
}
.lista{
border: 1px black solid;
border-top: 0;
display: flex;
justify-content: space-between;
}
.lista2{
padding-left: 8px;
display: flex;
}
.lista2 p{
margin-right: 130px;
padding-left: 8px;
}
.lista3{
margin-right: 0;
padding-right: 70px;
}
.valorTotal{
border: 1px black solid;
border-top: 0;
text-align: right;
padding-right: 70px;
height: 30px;
display: flex;
justify-content: flex-end;
align-items: center;
border-bottom: 0;
font-weight: bold;
}
.final{
border: 1px black solid;
display: flex;
justify-content: space-around;
height: 140px;
align-items: center;
}
.assinatura{
border-top: 1px solid black;
width: 300px;
text-align: center;
margin-top: 70px;
line-height: 30px;
}
#date{
border: none;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
}
#name{
border: none;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase
}
#numeroRecibo{
border: none;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
font-size: 30px;
}
|
style.css
|
body{
font-family: 'Roboto Condensed', sans-serif;
max-width: 210mm;
}
header{
display: flex;
border: 1px black solid;
justify-content: space-between;
align-items: center;
}
img{
width: 100px;
}
figure{
width: 10%;
}
h2{
font-size: 15px;
}
h3{
font-size: 15px;
text-align: center;
}
h1, h2, h3{
margin-right: 80px;
}
.descricao{
height: 120px;
border: 1px black solid;
border-top: 0;
}
.recibo{
justify-content: space-between;
display: flex;
align-items: center;
margin: 0 8px;
}
.nome{
display: block;
margin: 8px;
}
.recibo2{
font-weight: bold;
font-size: 30px;
margin-bottom: 5px;
margin-top: 10px;
}
.valorInicial{
font-size: 20px;
font-weight: bold;
}
.referencia{
border: 1px black solid;
border-top: 0;
display: flex;
justify-content: space-between;
}
.miniDescricao span{
margin-right: 0;
padding-right: 70px;
}
.referencia2 span{
margin-right: 70px;
}
.referenciaSpan{
padding-left: 8px;
}
.lista{
border: 1px black solid;
border-top: 0;
display: flex;
justify-content: space-between;
}
.lista2{
padding-left: 8px;
display: flex;
}
.lista2 p{
margin-right: 130px;
padding-left: 8px;
}
.lista3{
margin-right: 0;
padding-right: 70px;
}
.valorTotal{
border: 1px black solid;
border-top: 0;
text-align: right;
padding-right: 70px;
height: 30px;
display: flex;
justify-content: flex-end;
align-items: center;
border-bottom: 0;
font-weight: bold;
}
.final{
border: 1px black solid;
display: flex;
justify-content: space-around;
height: 140px;
align-items: center;
}
.assinatura{
border-top: 1px solid black;
width: 300px;
text-align: center;
margin-top: 70px;
line-height: 30px;
}
#date{
border: none;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
}
#name{
border: none;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase
}
#numeroRecibo{
border: none;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
font-size: 30px;
}
| 0.252476 | 0.060059 |
.intro-box{
background-color: #f8f8f8;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 40px;
width: 40%;
padding: 10px;
border: solid 1px #ddd;
}
.intro-box .sub-box{
background-color: white;
border: solid 1px #ddd;
padding: 30px 0 30px 20px;
}
.intro-box .sub-box h1{
margin-top: 0px;
font-family: 'nixie_oneregular';
color: #777;
}
.intro-box .sub-box p{
font-weight: bold;
font-size: 16px;
margin-top: 40px;
margin-bottom: 30px;
font-family: 'latoregular';
letter-spacing: 1px;
}
.intro .contour{
border: solid 1px #d92400;
border-radius: 0px;
padding: 2px
}
.intro-box .intro-line{
margin: 0 auto;
background-color: #d92400;
border: transparent;
height: 3px;
width: 50px;
float: left;
}
@media(min-width: 768px){
.third-theme-intro{
padding-top: 110px;
padding-bottom: 80px;
}
.intro-box{
margin-top: 130px;
margin-bottom: 120px;
}
.intro-box .sub-box h1{
font-size: 30px;
}
}
@media(max-width: 768px){
.third-theme-intro{
padding-top: 75px;
padding-bottom: 50px;
}
.intro-box{
width: 70%;
}
.intro-box .sub-box h1{
font-size: 20px;
}
.intro-box .sub-box{
padding: 10px 0 10px 20px;
}
}
/*
---- End of Intro Section ----
*/
/*
---- Selling Section ----
*/
.third-theme-selling{
border-bottom: solid 1px #ddd;
}
.third-theme-selling .selling-header{
margin: 0 auto;
border: solid 1px #ddd;
background-color: #f8f8f8;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.third-theme-selling .selling-header i{
color: #3498DB;
}
.third-theme-selling .selling-header p span{
color: #777;
font-family: 'latoregular';
margin: 0px;
}
@media(max-width: 358px){
.third-theme-selling .underline{
top: 108px;
}
}
@media(min-width: 359px){
.third-theme-selling .underline{
top: 88px;
}
}
@media(max-width: 768px){
.third-theme-selling .fa-caret-left{
display: none;
}
.third-theme-selling .fa-caret-up{
position: absolute;
top: -23px;
left: 0;
color: #ddd;
}
.third-theme-selling .col-xs-12{
margin-bottom: 30px;
}
.third-theme-selling .block1{
padding-top: 10px;
padding-left: 15px;
border-top: solid 3px #ddd;
border-bottom: solid 3px #ddd;
box-shadow: 1px 1px 3px #ddd;
}
.third-theme-selling .nav li{
padding:10px 0 10px 0;
}
}
@media(min-width: 768px){
.third-theme-selling .selling-header p span{
font-size: 16px;
}
.third-theme-selling .main-img,
.third-theme-selling .block1{
height: 337px;
}
.third-theme-selling .fa-caret-up{
display: none;
}
.third-theme-selling .fa-caret-left{
position: absolute;
bottom: 293px;
left: -20px;
color: #ddd;
}
.third-theme-selling .block1{
padding-top: 20px;
padding-left: 15px;
border-left: solid 2px #ddd;
border-right: solid 3px #ddd;
box-shadow: 0px 0px 5px #ddd;
}.third-theme-selling .underline{
top: 98px;
}
.third-theme-selling .nav{
height: 200px;
line-height: 35px;
}
}
.third-theme-selling .pic{
position: relative;
display: block;
}
.third-theme-selling .pic-caption{
position: absolute;
bottom: 0;
color: white;
opacity: 0;
display: block;
background: rgba(0,0,0,0.5);
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.third-theme-selling .pic-caption-content{
position: absolute;
top: 50%;
width: 100%;
text-align: center;
transform: translateY(-50%);
}
@media(max-width: 767px){
.third-theme-selling .pic-caption-content p{
font-size: 15px;
}
}
@media(min-width: 768px){
.third-theme-selling .pic-caption-content p{
font-size: 18px;
}
}
.third-theme-selling .pic-caption-content p{
font-family: 'latoregular';
font-weight: bold;
padding: 10px;
color: white;
text-transform: uppercase;
}
.third-theme-selling .pic:hover .pic-caption{
opacity: 1;
}
.third-theme-selling .pic:hover .pic-caption-content p{
-webkit-animation-name: pulse;-moz-animation-name: pulse;-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
.third-theme-selling .selling-body{
margin-top: 50px;
}
.third-theme-selling .fa-map-marker{
color: #ccc;
}
.third-theme-selling .block1{
position: relative;
background: #fff;
}
.third-theme-selling .block1 p{
font-family: 'latoregular';
font-size: 14px;
}
.third-theme-selling .block1 h4{
margin-top: 30px;
font-family: 'nixie_oneregular';
font-weight: bold;
padding-bottom: 10px;
border-bottom: solid 1px #ddd;
width: 185px;
}
.third-theme-selling .fa-chevron-right{
color: #d92400;
}
.third-theme-selling .nav{
padding-left: 30px;
font-family: 'latoregular';
font-weight: bold;
letter-spacing: 1px;
}
.third-theme-selling .row1,
.third-theme-selling .row2{
position: relative;
margin-bottom: 60px;
border: solid 1px #ddd;
background-color: #f8f8f8;
box-shadow: 1px 1px 3px #ddd;
}
.third-theme-selling .row1{
padding: 40px 10px;
}
.third-theme-selling .row2{
padding: 40px 10px 10px 10px;
}
.third-theme-selling .premier h3,
.third-theme-selling .deuxieme h3{
padding: 10px;
font-weight: bold;
font-family: arial narrow;
letter-spacing: 1px;
border-top: solid 2px #ddd;
border-bottom: solid 3px #d92400;
background-color: #fbfbfb;
width: 200px;
text-align: center;
margin-bottom: 30px;
}
.third-theme-selling .ent-title{
position: relative;
}
.third-theme-selling .ent-title .fa{
position: absolute;
top: 39.5px;
left: 0.5px;
color: #d92400;
}
.third-theme-selling .btn{
width: 150px;
height: 50px;
margin-top: 20px ;
}
.third-theme-selling .sub-box{
box-shadow: 1px 1px 2px #ccc;
margin-bottom: 40px;
}
.third-theme-selling .sub-box:hover{
transition-duration: 1s;
transform: scale(1.1);
box-shadow: 5px 5px 10px #ccc;
}
.third-theme-selling .sub-box-content{
border: solid 1px #ddd;
border-top: transparent;
padding: 5px 10px;
background: #fff;
}
.third-theme-selling .sub-box-content h5{
margin-top: 0px;
font-weight: bold;
color: #3498DB;
font-family: 'nixie_oneregular';
}
.third-theme-selling .sub-box-content .description{
font-family: 'latoregular';
margin-bottom: 25px
}
.third-theme-selling .sub-box-content .link{
margin-top: -20px;
color: #3498DB;
cursor: pointer;
width: 75px;
float: right;
}
.third-theme-selling .sub-box-content .link:hover{
color: #45a9ec;
border-bottom: solid 1px #45a9ec;
}
.third-theme-selling .end-para{
color: #777;
font-family: 'latoregular';
font-size: 16px;
margin-bottom: 0px;
}
.third-theme-selling .end-para a{
text-decoration: none;
color: #3498DB;
}
.third-theme-selling .end-para a:hover{
border-bottom: solid 1px #3498DB;
}
/*
---- End of Selling Section ----
*/
/*
---- Renting Section ----
*/
.third-theme-renting .renting-body{
padding: 70px 15px;
background-color: #f1f1f1;
border-bottom: solid 1px #ddd;
}
.third-theme-renting .fa{
margin-bottom: 30px;
}
@media(min-width: 768px){
.third-theme-renting h3{
font-size: 35px;
}
}
.third-theme-renting h3{
text-align: center;
margin-top: 0px;
font-weight: bold;
letter-spacing: 1px;
padding: 10px;
}
.third-theme-renting h3 span{
color: #d92400;
}
.third-theme-renting .renting-body p{
font-size: 16px;
color: #777;
font-family: 'latoregular';
}
.third-theme-renting .renting-body .rent-block{
margin-top: 60px;
margin-bottom: 30px;
}
.third-theme-renting .renting-body .first-block{
border: solid 1px #ddd;
background-color: #fff;
padding: 10px 20px 0px 20px;
box-shadow: 1px 1px 2px #ccc;
}
.third-theme-renting .first-block .separator{
margin-top: 25px;
}
.third-theme-renting .underline{
top: 49px;
}
/*
------ renting section sidebar Accordion ------
*/
.accordion-wrap .component-ttl {
margin-bottom: 35px;
}
.accordion-tab-cont {
position: relative;
margin: 0 0 44px;
}
.accordion-tab {
border: none;
border-radius: 0;
margin: 0;
overflow: hidden;
position: relative;
padding: 0;
height: 0;
}
.accordion-tab-cont .accordion-tab:first-of-type {
height: auto;
}
.height_auto {
height: auto !important;
}
.accordion-tab-mob {
cursor: pointer;
padding: 15px 0px 15px;
margin: 0 auto;
text-transform: uppercase;
text-align: left;
transition: all 0.2s;
font-size: 14px;
font-family: 'nixie_oneregular';
position: relative;
font-weight: bold;
border-bottom: dotted 1px #ddd;
}
.accordion-inner p{
position: relative;
border: dotted 1px #ddd;
border-top: transparent;
border-right: transparent;
margin: 20px 10px;
padding: 35px 5px 5px 10px;
padding-left: 10px;
font-size: 14px;
}
.accordion-inner span{
position: absolute;
top: 0px;
left: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background-color: #d92400;
color: white;
font-weight: bold;
}
.accordion-tab-mob.active,
.accordion-tab-mob:hover{
color: #d92400;
}
.accordion-inner {
padding: 0px 0px 1px 10px;
color: #616161;
line-height: 1.7;
font-size: 14px;
}
.accordion-inner:after {
clear: both;
content: '';
display: block;
}
/*
------ renting section sidebar Accordion ------
*/
.third-theme-renting .carousel-left,
.third-theme-renting .carousel-right{
color: #d92400;
opacity: 0.7;
}
.third-theme-renting .carousel-left{
position: absolute;
left: 0px;
}
.third-theme-renting .carousel-right{
position: absolute;
right: 0px;
}
.third-theme-renting .car-control:hover{
opacity: 1;
transition-duration: 1s;
}
.third-theme-renting .car-control{top: 40%;}
@media(max-width: 767px){
.third-theme-renting .carousel .fa{font-size: 60px;}
}
@media(min-width: 768px){
.third-theme-renting .carousel .fa{font-size: 80px;}
}
.third-theme-renting .renting-body .second-block .carousel-inner{
position: relative;
border: solid 3px #ddd;
background-color: #fff;
}
.third-theme-renting .item-description{
padding: 10px 20px;
}
.third-theme-renting .item-description h4{
font-weight: bold;
font-family: 'nixie_oneregular';
color: #d92400;
}
.third-theme-renting .item-description .carousel-link{
width: 98px;
color: #d92400;
cursor: pointer;
float: right;
}
.third-theme-renting .item-description .carousel-link:hover{
color: #ea3511;
border-bottom: solid 1px #ea3511;
}
.third-theme-renting .second-block .btn{
margin-bottom: 20px;
font-size: 14px;
}
.third-theme-renting .ending{
background-color: #fff;
padding: 5px;
margin: 0 auto;
width: 242px;
height: 67px;
border: solid 1px #ddd;
box-shadow: 1px 1px 2px #ccc;
}
.third-theme-renting .ending .btn{
width: 230px;
height: 55px;
font-size: 20px;
}
/*
---- End of Renting Section ----
*/
/*
---- About Section ----
*/
.third-theme-about{
padding: 70px 15px;
}
@media(min-width: 768px){
.third-theme-about h3{
font-size: 35px;
}
}
.third-theme-about h3{
text-align: center;
margin-top: 0px;
font-weight: bold;
letter-spacing: 1px;
padding: 10px;
}
.third-theme-about h3 span{
color: #d92400;
}
.third-theme-about p{
font-family: 'latoregular';
font-size: 16px;
color: #888;
}
.third-theme-about .block{
position: relative;
border: solid 1px #ddd;
padding: 50px 30px 30px 30px;
}
.third-theme-about .block h4{
position: absolute;
top: -10px;
margin: 0 auto;
background-color: #fff;
color: #000 !important;
padding: 0 10px;
font-family: 'nixie_oneregular';
font-weight: 900;
}
.third-theme-about .row1 span{
text-align: center;
background-color: #d92400;
color: #fff !important;
padding: 10px;
width: 80px;
font-weight: bold;
}
.third-theme-about .block p{
margin: 0 auto;
}
.third-theme-about .block1 p{
text-align: right;
}
.third-theme-about .block1 span{
float: right;
margin-left: 10px;
}
.third-theme-about .block1 h4{
left: 4%;
}
.third-theme-about .block2 h4{
right: 4%;
}
.third-theme-about .block2 span{
float: left;
margin-right: 10px;
}
.third-theme-about .block2 p{
text-align: left;
}
.third-theme-about .row1{
margin-top: 50px;
}
.third-theme-about .row2{
padding: 50px 15px 0px 15px;
}
.third-theme-about .row2 h4{
left: 2%;
}
.third-theme-about .row2 h5{
color: #000 !important;
font-weight: 700;
font-size: 15px;
}
/*----------------------------------
Counters
----------------------------------*/
.facts-wrap {
overflow: hidden;
margin-bottom: 30px;
}
.facts-list .facts-i {
text-align: center;
margin-left: auto;
margin-right: auto;
font-weight: 300;
color: #616161;
line-height: 1.7;
font-size: 14px;
position: relative;
}
.facts-i .facts-i-num {
margin: 0 0 10px;
padding: 0;
color: #000;
white-space: nowrap;
line-height: 1;
font-size: 42px;
letter-spacing: 2px;
transition: all 0.2s;
height: 42px;
position: relative;
font-weight: 700;
font-family: 'PT Serif', sans-serif;
}
.facts-i:hover .facts-i-num {
color: #d92400;
}
.facts-i .facts-i-ttl {
margin: 0px;
font-weight: 400;
font-family: 'latoregular';
font-size: 16px;
letter-spacing: 1px;
color: #888;
}
.facts-i .facts-i-percent {
margin: 0 auto 23px;
padding: 0;
color: #373d54;
white-space: nowrap;
line-height: 1;
font-size: 30px;
font-weight: 500;
letter-spacing: 1px;
position: relative;
height: 105px;
width: 105px;
}
.facts-i .facts-i-percent .progressbar-text {
color: #000 !important;
font-size: 30px;
font-family: 'PT Serif', sans-serif;
font-weight: 700;
}
/*----------------------------------
Counters
----------------------------------*/
/*
---- End of About Section ----
*/
/*--- Houses description ---*/
#house-description .modal-content{
padding-bottom: 20px;
margin-bottom: 50px;
}
#house-description h3{
text-align: center;
color: #fff;
font-weight: bold;
}
#house-description .modal-content-body{
padding-top: 30px;
}
#house-description .modal-content-body .col-xs-12{
padding: 0 15px;
}
#house-description .map-card{
background-color: #e7e7e7;
height: 200px;
line-height: 190px;
}
#house-description .map-card .fa-map-marker{
font-size: 35px;
color: #000 !important;
}
#house-description h4{
margin-top: 40px;
margin-bottom: 10px;
font-weight: bold;
color: #000 !important;
font-family: 'nixie_oneregular';
}
#house-description .nav{
margin: 0 auto;
margin-bottom: 40px;
text-align: center;
}
#house-description .nav li{
padding: 10px;
color: #000 !important;
font-weight: bold;
display: inline-block;
float: none;
}
#house-description .nav .fa{
color: #d92400;
}
#house-description p{
color: #777;
font-family: 'latoregular';
font-size: 15px;
}
#house-description .modal-content-body .btn{
width: 200px;
height: 60px;
font-size: 20px;
}
#house-description .modal-content-body:not(:first-child) p{
margin: 50px 0 20px 0;
}
#house-description .img-thumbnail{
border-radius: 0px;
}
#house-description .underline{
left: 45%;
}
@media(min-width: 768px){
#house-description .underline{
left: 47%;
width: 5%;
}
}
/*--- End of House description ---*/
/*
----- SOCIAL ICONS ------
*/
@media(max-width: 768px){
.social-icon{
display: none;
}
}
.social-icon {
position: fixed;
right: -125px;
top: 110px;
width: 200px;
}
.icon li {
list-style: none;
background-color: rgba(0,0,0,0.4);
height: 36px;
margin: 0px 0px 10px 0px;
transition: all 0.25s ease-in-out;
z-index: 1000;
}
.icon li:hover {
margin-left: -125px;
}
.icon li img {
float: left;
width: 36px;
height: 36px;
margin-right: 15px;
}
.icon li p {
text-transform: uppercase;
line-height: 36px;
}
.icon li a{
text-decoration: none;
color: white;
}
|
public/autr/css/style_third_theme.css
|
.intro-box{
background-color: #f8f8f8;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 40px;
width: 40%;
padding: 10px;
border: solid 1px #ddd;
}
.intro-box .sub-box{
background-color: white;
border: solid 1px #ddd;
padding: 30px 0 30px 20px;
}
.intro-box .sub-box h1{
margin-top: 0px;
font-family: 'nixie_oneregular';
color: #777;
}
.intro-box .sub-box p{
font-weight: bold;
font-size: 16px;
margin-top: 40px;
margin-bottom: 30px;
font-family: 'latoregular';
letter-spacing: 1px;
}
.intro .contour{
border: solid 1px #d92400;
border-radius: 0px;
padding: 2px
}
.intro-box .intro-line{
margin: 0 auto;
background-color: #d92400;
border: transparent;
height: 3px;
width: 50px;
float: left;
}
@media(min-width: 768px){
.third-theme-intro{
padding-top: 110px;
padding-bottom: 80px;
}
.intro-box{
margin-top: 130px;
margin-bottom: 120px;
}
.intro-box .sub-box h1{
font-size: 30px;
}
}
@media(max-width: 768px){
.third-theme-intro{
padding-top: 75px;
padding-bottom: 50px;
}
.intro-box{
width: 70%;
}
.intro-box .sub-box h1{
font-size: 20px;
}
.intro-box .sub-box{
padding: 10px 0 10px 20px;
}
}
/*
---- End of Intro Section ----
*/
/*
---- Selling Section ----
*/
.third-theme-selling{
border-bottom: solid 1px #ddd;
}
.third-theme-selling .selling-header{
margin: 0 auto;
border: solid 1px #ddd;
background-color: #f8f8f8;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.third-theme-selling .selling-header i{
color: #3498DB;
}
.third-theme-selling .selling-header p span{
color: #777;
font-family: 'latoregular';
margin: 0px;
}
@media(max-width: 358px){
.third-theme-selling .underline{
top: 108px;
}
}
@media(min-width: 359px){
.third-theme-selling .underline{
top: 88px;
}
}
@media(max-width: 768px){
.third-theme-selling .fa-caret-left{
display: none;
}
.third-theme-selling .fa-caret-up{
position: absolute;
top: -23px;
left: 0;
color: #ddd;
}
.third-theme-selling .col-xs-12{
margin-bottom: 30px;
}
.third-theme-selling .block1{
padding-top: 10px;
padding-left: 15px;
border-top: solid 3px #ddd;
border-bottom: solid 3px #ddd;
box-shadow: 1px 1px 3px #ddd;
}
.third-theme-selling .nav li{
padding:10px 0 10px 0;
}
}
@media(min-width: 768px){
.third-theme-selling .selling-header p span{
font-size: 16px;
}
.third-theme-selling .main-img,
.third-theme-selling .block1{
height: 337px;
}
.third-theme-selling .fa-caret-up{
display: none;
}
.third-theme-selling .fa-caret-left{
position: absolute;
bottom: 293px;
left: -20px;
color: #ddd;
}
.third-theme-selling .block1{
padding-top: 20px;
padding-left: 15px;
border-left: solid 2px #ddd;
border-right: solid 3px #ddd;
box-shadow: 0px 0px 5px #ddd;
}.third-theme-selling .underline{
top: 98px;
}
.third-theme-selling .nav{
height: 200px;
line-height: 35px;
}
}
.third-theme-selling .pic{
position: relative;
display: block;
}
.third-theme-selling .pic-caption{
position: absolute;
bottom: 0;
color: white;
opacity: 0;
display: block;
background: rgba(0,0,0,0.5);
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.third-theme-selling .pic-caption-content{
position: absolute;
top: 50%;
width: 100%;
text-align: center;
transform: translateY(-50%);
}
@media(max-width: 767px){
.third-theme-selling .pic-caption-content p{
font-size: 15px;
}
}
@media(min-width: 768px){
.third-theme-selling .pic-caption-content p{
font-size: 18px;
}
}
.third-theme-selling .pic-caption-content p{
font-family: 'latoregular';
font-weight: bold;
padding: 10px;
color: white;
text-transform: uppercase;
}
.third-theme-selling .pic:hover .pic-caption{
opacity: 1;
}
.third-theme-selling .pic:hover .pic-caption-content p{
-webkit-animation-name: pulse;-moz-animation-name: pulse;-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
.third-theme-selling .selling-body{
margin-top: 50px;
}
.third-theme-selling .fa-map-marker{
color: #ccc;
}
.third-theme-selling .block1{
position: relative;
background: #fff;
}
.third-theme-selling .block1 p{
font-family: 'latoregular';
font-size: 14px;
}
.third-theme-selling .block1 h4{
margin-top: 30px;
font-family: 'nixie_oneregular';
font-weight: bold;
padding-bottom: 10px;
border-bottom: solid 1px #ddd;
width: 185px;
}
.third-theme-selling .fa-chevron-right{
color: #d92400;
}
.third-theme-selling .nav{
padding-left: 30px;
font-family: 'latoregular';
font-weight: bold;
letter-spacing: 1px;
}
.third-theme-selling .row1,
.third-theme-selling .row2{
position: relative;
margin-bottom: 60px;
border: solid 1px #ddd;
background-color: #f8f8f8;
box-shadow: 1px 1px 3px #ddd;
}
.third-theme-selling .row1{
padding: 40px 10px;
}
.third-theme-selling .row2{
padding: 40px 10px 10px 10px;
}
.third-theme-selling .premier h3,
.third-theme-selling .deuxieme h3{
padding: 10px;
font-weight: bold;
font-family: arial narrow;
letter-spacing: 1px;
border-top: solid 2px #ddd;
border-bottom: solid 3px #d92400;
background-color: #fbfbfb;
width: 200px;
text-align: center;
margin-bottom: 30px;
}
.third-theme-selling .ent-title{
position: relative;
}
.third-theme-selling .ent-title .fa{
position: absolute;
top: 39.5px;
left: 0.5px;
color: #d92400;
}
.third-theme-selling .btn{
width: 150px;
height: 50px;
margin-top: 20px ;
}
.third-theme-selling .sub-box{
box-shadow: 1px 1px 2px #ccc;
margin-bottom: 40px;
}
.third-theme-selling .sub-box:hover{
transition-duration: 1s;
transform: scale(1.1);
box-shadow: 5px 5px 10px #ccc;
}
.third-theme-selling .sub-box-content{
border: solid 1px #ddd;
border-top: transparent;
padding: 5px 10px;
background: #fff;
}
.third-theme-selling .sub-box-content h5{
margin-top: 0px;
font-weight: bold;
color: #3498DB;
font-family: 'nixie_oneregular';
}
.third-theme-selling .sub-box-content .description{
font-family: 'latoregular';
margin-bottom: 25px
}
.third-theme-selling .sub-box-content .link{
margin-top: -20px;
color: #3498DB;
cursor: pointer;
width: 75px;
float: right;
}
.third-theme-selling .sub-box-content .link:hover{
color: #45a9ec;
border-bottom: solid 1px #45a9ec;
}
.third-theme-selling .end-para{
color: #777;
font-family: 'latoregular';
font-size: 16px;
margin-bottom: 0px;
}
.third-theme-selling .end-para a{
text-decoration: none;
color: #3498DB;
}
.third-theme-selling .end-para a:hover{
border-bottom: solid 1px #3498DB;
}
/*
---- End of Selling Section ----
*/
/*
---- Renting Section ----
*/
.third-theme-renting .renting-body{
padding: 70px 15px;
background-color: #f1f1f1;
border-bottom: solid 1px #ddd;
}
.third-theme-renting .fa{
margin-bottom: 30px;
}
@media(min-width: 768px){
.third-theme-renting h3{
font-size: 35px;
}
}
.third-theme-renting h3{
text-align: center;
margin-top: 0px;
font-weight: bold;
letter-spacing: 1px;
padding: 10px;
}
.third-theme-renting h3 span{
color: #d92400;
}
.third-theme-renting .renting-body p{
font-size: 16px;
color: #777;
font-family: 'latoregular';
}
.third-theme-renting .renting-body .rent-block{
margin-top: 60px;
margin-bottom: 30px;
}
.third-theme-renting .renting-body .first-block{
border: solid 1px #ddd;
background-color: #fff;
padding: 10px 20px 0px 20px;
box-shadow: 1px 1px 2px #ccc;
}
.third-theme-renting .first-block .separator{
margin-top: 25px;
}
.third-theme-renting .underline{
top: 49px;
}
/*
------ renting section sidebar Accordion ------
*/
.accordion-wrap .component-ttl {
margin-bottom: 35px;
}
.accordion-tab-cont {
position: relative;
margin: 0 0 44px;
}
.accordion-tab {
border: none;
border-radius: 0;
margin: 0;
overflow: hidden;
position: relative;
padding: 0;
height: 0;
}
.accordion-tab-cont .accordion-tab:first-of-type {
height: auto;
}
.height_auto {
height: auto !important;
}
.accordion-tab-mob {
cursor: pointer;
padding: 15px 0px 15px;
margin: 0 auto;
text-transform: uppercase;
text-align: left;
transition: all 0.2s;
font-size: 14px;
font-family: 'nixie_oneregular';
position: relative;
font-weight: bold;
border-bottom: dotted 1px #ddd;
}
.accordion-inner p{
position: relative;
border: dotted 1px #ddd;
border-top: transparent;
border-right: transparent;
margin: 20px 10px;
padding: 35px 5px 5px 10px;
padding-left: 10px;
font-size: 14px;
}
.accordion-inner span{
position: absolute;
top: 0px;
left: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background-color: #d92400;
color: white;
font-weight: bold;
}
.accordion-tab-mob.active,
.accordion-tab-mob:hover{
color: #d92400;
}
.accordion-inner {
padding: 0px 0px 1px 10px;
color: #616161;
line-height: 1.7;
font-size: 14px;
}
.accordion-inner:after {
clear: both;
content: '';
display: block;
}
/*
------ renting section sidebar Accordion ------
*/
.third-theme-renting .carousel-left,
.third-theme-renting .carousel-right{
color: #d92400;
opacity: 0.7;
}
.third-theme-renting .carousel-left{
position: absolute;
left: 0px;
}
.third-theme-renting .carousel-right{
position: absolute;
right: 0px;
}
.third-theme-renting .car-control:hover{
opacity: 1;
transition-duration: 1s;
}
.third-theme-renting .car-control{top: 40%;}
@media(max-width: 767px){
.third-theme-renting .carousel .fa{font-size: 60px;}
}
@media(min-width: 768px){
.third-theme-renting .carousel .fa{font-size: 80px;}
}
.third-theme-renting .renting-body .second-block .carousel-inner{
position: relative;
border: solid 3px #ddd;
background-color: #fff;
}
.third-theme-renting .item-description{
padding: 10px 20px;
}
.third-theme-renting .item-description h4{
font-weight: bold;
font-family: 'nixie_oneregular';
color: #d92400;
}
.third-theme-renting .item-description .carousel-link{
width: 98px;
color: #d92400;
cursor: pointer;
float: right;
}
.third-theme-renting .item-description .carousel-link:hover{
color: #ea3511;
border-bottom: solid 1px #ea3511;
}
.third-theme-renting .second-block .btn{
margin-bottom: 20px;
font-size: 14px;
}
.third-theme-renting .ending{
background-color: #fff;
padding: 5px;
margin: 0 auto;
width: 242px;
height: 67px;
border: solid 1px #ddd;
box-shadow: 1px 1px 2px #ccc;
}
.third-theme-renting .ending .btn{
width: 230px;
height: 55px;
font-size: 20px;
}
/*
---- End of Renting Section ----
*/
/*
---- About Section ----
*/
.third-theme-about{
padding: 70px 15px;
}
@media(min-width: 768px){
.third-theme-about h3{
font-size: 35px;
}
}
.third-theme-about h3{
text-align: center;
margin-top: 0px;
font-weight: bold;
letter-spacing: 1px;
padding: 10px;
}
.third-theme-about h3 span{
color: #d92400;
}
.third-theme-about p{
font-family: 'latoregular';
font-size: 16px;
color: #888;
}
.third-theme-about .block{
position: relative;
border: solid 1px #ddd;
padding: 50px 30px 30px 30px;
}
.third-theme-about .block h4{
position: absolute;
top: -10px;
margin: 0 auto;
background-color: #fff;
color: #000 !important;
padding: 0 10px;
font-family: 'nixie_oneregular';
font-weight: 900;
}
.third-theme-about .row1 span{
text-align: center;
background-color: #d92400;
color: #fff !important;
padding: 10px;
width: 80px;
font-weight: bold;
}
.third-theme-about .block p{
margin: 0 auto;
}
.third-theme-about .block1 p{
text-align: right;
}
.third-theme-about .block1 span{
float: right;
margin-left: 10px;
}
.third-theme-about .block1 h4{
left: 4%;
}
.third-theme-about .block2 h4{
right: 4%;
}
.third-theme-about .block2 span{
float: left;
margin-right: 10px;
}
.third-theme-about .block2 p{
text-align: left;
}
.third-theme-about .row1{
margin-top: 50px;
}
.third-theme-about .row2{
padding: 50px 15px 0px 15px;
}
.third-theme-about .row2 h4{
left: 2%;
}
.third-theme-about .row2 h5{
color: #000 !important;
font-weight: 700;
font-size: 15px;
}
/*----------------------------------
Counters
----------------------------------*/
.facts-wrap {
overflow: hidden;
margin-bottom: 30px;
}
.facts-list .facts-i {
text-align: center;
margin-left: auto;
margin-right: auto;
font-weight: 300;
color: #616161;
line-height: 1.7;
font-size: 14px;
position: relative;
}
.facts-i .facts-i-num {
margin: 0 0 10px;
padding: 0;
color: #000;
white-space: nowrap;
line-height: 1;
font-size: 42px;
letter-spacing: 2px;
transition: all 0.2s;
height: 42px;
position: relative;
font-weight: 700;
font-family: 'PT Serif', sans-serif;
}
.facts-i:hover .facts-i-num {
color: #d92400;
}
.facts-i .facts-i-ttl {
margin: 0px;
font-weight: 400;
font-family: 'latoregular';
font-size: 16px;
letter-spacing: 1px;
color: #888;
}
.facts-i .facts-i-percent {
margin: 0 auto 23px;
padding: 0;
color: #373d54;
white-space: nowrap;
line-height: 1;
font-size: 30px;
font-weight: 500;
letter-spacing: 1px;
position: relative;
height: 105px;
width: 105px;
}
.facts-i .facts-i-percent .progressbar-text {
color: #000 !important;
font-size: 30px;
font-family: 'PT Serif', sans-serif;
font-weight: 700;
}
/*----------------------------------
Counters
----------------------------------*/
/*
---- End of About Section ----
*/
/*--- Houses description ---*/
#house-description .modal-content{
padding-bottom: 20px;
margin-bottom: 50px;
}
#house-description h3{
text-align: center;
color: #fff;
font-weight: bold;
}
#house-description .modal-content-body{
padding-top: 30px;
}
#house-description .modal-content-body .col-xs-12{
padding: 0 15px;
}
#house-description .map-card{
background-color: #e7e7e7;
height: 200px;
line-height: 190px;
}
#house-description .map-card .fa-map-marker{
font-size: 35px;
color: #000 !important;
}
#house-description h4{
margin-top: 40px;
margin-bottom: 10px;
font-weight: bold;
color: #000 !important;
font-family: 'nixie_oneregular';
}
#house-description .nav{
margin: 0 auto;
margin-bottom: 40px;
text-align: center;
}
#house-description .nav li{
padding: 10px;
color: #000 !important;
font-weight: bold;
display: inline-block;
float: none;
}
#house-description .nav .fa{
color: #d92400;
}
#house-description p{
color: #777;
font-family: 'latoregular';
font-size: 15px;
}
#house-description .modal-content-body .btn{
width: 200px;
height: 60px;
font-size: 20px;
}
#house-description .modal-content-body:not(:first-child) p{
margin: 50px 0 20px 0;
}
#house-description .img-thumbnail{
border-radius: 0px;
}
#house-description .underline{
left: 45%;
}
@media(min-width: 768px){
#house-description .underline{
left: 47%;
width: 5%;
}
}
/*--- End of House description ---*/
/*
----- SOCIAL ICONS ------
*/
@media(max-width: 768px){
.social-icon{
display: none;
}
}
.social-icon {
position: fixed;
right: -125px;
top: 110px;
width: 200px;
}
.icon li {
list-style: none;
background-color: rgba(0,0,0,0.4);
height: 36px;
margin: 0px 0px 10px 0px;
transition: all 0.25s ease-in-out;
z-index: 1000;
}
.icon li:hover {
margin-left: -125px;
}
.icon li img {
float: left;
width: 36px;
height: 36px;
margin-right: 15px;
}
.icon li p {
text-transform: uppercase;
line-height: 36px;
}
.icon li a{
text-decoration: none;
color: white;
}
| 0.192084 | 0.058912 |
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&family=Noto+Sans+JP:wght@100&family=Pragati+Narrow&display=swap');
header{
background-repeat: no-repeat;
background-size: cover;
height: 510px;
}
header h1 {
display: inline-block;
text-align: center;
margin-top: 200px;
margin-left: 560px;
font-family: 'Cairo';
font-weight: bolder;
font-size: 60px;
color: #f5f5f5;
background-color: rgba(12, 11, 11, 0.349);
padding: 25px;
}
h4{
margin-bottom: 50px;
text-align: center;
position: absolute;
margin-left: 15px;
}
body{
margin: 0;
font-family: 'Cairo', sans-serif;
line-height: 25px;
font-weight: 500;
}
body hr{
height: 5px;
background-color: #6b214a;
}
body p, li, td, a{
font-weight: 700;
}
/*NAV AND SUB NAV BAR*/
.displayNav{
display: inline-block;
padding-left: 670px;
margin-left: 70px;
}
.navbar {
padding-top: 10px;
height: 70px;
width: 100%;
overflow: hidden;
position: fixed;
background-color: #6b214a;
top: 0;
z-index: 100;
}
/*Logo*/
div img{ float: left;
margin-top: -5px;
margin-bottom: 10px;
margin-left: 5px;
}
/*Placeholder image dimension 350*400*/
#intro div img{
float: left;
margin-top: -45px;
}
/* Navigation links */
.navbar a {
float: right;
font-size: 16px;
color: white;
text-align: center;
padding: 10px 12px;
text-decoration: none;
font-weight: bold;
font-family: 'Cairo', sans-serif;
}
/* The subnavigation menu */
.subnav {
float: right;
overflow: hidden;
font-family: 'Cairo', sans-serif;
}
.subnavbtn{
font-family: 'Cairo', sans-serif;
font-weight: bolder;
font-size: 16px;
}
/* Subnav button */
.subnav .subnavbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 8px 12px;
background-color: inherit;
font-family: inherit;
}
/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
background-color:#474747;
}
/* Style the subnav content - positioned absolute */
.subnav-content {
display: none;
position: absolute;
width: 100%;
z-index: 100;
}
/* Style the subnav links */
.subnav-content a {
float: left;
color: white;
text-decoration: none;
padding: 2px 8px;
margin-right:2px ;
}
/* Add a grey background color on hover */
.subnav-content a:hover {
background-color: #f5f5f5;
color: #6b214a;
}
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
display: block;
}
#send1{
margin-left: 150px;
}
/*INTRODUCTION SECTION*/
#intro {
margin:15px 200px 0px 140px;
padding: 5%;
padding-bottom: 2%;
width: 70%;
height: 500px;
}
#intro span {
text-indent: 15px;
float: right;
position: absolute;
padding-left: 5%;
width: 40%;
}
#intro h1{
font-size: 35px;
margin-top: 0px;
}
#intro span{
font-size: 20px;
}
#intro div{
display: inline;
float: left;
padding: 15px;
padding-top: 65px;
border: 4px solid #6b214a;
}
main div hr {
margin-top: 20px;
margin-left: 25%;
margin-right: 25%;
width: 50%;
background-color :#6b214a;
height: 5px;
}
/*CONTENT*/
#content401{
margin: 0px 0px 0px 0px;
background-color: rgb(204, 199, 199);
height: 100%;
width: 70%;
margin-left: 197px;
margin-top: 20px;
margin-bottom: 60px;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
color: black;
font-size: 20px;
border-left: 25px solid #6b214a;
padding-left: 20px;
}
#content401 h2{
text-align: center;
border-radius: 30px;
}
/*PROJECT AND QUIZ BUTTONS*/
#buttons {
width: 80%;
height:250px;
margin-right: 7%;
margin-left: 7%;
}
#buttons #icon1{
display: inline;
float: left;
margin-left: 300px;
}
#buttons #icon1 span a{
padding-left: 15%;
font-size: 30px;
text-decoration: none;
color: black;
}
#buttons #icon1 span a:hover{
color: #6b214a;
text-shadow: teal;
font-weight: 700;
}
#buttons #icon2{
display: inline;
float: right;
margin-right:200px;
}
#buttons #icon2 span a{
padding-left: 15%;
font-size: 30px;
text-decoration: none;
color: black;
}
#buttons #icon2 span a:hover{
color: #6b214a;
text-shadow: teal;
font-weight: 700;
}
/*FORM*/
#form {
/* background-color: rgb(245, 245, 245); */
background-color: rgb(204, 199, 199);
background-size: cover;
width: 70%;
height: 640px;
margin-top: 60px;
margin-bottom: 60px;
border-left: 25px solid #6b214a;
margin-left: 197px;
}
#form img{
float: left;
height: 450px;
margin-top: 20px;
margin-left: 20px;
}
#form div{
display: inline;
float:left;
margin-top: 25px;
width: 500px;
margin-left: 100px;
}
#formDiv {
background-color: transparent;
color: black;
height: 450px;
text-align: center;
width: 400px;
margin-left: 50px;
margin-right: 75px;
font-weight: 500;
}
h5{
font-size: 25px;
}
#formDiv h5{
font-size: 25px;
margin-bottom: 25px;
margin-top: 25px;
margin-left: 250px;
}
h4 label{
margin-right: 10px;
}
#reviewForm{
padding-top: 25px;
}
#reviewForm .btn-block{
width: 50px;
height: 30px;
}
#reviewForm .btn-block #send{
background-color: #6b214a;
position: absolute;
margin-top: 75px;
padding: 10px;
border-radius: 25px;
width: 120px;
font-weight: 700;
margin-left: 25px;
}
#reviewForm .btn-block #send:hover{
color: #f5f5f5;
font-weight: bolder;
}
#reviewForm h2 {
/* font-size: 20px; */
display: inline-block;
height: 10px;
line-height: 10px;
margin-bottom: 0px;
margin-left: 270px;
}
#reviewForm .additional-question{
margin-top: 0px;
}
#reviewForm .comments{
margin-left: 150px;
margin-top: 0px;
margin-bottom: 0px;
width: 200px;
display: inline-block;
float: left;
}
#reviewForm .comments p{
font-weight: bold;
}
#reviewForm .comments textarea{
width:100% ;
}
/*RENDER DIV*/
#renderDiv{
width: 10%;
height: 200px;
margin-right: 0px;
display: inline;
text-align: center;
background-color: transparent;
}
#rev{
margin-left: 610px;
}
/*REVIEW LIST*/
#reviewList li{
border: 1px solid #6b214a;
border-radius: 20px;
padding: 15px;
width: 620px;
margin-top: 18px;}
#reviewList{
list-style: none;
width: 78%;
}
#reviewList button{
margin-top: 5px;
color: #f5f5f5;
background-color: #6b214a;
border-radius: 25px;
width: 120px;
font-weight: 700;
margin-left: 25px;
float: right;
}
ul{
list-style: none;
}
#renderDiv ul li{
border: 1px solid #6b214a;
border-radius: 20px;
padding: 15px;
width: 820px;
margin-top: 18px;
margin-right: 0px;
text-align: center;
}
#renderDiv ul{
text-align: center;
}
#sectionRend{
width: 70%;
height: 400px;
margin-left: 190px;
overflow: scroll;
overflow-x: hidden;
margin-bottom: 50px;
}
#sectionRend #renderDiv ul li {
text-align: center;
}
h5{
text-align: center;
}
td{
text-align: left;
}
/*FOOTER*/
footer{
bottom: 0;
padding: 20px;
height: 200px;
background-color: rgb(204, 199, 199);
margin-top: 60px;
padding-left: 25px;
}
footer h3{
margin: 1px;
color: #6B214A;
font-weight: 4000;
}
footer label{
font-weight: 700;
margin-right: 5px;
}
.location {
display: inline-block;
font-family: 'Cairo', sans-serif;
}
#submit{
margin-top: 15px;
margin-left: 45px;
padding:6px 12px;
border: solid 1px #6B214A;
font-size: 15px;
}
.location div{
color: black;
font-weight: 700;
}
.additLinks{
margin-left: 390px;
display: inline-block;
font-family: 'Cairo', sans-serif;
}
.additLinks a{
display: inline-block;
text-decoration: none;
color: black;
font-size: larg;
font-weight: 700;
}
.additLinks ul{
list-style: none;
display: inline-block;
}
.additLinks a:hover{
color: #eee;
}
.footerForm{
font-family: 'Cairo', sans-serif;
text-align: center;
float: right;
margin-right: 15px;
}
.yor{
margin-left: -30px;}
.icons{
width: fit-content;
display: inline-block;
padding-top: 15px;
}
.icons ul i img{
margin-right: 5px;
}
.prmangy{
font-family: 'Roboto', cursive;
font-size: 50px;
font-weight: bolder;
width: 300px;
color: #6B214A;
padding-bottom: 27px;
}
/* ABOUT PAGE*/
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 60px;
}
.card {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
}
.card .card_image {
width: inherit;
height: inherit;
border-radius: 40px;
}
.card .card_image img {
width: inherit;
height: inherit;
border-radius: 40px;
object-fit: cover;
}
.card .card_title {
text-align: center;
border-radius: 0px 0px 40px 40px;
font-family: sans-serif;
font-weight: bold;
font-size: 30px;
margin-top: -80px;
height: 40px;
}
.card:hover {
transform: scale(0.9, 0.9);
box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25),
-5px -5px 30px 15px rgba(0,0,0,0.22);
}
.title-white {
color: white;
}
.title-black {
color: black;
}
@media all and (max-width: 500px) {
.card-list {
/* On small screens, we are no longer using row direction but column */
flex-direction: column;
}
}
#projectsName {
padding: 20px;
width: 90%;
display: flex;
top: 50%;
flex-wrap: wrap;
justify-content: space-between;
margin: 5px;
left: 3%;
margin-top: 35px;
margin-left: 43px;
}
.itemDiv{
width: 20%;
height: 350px;
text-align: center;
border: 10px double #6b214a;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 30px;
}
#projectsName img{
opacity: 0.8;
}
#projectsName img:hover{
opacity: 1.0;
}
.itemDiv img{
width: 50%;
height: 50%;
margin-left: 65px;
}
.itemDiv:hover {
/* border: 1px solid #777; */
}
#projectsName h5 {
font-size: 30px;
font-weight: bold;
margin: 20px 0;
color: #6b214a;
}
.pro button{
background-color: #6b214a;
border: none;
cursor: pointer;
margin: 15px;
border-radius: 15px;
padding: 8px;
border: 1px solid #D3C4B0;
width: 150px;margin-top: 25px;
font-weight: 600;
}
.pro button:hover{
background-color: lightgray;
}
.box {
height: 150px;
width: 300px;
margin: 20px;
border: 1px solid #ccc;
}
.top {
box-shadow: 0 -5px 5px -5px #333;
}
.right {
box-shadow: -5px 0 5px -5px #333;
}
.bottom {
box-shadow: 0 5px 5px -5px #333;
}
.left {
box-shadow: 5px 0 5px -5px #333;
}
.all {
box-shadow: 0 0 5px #333;
}
|
css/projects.css
|
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&family=Noto+Sans+JP:wght@100&family=Pragati+Narrow&display=swap');
header{
background-repeat: no-repeat;
background-size: cover;
height: 510px;
}
header h1 {
display: inline-block;
text-align: center;
margin-top: 200px;
margin-left: 560px;
font-family: 'Cairo';
font-weight: bolder;
font-size: 60px;
color: #f5f5f5;
background-color: rgba(12, 11, 11, 0.349);
padding: 25px;
}
h4{
margin-bottom: 50px;
text-align: center;
position: absolute;
margin-left: 15px;
}
body{
margin: 0;
font-family: 'Cairo', sans-serif;
line-height: 25px;
font-weight: 500;
}
body hr{
height: 5px;
background-color: #6b214a;
}
body p, li, td, a{
font-weight: 700;
}
/*NAV AND SUB NAV BAR*/
.displayNav{
display: inline-block;
padding-left: 670px;
margin-left: 70px;
}
.navbar {
padding-top: 10px;
height: 70px;
width: 100%;
overflow: hidden;
position: fixed;
background-color: #6b214a;
top: 0;
z-index: 100;
}
/*Logo*/
div img{ float: left;
margin-top: -5px;
margin-bottom: 10px;
margin-left: 5px;
}
/*Placeholder image dimension 350*400*/
#intro div img{
float: left;
margin-top: -45px;
}
/* Navigation links */
.navbar a {
float: right;
font-size: 16px;
color: white;
text-align: center;
padding: 10px 12px;
text-decoration: none;
font-weight: bold;
font-family: 'Cairo', sans-serif;
}
/* The subnavigation menu */
.subnav {
float: right;
overflow: hidden;
font-family: 'Cairo', sans-serif;
}
.subnavbtn{
font-family: 'Cairo', sans-serif;
font-weight: bolder;
font-size: 16px;
}
/* Subnav button */
.subnav .subnavbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 8px 12px;
background-color: inherit;
font-family: inherit;
}
/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
background-color:#474747;
}
/* Style the subnav content - positioned absolute */
.subnav-content {
display: none;
position: absolute;
width: 100%;
z-index: 100;
}
/* Style the subnav links */
.subnav-content a {
float: left;
color: white;
text-decoration: none;
padding: 2px 8px;
margin-right:2px ;
}
/* Add a grey background color on hover */
.subnav-content a:hover {
background-color: #f5f5f5;
color: #6b214a;
}
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
display: block;
}
#send1{
margin-left: 150px;
}
/*INTRODUCTION SECTION*/
#intro {
margin:15px 200px 0px 140px;
padding: 5%;
padding-bottom: 2%;
width: 70%;
height: 500px;
}
#intro span {
text-indent: 15px;
float: right;
position: absolute;
padding-left: 5%;
width: 40%;
}
#intro h1{
font-size: 35px;
margin-top: 0px;
}
#intro span{
font-size: 20px;
}
#intro div{
display: inline;
float: left;
padding: 15px;
padding-top: 65px;
border: 4px solid #6b214a;
}
main div hr {
margin-top: 20px;
margin-left: 25%;
margin-right: 25%;
width: 50%;
background-color :#6b214a;
height: 5px;
}
/*CONTENT*/
#content401{
margin: 0px 0px 0px 0px;
background-color: rgb(204, 199, 199);
height: 100%;
width: 70%;
margin-left: 197px;
margin-top: 20px;
margin-bottom: 60px;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
color: black;
font-size: 20px;
border-left: 25px solid #6b214a;
padding-left: 20px;
}
#content401 h2{
text-align: center;
border-radius: 30px;
}
/*PROJECT AND QUIZ BUTTONS*/
#buttons {
width: 80%;
height:250px;
margin-right: 7%;
margin-left: 7%;
}
#buttons #icon1{
display: inline;
float: left;
margin-left: 300px;
}
#buttons #icon1 span a{
padding-left: 15%;
font-size: 30px;
text-decoration: none;
color: black;
}
#buttons #icon1 span a:hover{
color: #6b214a;
text-shadow: teal;
font-weight: 700;
}
#buttons #icon2{
display: inline;
float: right;
margin-right:200px;
}
#buttons #icon2 span a{
padding-left: 15%;
font-size: 30px;
text-decoration: none;
color: black;
}
#buttons #icon2 span a:hover{
color: #6b214a;
text-shadow: teal;
font-weight: 700;
}
/*FORM*/
#form {
/* background-color: rgb(245, 245, 245); */
background-color: rgb(204, 199, 199);
background-size: cover;
width: 70%;
height: 640px;
margin-top: 60px;
margin-bottom: 60px;
border-left: 25px solid #6b214a;
margin-left: 197px;
}
#form img{
float: left;
height: 450px;
margin-top: 20px;
margin-left: 20px;
}
#form div{
display: inline;
float:left;
margin-top: 25px;
width: 500px;
margin-left: 100px;
}
#formDiv {
background-color: transparent;
color: black;
height: 450px;
text-align: center;
width: 400px;
margin-left: 50px;
margin-right: 75px;
font-weight: 500;
}
h5{
font-size: 25px;
}
#formDiv h5{
font-size: 25px;
margin-bottom: 25px;
margin-top: 25px;
margin-left: 250px;
}
h4 label{
margin-right: 10px;
}
#reviewForm{
padding-top: 25px;
}
#reviewForm .btn-block{
width: 50px;
height: 30px;
}
#reviewForm .btn-block #send{
background-color: #6b214a;
position: absolute;
margin-top: 75px;
padding: 10px;
border-radius: 25px;
width: 120px;
font-weight: 700;
margin-left: 25px;
}
#reviewForm .btn-block #send:hover{
color: #f5f5f5;
font-weight: bolder;
}
#reviewForm h2 {
/* font-size: 20px; */
display: inline-block;
height: 10px;
line-height: 10px;
margin-bottom: 0px;
margin-left: 270px;
}
#reviewForm .additional-question{
margin-top: 0px;
}
#reviewForm .comments{
margin-left: 150px;
margin-top: 0px;
margin-bottom: 0px;
width: 200px;
display: inline-block;
float: left;
}
#reviewForm .comments p{
font-weight: bold;
}
#reviewForm .comments textarea{
width:100% ;
}
/*RENDER DIV*/
#renderDiv{
width: 10%;
height: 200px;
margin-right: 0px;
display: inline;
text-align: center;
background-color: transparent;
}
#rev{
margin-left: 610px;
}
/*REVIEW LIST*/
#reviewList li{
border: 1px solid #6b214a;
border-radius: 20px;
padding: 15px;
width: 620px;
margin-top: 18px;}
#reviewList{
list-style: none;
width: 78%;
}
#reviewList button{
margin-top: 5px;
color: #f5f5f5;
background-color: #6b214a;
border-radius: 25px;
width: 120px;
font-weight: 700;
margin-left: 25px;
float: right;
}
ul{
list-style: none;
}
#renderDiv ul li{
border: 1px solid #6b214a;
border-radius: 20px;
padding: 15px;
width: 820px;
margin-top: 18px;
margin-right: 0px;
text-align: center;
}
#renderDiv ul{
text-align: center;
}
#sectionRend{
width: 70%;
height: 400px;
margin-left: 190px;
overflow: scroll;
overflow-x: hidden;
margin-bottom: 50px;
}
#sectionRend #renderDiv ul li {
text-align: center;
}
h5{
text-align: center;
}
td{
text-align: left;
}
/*FOOTER*/
footer{
bottom: 0;
padding: 20px;
height: 200px;
background-color: rgb(204, 199, 199);
margin-top: 60px;
padding-left: 25px;
}
footer h3{
margin: 1px;
color: #6B214A;
font-weight: 4000;
}
footer label{
font-weight: 700;
margin-right: 5px;
}
.location {
display: inline-block;
font-family: 'Cairo', sans-serif;
}
#submit{
margin-top: 15px;
margin-left: 45px;
padding:6px 12px;
border: solid 1px #6B214A;
font-size: 15px;
}
.location div{
color: black;
font-weight: 700;
}
.additLinks{
margin-left: 390px;
display: inline-block;
font-family: 'Cairo', sans-serif;
}
.additLinks a{
display: inline-block;
text-decoration: none;
color: black;
font-size: larg;
font-weight: 700;
}
.additLinks ul{
list-style: none;
display: inline-block;
}
.additLinks a:hover{
color: #eee;
}
.footerForm{
font-family: 'Cairo', sans-serif;
text-align: center;
float: right;
margin-right: 15px;
}
.yor{
margin-left: -30px;}
.icons{
width: fit-content;
display: inline-block;
padding-top: 15px;
}
.icons ul i img{
margin-right: 5px;
}
.prmangy{
font-family: 'Roboto', cursive;
font-size: 50px;
font-weight: bolder;
width: 300px;
color: #6B214A;
padding-bottom: 27px;
}
/* ABOUT PAGE*/
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 60px;
}
.card {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
}
.card .card_image {
width: inherit;
height: inherit;
border-radius: 40px;
}
.card .card_image img {
width: inherit;
height: inherit;
border-radius: 40px;
object-fit: cover;
}
.card .card_title {
text-align: center;
border-radius: 0px 0px 40px 40px;
font-family: sans-serif;
font-weight: bold;
font-size: 30px;
margin-top: -80px;
height: 40px;
}
.card:hover {
transform: scale(0.9, 0.9);
box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25),
-5px -5px 30px 15px rgba(0,0,0,0.22);
}
.title-white {
color: white;
}
.title-black {
color: black;
}
@media all and (max-width: 500px) {
.card-list {
/* On small screens, we are no longer using row direction but column */
flex-direction: column;
}
}
#projectsName {
padding: 20px;
width: 90%;
display: flex;
top: 50%;
flex-wrap: wrap;
justify-content: space-between;
margin: 5px;
left: 3%;
margin-top: 35px;
margin-left: 43px;
}
.itemDiv{
width: 20%;
height: 350px;
text-align: center;
border: 10px double #6b214a;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 30px;
}
#projectsName img{
opacity: 0.8;
}
#projectsName img:hover{
opacity: 1.0;
}
.itemDiv img{
width: 50%;
height: 50%;
margin-left: 65px;
}
.itemDiv:hover {
/* border: 1px solid #777; */
}
#projectsName h5 {
font-size: 30px;
font-weight: bold;
margin: 20px 0;
color: #6b214a;
}
.pro button{
background-color: #6b214a;
border: none;
cursor: pointer;
margin: 15px;
border-radius: 15px;
padding: 8px;
border: 1px solid #D3C4B0;
width: 150px;margin-top: 25px;
font-weight: 600;
}
.pro button:hover{
background-color: lightgray;
}
.box {
height: 150px;
width: 300px;
margin: 20px;
border: 1px solid #ccc;
}
.top {
box-shadow: 0 -5px 5px -5px #333;
}
.right {
box-shadow: -5px 0 5px -5px #333;
}
.bottom {
box-shadow: 0 5px 5px -5px #333;
}
.left {
box-shadow: 5px 0 5px -5px #333;
}
.all {
box-shadow: 0 0 5px #333;
}
| 0.385143 | 0.062303 |
@import url("https://fonts.googleapis.com/css?family=Oswald");
* {
box-sizing: border-box;
font-family: "Oswald", sans-serif;
}
button {
border: none;
cursor: pointer;
}
button:focus {
outline: 0;
}
::-webkit-scrollbar {
display: none;
}
.wrapper {
font-family: "Oswald", sans-serif;
width: 100vw;
height: 100vh;
margin: auto;
text-align: center;
}
.wrapper .left,
.wrapper .right {
width: 50vw;
height: 100vh;
float: left;
position: relative;
}
.wrapper .left .center,
.wrapper .right .center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 580px;
}
.wrapper .left .center h1,
.wrapper .right .center h1 {
font-size: 40px;
font-weight: bold;
padding: 0 0 80px 0;
}
.wrapper .left .center h2,
.wrapper .left .center button,
.wrapper .left .center input,
.wrapper .right .center h2,
.wrapper .right .center button,
.wrapper .right .center input {
font-size: 20px;
border-radius: 10px;
font-weight: 600;
float: left;
width: 280px;
height: 80px;
}
.wrapper .left .center h2,
.wrapper .right .center h2 {
line-height: 80px;
background: #F2F2F2;
margin-right: 20px;
border: 1px solid #bfbfbf;
}
.wrapper .left .center button,
.wrapper .right .center button {
cursor: pointer;
background: linear-gradient(to right, #159957 0%, #155799 100%);
border: none;
font-weight: 500;
transition: 0.3s linear;
color: #fff;
}
.wrapper .left .center button:focus,
.wrapper .right .center button:focus {
outline: 0;
}
.wrapper .left .center button:hover,
.wrapper .right .center button:hover {
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.6);
}
.wrapper .left .center input,
.wrapper .right .center input {
border: none;
background: #F2F2F2;
margin-right: 20px;
text-align: center;
border: 1px solid #bfbfbf;
}
.wrapper .left .center input:focus,
.wrapper .right .center input:focus {
outline: 0;
}
@media screen and (max-width: 980px) {
.wrapper .left,
.wrapper .right {
width: 100vw;
height: auto;
}
}
@media screen and (max-width: 576px) {
.wrapper .left .center,
.wrapper .right .center {
position: static;
width: 100%;
transform: none;
}
.wrapper .left .center h1,
.wrapper .right .center h1 {
padding: 50px 0;
}
.wrapper .left .center h2,
.wrapper .left .center button,
.wrapper .left .center input,
.wrapper .right .center h2,
.wrapper .right .center button,
.wrapper .right .center input {
clear: both;
margin-bottom: 20px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
}
}
|
1. Password Generator & Strength Checker/style.css
|
@import url("https://fonts.googleapis.com/css?family=Oswald");
* {
box-sizing: border-box;
font-family: "Oswald", sans-serif;
}
button {
border: none;
cursor: pointer;
}
button:focus {
outline: 0;
}
::-webkit-scrollbar {
display: none;
}
.wrapper {
font-family: "Oswald", sans-serif;
width: 100vw;
height: 100vh;
margin: auto;
text-align: center;
}
.wrapper .left,
.wrapper .right {
width: 50vw;
height: 100vh;
float: left;
position: relative;
}
.wrapper .left .center,
.wrapper .right .center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 580px;
}
.wrapper .left .center h1,
.wrapper .right .center h1 {
font-size: 40px;
font-weight: bold;
padding: 0 0 80px 0;
}
.wrapper .left .center h2,
.wrapper .left .center button,
.wrapper .left .center input,
.wrapper .right .center h2,
.wrapper .right .center button,
.wrapper .right .center input {
font-size: 20px;
border-radius: 10px;
font-weight: 600;
float: left;
width: 280px;
height: 80px;
}
.wrapper .left .center h2,
.wrapper .right .center h2 {
line-height: 80px;
background: #F2F2F2;
margin-right: 20px;
border: 1px solid #bfbfbf;
}
.wrapper .left .center button,
.wrapper .right .center button {
cursor: pointer;
background: linear-gradient(to right, #159957 0%, #155799 100%);
border: none;
font-weight: 500;
transition: 0.3s linear;
color: #fff;
}
.wrapper .left .center button:focus,
.wrapper .right .center button:focus {
outline: 0;
}
.wrapper .left .center button:hover,
.wrapper .right .center button:hover {
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.6);
}
.wrapper .left .center input,
.wrapper .right .center input {
border: none;
background: #F2F2F2;
margin-right: 20px;
text-align: center;
border: 1px solid #bfbfbf;
}
.wrapper .left .center input:focus,
.wrapper .right .center input:focus {
outline: 0;
}
@media screen and (max-width: 980px) {
.wrapper .left,
.wrapper .right {
width: 100vw;
height: auto;
}
}
@media screen and (max-width: 576px) {
.wrapper .left .center,
.wrapper .right .center {
position: static;
width: 100%;
transform: none;
}
.wrapper .left .center h1,
.wrapper .right .center h1 {
padding: 50px 0;
}
.wrapper .left .center h2,
.wrapper .left .center button,
.wrapper .left .center input,
.wrapper .right .center h2,
.wrapper .right .center button,
.wrapper .right .center input {
clear: both;
margin-bottom: 20px;
margin-left: 50%;
-webkit-transform: translateX(-50%);
}
}
| 0.398758 | 0.069795 |
@-webkit-keyframes skeletonShimmerAnimation {
0% {
opacity: 0.45
}
100% {
opacity: 0.9
}
}
@keyframes skeletonShimmerAnimation {
0% {
opacity: 0.45
}
100% {
opacity: 0.9
}
}
.Polaris-Button {
fill: #637381;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 3.6rem;
min-width: 3.6rem;
margin: 0;
padding: .7rem 1.6rem;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border: 1px solid #c4cdd5;
-webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
border-radius: 3px;
line-height: 1;
color: #212b36;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
-webkit-transition-property: background, border, -webkit-box-shadow;
transition-property: background, border, -webkit-box-shadow;
-o-transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow, -webkit-box-shadow;
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
-o-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f9fafb, #f4f6f8);
background: -o-linear-gradient(top, #f9fafb, #f4f6f8);
background: linear-gradient(to bottom, #f9fafb, #f4f6f8);
border-color: #c4cdd5
}
.Polaris-Button:focus {
border-color: #5c6ac4;
outline: 0;
-webkit-box-shadow: 0 0 0 1px #5c6ac4;
box-shadow: 0 0 0 1px #5c6ac4
}
.Polaris-Button:active {
background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
background: -o-linear-gradient(top, #f4f6f8, #f4f6f8);
background: linear-gradient(to bottom, #f4f6f8, #f4f6f8);
border-color: #c4cdd5;
-webkit-box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2);
box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2)
}
.Polaris-Button.Polaris-Button--disabled,
.Polaris-Button.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.current:disabled,
.Polaris-Button.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.paginate_button:disabled,
.Polaris-Button.btn-success:disabled,
.Polaris-Button.btn-info:disabled,
.Polaris-Button.btn-warning:disabled,
.Polaris-Button.btn-danger:disabled,
.Polaris-Button.btn-light:disabled,
.Polaris-Button.btn-dark:disabled,
.Polaris-Button.btn-blue:disabled,
.Polaris-Button.btn-purple:disabled,
.Polaris-Button.btn-teal:disabled,
.Polaris-Button.btn-orange:disabled,
.Polaris-Button.btn-white:disabled {
fill: #919eab;
-webkit-transition: none;
-o-transition: none;
transition: none;
background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
background: -o-linear-gradient(top, #f4f6f8, #f4f6f8);
background: linear-gradient(to bottom, #f4f6f8, #f4f6f8);
color: #919eab
}
.Polaris-Button__Content {
font-size: 1.5rem;
font-weight: 400;
line-height: 1.6rem;
text-transform: initial;
letter-spacing: initial;
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;
min-width: 1px;
min-height: 1px
}
@media (min-width: 40em) {
.Polaris-Button__Content {
font-size: 1.4rem
}
}
.Polaris-Button__Icon {
-webkit-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button__Icon:first-child {
margin-left: -.4rem
}
.Polaris-Button__Icon:last-child {
margin-right: -.8rem
}
.Polaris-Button__Icon+*:not(.Polaris-Button__Icon) {
margin-left: .4rem
}
.Polaris-Button__Spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -1rem;
margin-left: -1rem
}
.Polaris-Button--primary,
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
background: -webkit-gradient(linear, left top, left bottom, from(#6371c7), to(#5563c1));
background: -webkit-linear-gradient(top, #6371c7, #5563c1);
background: -o-linear-gradient(top, #6371c7, #5563c1);
background: linear-gradient(to bottom, #6371c7, #5563c1);
border-color: #3f4eae;
-webkit-box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
color: #fff;
fill: #fff
}
.Polaris-Button--primary:hover,
.btn-primary:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#5c6ac4), to(#4959bd));
background: -webkit-linear-gradient(top, #5c6ac4, #4959bd);
background: -o-linear-gradient(top, #5c6ac4, #4959bd);
background: linear-gradient(to bottom, #5c6ac4, #4959bd);
border-color: #3f4eae;
color: #fff;
text-decoration: none
}
.Polaris-Button--primary:focus,
.btn-primary:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus {
border-color: #202e78;
-webkit-box-shadow: inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #202e78;
box-shadow: inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #202e78
}
.Polaris-Button--primary:active,
.btn-primary:active,
.dataTables_wrapper .dataTables_paginate a.current:active {
background: -webkit-gradient(linear, left top, left bottom, from(#3f4eae), to(#3f4eae));
background: -webkit-linear-gradient(top, #3f4eae, #3f4eae);
background: -o-linear-gradient(top, #3f4eae, #3f4eae);
background: linear-gradient(to bottom, #3f4eae, #3f4eae);
border-color: #38469b;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b
}
.Polaris-Button--primary.Polaris-Button--disabled,
.Polaris-Button--disabled.btn-primary,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.next:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.paginate_button:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--disabled.current,
.Polaris-Button--primary.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.paginate_button:disabled,
.Polaris-Button--primary.btn-success:disabled,
.Polaris-Button--primary.btn-info:disabled,
.Polaris-Button--primary.btn-warning:disabled,
.Polaris-Button--primary.btn-danger:disabled,
.Polaris-Button--primary.btn-light:disabled,
.Polaris-Button--primary.btn-dark:disabled,
.Polaris-Button--primary.btn-blue:disabled,
.Polaris-Button--primary.btn-purple:disabled,
.Polaris-Button--primary.btn-teal:disabled,
.Polaris-Button--primary.btn-orange:disabled,
.Polaris-Button--primary.btn-white:disabled {
fill: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#bac0e6), to(#bac0e6));
background: -webkit-linear-gradient(top, #bac0e6, #bac0e6);
background: -o-linear-gradient(top, #bac0e6, #bac0e6);
background: linear-gradient(to bottom, #bac0e6, #bac0e6);
border-color: #a7aedf;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff
}
.Polaris-Button--destructive,
.btn-danger {
background: -webkit-gradient(linear, left top, left bottom, from(#e6391a), to(#d53417));
background: -webkit-linear-gradient(top, #e6391a, #d53417);
background: -o-linear-gradient(top, #e6391a, #d53417);
background: linear-gradient(to bottom, #e6391a, #d53417);
border-color: #b02b13;
-webkit-box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
color: #fff;
fill: #fff
}
.Polaris-Button--destructive:hover,
.btn-danger:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#de3618), to(#c73016));
background: -webkit-linear-gradient(top, #de3618, #c73016);
background: -o-linear-gradient(top, #de3618, #c73016);
background: linear-gradient(to bottom, #de3618, #c73016);
border-color: #b02b13;
color: #fff;
text-decoration: none
}
.Polaris-Button--destructive:focus,
.btn-danger:focus {
border-color: #bf0711;
-webkit-box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711;
box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711
}
.Polaris-Button--destructive:active,
.btn-danger:active {
background: -webkit-gradient(linear, left top, left bottom, from(#b02b13), to(#b02b13));
background: -webkit-linear-gradient(top, #b02b13, #b02b13);
background: -o-linear-gradient(top, #b02b13, #b02b13);
background: linear-gradient(to bottom, #b02b13, #b02b13);
border-color: #992511;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511
}
.Polaris-Button--destructive.Polaris-Button--disabled,
.Polaris-Button--destructive.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.current:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.current:disabled,
.Polaris-Button--destructive.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.next:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.paginate_button:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.paginate_button:disabled,
.Polaris-Button--destructive.btn-success:disabled,
.Polaris-Button--destructive.btn-info:disabled,
.Polaris-Button--destructive.btn-warning:disabled,
.Polaris-Button--disabled.btn-danger,
.btn-danger:disabled,
.Polaris-Button--destructive.btn-light:disabled,
.Polaris-Button--destructive.btn-dark:disabled,
.Polaris-Button--destructive.btn-blue:disabled,
.Polaris-Button--destructive.btn-purple:disabled,
.Polaris-Button--destructive.btn-teal:disabled,
.Polaris-Button--destructive.btn-orange:disabled,
.Polaris-Button--destructive.btn-white:disabled {
fill: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f29484), to(#f29484));
background: -webkit-linear-gradient(top, #f29484, #f29484);
background: -o-linear-gradient(top, #f29484, #f29484);
background: linear-gradient(to bottom, #f29484, #f29484);
border-color: #ef816d;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff
}
.Polaris-Button--outline {
background: transparent;
border-color: rgba(99, 115, 129, 0.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #374047
}
.Polaris-Button--outline:hover {
background: rgba(99, 115, 129, 0.05);
border-color: rgba(99, 115, 129, 0.4)
}
.Polaris-Button--outline:focus {
border-color: rgba(99, 115, 129, 0.8);
-webkit-box-shadow: 0 0 0 1px rgba(99, 115, 129, 0.8);
box-shadow: 0 0 0 1px rgba(99, 115, 129, 0.8)
}
.Polaris-Button--outline:active {
background: rgba(99, 115, 129, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Button--outline.Polaris-Button--disabled,
.Polaris-Button--outline.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.current:disabled,
.Polaris-Button--outline.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.paginate_button:disabled,
.Polaris-Button--outline.btn-success:disabled,
.Polaris-Button--outline.btn-info:disabled,
.Polaris-Button--outline.btn-warning:disabled,
.Polaris-Button--outline.btn-danger:disabled,
.Polaris-Button--outline.btn-light:disabled,
.Polaris-Button--outline.btn-dark:disabled,
.Polaris-Button--outline.btn-blue:disabled,
.Polaris-Button--outline.btn-purple:disabled,
.Polaris-Button--outline.btn-teal:disabled,
.Polaris-Button--outline.btn-orange:disabled,
.Polaris-Button--outline.btn-white:disabled {
background: transparent;
border-color: rgba(99, 115, 129, 0.25);
-webkit-box-shadow: none;
box-shadow: none;
color: #919eab;
fill: #919eab
}
.Polaris-Button--destructive.Polaris-Button--outline,
.Polaris-Button--outline.btn-danger {
background: transparent;
border-color: rgba(222, 54, 24, 0.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #82200e;
fill: #bf0711
}
.Polaris-Button--destructive.Polaris-Button--outline:hover,
.Polaris-Button--outline.btn-danger:hover {
background: rgba(222, 54, 24, 0.05);
border-color: rgba(222, 54, 24, 0.4)
}
.Polaris-Button--destructive.Polaris-Button--outline:focus,
.Polaris-Button--outline.btn-danger:focus {
border-color: rgba(222, 54, 24, 0.8);
-webkit-box-shadow: 0 0 0 1px rgba(222, 54, 24, 0.8);
box-shadow: 0 0 0 1px rgba(222, 54, 24, 0.8)
}
.Polaris-Button--destructive.Polaris-Button--outline:active,
.Polaris-Button--outline.btn-danger:active {
background: rgba(222, 54, 24, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Button--disabled,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled,
.btn-success:disabled,
.btn-info:disabled,
.btn-warning:disabled,
.btn-danger:disabled,
.btn-light:disabled,
.btn-dark:disabled,
.btn-blue:disabled,
.btn-purple:disabled,
.btn-teal:disabled,
.btn-orange:disabled,
.btn-white:disabled {
cursor: default;
pointer-events: none
}
@-webkit-keyframes loading {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loading {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.Polaris-Button--loading {
position: relative;
-webkit-transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button--loading,
.Polaris-Button--loading:hover,
.Polaris-Button--loading.Polaris-Button--disabled,
.Polaris-Button--loading.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.current:disabled,
.Polaris-Button--loading.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.paginate_button:disabled,
.Polaris-Button--loading.btn-success:disabled,
.Polaris-Button--loading.btn-info:disabled,
.Polaris-Button--loading.btn-warning:disabled,
.Polaris-Button--loading.btn-danger:disabled,
.Polaris-Button--loading.btn-light:disabled,
.Polaris-Button--loading.btn-dark:disabled,
.Polaris-Button--loading.btn-blue:disabled,
.Polaris-Button--loading.btn-purple:disabled,
.Polaris-Button--loading.btn-teal:disabled,
.Polaris-Button--loading.btn-orange:disabled,
.Polaris-Button--loading.btn-white:disabled {
color: transparent
}
.Polaris-Button--plain {
fill: #007ace;
margin: -.7rem -.8rem;
padding-left: .8rem;
padding-right: .8rem;
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #007ace
}
.Polaris-Button--plain:hover,
.Polaris-Button--plain:focus,
.Polaris-Button--plain:active {
fill: #084e8a;
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #084e8a
}
.Polaris-Button--plain:focus>.Polaris-Button__Content::after {
opacity: 1
}
.Polaris-Button--plain.Polaris-Button--fullWidth {
margin-left: 0;
margin-right: 0
}
.Polaris-Button--plain.Polaris-Button--disabled,
.Polaris-Button--plain.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.current:disabled,
.Polaris-Button--plain.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.paginate_button:disabled,
.Polaris-Button--plain.btn-success:disabled,
.Polaris-Button--plain.btn-info:disabled,
.Polaris-Button--plain.btn-warning:disabled,
.Polaris-Button--plain.btn-danger:disabled,
.Polaris-Button--plain.btn-light:disabled,
.Polaris-Button--plain.btn-dark:disabled,
.Polaris-Button--plain.btn-blue:disabled,
.Polaris-Button--plain.btn-purple:disabled,
.Polaris-Button--plain.btn-teal:disabled,
.Polaris-Button--plain.btn-orange:disabled,
.Polaris-Button--plain.btn-white:disabled {
background: none
}
.Polaris-Button--plain.Polaris-Button--sizeSlim {
margin-top: -.4rem;
margin-bottom: -.4rem
}
.Polaris-Button--plain.Polaris-Button--sizeLarge {
margin: -1.1rem -2rem
}
.Polaris-Button--plain.Polaris-Button--iconOnly {
fill: #637381;
margin: -0.8rem
}
.Polaris-Button--plain.Polaris-Button--iconOnly:focus,
.Polaris-Button--plain.Polaris-Button--iconOnly:active {
fill: #637381;
background: rgba(33, 43, 54, 0.1)
}
.Polaris-Button--plain.Polaris-Button--iconOnly:hover,
.Polaris-Button--plain.Polaris-Button--iconOnly:active {
fill: #212b36
}
.Polaris-Button--plain.Polaris-Button--iconOnly>.Polaris-Button__Content::after {
display: none
}
.Polaris-Button--plain.Polaris-Button--iconOnly.Polaris-Button--disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.current:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.paginate_button:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-success:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-info:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-warning:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-danger:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-light:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-dark:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-blue:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-purple:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-teal:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-orange:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-white:disabled {
fill: #c4cdd5
}
.Polaris-Button--plain>.Polaris-Button__Content::after {
position: absolute;
top: -2px;
bottom: -2px;
left: -5px;
right: -5px;
display: block;
background: rgba(33, 43, 54, 0.1);
border-radius: 3px;
-webkit-transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
content: '';
opacity: 0
}
.Polaris-Button--plain .Polaris-Button__Icon {
margin-left: 0;
margin-right: 0
}
.Polaris-Button--sizeSlim {
min-height: 3rem;
padding: .4rem 1.2rem
}
.Polaris-Button--sizeLarge {
min-height: 4.4rem;
min-width: 4.4rem;
padding: 1.1rem 2.4rem
}
.Polaris-Button--sizeLarge .Polaris-Button__Content {
font-size: 1.7rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial
}
@media (min-width: 40em) {
.Polaris-Button--sizeLarge .Polaris-Button__Content {
font-size: 1.6rem
}
}
.Polaris-Button--fullWidth {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%
}
.Polaris-Button--iconOnly {
padding-left: .8rem;
padding-right: .8rem
}
.Polaris-Button--iconOnly.Polaris-Button--sizeLarge {
padding-left: 1.2rem;
padding-right: 1.2rem
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:first-child {
margin-left: 0
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:last-child {
margin-right: -.4rem
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:only-child {
margin-right: 0
}
.Polaris-FormLayout {
margin-top: -1.6rem;
margin-left: -2rem
}
.Polaris-FormLayout--condensed .Polaris-FormLayout__Item {
-ms-flex-preferred-size: 11rem;
flex-basis: 11rem;
min-width: 11rem
}
.Polaris-FormLayout__Title {
margin-bottom: -.8rem;
padding: 1.6rem 2rem 0
}
.Polaris-FormLayout__Items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.Polaris-FormLayout__HelpText {
color: #637381;
padding: .8rem 2rem 0
}
.Polaris-FormLayout__Item {
-webkit-box-flex: 1;
-ms-flex: 1 1 22rem;
flex: 1 1 22rem;
margin-top: 1.6rem;
margin-left: 2rem;
min-width: 22rem;
max-width: calc(100% - 2rem)
}
.Polaris-Icon {
display: block;
height: 2rem;
width: 2rem;
max-height: 100%;
max-width: 100%;
margin: auto
}
.Polaris-Icon--hasBackdrop {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: .8rem
}
.Polaris-Icon--hasBackdrop::after {
content: '';
position: absolute;
z-index: 1;
top: -.8rem;
bottom: -.8rem;
left: -.8rem;
right: -.8rem;
border-radius: 50%
}
.Polaris-Icon--colorWhite {
fill: #fff
}
.Polaris-Icon--colorBlack {
fill: #000
}
.Polaris-Icon--colorSkyLighter {
fill: #f9fafb
}
.Polaris-Icon--colorSkyLight {
fill: #f4f6f8
}
.Polaris-Icon--colorSky {
fill: #dfe3e8
}
.Polaris-Icon--colorSkyDark {
fill: #c4cdd5
}
.Polaris-Icon--colorInkLightest {
fill: #919eab
}
.Polaris-Icon--colorInkLighter {
fill: #637381
}
.Polaris-Icon--colorInkLighter::after {
background-color: #dfe3e8
}
.Polaris-Icon--colorInkLight {
fill: #454f5b
}
.Polaris-Icon--colorInk {
fill: #212b36
}
.Polaris-Icon--colorInk::after {
background-color: #dfe3e8
}
.Polaris-Icon--colorBlueLighter {
fill: #ebf5fa
}
.Polaris-Icon--colorBlueLight {
fill: #b4e1fa
}
.Polaris-Icon--colorBlue {
fill: #007ace
}
.Polaris-Icon--colorBlueDark {
fill: #084e8a
}
.Polaris-Icon--colorBlueDark::after {
background-color: #b4e1fa
}
.Polaris-Icon--colorBlueDarker {
fill: #001429
}
.Polaris-Icon--colorIndigoLighter {
fill: #f4f5fa
}
.Polaris-Icon--colorIndigoLight {
fill: #b3bcf5
}
.Polaris-Icon--colorIndigo {
fill: #5c6ac4
}
.Polaris-Icon--colorIndigoDark {
fill: #202e78
}
.Polaris-Icon--colorIndigoDarker {
fill: #000639
}
.Polaris-Icon--colorTealLighter {
fill: #e0f5f5
}
.Polaris-Icon--colorTealLight {
fill: #b7ecec
}
.Polaris-Icon--colorTeal {
fill: #47c1bf
}
.Polaris-Icon--colorTeal::after {
background-color: #fff
}
.Polaris-Icon--colorTealDark {
fill: #00848e
}
.Polaris-Icon--colorTealDark::after {
background-color: #b7ecec
}
.Polaris-Icon--colorTealDarker {
fill: #003135
}
.Polaris-Icon--colorGreenLighter {
fill: #e3f1df
}
.Polaris-Icon--colorGreen {
fill: #50b83c
}
.Polaris-Icon--colorGreen::after {
background-color: #e3f1df
}
.Polaris-Icon--colorGreenDark {
fill: #108043
}
.Polaris-Icon--colorGreenDark::after {
background-color: #bbe5b3
}
.Polaris-Icon--colorYellowLighter {
fill: #fcf1cd
}
.Polaris-Icon--colorYellow {
fill: #eec200
}
.Polaris-Icon--colorYellowDark {
fill: #9c6f19
}
.Polaris-Icon--colorYellowDark::after {
background-color: #ffea8a
}
.Polaris-Icon--colorOrange {
fill: #f49342
}
.Polaris-Icon--colorOrangeDark {
fill: #c05717
}
.Polaris-Icon--colorRedLighter {
fill: #fbeae5
}
.Polaris-Icon--colorRed {
fill: #de3618
}
.Polaris-Icon--colorRedDark {
fill: #bf0711
}
.Polaris-Icon--colorRedDark::after {
background-color: #fead9a
}
.Polaris-Icon--colorPurple {
fill: #9c6ade
}
.Polaris-Icon__Svg {
position: relative;
z-index: 2;
display: block;
width: 100%;
color: #fff;
max-width: 100%;
max-height: 100%
}
.Polaris-Icon__Placeholder {
padding-bottom: 100%;
background: currentColor
}
.Polaris-Checkbox {
position: relative
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Backdrop {
background: #de3618;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Backdrop::after {
background: #fbeae5
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop {
background: #5c6ac4;
-webkit-box-shadow: 0 0 0 1px #5c6ac4;
box-shadow: 0 0 0 1px #5c6ac4
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop::after {
background: #fbeae5
}
.Polaris-Checkbox--error .Polaris-Checkbox__Icon {
fill: #bf0711
}
.Polaris-Checkbox__Input {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop {
background: #5c6ac4
}
.Polaris-Checkbox__Input:checked~.Polaris-Checkbox__Icon,
.Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate~.Polaris-Checkbox__Icon {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1)
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop {
background: #5c6ac4;
-webkit-box-shadow: 0 0 0 1px #5c6ac4, 0 0 0 0 transparent;
box-shadow: 0 0 0 1px #5c6ac4, 0 0 0 0 transparent
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop::after {
background: #fff
}
.Polaris-Checkbox__Input:disabled+.Polaris-Checkbox__Backdrop {
background: #dfe3e8;
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Checkbox__Input:disabled+.Polaris-Checkbox__Backdrop::after {
background: #f9fafb
}
.Polaris-Checkbox__Input:disabled~.Polaris-Checkbox__Icon {
fill: #919eab
}
.Polaris-Checkbox__Backdrop {
background: #c4cdd5;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
border-radius: 3px;
-webkit-transition-property: background, -webkit-box-shadow;
transition-property: background, -webkit-box-shadow;
-o-transition-property: box-shadow, background;
transition-property: box-shadow, background;
transition-property: box-shadow, background, -webkit-box-shadow;
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
-o-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.Polaris-Checkbox__Backdrop::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border-radius: calc(3px - 1px)
}
.Polaris-Checkbox__Icon {
fill: #5c6ac4;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
-o-transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1), -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1)
}
.Polaris-Choice {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: .4rem 0
}
.Polaris-Choice--labelHidden>.Polaris-Choice__Label {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-Choice__Control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 1.6rem;
width: 1.6rem;
margin-top: 2px;
margin-right: .8rem
}
.Polaris-Choice__Control>* {
width: 100%
}
.Polaris-Choice__Label {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
-webkit-tap-highlight-color: transparent
}
@media (min-width: 40em) {
.Polaris-Choice__Label {
font-size: 1.4rem
}
}
.Polaris-Choice__Descriptions {
padding-left: 2.4rem
}
.Polaris-Choice__HelpText {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
color: #637381;
margin-bottom: .4rem
}
@media (min-width: 40em) {
.Polaris-Choice__HelpText {
font-size: 1.4rem
}
}
.Polaris-Choice__Error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: .4rem;
color: #bf0711
}
.Polaris-Choice__ErrorIcon {
fill: #de3618;
margin: 0 .4rem 0 -2px
}
.Polaris-ChoiceList {
margin: 0;
padding: 0;
border: none
}
.Polaris-ChoiceList--titleHidden>.Polaris-ChoiceList__Title {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-ChoiceList__Choices {
list-style: none;
margin: 0;
padding: 0
}
.Polaris-ChoiceList__ChoiceChildren {
padding-left: 2.4rem
}
.Polaris-ChoiceList__Title {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
display: block;
margin: 0 0 .4rem;
padding: 0
}
@media (min-width: 40em) {
.Polaris-ChoiceList__Title {
font-size: 1.4rem
}
}
/*!
* Bootstrap v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #45477C;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #5c6ac4;
--secondary: #f9fafb;
--success: #50b83c;
--info: #007ace;
--warning: #eec200;
--danger: #de3618;
--light: #f4f6f8;
--dark: #212b36;
--blue: #007ace;
--purple: #9c6ade;
--teal: #47c1bf;
--orange: #f49342;
--white: #fff;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@-ms-viewport {
width: device-width
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0 !important
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #5c6ac4;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:hover {
color: #38469b;
text-decoration: none
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none !important
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit
}
h1,
.h1 {
font-size: 2.5rem
}
h2,
.h2 {
font-size: 2rem
}
h3,
.h3 {
font-size: 1.75rem
}
h4,
.h4 {
font-size: 1.5rem
}
h5,
.h5 {
font-size: 1.25rem
}
h6,
.h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small,
.small {
font-size: 80%;
font-weight: 400
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014 \00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .125rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .1rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width: 576px) {
.container {
max-width: 540px
}
}
@media (min-width: 768px) {
.container {
max-width: 720px
}
}
@media (min-width: 992px) {
.container {
max-width: 960px
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
padding-right: 0;
padding-left: 0
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.33333%
}
.offset-2 {
margin-left: 16.66667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333%
}
.offset-5 {
margin-left: 41.66667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333%
}
.offset-8 {
margin-left: 66.66667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333%
}
.offset-11 {
margin-left: 91.66667%
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333%
}
.offset-sm-2 {
margin-left: 16.66667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333%
}
.offset-sm-5 {
margin-left: 41.66667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333%
}
.offset-sm-8 {
margin-left: 66.66667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333%
}
.offset-sm-11 {
margin-left: 91.66667%
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333%
}
.offset-md-2 {
margin-left: 16.66667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333%
}
.offset-md-5 {
margin-left: 41.66667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333%
}
.offset-md-8 {
margin-left: 66.66667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333%
}
.offset-md-11 {
margin-left: 91.66667%
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333%
}
.offset-lg-2 {
margin-left: 16.66667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333%
}
.offset-lg-5 {
margin-left: 41.66667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333%
}
.offset-lg-8 {
margin-left: 66.66667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333%
}
.offset-lg-11 {
margin-left: 91.66667%
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333%
}
.offset-xl-2 {
margin-left: 16.66667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333%
}
.offset-xl-5 {
margin-left: 41.66667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333%
}
.offset-xl-8 {
margin-left: 66.66667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333%
}
.offset-xl-11 {
margin-left: 91.66667%
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #fff
}
.table th,
.table td {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
font-weight: normal
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table .table {
background-color: #fff
}
.table-sm th,
.table-sm td {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
background-color: #b3bcf5
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d1d5ee
}
.table-hover .table-primary:hover {
background-color: #bec4e7
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #bec4e7
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #fdfefe
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #ecf6f6
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #ceebc8
}
.table-hover .table-success:hover {
background-color: #bde4b5
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #bde4b5
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #b8daf1
}
.table-hover .table-info:hover {
background-color: #a3cfed
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #a3cfed
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #faeeb8
}
.table-hover .table-warning:hover {
background-color: #f8e8a0
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #f8e8a0
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f6c7be
}
.table-hover .table-danger:hover {
background-color: #f3b4a8
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f3b4a8
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fcfcfd
}
.table-hover .table-light:hover {
background-color: #ededf3
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ededf3
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c1c4c7
}
.table-hover .table-dark:hover {
background-color: #b4b7bb
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b4b7bb
}
.table-blue,
.table-blue>th,
.table-blue>td {
background-color: #b8daf1
}
.table-hover .table-blue:hover {
background-color: #a3cfed
}
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
background-color: #a3cfed
}
.table-purple,
.table-purple>th,
.table-purple>td {
background-color: #e3d5f6
}
.table-hover .table-purple:hover {
background-color: #d5c0f2
}
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
background-color: #d5c0f2
}
.table-teal,
.table-teal>th,
.table-teal>td {
background-color: #cbeeed
}
.table-hover .table-teal:hover {
background-color: #b8e8e6
}
.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
background-color: #b8e8e6
}
.table-orange,
.table-orange>th,
.table-orange>td {
background-color: #fce1ca
}
.table-hover .table-orange:hover {
background-color: #fbd3b2
}
.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
background-color: #fbd3b2
}
.table-white,
.table-white>th,
.table-white>td {
background-color: #fff
}
.table-hover .table-white:hover {
background-color: #f2f2f2
}
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
background-color: #f2f2f2
}
.table-active,
.table-active>th,
.table-active>td {
background-color: #b3bcf5
}
.table-hover .table-active:hover {
background-color: #9ca8f2
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: #9ca8f2
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.form-control,
.dataTables_wrapper input[type="search"] {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 2px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control,
.dataTables_wrapper input[type="search"] {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.form-control::-ms-expand,
.dataTables_wrapper input[type="search"]::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus,
.dataTables_wrapper input:focus[type="search"] {
color: #495057;
background-color: #fff;
border-color: #bac0e6;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.form-control::-webkit-input-placeholder,
.dataTables_wrapper input[type="search"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder,
.dataTables_wrapper input[type="search"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder,
.dataTables_wrapper input[type="search"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder,
.dataTables_wrapper input[type="search"]::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.dataTables_wrapper input:disabled[type="search"],
.form-control[readonly],
.dataTables_wrapper input[readonly][type="search"] {
background-color: #f9fafb;
opacity: 1
}
select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value,
.dataTables_wrapper .dataTables_length label select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.paginate_button,
.dataTables_wrapper .dataTables_length label select.form-control-plaintext,
.dataTables_wrapper input.form-control-plaintext[type="search"],
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.dataTables_wrapper .input-group-lg>input.form-control-plaintext[type="search"],
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.paginate_button {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button,
.input-group-sm>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button,
.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper input[type="search"] {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.dataTables_wrapper .input-group-lg>input[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button,
.input-group-lg>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label .input-group-lg>select:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #50b83c
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(80, 184, 60, 0.8);
border-radius: .2rem
}
.was-validated .form-control:valid,
.was-validated .dataTables_wrapper input:valid[type="search"],
.dataTables_wrapper .was-validated input:valid[type="search"],
.form-control.is-valid,
.dataTables_wrapper input.is-valid[type="search"],
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #50b83c
}
.was-validated .form-control:valid:focus,
.was-validated .dataTables_wrapper input:valid:focus[type="search"],
.dataTables_wrapper .was-validated input:valid:focus[type="search"],
.form-control.is-valid:focus,
.dataTables_wrapper input.is-valid:focus[type="search"],
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #50b83c;
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-feedback,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-tooltip,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.dataTables_wrapper input.is-valid[type="search"]~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.dataTables_wrapper input.is-valid[type="search"]~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
color: #50b83c
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
color: #50b83c
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
background-color: #a2dd97
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
background-color: #6eca5d
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
border-color: #50b83c
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #de3618
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(222, 54, 24, 0.8);
border-radius: .2rem
}
.was-validated .form-control:invalid,
.was-validated .dataTables_wrapper input:invalid[type="search"],
.dataTables_wrapper .was-validated input:invalid[type="search"],
.form-control.is-invalid,
.dataTables_wrapper input.is-invalid[type="search"],
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #de3618
}
.was-validated .form-control:invalid:focus,
.was-validated .dataTables_wrapper input:invalid:focus[type="search"],
.dataTables_wrapper .was-validated input:invalid:focus[type="search"],
.form-control.is-invalid:focus,
.dataTables_wrapper input.is-invalid:focus[type="search"],
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #de3618;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-feedback,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-tooltip,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
color: #de3618
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
color: #de3618
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
background-color: #f29484
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
background-color: #ea593f
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
border-color: #de3618
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control,
.form-inline .dataTables_wrapper input[type="search"],
.dataTables_wrapper .form-inline input[type="search"] {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .125rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.btn:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
text-decoration: none
}
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active {
background-image: none
}
a.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
fieldset:disabled a.btn,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.current,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.previous,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.next,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.paginate_button {
pointer-events: none
}
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-primary:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover {
color: #fff;
background-color: #4252b7;
border-color: #3f4eae
}
.btn-primary:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.btn-primary.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-primary.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-primary:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.current {
color: #fff;
background-color: #3f4eae;
border-color: #3c4aa5
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.current:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-secondary,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-secondary:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
color: #212529;
background-color: #e2e7ec;
border-color: #dae1e7
}
.btn-secondary:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn-secondary.focus,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-secondary.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-secondary:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.previous,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.next,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.paginate_button {
color: #212529;
background-color: #dae1e7;
border-color: #d3dae2
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.previous:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.next:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.paginate_button:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-success {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-success:hover {
color: #fff;
background-color: #439b33;
border-color: #3f922f
}
.btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #3f922f;
border-color: #3b882c
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-info {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-info:hover {
color: #fff;
background-color: #0063a8;
border-color: #005c9b
}
.btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #005c9b;
border-color: #00548e
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-warning {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-warning:hover {
color: #212529;
background-color: #c8a300;
border-color: #bb9800
}
.btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
color: #fff;
background-color: #bb9800;
border-color: #ae8e00
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-danger {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-danger:hover {
color: #fff;
background-color: #bb2e14;
border-color: #b02b13
}
.btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02b13;
border-color: #a42812
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-light {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-light:hover {
color: #212529;
background-color: #dde3e9;
border-color: #d5dde4
}
.btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #d5dde4;
border-color: #cdd6df
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-dark {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-dark:hover {
color: #fff;
background-color: #12181e;
border-color: #0e1216
}
.btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #0e1216;
border-color: #090b0e
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-blue {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-blue:hover {
color: #fff;
background-color: #0063a8;
border-color: #005c9b
}
.btn-blue:focus,
.btn-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-blue.disabled,
.btn-blue:disabled {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
color: #fff;
background-color: #005c9b;
border-color: #00548e
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-purple {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-purple:hover {
color: #fff;
background-color: #874bd7;
border-color: #8040d5
}
.btn-purple:focus,
.btn-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-purple.disabled,
.btn-purple:disabled {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
color: #fff;
background-color: #8040d5;
border-color: #7936d2
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-teal {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-teal:hover {
color: #fff;
background-color: #39a9a7;
border-color: #369f9e
}
.btn-teal:focus,
.btn-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-teal.disabled,
.btn-teal:disabled {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show>.btn-teal.dropdown-toggle {
color: #fff;
background-color: #369f9e;
border-color: #329694
}
.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-orange {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-orange:hover {
color: #fff;
background-color: #f27e1e;
border-color: #f17712
}
.btn-orange:focus,
.btn-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-orange.disabled,
.btn-orange:disabled {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
color: #fff;
background-color: #f17712;
border-color: #e9710e
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-white {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-white:hover {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6
}
.btn-white:focus,
.btn-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-white.disabled,
.btn-white:disabled {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-primary {
color: #5c6ac4;
background-color: transparent;
background-image: none;
border-color: #5c6ac4
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5c6ac4;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-secondary {
color: #f9fafb;
background-color: transparent;
background-image: none;
border-color: #f9fafb
}
.btn-outline-secondary:hover {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #f9fafb;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-success {
color: #50b83c;
background-color: transparent;
background-image: none;
border-color: #50b83c
}
.btn-outline-success:hover {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #50b83c;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-info {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-info:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-warning {
color: #eec200;
background-color: transparent;
background-image: none;
border-color: #eec200
}
.btn-outline-warning:hover {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #eec200;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-danger {
color: #de3618;
background-color: transparent;
background-image: none;
border-color: #de3618
}
.btn-outline-danger:hover {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #de3618;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-light {
color: #f4f6f8;
background-color: transparent;
background-image: none;
border-color: #f4f6f8
}
.btn-outline-light:hover {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f4f6f8;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-dark {
color: #212b36;
background-color: transparent;
background-image: none;
border-color: #212b36
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212b36;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-blue {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-blue:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-purple {
color: #9c6ade;
background-color: transparent;
background-image: none;
border-color: #9c6ade
}
.btn-outline-purple:hover {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
color: #9c6ade;
background-color: transparent
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-teal {
color: #47c1bf;
background-color: transparent;
background-image: none;
border-color: #47c1bf
}
.btn-outline-teal:hover {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
color: #47c1bf;
background-color: transparent
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show>.btn-outline-teal.dropdown-toggle {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-orange {
color: #f49342;
background-color: transparent;
background-image: none;
border-color: #f49342
}
.btn-outline-orange:hover {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
color: #f49342;
background-color: transparent
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-white {
color: #fff;
background-color: transparent;
background-image: none;
border-color: #fff
}
.btn-outline-white:hover {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:focus,
.btn-outline-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
color: #fff;
background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-link {
font-weight: 400;
color: #5c6ac4;
background-color: transparent
}
.btn-link:hover {
color: #38469b;
text-decoration: none;
background-color: transparent;
border-color: transparent
}
.btn-link:focus,
.btn-link.focus {
text-decoration: none;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
pointer-events: none
}
.btn-lg,
.btn-group-lg>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
.btn-sm,
.btn-group-sm>.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: .125rem
}
.dropdown-menu-right {
right: 0;
left: auto
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:hover,
.dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #5c6ac4
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button,
.btn-group-vertical>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.btn-group>.btn:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:hover,
.btn-group-vertical>.btn:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:hover {
z-index: 1
}
.btn-group>.btn:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:focus,
.btn-group>.btn:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:active,
.btn-group>.btn.active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.current,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.next,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.paginate_button,
.btn-group-vertical>.btn:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:focus,
.btn-group-vertical>.btn:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:active,
.btn-group-vertical>.btn.active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.paginate_button {
z-index: 1
}
.btn-group .btn+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.paginate_button,
.btn-group .btn+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.paginate_button,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.paginate_button,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.paginate_button,
.btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:first-child {
margin-left: 0
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.paginate_button {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.paginate_button {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.paginate_button+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.paginate_button+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical .btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button,
.btn-group-vertical .btn-group {
width: 100%
}
.btn-group-vertical>.btn+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.paginate_button,
.btn-group-vertical>.btn+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.paginate_button,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.paginate_button {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.paginate_button {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button,
.btn-group-toggle>.btn-group>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.form-control,
.dataTables_wrapper .input-group>input[type="search"],
.input-group>.custom-select,
.input-group>.custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.form-control:focus,
.dataTables_wrapper .input-group>input:focus[type="search"],
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
z-index: 3
}
.input-group>.form-control+.form-control,
.dataTables_wrapper .input-group>input[type="search"]+.form-control,
.dataTables_wrapper .input-group>.form-control+input[type="search"],
.dataTables_wrapper .input-group>input[type="search"]+input[type="search"],
.input-group>.form-control+.custom-select,
.dataTables_wrapper .input-group>input[type="search"]+.custom-select,
.input-group>.form-control+.custom-file,
.dataTables_wrapper .input-group>input[type="search"]+.custom-file,
.input-group>.custom-select+.form-control,
.dataTables_wrapper .input-group>.custom-select+input[type="search"],
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.dataTables_wrapper .input-group>.custom-file+input[type="search"],
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
margin-left: -1px
}
.input-group>.form-control:not(:last-child),
.dataTables_wrapper .input-group>input:not(:last-child)[type="search"],
.input-group>.custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.form-control:not(:first-child),
.dataTables_wrapper .input-group>input:not(:first-child)[type="search"],
.input-group>.custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.input-group-prepend .btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button,
.input-group-append .btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button {
position: relative;
z-index: 2
}
.input-group-prepend .btn+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.paginate_button,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.paginate_button,
.input-group-append .btn+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.paginate_button,
.input-group-append .btn+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.paginate_button {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 2px
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0
}
.input-group>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.paginate_button,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.paginate_button,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.paginate_button,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.paginate_button,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.paginate_button:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: #5c6ac4
}
.custom-control-input:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-control-input:active~.custom-control-label::before {
color: #fff;
background-color: #dfe2f3
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .125rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: .125rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #bac0e6;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(186, 192, 230, 0.5);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(186, 192, 230, 0.5)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
opacity: 0
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 75%
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 125%
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #bac0e6;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-file-input:focus~.custom-file-label::after {
border-color: #bac0e6
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 2px
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 2px 2px 0
}
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: none
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
-webkit-appearance: none;
appearance: none
}
.custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-webkit-slider-thumb:active {
background-color: #dfe2f3
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
-moz-appearance: none;
appearance: none
}
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-moz-range-thumb:active {
background-color: #dfe2f3
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
appearance: none
}
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-ms-thumb:active {
background-color: #dfe2f3
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .125rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #5c6ac4
}
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .75rem;
padding-bottom: .75rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .125rem
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width: 575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff
}
.card {
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;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: .125rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
border-radius: calc(.125rem - 1px) calc(.125rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.125rem - 1px) calc(.125rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img {
width: 100%;
border-radius: calc(.125rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.125rem - 1px);
border-top-right-radius: calc(.125rem - 1px)
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.125rem - 1px);
border-bottom-left-radius: calc(.125rem - 1px)
}
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width: 576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width: 576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:first-child .card-img-top,
.card-group>.card:first-child .card-header {
border-top-right-radius: 0
}
.card-group>.card:first-child .card-img-bottom,
.card-group>.card:first-child .card-footer {
border-bottom-right-radius: 0
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:last-child .card-img-top,
.card-group>.card:last-child .card-header {
border-top-left-radius: 0
}
.card-group>.card:last-child .card-img-bottom,
.card-group>.card:last-child .card-footer {
border-bottom-left-radius: 0
}
.card-group>.card:only-child {
border-radius: .125rem
}
.card-group>.card:only-child .card-img-top,
.card-group>.card:only-child .card-header {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.card-group>.card:only-child .card-img-bottom,
.card-group>.card:only-child .card-footer {
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .125rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .125rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #5c6ac4;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #38469b;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .125rem;
border-bottom-left-radius: .125rem
}
.page-item:last-child .page-link {
border-top-right-radius: .125rem;
border-bottom-right-radius: .125rem
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .15rem;
border-bottom-left-radius: .15rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .15rem;
border-bottom-right-radius: .15rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .1rem;
border-bottom-left-radius: .1rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .1rem;
border-bottom-right-radius: .1rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .125rem
}
.badge:empty {
display: none
}
.btn .badge,
.dataTables_wrapper .dataTables_paginate a.current .badge,
.dataTables_wrapper .dataTables_paginate a.previous .badge,
.dataTables_wrapper .dataTables_paginate a.next .badge,
.dataTables_wrapper .dataTables_paginate a.paginate_button .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #5c6ac4
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #3f4eae
}
.badge-secondary {
color: #212529;
background-color: #f9fafb
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae1e7
}
.badge-success {
color: #fff;
background-color: #50b83c
}
.badge-success[href]:hover,
.badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #3f922f
}
.badge-info {
color: #fff;
background-color: #007ace
}
.badge-info[href]:hover,
.badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #005c9b
}
.badge-warning {
color: #212529;
background-color: #eec200
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #bb9800
}
.badge-danger {
color: #fff;
background-color: #de3618
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #b02b13
}
.badge-light {
color: #212529;
background-color: #f4f6f8
}
.badge-light[href]:hover,
.badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d5dde4
}
.badge-dark {
color: #fff;
background-color: #212b36
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0e1216
}
.badge-blue {
color: #fff;
background-color: #007ace
}
.badge-blue[href]:hover,
.badge-blue[href]:focus {
color: #fff;
text-decoration: none;
background-color: #005c9b
}
.badge-purple {
color: #fff;
background-color: #9c6ade
}
.badge-purple[href]:hover,
.badge-purple[href]:focus {
color: #fff;
text-decoration: none;
background-color: #8040d5
}
.badge-teal {
color: #212529;
background-color: #47c1bf
}
.badge-teal[href]:hover,
.badge-teal[href]:focus {
color: #212529;
text-decoration: none;
background-color: #369f9e
}
.badge-orange {
color: #212529;
background-color: #f49342
}
.badge-orange[href]:hover,
.badge-orange[href]:focus {
color: #212529;
text-decoration: none;
background-color: #f17712
}
.badge-white {
color: #212529;
background-color: #fff
}
.badge-white[href]:hover,
.badge-white[href]:focus {
color: #212529;
text-decoration: none;
background-color: #e6e6e6
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .15rem
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .125rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #303766;
background-color: #dee1f3;
border-color: #d1d5ee
}
.alert-primary hr {
border-top-color: #bec4e7
}
.alert-primary .alert-link {
color: #202443
}
.alert-secondary {
color: #818283;
background-color: #fefefe;
border-color: #fdfefe
}
.alert-secondary hr {
border-top-color: #ecf6f6
}
.alert-secondary .alert-link {
color: #686969
}
.alert-success {
color: #2a601f;
background-color: #dcf1d8;
border-color: #ceebc8
}
.alert-success hr {
border-top-color: #bde4b5
}
.alert-success .alert-link {
color: #193913
}
.alert-info {
color: #003f6b;
background-color: #cce4f5;
border-color: #b8daf1
}
.alert-info hr {
border-top-color: #a3cfed
}
.alert-info .alert-link {
color: #002138
}
.alert-warning {
color: #7c6500;
background-color: #fcf3cc;
border-color: #faeeb8
}
.alert-warning hr {
border-top-color: #f8e8a0
}
.alert-warning .alert-link {
color: #493b00
}
.alert-danger {
color: #731c0c;
background-color: #f8d7d1;
border-color: #f6c7be
}
.alert-danger hr {
border-top-color: #f3b4a8
}
.alert-danger .alert-link {
color: #451107
}
.alert-light {
color: #7f8081;
background-color: #fdfdfe;
border-color: #fcfcfd
}
.alert-light hr {
border-top-color: #ededf3
}
.alert-light .alert-link {
color: #666767
}
.alert-dark {
color: #11161c;
background-color: #d3d5d7;
border-color: #c1c4c7
}
.alert-dark hr {
border-top-color: #b4b7bb
}
.alert-dark .alert-link {
color: #000
}
.alert-blue {
color: #003f6b;
background-color: #cce4f5;
border-color: #b8daf1
}
.alert-blue hr {
border-top-color: #a3cfed
}
.alert-blue .alert-link {
color: #002138
}
.alert-purple {
color: #513773;
background-color: #ebe1f8;
border-color: #e3d5f6
}
.alert-purple hr {
border-top-color: #d5c0f2
}
.alert-purple .alert-link {
color: #392751
}
.alert-teal {
color: #256463;
background-color: #daf3f2;
border-color: #cbeeed
}
.alert-teal hr {
border-top-color: #b8e8e6
}
.alert-teal .alert-link {
color: #173f3e
}
.alert-orange {
color: #7f4c22;
background-color: #fde9d9;
border-color: #fce1ca
}
.alert-orange hr {
border-top-color: #fbd3b2
}
.alert-orange .alert-link {
color: #573417
}
.alert-white {
color: #858585;
background-color: #fff;
border-color: #fff
}
.alert-white hr {
border-top-color: #f2f2f2
}
.alert-white .alert-link {
color: #6c6c6c
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .125rem
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #5c6ac4;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.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);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:hover,
.list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125)
}
.list-group-item:first-child {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.list-group-item:hover,
.list-group-item:focus {
z-index: 1;
text-decoration: none
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0
}
.list-group-item-primary {
color: #303766;
background-color: #d1d5ee
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
color: #303766;
background-color: #bec4e7
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #303766;
border-color: #303766
}
.list-group-item-secondary {
color: #818283;
background-color: #fdfefe
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
color: #818283;
background-color: #ecf6f6
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #818283;
border-color: #818283
}
.list-group-item-success {
color: #2a601f;
background-color: #ceebc8
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
color: #2a601f;
background-color: #bde4b5
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #2a601f;
border-color: #2a601f
}
.list-group-item-info {
color: #003f6b;
background-color: #b8daf1
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
color: #003f6b;
background-color: #a3cfed
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #003f6b;
border-color: #003f6b
}
.list-group-item-warning {
color: #7c6500;
background-color: #faeeb8
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
color: #7c6500;
background-color: #f8e8a0
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #7c6500;
border-color: #7c6500
}
.list-group-item-danger {
color: #731c0c;
background-color: #f6c7be
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
color: #731c0c;
background-color: #f3b4a8
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #731c0c;
border-color: #731c0c
}
.list-group-item-light {
color: #7f8081;
background-color: #fcfcfd
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
color: #7f8081;
background-color: #ededf3
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #7f8081;
border-color: #7f8081
}
.list-group-item-dark {
color: #11161c;
background-color: #c1c4c7
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
color: #11161c;
background-color: #b4b7bb
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #11161c;
border-color: #11161c
}
.list-group-item-blue {
color: #003f6b;
background-color: #b8daf1
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
color: #003f6b;
background-color: #a3cfed
}
.list-group-item-blue.list-group-item-action.active {
color: #fff;
background-color: #003f6b;
border-color: #003f6b
}
.list-group-item-purple {
color: #513773;
background-color: #e3d5f6
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
color: #513773;
background-color: #d5c0f2
}
.list-group-item-purple.list-group-item-action.active {
color: #fff;
background-color: #513773;
border-color: #513773
}
.list-group-item-teal {
color: #256463;
background-color: #cbeeed
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
color: #256463;
background-color: #b8e8e6
}
.list-group-item-teal.list-group-item-action.active {
color: #fff;
background-color: #256463;
border-color: #256463
}
.list-group-item-orange {
color: #7f4c22;
background-color: #fce1ca
}
.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
color: #7f4c22;
background-color: #fbd3b2
}
.list-group-item-orange.list-group-item-action.active {
color: #fff;
background-color: #7f4c22;
border-color: #7f4c22
}
.list-group-item-white {
color: #858585;
background-color: #fff
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
color: #858585;
background-color: #f2f2f2
}
.list-group-item-white.list-group-item-action.active {
color: #fff;
background-color: #858585;
border-color: #858585
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
opacity: .75
}
.close:not(:disabled):not(.disabled) {
cursor: pointer
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%)
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
.modal-content {
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: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .15rem;
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
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .15rem;
border-top-right-radius: .15rem
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2))
}
.modal-sm {
max-width: 300px
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 800px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
padding: .4rem 0
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
padding: 0 .4rem
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
padding: .4rem 0
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
padding: 0 .4rem
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .125rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .15rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .15rem
}
.popover .arrow::before,
.popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
margin-bottom: .5rem
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: .5rem .5rem 0
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
margin-left: .5rem
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .15rem 0
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: .5rem .5rem .5rem 0
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
margin-top: .5rem
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((.5rem + 1px) * -1)
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 .5rem .5rem .5rem
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
margin-right: .5rem
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .15rem 0
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: .5rem 0 .5rem .5rem
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.15rem - 1px);
border-top-right-radius: calc(.15rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
-o-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5)
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators .active {
background-color: #fff
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
.align-baseline {
vertical-align: baseline !important
}
.align-top {
vertical-align: top !important
}
.align-middle {
vertical-align: middle !important
}
.align-bottom {
vertical-align: bottom !important
}
.align-text-bottom {
vertical-align: text-bottom !important
}
.align-text-top {
vertical-align: text-top !important
}
.bg-primary {
background-color: #5c6ac4 !important
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #3f4eae !important
}
.bg-secondary {
background-color: #f9fafb !important
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #dae1e7 !important
}
.bg-success {
background-color: #50b83c !important
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #3f922f !important
}
.bg-info {
background-color: #007ace !important
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #005c9b !important
}
.bg-warning {
background-color: #eec200 !important
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #bb9800 !important
}
.bg-danger {
background-color: #de3618 !important
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #b02b13 !important
}
.bg-light {
background-color: #f4f6f8 !important
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #d5dde4 !important
}
.bg-dark {
background-color: #212b36 !important
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #0e1216 !important
}
.bg-blue {
background-color: #007ace !important
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
background-color: #005c9b !important
}
.bg-purple {
background-color: #9c6ade !important
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
background-color: #8040d5 !important
}
.bg-teal {
background-color: #47c1bf !important
}
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
background-color: #369f9e !important
}
.bg-orange {
background-color: #f49342 !important
}
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
background-color: #f17712 !important
}
.bg-white,
.dataTables_wrapper {
background-color: #fff !important
}
a.bg-white:hover,
a.dataTables_wrapper:hover,
a.bg-white:focus,
a.dataTables_wrapper:focus,
button.bg-white:hover,
button.dataTables_wrapper:hover,
button.bg-white:focus,
button.dataTables_wrapper:focus {
background-color: #e6e6e6 !important
}
.bg-white,
.dataTables_wrapper {
background-color: #fff !important
}
.bg-transparent {
background-color: transparent !important
}
.border,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
border: 1px solid #dee2e6 !important
}
.border-top {
border-top: 1px solid #dee2e6 !important
}
.border-right {
border-right: 1px solid #dee2e6 !important
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}
.border-left {
border-left: 1px solid #dee2e6 !important
}
.border-0 {
border: 0 !important
}
.border-top-0 {
border-top: 0 !important
}
.border-right-0 {
border-right: 0 !important
}
.border-bottom-0 {
border-bottom: 0 !important
}
.border-left-0 {
border-left: 0 !important
}
.border-primary {
border-color: #5c6ac4 !important
}
.border-secondary {
border-color: #f9fafb !important
}
.border-success {
border-color: #50b83c !important
}
.border-info {
border-color: #007ace !important
}
.border-warning {
border-color: #eec200 !important
}
.border-danger {
border-color: #de3618 !important
}
.border-light {
border-color: #f4f6f8 !important
}
.border-dark {
border-color: #212b36 !important
}
.border-blue {
border-color: #007ace !important
}
.border-purple {
border-color: #9c6ade !important
}
.border-teal {
border-color: #47c1bf !important
}
.border-orange {
border-color: #f49342 !important
}
.border-white {
border-color: #fff !important
}
.border-white {
border-color: #fff !important
}
.rounded {
border-radius: .125rem !important
}
.rounded-top {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important
}
.rounded-right {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important
}
.rounded-bottom {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important
}
.rounded-left {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important
}
.rounded-circle {
border-radius: 50% !important
}
.rounded-0 {
border-radius: 0 !important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex,
.dataTables_wrapper .dataTables_filter label {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media print {
.d-print-none {
display: none !important
}
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.85714%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
.float-left {
float: left !important
}
.float-right {
float: right !important
}
.float-none {
float: none !important
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important
}
.float-sm-right {
float: right !important
}
.float-sm-none {
float: none !important
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important
}
.float-md-right {
float: right !important
}
.float-md-none {
float: none !important
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important
}
.float-lg-right {
float: right !important
}
.float-lg-none {
float: none !important
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important
}
.float-xl-right {
float: right !important
}
.float-xl-none {
float: none !important
}
}
.position-static {
position: static !important
}
.position-relative {
position: relative !important
}
.position-absolute {
position: absolute !important
}
.position-fixed {
position: fixed !important
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports (position: -webkit-sticky) or (position: sticky) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm,
.dataTables_wrapper,
.table {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.w-25 {
width: 25% !important
}
.w-50 {
width: 50% !important
}
.w-75 {
width: 75% !important
}
.w-100 {
width: 100% !important
}
.w-auto {
width: auto !important
}
.h-25 {
height: 25% !important
}
.h-50 {
height: 50% !important
}
.h-75 {
height: 75% !important
}
.h-100 {
height: 100% !important
}
.h-auto {
height: auto !important
}
.mw-100 {
max-width: 100% !important
}
.mh-100 {
max-height: 100% !important
}
.m-0 {
margin: 0 !important
}
.mt-0,
.my-0 {
margin-top: 0 !important
}
.mr-0,
.mx-0 {
margin-right: 0 !important
}
.mb-0,
.my-0 {
margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
margin-left: 0 !important
}
.m-1 {
margin: .25rem !important
}
.mt-1,
.my-1 {
margin-top: .25rem !important
}
.mr-1,
.mx-1 {
margin-right: .25rem !important
}
.mb-1,
.my-1 {
margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
margin-left: .25rem !important
}
.m-2,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
margin: .5rem !important
}
.mt-2,
.my-2 {
margin-top: .5rem !important
}
.mr-2,
.mx-2 {
margin-right: .5rem !important
}
.mb-2,
.my-2 {
margin-bottom: .5rem !important
}
.ml-2,
.dataTables_wrapper .dataTables_filter label input,
.mx-2 {
margin-left: .5rem !important
}
.m-3 {
margin: 1rem !important
}
.mt-3,
.my-3 {
margin-top: 1rem !important
}
.mr-3,
.mx-3 {
margin-right: 1rem !important
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important
}
.ml-3,
.mx-3 {
margin-left: 1rem !important
}
.m-4 {
margin: 1.5rem !important
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important
}
.m-5 {
margin: 3rem !important
}
.mt-5,
.my-5 {
margin-top: 3rem !important
}
.mr-5,
.mx-5 {
margin-right: 3rem !important
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important
}
.ml-5,
.mx-5 {
margin-left: 3rem !important
}
.p-0 {
padding: 0 !important
}
.pt-0,
.py-0 {
padding-top: 0 !important
}
.pr-0,
.px-0 {
padding-right: 0 !important
}
.pb-0,
.py-0 {
padding-bottom: 0 !important
}
.pl-0,
.px-0 {
padding-left: 0 !important
}
.p-1 {
padding: .25rem !important
}
.pt-1,
.py-1 {
padding-top: .25rem !important
}
.pr-1,
.px-1 {
padding-right: .25rem !important
}
.pb-1,
.py-1 {
padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
padding-left: .25rem !important
}
.p-2 {
padding: .5rem !important
}
.pt-2,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.py-2 {
padding-top: .5rem !important
}
.pr-2,
.px-2 {
padding-right: .5rem !important
}
.pb-2,
.py-2 {
padding-bottom: .5rem !important
}
.pl-2,
.dataTables_wrapper .dataTables_length label select,
.px-2 {
padding-left: .5rem !important
}
.p-3 {
padding: 1rem !important
}
.pt-3,
.py-3 {
padding-top: 1rem !important
}
.pr-3,
.px-3 {
padding-right: 1rem !important
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
padding-left: 1rem !important
}
.p-4,
.dataTables_wrapper .dataTables_paginate {
padding: 1.5rem !important
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important
}
.pr-4,
.dataTables_wrapper .dataTables_filter,
.px-4,
.dataTables_wrapper .dataTables_info {
padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important
}
.pl-4,
.dataTables_wrapper .dataTables_length,
.px-4,
.dataTables_wrapper .dataTables_info {
padding-left: 1.5rem !important
}
.p-5 {
padding: 3rem !important
}
.pt-5,
.py-5 {
padding-top: 3rem !important
}
.pr-5,
.px-5 {
padding-right: 3rem !important
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
padding-left: 3rem !important
}
.m-auto {
margin: auto !important
}
.mt-auto,
.my-auto {
margin-top: auto !important
}
.mr-auto,
.mx-auto {
margin-right: auto !important
}
.mb-auto,
.my-auto {
margin-bottom: auto !important
}
.ml-auto,
.mx-auto {
margin-left: auto !important
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important
}
.m-sm-1 {
margin: .25rem !important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem !important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem !important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem !important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem !important
}
.m-sm-2 {
margin: .5rem !important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem !important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem !important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem !important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem !important
}
.m-sm-3 {
margin: 1rem !important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important
}
.m-sm-4 {
margin: 1.5rem !important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important
}
.m-sm-5 {
margin: 3rem !important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important
}
.p-sm-0 {
padding: 0 !important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important
}
.p-sm-1 {
padding: .25rem !important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem !important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem !important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem !important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem !important
}
.p-sm-2 {
padding: .5rem !important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem !important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem !important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem !important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem !important
}
.p-sm-3 {
padding: 1rem !important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important
}
.p-sm-4 {
padding: 1.5rem !important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important
}
.p-sm-5 {
padding: 3rem !important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important
}
.m-sm-auto {
margin: auto !important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important
}
.m-md-1 {
margin: .25rem !important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem !important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem !important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem !important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem !important
}
.m-md-2 {
margin: .5rem !important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem !important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem !important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem !important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem !important
}
.m-md-3 {
margin: 1rem !important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important
}
.m-md-4 {
margin: 1.5rem !important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important
}
.m-md-5 {
margin: 3rem !important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important
}
.p-md-0 {
padding: 0 !important
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important
}
.p-md-1 {
padding: .25rem !important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem !important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem !important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem !important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem !important
}
.p-md-2 {
padding: .5rem !important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem !important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem !important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem !important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem !important
}
.p-md-3 {
padding: 1rem !important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important
}
.p-md-4 {
padding: 1.5rem !important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important
}
.p-md-5 {
padding: 3rem !important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important
}
.m-md-auto {
margin: auto !important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important
}
.m-lg-1 {
margin: .25rem !important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem !important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem !important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem !important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem !important
}
.m-lg-2 {
margin: .5rem !important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem !important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem !important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem !important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem !important
}
.m-lg-3 {
margin: 1rem !important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important
}
.m-lg-4 {
margin: 1.5rem !important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important
}
.m-lg-5 {
margin: 3rem !important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important
}
.p-lg-0 {
padding: 0 !important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important
}
.p-lg-1 {
padding: .25rem !important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem !important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem !important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem !important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem !important
}
.p-lg-2 {
padding: .5rem !important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem !important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem !important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem !important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem !important
}
.p-lg-3 {
padding: 1rem !important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important
}
.p-lg-4 {
padding: 1.5rem !important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important
}
.p-lg-5 {
padding: 3rem !important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important
}
.m-lg-auto {
margin: auto !important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important
}
.m-xl-1 {
margin: .25rem !important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem !important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem !important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem !important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem !important
}
.m-xl-2 {
margin: .5rem !important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem !important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem !important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem !important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem !important
}
.m-xl-3 {
margin: 1rem !important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important
}
.m-xl-4 {
margin: 1.5rem !important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important
}
.m-xl-5 {
margin: 3rem !important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important
}
.p-xl-0 {
padding: 0 !important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important
}
.p-xl-1 {
padding: .25rem !important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem !important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem !important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem !important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem !important
}
.p-xl-2 {
padding: .5rem !important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem !important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem !important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem !important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem !important
}
.p-xl-3 {
padding: 1rem !important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important
}
.p-xl-4 {
padding: 1.5rem !important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important
}
.p-xl-5 {
padding: 3rem !important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important
}
.m-xl-auto {
margin: auto !important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.text-justify {
text-align: justify !important
}
.text-nowrap {
white-space: nowrap !important
}
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center {
text-align: center !important
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important
}
.text-sm-right {
text-align: right !important
}
.text-sm-center {
text-align: center !important
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important
}
.text-md-right {
text-align: right !important
}
.text-md-center {
text-align: center !important
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important
}
.text-lg-right {
text-align: right !important
}
.text-lg-center {
text-align: center !important
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important
}
.text-xl-right {
text-align: right !important
}
.text-xl-center {
text-align: center !important
}
}
.text-lowercase {
text-transform: lowercase !important
}
.text-uppercase {
text-transform: uppercase !important
}
.text-capitalize {
text-transform: capitalize !important
}
.font-weight-light {
font-weight: 300 !important
}
.font-weight-normal {
font-weight: 400 !important
}
.font-weight-bold {
font-weight: 700 !important
}
.font-italic {
font-style: italic !important
}
.text-white {
color: #fff !important
}
.text-primary {
color: #5c6ac4 !important
}
a.text-primary:hover,
a.text-primary:focus {
color: #3f4eae !important
}
.text-secondary {
color: #f9fafb !important
}
a.text-secondary:hover,
a.text-secondary:focus {
color: #dae1e7 !important
}
.text-success {
color: #50b83c !important
}
a.text-success:hover,
a.text-success:focus {
color: #3f922f !important
}
.text-info {
color: #007ace !important
}
a.text-info:hover,
a.text-info:focus {
color: #005c9b !important
}
.text-warning {
color: #eec200 !important
}
a.text-warning:hover,
a.text-warning:focus {
color: #bb9800 !important
}
.text-danger {
color: #de3618 !important
}
a.text-danger:hover,
a.text-danger:focus {
color: #b02b13 !important
}
.text-light {
color: #f4f6f8 !important
}
a.text-light:hover,
a.text-light:focus {
color: #d5dde4 !important
}
.text-dark {
color: #212b36 !important
}
a.text-dark:hover,
a.text-dark:focus {
color: #0e1216 !important
}
.text-blue {
color: #007ace !important
}
a.text-blue:hover,
a.text-blue:focus {
color: #005c9b !important
}
.text-purple {
color: #9c6ade !important
}
a.text-purple:hover,
a.text-purple:focus {
color: #8040d5 !important
}
.text-teal {
color: #47c1bf !important
}
a.text-teal:hover,
a.text-teal:focus {
color: #369f9e !important
}
.text-orange {
color: #f49342 !important
}
a.text-orange:hover,
a.text-orange:focus {
color: #f17712 !important
}
.text-white {
color: #fff !important
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important
}
.text-body {
color: #212529 !important
}
.text-muted,
input[type="radio"]:disabled+label,
input[type="checkbox"]:disabled+label {
color: #6c757d !important
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " ("attr(title) ")"
}
pre {
white-space: pre-wrap !important
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px !important
}
.container {
min-width: 992px !important
}
.navbar {
display: none
}
.badge {
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 #dee2e6 !important
}
.table-dark {
color: inherit
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}
.btn:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
text-decoration: none
}
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active {
background-image: none
}
a.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
fieldset:disabled a.btn,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.current,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.previous,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.next,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.paginate_button {
pointer-events: none
}
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
border: 1px solid #c4cdd5;
border-color: #5c6ac4
}
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled {
border-color: #818cd2
}
.btn-secondary,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
border: 1px solid #c4cdd5;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border-color: #c4cdd5
}
.btn-secondary:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
border-color: #c4cdd5;
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f9fafb, #f4f6f8);
background: -o-linear-gradient(top, #f9fafb, #f4f6f8);
background: linear-gradient(to bottom, #f9fafb, #f4f6f8)
}
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
border-color: #7c8d9b
}
.btn-success {
border: 1px solid #c4cdd5;
border-color: #50b83c;
background: -webkit-gradient(linear, left top, left bottom, from(#53c03f), to(#4db039));
background: -webkit-linear-gradient(top, #53c03f, #4db039);
background: -o-linear-gradient(top, #53c03f, #4db039);
background: linear-gradient(to bottom, #53c03f, #4db039);
border-color: #3f922f;
-webkit-box-shadow: inset 0 1px 0 0 #56c142, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #56c142, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-success:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#50b83c), to(#48a536));
background: -webkit-linear-gradient(top, #50b83c, #48a536);
background: -o-linear-gradient(top, #50b83c, #48a536);
background: linear-gradient(to bottom, #50b83c, #48a536);
border-color: #3f922f;
text-decoration: none
}
.btn-success:focus {
border-color: #108043;
-webkit-box-shadow: inset 0 1px 0 0 #5dc44a, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #108043;
box-shadow: inset 0 1px 0 0 #5dc44a, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #108043
}
.btn-success:active {
background: -webkit-gradient(linear, left top, left bottom, from(#3f922f), to(#3f922f));
background: -webkit-linear-gradient(top, #3f922f, #3f922f);
background: -o-linear-gradient(top, #3f922f, #3f922f);
background: linear-gradient(to bottom, #3f922f, #3f922f);
border-color: #377e29;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #377e29;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #377e29
}
.btn-success:disabled {
border-color: #6eca5d
}
.btn-info {
border: 1px solid #c4cdd5;
border-color: #007ace;
background: -webkit-gradient(linear, left top, left bottom, from(#0080d8), to(#0074c4));
background: -webkit-linear-gradient(top, #0080d8, #0074c4);
background: -o-linear-gradient(top, #0080d8, #0074c4);
background: linear-gradient(to bottom, #0080d8, #0074c4);
border-color: #005c9b;
-webkit-box-shadow: inset 0 1px 0 0 #0083dd, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #0083dd, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-info:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#007ace), to(#006bb5));
background: -webkit-linear-gradient(top, #007ace, #006bb5);
background: -o-linear-gradient(top, #007ace, #006bb5);
background: linear-gradient(to bottom, #007ace, #006bb5);
border-color: #005c9b;
text-decoration: none
}
.btn-info:focus {
border-color: #084e8a;
-webkit-box-shadow: inset 0 1px 0 0 #0089e8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #084e8a;
box-shadow: inset 0 1px 0 0 #0089e8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #084e8a
}
.btn-info:active {
background: -webkit-gradient(linear, left top, left bottom, from(#005c9b), to(#005c9b));
background: -webkit-linear-gradient(top, #005c9b, #005c9b);
background: -o-linear-gradient(top, #005c9b, #005c9b);
background: linear-gradient(to bottom, #005c9b, #005c9b);
border-color: #004d82;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #004d82;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #004d82
}
.btn-info:disabled {
border-color: #0298ff
}
.btn-warning {
border: 1px solid #c4cdd5;
border-color: #eec200;
background: -webkit-gradient(linear, left top, left bottom, from(#f8ca00), to(#e4ba00));
background: -webkit-linear-gradient(top, #f8ca00, #e4ba00);
background: -o-linear-gradient(top, #f8ca00, #e4ba00);
background: linear-gradient(to bottom, #f8ca00, #e4ba00);
border-color: #bb9800;
-webkit-box-shadow: inset 0 1px 0 0 #fdce00, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #fdce00, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-warning:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#eec200), to(#d5ad00));
background: -webkit-linear-gradient(top, #eec200, #d5ad00);
background: -o-linear-gradient(top, #eec200, #d5ad00);
background: linear-gradient(to bottom, #eec200, #d5ad00);
border-color: #bb9800;
text-decoration: none
}
.btn-warning:focus {
border-color: #9c6f19;
-webkit-box-shadow: inset 0 1px 0 0 #ffd109, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #9c6f19;
box-shadow: inset 0 1px 0 0 #ffd109, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #9c6f19
}
.btn-warning:active {
background: -webkit-gradient(linear, left top, left bottom, from(#bb9800), to(#bb9800));
background: -webkit-linear-gradient(top, #bb9800, #bb9800);
background: -o-linear-gradient(top, #bb9800, #bb9800);
background: linear-gradient(to bottom, #bb9800, #bb9800);
border-color: #a28400;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #a28400;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #a28400
}
.btn-warning:disabled {
border-color: #ffd622
}
.btn-danger {
border: 1px solid #c4cdd5;
border-color: #de3618;
background: -webkit-gradient(linear, left top, left bottom, from(#e6391a), to(#d53417));
background: -webkit-linear-gradient(top, #e6391a, #d53417);
background: -o-linear-gradient(top, #e6391a, #d53417);
background: linear-gradient(to bottom, #e6391a, #d53417);
border-color: #b02b13;
-webkit-box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-danger:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#de3618), to(#c73016));
background: -webkit-linear-gradient(top, #de3618, #c73016);
background: -o-linear-gradient(top, #de3618, #c73016);
background: linear-gradient(to bottom, #de3618, #c73016);
border-color: #b02b13;
text-decoration: none
}
.btn-danger:focus {
border-color: #bf0711;
-webkit-box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711;
box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711
}
.btn-danger:active {
background: -webkit-gradient(linear, left top, left bottom, from(#b02b13), to(#b02b13));
background: -webkit-linear-gradient(top, #b02b13, #b02b13);
background: -o-linear-gradient(top, #b02b13, #b02b13);
background: linear-gradient(to bottom, #b02b13, #b02b13);
border-color: #992511;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511
}
.btn-danger:disabled {
border-color: #ea593f
}
.btn-light {
border: 1px solid #c4cdd5;
border-color: #dfe3e8;
background: -webkit-gradient(linear, left top, left bottom, from(#e5e8ec), to(#d9dee4));
background: -webkit-linear-gradient(top, #e5e8ec, #d9dee4);
background: -o-linear-gradient(top, #e5e8ec, #d9dee4);
background: linear-gradient(to bottom, #e5e8ec, #d9dee4);
border-color: #c1c9d3;
-webkit-box-shadow: inset 0 1px 0 0 #e8ebee, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e8ebee, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-light:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#dfe3e8), to(#d0d6dd));
background: -webkit-linear-gradient(top, #dfe3e8, #d0d6dd);
background: -o-linear-gradient(top, #dfe3e8, #d0d6dd);
background: linear-gradient(to bottom, #dfe3e8, #d0d6dd);
border-color: #c1c9d3;
text-decoration: none
}
.btn-light:focus {
border-color: #c4cdd5;
-webkit-box-shadow: inset 0 1px 0 0 #eef0f3, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #c4cdd5;
box-shadow: inset 0 1px 0 0 #eef0f3, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #c4cdd5
}
.btn-light:active {
background: -webkit-gradient(linear, left top, left bottom, from(#c1c9d3), to(#c1c9d3));
background: -webkit-linear-gradient(top, #c1c9d3, #c1c9d3);
background: -o-linear-gradient(top, #c1c9d3, #c1c9d3);
background: linear-gradient(to bottom, #c1c9d3, #c1c9d3);
border-color: #b2bcc8;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #b2bcc8;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #b2bcc8
}
.btn-light:disabled {
border-color: #fdfdfd
}
.btn-dark {
border: 1px solid #c4cdd5;
border-color: #212b36;
background: -webkit-gradient(linear, left top, left bottom, from(#25303c), to(#1d2630));
background: -webkit-linear-gradient(top, #25303c, #1d2630);
background: -o-linear-gradient(top, #25303c, #1d2630);
background: linear-gradient(to bottom, #25303c, #1d2630);
border-color: #0e1216;
-webkit-box-shadow: inset 0 1px 0 0 #27333f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #27333f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-dark:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#171e26));
background: -webkit-linear-gradient(top, #212b36, #171e26);
background: -o-linear-gradient(top, #212b36, #171e26);
background: linear-gradient(to bottom, #212b36, #171e26);
border-color: #0e1216;
text-decoration: none
}
.btn-dark:focus {
border-color: #212b36;
-webkit-box-shadow: inset 0 1px 0 0 #2b3846, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #212b36;
box-shadow: inset 0 1px 0 0 #2b3846, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #212b36
}
.btn-dark:active {
background: -webkit-gradient(linear, left top, left bottom, from(#0e1216), to(#0e1216));
background: -webkit-linear-gradient(top, #0e1216, #0e1216);
background: -o-linear-gradient(top, #0e1216, #0e1216);
background: linear-gradient(to bottom, #0e1216, #0e1216);
border-color: #040507;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #040507;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #040507
}
.btn-dark:disabled {
border-color: #344456
}
.btn-blue {
border: 1px solid #c4cdd5
}
.btn-purple {
border: 1px solid #c4cdd5
}
.btn-teal {
border: 1px solid #c4cdd5
}
.btn-orange {
border: 1px solid #c4cdd5
}
.btn-white {
border: 1px solid #c4cdd5
}
.btn-outline-primary {
color: #5c6ac4;
background-color: transparent;
background-image: none;
border-color: #5c6ac4
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5c6ac4;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-secondary {
color: #f9fafb;
background-color: transparent;
background-image: none;
border-color: #f9fafb
}
.btn-outline-secondary:hover {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #f9fafb;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-success {
color: #50b83c;
background-color: transparent;
background-image: none;
border-color: #50b83c
}
.btn-outline-success:hover {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #50b83c;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-info {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-info:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-warning {
color: #eec200;
background-color: transparent;
background-image: none;
border-color: #eec200
}
.btn-outline-warning:hover {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #eec200;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-danger {
color: #de3618;
background-color: transparent;
background-image: none;
border-color: #de3618
}
.btn-outline-danger:hover {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #de3618;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-light {
color: #f4f6f8;
background-color: transparent;
background-image: none;
border-color: #f4f6f8
}
.btn-outline-light:hover {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f4f6f8;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-dark {
color: #212b36;
background-color: transparent;
background-image: none;
border-color: #212b36
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212b36;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-blue {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-blue:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-purple {
color: #9c6ade;
background-color: transparent;
background-image: none;
border-color: #9c6ade
}
.btn-outline-purple:hover {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
color: #9c6ade;
background-color: transparent
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-teal {
color: #47c1bf;
background-color: transparent;
background-image: none;
border-color: #47c1bf
}
.btn-outline-teal:hover {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
color: #47c1bf;
background-color: transparent
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show>.btn-outline-teal.dropdown-toggle {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-orange {
color: #f49342;
background-color: transparent;
background-image: none;
border-color: #f49342
}
.btn-outline-orange:hover {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
color: #f49342;
background-color: transparent
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-white {
color: #fff;
background-color: transparent;
background-image: none;
border-color: #fff
}
.btn-outline-white:hover {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:focus,
.btn-outline-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
color: #fff;
background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-link {
font-weight: 400;
color: #5c6ac4;
background-color: transparent
}
.btn-link:hover {
color: #38469b;
text-decoration: none;
background-color: transparent;
border-color: transparent
}
.btn-link:focus,
.btn-link.focus {
text-decoration: none;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
pointer-events: none
}
.btn-lg,
.btn-group-lg>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
.btn-sm,
.btn-group-sm>.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%
}
.form-control,
.dataTables_wrapper input[type="search"] {
display: block;
width: 100%;
padding: .425rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 2px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control,
.dataTables_wrapper input[type="search"] {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.form-control::-ms-expand,
.dataTables_wrapper input[type="search"]::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus,
.dataTables_wrapper input:focus[type="search"] {
color: #495057;
padding: .375rem .75rem;
background-color: #fff;
border: 2px solid #5c6ac4;
outline: none;
-webkit-box-shadow: none;
box-shadow: none
}
.form-control::-webkit-input-placeholder,
.dataTables_wrapper input[type="search"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder,
.dataTables_wrapper input[type="search"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder,
.dataTables_wrapper input[type="search"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder,
.dataTables_wrapper input[type="search"]::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.dataTables_wrapper input:disabled[type="search"],
.form-control[readonly],
.dataTables_wrapper input[readonly][type="search"] {
background-color: #f9fafb;
opacity: 1
}
select.form-control,
.dataTables_wrapper .dataTables_length label select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb)
}
select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M13%208l-3-3-3%203h6zm-.1%204L10%2014.9%207.1%2012h5.8z%22%20fill%3D%22%23637381%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
background-size: auto 60%;
background-repeat: no-repeat;
background-position: 99% 50%;
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value,
.dataTables_wrapper .dataTables_length label select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.paginate_button,
.dataTables_wrapper .dataTables_length label select.form-control-plaintext,
.dataTables_wrapper input.form-control-plaintext[type="search"],
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.dataTables_wrapper .input-group-lg>input.form-control-plaintext[type="search"],
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.paginate_button {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button,
.input-group-sm>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button,
.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper input[type="search"] {
padding: .3rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.form-control-sm:focus,
.input-group-sm>.form-control:focus,
.input-group-sm>.input-group-prepend>.input-group-text:focus,
.input-group-sm>.input-group-append>.input-group-text:focus,
.input-group-sm>.input-group-prepend>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button:focus,
.input-group-sm>.input-group-append>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button:focus,
.dataTables_wrapper .dataTables_length label select:focus,
.dataTables_wrapper input:focus[type="search"] {
padding: .25rem .5rem
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.dataTables_wrapper .input-group-lg>input[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button,
.input-group-lg>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button {
font-size: 1.25rem;
line-height: 1.5;
padding: .55rem 1rem;
border-radius: .15rem
}
.form-control-lg:focus,
.input-group-lg>.form-control:focus,
.dataTables_wrapper .input-group-lg>input:focus[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text:focus,
.input-group-lg>.input-group-append>.input-group-text:focus,
.input-group-lg>.input-group-prepend>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button:focus,
.input-group-lg>.input-group-append>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button:focus {
padding: .5rem 1rem
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label .input-group-lg>select:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0;
margin-left: -18px
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #50b83c
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(80, 184, 60, 0.8);
border-radius: .2rem
}
.was-validated .form-control:valid,
.was-validated .dataTables_wrapper input:valid[type="search"],
.dataTables_wrapper .was-validated input:valid[type="search"],
.form-control.is-valid,
.dataTables_wrapper input.is-valid[type="search"],
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #50b83c
}
.was-validated .form-control:valid:focus,
.was-validated .dataTables_wrapper input:valid:focus[type="search"],
.dataTables_wrapper .was-validated input:valid:focus[type="search"],
.form-control.is-valid:focus,
.dataTables_wrapper input.is-valid:focus[type="search"],
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #50b83c;
-webkit-box-shadow: none;
box-shadow: none
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-feedback,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-tooltip,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.dataTables_wrapper input.is-valid[type="search"]~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.dataTables_wrapper input.is-valid[type="search"]~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
color: #50b83c
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
color: #50b83c
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
background-color: #a2dd97
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
background-color: #6eca5d
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
border-color: #50b83c
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
display: block
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #de3618
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(222, 54, 24, 0.8);
border-radius: .2rem
}
.was-validated .form-control:invalid,
.was-validated .dataTables_wrapper input:invalid[type="search"],
.dataTables_wrapper .was-validated input:invalid[type="search"],
.form-control.is-invalid,
.dataTables_wrapper input.is-invalid[type="search"],
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #de3618
}
.was-validated .form-control:invalid:focus,
.was-validated .dataTables_wrapper input:invalid:focus[type="search"],
.dataTables_wrapper .was-validated input:invalid:focus[type="search"],
.form-control.is-invalid:focus,
.dataTables_wrapper input.is-invalid:focus[type="search"],
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #de3618;
-webkit-box-shadow: none;
box-shadow: none
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-feedback,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-tooltip,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
color: #de3618
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
color: #de3618
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
background-color: #f29484
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
background-color: #ea593f
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
border-color: #de3618
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
display: block
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control,
.form-inline .dataTables_wrapper input[type="search"],
.dataTables_wrapper .form-inline input[type="search"] {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
input[type="checkbox"] {
height: 0px;
width: 0px;
display: inline;
float: left;
margin-top: 3px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0
}
input[type="checkbox"]+label::before {
border: 1px solid #c4cdd5;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
border-radius: 3px;
margin-right: 5px;
-webkit-transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1);
-o-transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1);
transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1)
}
input[type="checkbox"]:checked+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -webkit-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff, #f9fafb);
background-repeat: no-repeat;
border-radius: 3px;
margin-right: 5px
}
input[type="checkbox"]:focus+label::before,
input[type="checkbox"]:active+label::before {
border-color: #5c6ac4;
border-width: 2px;
background-position: -3px -3px
}
input[type="radio"] {
height: 0px;
width: 0px;
display: inline;
float: left;
margin-top: 3px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0
}
input[type="radio"]+label {
margin-right: 1rem
}
input[type="radio"]+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
background-repeat: no-repeat;
border-radius: 100%;
margin-right: 5px
}
input[type="radio"]:checked+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -webkit-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
background-repeat: no-repeat;
border-radius: 100%;
margin-right: 5px
}
input[type="radio"]:focus+label::before,
input[type="radio"]:active+label::before {
border-color: #5c6ac4;
border-width: 2px;
background-position: -3px -3px
}
input[type="radio"]:disabled+label::before {
border-color: #dfe3e8;
border-width: 2px;
background-position: -3px -3px
}
input[type="checkbox"]:disabled+label::before {
border-color: #dfe3e8;
border-width: 2px;
background-position: -3px -3px
}
.dataTables_wrapper {
position: relative
}
.dataTables_wrapper .dataTables_length {
float: left
}
.dataTables_wrapper .dataTables_length label select {
min-width: 45px
}
.dataTables_wrapper .dataTables_filter {
float: right
}
.dataTables_wrapper thead th {
-webkit-transition: border 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.2s linear;
outline: 0
}
.dataTables_wrapper thead th.sorting {
cursor: pointer
}
.dataTables_wrapper thead th[class^="sorting_"] {
font-weight: bold;
cursor: pointer;
color: #5c6ac4
}
.dataTables_wrapper thead th[class^="sorting_asc"] {
border-top: 1px solid #5c6ac4
}
.dataTables_wrapper thead th[class^="sorting_desc"] {
border-bottom: 2px solid #5c6ac4
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #fff
}
.table th,
.table td {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom
}
.table:not(.table-dark) thead tr {
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#fff));
background: -webkit-linear-gradient(top, #f9fafb, #fff);
background: -o-linear-gradient(top, #f9fafb, #fff);
background: linear-gradient(to bottom, #f9fafb, #fff)
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table .table {
background-color: #fff
}
.table-sm th,
.table-sm td {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 1px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
background-color: #b3bcf5
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d1d5ee
}
.table-hover .table-primary:hover {
background-color: #bec4e7
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #bec4e7
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #fdfefe
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #ecf6f6
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #ceebc8
}
.table-hover .table-success:hover {
background-color: #bde4b5
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #bde4b5
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #b8daf1
}
.table-hover .table-info:hover {
background-color: #a3cfed
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #a3cfed
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #faeeb8
}
.table-hover .table-warning:hover {
background-color: #f8e8a0
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #f8e8a0
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f6c7be
}
.table-hover .table-danger:hover {
background-color: #f3b4a8
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f3b4a8
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fcfcfd
}
.table-hover .table-light:hover {
background-color: #ededf3
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ededf3
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c1c4c7
}
.table-hover .table-dark:hover {
background-color: #b4b7bb
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b4b7bb
}
.table-blue,
.table-blue>th,
.table-blue>td {
background-color: #b8daf1
}
.table-hover .table-blue:hover {
background-color: #a3cfed
}
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
background-color: #a3cfed
}
.table-purple,
.table-purple>th,
.table-purple>td {
background-color: #e3d5f6
}
.table-hover .table-purple:hover {
background-color: #d5c0f2
}
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
background-color: #d5c0f2
}
.table-teal,
.table-teal>th,
.table-teal>td {
background-color: #cbeeed
}
.table-hover .table-teal:hover {
background-color: #b8e8e6
}
.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
background-color: #b8e8e6
}
.table-orange,
.table-orange>th,
.table-orange>td {
background-color: #fce1ca
}
.table-hover .table-orange:hover {
background-color: #fbd3b2
}
.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
background-color: #fbd3b2
}
.table-white,
.table-white>th,
.table-white>td {
background-color: #fff
}
.table-hover .table-white:hover {
background-color: #f2f2f2
}
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
background-color: #f2f2f2
}
.table-active,
.table-active>th,
.table-active>td {
background-color: #b3bcf5
}
.table-hover .table-active:hover {
background-color: #9ca8f2
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: #9ca8f2
}
.table {
background-color: white
}
.table th {
font-weight: normal
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
background-color: #202e78;
border: 0
}
.navbar .form-inline input {
padding: .5rem;
color: #ced3d8
}
.navbar .form-inline input::-webkit-input-placeholder {
opacity: 1
}
.navbar .form-inline input:-ms-input-placeholder {
opacity: 1
}
.navbar .form-inline input::-ms-input-placeholder {
opacity: 1
}
.navbar .form-inline input::placeholder {
opacity: 1
}
.navbar input {
border: 0
}
.navbar input::-webkit-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input:-ms-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input::-ms-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input::placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input:focus {
background-color: #f4f5fa
}
.navbar input:focus::-webkit-input-placeholder {
color: #5c6ac4
}
.navbar input:focus:-ms-input-placeholder {
color: #5c6ac4
}
.navbar input:focus::-ms-input-placeholder {
color: #5c6ac4
}
.navbar input:focus::placeholder {
color: #5c6ac4
}
.navbar #navbar-dropdown {
color: white;
text-decoration: none;
margin-top: -5px
}
.navbar>.container,
.navbar>.container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar .navbar-brand {
color: #fff
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
color: #fff
}
.navbar .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5)
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75)
}
.navbar .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25)
}
.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
color: #fff
}
.navbar .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1)
}
.navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar .navbar-text {
color: rgba(255, 255, 255, 0.5)
}
.navbar-brand {
display: inline-block;
padding-top: .75rem;
padding-bottom: .75rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand+button {
margin-left: 1rem;
margin-right: 1rem
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background: transparent;
border: 1px solid transparent;
border-radius: .125rem
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width: 575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand .navbar-toggler {
display: none
}
.polished-sidebar {
background-color: #f4f6f8;
border-right: 1px solid #dfe3e8;
overflow: auto
}
.polished-sidebar ul.polished-sidebar-menu {
list-style-type: none;
margin: 0px
}
.polished-sidebar ul.polished-sidebar-menu li {
padding-left: 1rem
}
.polished-sidebar ul.polished-sidebar-menu li.active {
background: #5c6ac4
}
.polished-sidebar ul.polished-sidebar-menu li.active a {
color: #f9fafb
}
.polished-sidebar ul.polished-sidebar-menu li:hover {
background: #b3bcf5;
border: none
}
.polished-sidebar ul.polished-sidebar-menu li a {
width: 100%;
color: #212b36;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
display: inline-block;
text-decoration: none
}
.polished-sidebar ul.polished-sidebar-menu li a span {
margin-right: 0.75rem
}
.polished-sidebar ul.polished-sidebar-menu li a:active {
color: #202e78
}
.polished-sidebar ul.polished-sidebar-menu>input {
width: 95%;
margin: 0px auto
}
@media (max-width: 575px) {
.polished-sidebar {
padding: 0
}
}
.polished-wrapper {
margin-top: 0px;
height: 95%
}
html {
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
text-rendering: optimizeLegibility
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit
}
html,
body {
height: 100%;
overflow: auto;
background: #f4f6f8
}
html * {
font-family: -apple-system, "BlinkMacSystemFont", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", sans-serif
}
main.container-fluid {
height: 100%
}
section.page {
padding-left: 60px;
padding-top: 40px
}
.dropdown-toggle::after {
margin-top: 0.9rem
}
.dropdown-menu {
min-width: 200px
}
.bg-transparent {
background: transparent li, a;
background-background-color: transparent
}
a,
.btn-link {
text-decoration: none
}
a:hover,
.btn-link:hover {
text-decoration: none
}
a:active,
.btn-link:active {
text-decoration: none
}
a:visited,
.btn-link:visited {
text-decoration: none
}
a:link,
.btn-link:link {
text-decoration: none
}
li.list-group-item {
text-decoration: none
}
.fw-normal {
font-weight: normal
}
.fw-bold {
font-weight: bold
}
.fs-smaller,
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.table,
.polished-sidebar ul.polished-sidebar-menu li {
font-size: .9rem
}
.fs-smallest {
font-size: .85rem
}
.fs-1 {
font-size: 1rem
}
.fs-2 {
font-size: 1.25rem
}
.fs-3 {
font-size: 1.5rem
}
.fs-4 {
font-size: 1.75rem
}
.fs-5 {
font-size: 2rem
}
.fs-6 {
font-size: 2.25rem
}
.fs-7 {
font-size: 2.5rem
}
.fs-8 {
font-size: 2.75rem
}
.fs-9 {
font-size: 3rem
}
.top-0 {
top: 0 !important
}
.bg-primary-darker {
background-color: #3f4eae
}
.bg-primary-darkest {
background-color: #313d89
}
.bg-primary-lighter {
background-color: #818cd2
}
.bg-primary-lightest {
background-color: #a7aedf
}
.text-primary {
color: #5c6ac4
}
.text-primary-lighter {
color: #818cd2
}
.text-primary-lightest {
color: #a7aedf
}
.text-primary-darker {
color: #3f4eae
}
.text-primary-darkest {
color: #313d89
}
.border-primary-lighter {
border-color: #818cd2 !important
}
.border-primary-lightest {
border-color: #a7aedf !important
}
.border-primary {
border-color: #5c6ac4 !important
}
.border-primary-darker {
border-color: #3f4eae !important
}
.border-primary-darkest {
border-color: #313d89 !important
}
.bg-secondary-darker {
background-color: #dae1e7
}
.bg-secondary-darkest {
background-color: #bcc7d2
}
.bg-secondary-lighter {
background-color: #fff
}
.bg-secondary-lightest {
background-color: #fff
}
.text-secondary {
color: #f9fafb
}
.text-secondary-lighter {
color: #fff
}
.text-secondary-lightest {
color: #fff
}
.text-secondary-darker {
color: #dae1e7
}
.text-secondary-darkest {
color: #bcc7d2
}
.border-secondary-lighter {
border-color: #fff !important
}
.border-secondary-lightest {
border-color: #fff !important
}
.border-secondary {
border-color: #f9fafb !important
}
.border-secondary-darker {
border-color: #dae1e7 !important
}
.border-secondary-darkest {
border-color: #bcc7d2 !important
}
.bg-success-darker {
background-color: #3f922f
}
.bg-success-darkest {
background-color: #2f6b23
}
.bg-success-lighter {
background-color: #6eca5d
}
.bg-success-lightest {
background-color: #91d783
}
.text-success {
color: #50b83c
}
.text-success-lighter {
color: #6eca5d
}
.text-success-lightest {
color: #91d783
}
.text-success-darker {
color: #3f922f
}
.text-success-darkest {
color: #2f6b23
}
.border-success-lighter {
border-color: #6eca5d !important
}
.border-success-lightest {
border-color: #91d783 !important
}
.border-success {
border-color: #50b83c !important
}
.border-success-darker {
border-color: #3f922f !important
}
.border-success-darkest {
border-color: #2f6b23 !important
}
.bg-info-darker {
background-color: #005c9b
}
.bg-info-darkest {
background-color: #003e68
}
.bg-info-lighter {
background-color: #0298ff
}
.bg-info-lightest {
background-color: #35adff
}
.text-info {
color: #007ace
}
.text-info-lighter {
color: #0298ff
}
.text-info-lightest {
color: #35adff
}
.text-info-darker {
color: #005c9b
}
.text-info-darkest {
color: #003e68
}
.border-info-lighter {
border-color: #0298ff !important
}
.border-info-lightest {
border-color: #35adff !important
}
.border-info {
border-color: #007ace !important
}
.border-info-darker {
border-color: #005c9b !important
}
.border-info-darkest {
border-color: #003e68 !important
}
.bg-warning-darker {
background-color: #bb9800
}
.bg-warning-darkest {
background-color: #886f00
}
.bg-warning-lighter {
background-color: #ffd622
}
.bg-warning-lightest {
background-color: #ffe055
}
.text-warning {
color: #eec200
}
.text-warning-lighter {
color: #ffd622
}
.text-warning-lightest {
color: #ffe055
}
.text-warning-darker {
color: #bb9800
}
.text-warning-darkest {
color: #886f00
}
.border-warning-lighter {
border-color: #ffd622 !important
}
.border-warning-lightest {
border-color: #ffe055 !important
}
.border-warning {
border-color: #eec200 !important
}
.border-warning-darker {
border-color: #bb9800 !important
}
.border-warning-darkest {
border-color: #886f00 !important
}
.bg-danger-darker {
background-color: #b02b13
}
.bg-danger-darkest {
background-color: #82200e
}
.bg-danger-lighter {
background-color: #ea593f
}
.bg-danger-lightest {
background-color: #ef816d
}
.text-danger {
color: #de3618
}
.text-danger-lighter {
color: #ea593f
}
.text-danger-lightest {
color: #ef816d
}
.text-danger-darker {
color: #b02b13
}
.text-danger-darkest {
color: #82200e
}
.border-danger-lighter {
border-color: #ea593f !important
}
.border-danger-lightest {
border-color: #ef816d !important
}
.border-danger {
border-color: #de3618 !important
}
.border-danger-darker {
border-color: #b02b13 !important
}
.border-danger-darkest {
border-color: #82200e !important
}
.bg-light-darker {
background-color: #d5dde4
}
.bg-light-darkest {
background-color: #b6c3d0
}
.bg-light-lighter {
background-color: #fff
}
.bg-light-lightest {
background-color: #fff
}
.text-light {
color: #f4f6f8
}
.text-light-lighter {
color: #fff
}
.text-light-lightest {
color: #fff
}
.text-light-darker {
color: #d5dde4
}
.text-light-darkest {
color: #b6c3d0
}
.border-light-lighter {
border-color: #fff !important
}
.border-light-lightest {
border-color: #fff !important
}
.border-light {
border-color: #f4f6f8 !important
}
.border-light-darker {
border-color: #d5dde4 !important
}
.border-light-darkest {
border-color: #b6c3d0 !important
}
.bg-dark-darker {
background-color: #0e1216
}
.bg-dark-darkest {
background-color: #000
}
.bg-dark-lighter {
background-color: #344456
}
.bg-dark-lightest {
background-color: #485d75
}
.text-dark {
color: #212b36
}
.text-dark-lighter {
color: #344456
}
.text-dark-lightest {
color: #485d75
}
.text-dark-darker {
color: #0e1216
}
.text-dark-darkest {
color: #000
}
.border-dark-lighter {
border-color: #344456 !important
}
.border-dark-lightest {
border-color: #485d75 !important
}
.border-dark {
border-color: #212b36 !important
}
.border-dark-darker {
border-color: #0e1216 !important
}
.border-dark-darkest {
border-color: #000 !important
}
.bg-blue-darker {
background-color: #005c9b
}
.bg-blue-darkest {
background-color: #003e68
}
.bg-blue-lighter {
background-color: #0298ff
}
.bg-blue-lightest {
background-color: #35adff
}
.text-blue {
color: #007ace
}
.text-blue-lighter {
color: #0298ff
}
.text-blue-lightest {
color: #35adff
}
.text-blue-darker {
color: #005c9b
}
.text-blue-darkest {
color: #003e68
}
.border-blue-lighter {
border-color: #0298ff !important
}
.border-blue-lightest {
border-color: #35adff !important
}
.border-blue {
border-color: #007ace !important
}
.border-blue-darker {
border-color: #005c9b !important
}
.border-blue-darkest {
border-color: #003e68 !important
}
.bg-purple-darker {
background-color: #8040d5
}
.bg-purple-darkest {
background-color: #6729b9
}
.bg-purple-lighter {
background-color: #b894e7
}
.bg-purple-lightest {
background-color: #d3bef0
}
.text-purple {
color: #9c6ade
}
.text-purple-lighter {
color: #b894e7
}
.text-purple-lightest {
color: #d3bef0
}
.text-purple-darker {
color: #8040d5
}
.text-purple-darkest {
color: #6729b9
}
.border-purple-lighter {
border-color: #b894e7 !important
}
.border-purple-lightest {
border-color: #d3bef0 !important
}
.border-purple {
border-color: #9c6ade !important
}
.border-purple-darker {
border-color: #8040d5 !important
}
.border-purple-darkest {
border-color: #6729b9 !important
}
.bg-teal-darker {
background-color: #369f9e
}
.bg-teal-darkest {
background-color: #297978
}
.bg-teal-lighter {
background-color: #6dcecc
}
.bg-teal-lightest {
background-color: #93dbda
}
.text-teal {
color: #47c1bf
}
.text-teal-lighter {
color: #6dcecc
}
.text-teal-lightest {
color: #93dbda
}
.text-teal-darker {
color: #369f9e
}
.text-teal-darkest {
color: #297978
}
.border-teal-lighter {
border-color: #6dcecc !important
}
.border-teal-lightest {
border-color: #93dbda !important
}
.border-teal {
border-color: #47c1bf !important
}
.border-teal-darker {
border-color: #369f9e !important
}
.border-teal-darkest {
border-color: #297978 !important
}
.bg-orange-darker {
background-color: #f17712
}
.bg-orange-darkest {
background-color: #c5600b
}
.bg-orange-lighter {
background-color: #f7af72
}
.bg-orange-lightest {
background-color: #facaa2
}
.text-orange {
color: #f49342
}
.text-orange-lighter {
color: #f7af72
}
.text-orange-lightest {
color: #facaa2
}
.text-orange-darker {
color: #f17712
}
.text-orange-darkest {
color: #c5600b
}
.border-orange-lighter {
border-color: #f7af72 !important
}
.border-orange-lightest {
border-color: #facaa2 !important
}
.border-orange {
border-color: #f49342 !important
}
.border-orange-darker {
border-color: #f17712 !important
}
.border-orange-darkest {
border-color: #c5600b !important
}
.bg-white-darker {
background-color: #e6e6e6
}
.bg-white-darkest {
background-color: #ccc
}
.bg-white-lighter {
background-color: #fff
}
.bg-white-lightest {
background-color: #fff
}
.text-white {
color: #fff
}
.text-white-lighter {
color: #fff
}
.text-white-lightest {
color: #fff
}
.text-white-darker {
color: #e6e6e6
}
.text-white-darkest {
color: #ccc
}
.border-white-lighter {
border-color: #fff !important
}
.border-white-lightest {
border-color: #fff !important
}
.border-white {
border-color: #fff !important
}
.border-white-darker {
border-color: #e6e6e6 !important
}
.border-white-darkest {
border-color: #ccc !important
}
.o-25 {
opacity: .25 !important
}
.o-50 {
opacity: .5 !important
}
.o-75 {
opacity: .75 !important
}
.o-100 {
opacity: 1 !important
}
.bg-warning-light {
background-color: #FCE384 !important
}
.border-warning-light {
border-color: #FCE384 !important
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spin {
-webkit-animation-name: spin1;
animation-name: spin1;
display: block;
-webkit-animation-duration: 2000ms;
animation-duration: 2000ms;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
|
public/polished/polished.min.css
|
@-webkit-keyframes skeletonShimmerAnimation {
0% {
opacity: 0.45
}
100% {
opacity: 0.9
}
}
@keyframes skeletonShimmerAnimation {
0% {
opacity: 0.45
}
100% {
opacity: 0.9
}
}
.Polaris-Button {
fill: #637381;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 3.6rem;
min-width: 3.6rem;
margin: 0;
padding: .7rem 1.6rem;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border: 1px solid #c4cdd5;
-webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
border-radius: 3px;
line-height: 1;
color: #212b36;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
-webkit-transition-property: background, border, -webkit-box-shadow;
transition-property: background, border, -webkit-box-shadow;
-o-transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow;
transition-property: background, border, box-shadow, -webkit-box-shadow;
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
-o-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f9fafb, #f4f6f8);
background: -o-linear-gradient(top, #f9fafb, #f4f6f8);
background: linear-gradient(to bottom, #f9fafb, #f4f6f8);
border-color: #c4cdd5
}
.Polaris-Button:focus {
border-color: #5c6ac4;
outline: 0;
-webkit-box-shadow: 0 0 0 1px #5c6ac4;
box-shadow: 0 0 0 1px #5c6ac4
}
.Polaris-Button:active {
background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
background: -o-linear-gradient(top, #f4f6f8, #f4f6f8);
background: linear-gradient(to bottom, #f4f6f8, #f4f6f8);
border-color: #c4cdd5;
-webkit-box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2);
box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2)
}
.Polaris-Button.Polaris-Button--disabled,
.Polaris-Button.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.current:disabled,
.Polaris-Button.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button.paginate_button:disabled,
.Polaris-Button.btn-success:disabled,
.Polaris-Button.btn-info:disabled,
.Polaris-Button.btn-warning:disabled,
.Polaris-Button.btn-danger:disabled,
.Polaris-Button.btn-light:disabled,
.Polaris-Button.btn-dark:disabled,
.Polaris-Button.btn-blue:disabled,
.Polaris-Button.btn-purple:disabled,
.Polaris-Button.btn-teal:disabled,
.Polaris-Button.btn-orange:disabled,
.Polaris-Button.btn-white:disabled {
fill: #919eab;
-webkit-transition: none;
-o-transition: none;
transition: none;
background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
background: -o-linear-gradient(top, #f4f6f8, #f4f6f8);
background: linear-gradient(to bottom, #f4f6f8, #f4f6f8);
color: #919eab
}
.Polaris-Button__Content {
font-size: 1.5rem;
font-weight: 400;
line-height: 1.6rem;
text-transform: initial;
letter-spacing: initial;
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;
min-width: 1px;
min-height: 1px
}
@media (min-width: 40em) {
.Polaris-Button__Content {
font-size: 1.4rem
}
}
.Polaris-Button__Icon {
-webkit-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: color 200ms cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button__Icon:first-child {
margin-left: -.4rem
}
.Polaris-Button__Icon:last-child {
margin-right: -.8rem
}
.Polaris-Button__Icon+*:not(.Polaris-Button__Icon) {
margin-left: .4rem
}
.Polaris-Button__Spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -1rem;
margin-left: -1rem
}
.Polaris-Button--primary,
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
background: -webkit-gradient(linear, left top, left bottom, from(#6371c7), to(#5563c1));
background: -webkit-linear-gradient(top, #6371c7, #5563c1);
background: -o-linear-gradient(top, #6371c7, #5563c1);
background: linear-gradient(to bottom, #6371c7, #5563c1);
border-color: #3f4eae;
-webkit-box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
color: #fff;
fill: #fff
}
.Polaris-Button--primary:hover,
.btn-primary:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#5c6ac4), to(#4959bd));
background: -webkit-linear-gradient(top, #5c6ac4, #4959bd);
background: -o-linear-gradient(top, #5c6ac4, #4959bd);
background: linear-gradient(to bottom, #5c6ac4, #4959bd);
border-color: #3f4eae;
color: #fff;
text-decoration: none
}
.Polaris-Button--primary:focus,
.btn-primary:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus {
border-color: #202e78;
-webkit-box-shadow: inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #202e78;
box-shadow: inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #202e78
}
.Polaris-Button--primary:active,
.btn-primary:active,
.dataTables_wrapper .dataTables_paginate a.current:active {
background: -webkit-gradient(linear, left top, left bottom, from(#3f4eae), to(#3f4eae));
background: -webkit-linear-gradient(top, #3f4eae, #3f4eae);
background: -o-linear-gradient(top, #3f4eae, #3f4eae);
background: linear-gradient(to bottom, #3f4eae, #3f4eae);
border-color: #38469b;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b
}
.Polaris-Button--primary.Polaris-Button--disabled,
.Polaris-Button--disabled.btn-primary,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.next:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-primary.paginate_button:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--disabled.current,
.Polaris-Button--primary.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--primary.paginate_button:disabled,
.Polaris-Button--primary.btn-success:disabled,
.Polaris-Button--primary.btn-info:disabled,
.Polaris-Button--primary.btn-warning:disabled,
.Polaris-Button--primary.btn-danger:disabled,
.Polaris-Button--primary.btn-light:disabled,
.Polaris-Button--primary.btn-dark:disabled,
.Polaris-Button--primary.btn-blue:disabled,
.Polaris-Button--primary.btn-purple:disabled,
.Polaris-Button--primary.btn-teal:disabled,
.Polaris-Button--primary.btn-orange:disabled,
.Polaris-Button--primary.btn-white:disabled {
fill: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#bac0e6), to(#bac0e6));
background: -webkit-linear-gradient(top, #bac0e6, #bac0e6);
background: -o-linear-gradient(top, #bac0e6, #bac0e6);
background: linear-gradient(to bottom, #bac0e6, #bac0e6);
border-color: #a7aedf;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff
}
.Polaris-Button--destructive,
.btn-danger {
background: -webkit-gradient(linear, left top, left bottom, from(#e6391a), to(#d53417));
background: -webkit-linear-gradient(top, #e6391a, #d53417);
background: -o-linear-gradient(top, #e6391a, #d53417);
background: linear-gradient(to bottom, #e6391a, #d53417);
border-color: #b02b13;
-webkit-box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
color: #fff;
fill: #fff
}
.Polaris-Button--destructive:hover,
.btn-danger:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#de3618), to(#c73016));
background: -webkit-linear-gradient(top, #de3618, #c73016);
background: -o-linear-gradient(top, #de3618, #c73016);
background: linear-gradient(to bottom, #de3618, #c73016);
border-color: #b02b13;
color: #fff;
text-decoration: none
}
.Polaris-Button--destructive:focus,
.btn-danger:focus {
border-color: #bf0711;
-webkit-box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711;
box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711
}
.Polaris-Button--destructive:active,
.btn-danger:active {
background: -webkit-gradient(linear, left top, left bottom, from(#b02b13), to(#b02b13));
background: -webkit-linear-gradient(top, #b02b13, #b02b13);
background: -o-linear-gradient(top, #b02b13, #b02b13);
background: linear-gradient(to bottom, #b02b13, #b02b13);
border-color: #992511;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511
}
.Polaris-Button--destructive.Polaris-Button--disabled,
.Polaris-Button--destructive.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.current:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.current:disabled,
.Polaris-Button--destructive.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.next:disabled,
.dataTables_wrapper .dataTables_paginate a.btn-danger.paginate_button:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--destructive.paginate_button:disabled,
.Polaris-Button--destructive.btn-success:disabled,
.Polaris-Button--destructive.btn-info:disabled,
.Polaris-Button--destructive.btn-warning:disabled,
.Polaris-Button--disabled.btn-danger,
.btn-danger:disabled,
.Polaris-Button--destructive.btn-light:disabled,
.Polaris-Button--destructive.btn-dark:disabled,
.Polaris-Button--destructive.btn-blue:disabled,
.Polaris-Button--destructive.btn-purple:disabled,
.Polaris-Button--destructive.btn-teal:disabled,
.Polaris-Button--destructive.btn-orange:disabled,
.Polaris-Button--destructive.btn-white:disabled {
fill: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f29484), to(#f29484));
background: -webkit-linear-gradient(top, #f29484, #f29484);
background: -o-linear-gradient(top, #f29484, #f29484);
background: linear-gradient(to bottom, #f29484, #f29484);
border-color: #ef816d;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff
}
.Polaris-Button--outline {
background: transparent;
border-color: rgba(99, 115, 129, 0.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #374047
}
.Polaris-Button--outline:hover {
background: rgba(99, 115, 129, 0.05);
border-color: rgba(99, 115, 129, 0.4)
}
.Polaris-Button--outline:focus {
border-color: rgba(99, 115, 129, 0.8);
-webkit-box-shadow: 0 0 0 1px rgba(99, 115, 129, 0.8);
box-shadow: 0 0 0 1px rgba(99, 115, 129, 0.8)
}
.Polaris-Button--outline:active {
background: rgba(99, 115, 129, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Button--outline.Polaris-Button--disabled,
.Polaris-Button--outline.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.current:disabled,
.Polaris-Button--outline.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--outline.paginate_button:disabled,
.Polaris-Button--outline.btn-success:disabled,
.Polaris-Button--outline.btn-info:disabled,
.Polaris-Button--outline.btn-warning:disabled,
.Polaris-Button--outline.btn-danger:disabled,
.Polaris-Button--outline.btn-light:disabled,
.Polaris-Button--outline.btn-dark:disabled,
.Polaris-Button--outline.btn-blue:disabled,
.Polaris-Button--outline.btn-purple:disabled,
.Polaris-Button--outline.btn-teal:disabled,
.Polaris-Button--outline.btn-orange:disabled,
.Polaris-Button--outline.btn-white:disabled {
background: transparent;
border-color: rgba(99, 115, 129, 0.25);
-webkit-box-shadow: none;
box-shadow: none;
color: #919eab;
fill: #919eab
}
.Polaris-Button--destructive.Polaris-Button--outline,
.Polaris-Button--outline.btn-danger {
background: transparent;
border-color: rgba(222, 54, 24, 0.4);
-webkit-box-shadow: none;
box-shadow: none;
color: #82200e;
fill: #bf0711
}
.Polaris-Button--destructive.Polaris-Button--outline:hover,
.Polaris-Button--outline.btn-danger:hover {
background: rgba(222, 54, 24, 0.05);
border-color: rgba(222, 54, 24, 0.4)
}
.Polaris-Button--destructive.Polaris-Button--outline:focus,
.Polaris-Button--outline.btn-danger:focus {
border-color: rgba(222, 54, 24, 0.8);
-webkit-box-shadow: 0 0 0 1px rgba(222, 54, 24, 0.8);
box-shadow: 0 0 0 1px rgba(222, 54, 24, 0.8)
}
.Polaris-Button--destructive.Polaris-Button--outline:active,
.Polaris-Button--outline.btn-danger:active {
background: rgba(222, 54, 24, 0.1);
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Button--disabled,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled,
.btn-success:disabled,
.btn-info:disabled,
.btn-warning:disabled,
.btn-danger:disabled,
.btn-light:disabled,
.btn-dark:disabled,
.btn-blue:disabled,
.btn-purple:disabled,
.btn-teal:disabled,
.btn-orange:disabled,
.btn-white:disabled {
cursor: default;
pointer-events: none
}
@-webkit-keyframes loading {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes loading {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.Polaris-Button--loading {
position: relative;
-webkit-transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: border-color 200ms cubic-bezier(0.64, 0, 0.35, 1)
}
.Polaris-Button--loading,
.Polaris-Button--loading:hover,
.Polaris-Button--loading.Polaris-Button--disabled,
.Polaris-Button--loading.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.current:disabled,
.Polaris-Button--loading.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--loading.paginate_button:disabled,
.Polaris-Button--loading.btn-success:disabled,
.Polaris-Button--loading.btn-info:disabled,
.Polaris-Button--loading.btn-warning:disabled,
.Polaris-Button--loading.btn-danger:disabled,
.Polaris-Button--loading.btn-light:disabled,
.Polaris-Button--loading.btn-dark:disabled,
.Polaris-Button--loading.btn-blue:disabled,
.Polaris-Button--loading.btn-purple:disabled,
.Polaris-Button--loading.btn-teal:disabled,
.Polaris-Button--loading.btn-orange:disabled,
.Polaris-Button--loading.btn-white:disabled {
color: transparent
}
.Polaris-Button--plain {
fill: #007ace;
margin: -.7rem -.8rem;
padding-left: .8rem;
padding-right: .8rem;
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #007ace
}
.Polaris-Button--plain:hover,
.Polaris-Button--plain:focus,
.Polaris-Button--plain:active {
fill: #084e8a;
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #084e8a
}
.Polaris-Button--plain:focus>.Polaris-Button__Content::after {
opacity: 1
}
.Polaris-Button--plain.Polaris-Button--fullWidth {
margin-left: 0;
margin-right: 0
}
.Polaris-Button--plain.Polaris-Button--disabled,
.Polaris-Button--plain.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.current:disabled,
.Polaris-Button--plain.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.paginate_button:disabled,
.Polaris-Button--plain.btn-success:disabled,
.Polaris-Button--plain.btn-info:disabled,
.Polaris-Button--plain.btn-warning:disabled,
.Polaris-Button--plain.btn-danger:disabled,
.Polaris-Button--plain.btn-light:disabled,
.Polaris-Button--plain.btn-dark:disabled,
.Polaris-Button--plain.btn-blue:disabled,
.Polaris-Button--plain.btn-purple:disabled,
.Polaris-Button--plain.btn-teal:disabled,
.Polaris-Button--plain.btn-orange:disabled,
.Polaris-Button--plain.btn-white:disabled {
background: none
}
.Polaris-Button--plain.Polaris-Button--sizeSlim {
margin-top: -.4rem;
margin-bottom: -.4rem
}
.Polaris-Button--plain.Polaris-Button--sizeLarge {
margin: -1.1rem -2rem
}
.Polaris-Button--plain.Polaris-Button--iconOnly {
fill: #637381;
margin: -0.8rem
}
.Polaris-Button--plain.Polaris-Button--iconOnly:focus,
.Polaris-Button--plain.Polaris-Button--iconOnly:active {
fill: #637381;
background: rgba(33, 43, 54, 0.1)
}
.Polaris-Button--plain.Polaris-Button--iconOnly:hover,
.Polaris-Button--plain.Polaris-Button--iconOnly:active {
fill: #212b36
}
.Polaris-Button--plain.Polaris-Button--iconOnly>.Polaris-Button__Content::after {
display: none
}
.Polaris-Button--plain.Polaris-Button--iconOnly.Polaris-Button--disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.current:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.next:disabled,
.dataTables_wrapper .dataTables_paginate a.Polaris-Button--plain.Polaris-Button--iconOnly.paginate_button:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-success:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-info:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-warning:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-danger:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-light:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-dark:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-blue:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-purple:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-teal:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-orange:disabled,
.Polaris-Button--plain.Polaris-Button--iconOnly.btn-white:disabled {
fill: #c4cdd5
}
.Polaris-Button--plain>.Polaris-Button__Content::after {
position: absolute;
top: -2px;
bottom: -2px;
left: -5px;
right: -5px;
display: block;
background: rgba(33, 43, 54, 0.1);
border-radius: 3px;
-webkit-transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
-o-transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
transition: opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
content: '';
opacity: 0
}
.Polaris-Button--plain .Polaris-Button__Icon {
margin-left: 0;
margin-right: 0
}
.Polaris-Button--sizeSlim {
min-height: 3rem;
padding: .4rem 1.2rem
}
.Polaris-Button--sizeLarge {
min-height: 4.4rem;
min-width: 4.4rem;
padding: 1.1rem 2.4rem
}
.Polaris-Button--sizeLarge .Polaris-Button__Content {
font-size: 1.7rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial
}
@media (min-width: 40em) {
.Polaris-Button--sizeLarge .Polaris-Button__Content {
font-size: 1.6rem
}
}
.Polaris-Button--fullWidth {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%
}
.Polaris-Button--iconOnly {
padding-left: .8rem;
padding-right: .8rem
}
.Polaris-Button--iconOnly.Polaris-Button--sizeLarge {
padding-left: 1.2rem;
padding-right: 1.2rem
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:first-child {
margin-left: 0
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:last-child {
margin-right: -.4rem
}
.Polaris-Button--iconOnly .Polaris-Button__Icon:only-child {
margin-right: 0
}
.Polaris-FormLayout {
margin-top: -1.6rem;
margin-left: -2rem
}
.Polaris-FormLayout--condensed .Polaris-FormLayout__Item {
-ms-flex-preferred-size: 11rem;
flex-basis: 11rem;
min-width: 11rem
}
.Polaris-FormLayout__Title {
margin-bottom: -.8rem;
padding: 1.6rem 2rem 0
}
.Polaris-FormLayout__Items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.Polaris-FormLayout__HelpText {
color: #637381;
padding: .8rem 2rem 0
}
.Polaris-FormLayout__Item {
-webkit-box-flex: 1;
-ms-flex: 1 1 22rem;
flex: 1 1 22rem;
margin-top: 1.6rem;
margin-left: 2rem;
min-width: 22rem;
max-width: calc(100% - 2rem)
}
.Polaris-Icon {
display: block;
height: 2rem;
width: 2rem;
max-height: 100%;
max-width: 100%;
margin: auto
}
.Polaris-Icon--hasBackdrop {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: .8rem
}
.Polaris-Icon--hasBackdrop::after {
content: '';
position: absolute;
z-index: 1;
top: -.8rem;
bottom: -.8rem;
left: -.8rem;
right: -.8rem;
border-radius: 50%
}
.Polaris-Icon--colorWhite {
fill: #fff
}
.Polaris-Icon--colorBlack {
fill: #000
}
.Polaris-Icon--colorSkyLighter {
fill: #f9fafb
}
.Polaris-Icon--colorSkyLight {
fill: #f4f6f8
}
.Polaris-Icon--colorSky {
fill: #dfe3e8
}
.Polaris-Icon--colorSkyDark {
fill: #c4cdd5
}
.Polaris-Icon--colorInkLightest {
fill: #919eab
}
.Polaris-Icon--colorInkLighter {
fill: #637381
}
.Polaris-Icon--colorInkLighter::after {
background-color: #dfe3e8
}
.Polaris-Icon--colorInkLight {
fill: #454f5b
}
.Polaris-Icon--colorInk {
fill: #212b36
}
.Polaris-Icon--colorInk::after {
background-color: #dfe3e8
}
.Polaris-Icon--colorBlueLighter {
fill: #ebf5fa
}
.Polaris-Icon--colorBlueLight {
fill: #b4e1fa
}
.Polaris-Icon--colorBlue {
fill: #007ace
}
.Polaris-Icon--colorBlueDark {
fill: #084e8a
}
.Polaris-Icon--colorBlueDark::after {
background-color: #b4e1fa
}
.Polaris-Icon--colorBlueDarker {
fill: #001429
}
.Polaris-Icon--colorIndigoLighter {
fill: #f4f5fa
}
.Polaris-Icon--colorIndigoLight {
fill: #b3bcf5
}
.Polaris-Icon--colorIndigo {
fill: #5c6ac4
}
.Polaris-Icon--colorIndigoDark {
fill: #202e78
}
.Polaris-Icon--colorIndigoDarker {
fill: #000639
}
.Polaris-Icon--colorTealLighter {
fill: #e0f5f5
}
.Polaris-Icon--colorTealLight {
fill: #b7ecec
}
.Polaris-Icon--colorTeal {
fill: #47c1bf
}
.Polaris-Icon--colorTeal::after {
background-color: #fff
}
.Polaris-Icon--colorTealDark {
fill: #00848e
}
.Polaris-Icon--colorTealDark::after {
background-color: #b7ecec
}
.Polaris-Icon--colorTealDarker {
fill: #003135
}
.Polaris-Icon--colorGreenLighter {
fill: #e3f1df
}
.Polaris-Icon--colorGreen {
fill: #50b83c
}
.Polaris-Icon--colorGreen::after {
background-color: #e3f1df
}
.Polaris-Icon--colorGreenDark {
fill: #108043
}
.Polaris-Icon--colorGreenDark::after {
background-color: #bbe5b3
}
.Polaris-Icon--colorYellowLighter {
fill: #fcf1cd
}
.Polaris-Icon--colorYellow {
fill: #eec200
}
.Polaris-Icon--colorYellowDark {
fill: #9c6f19
}
.Polaris-Icon--colorYellowDark::after {
background-color: #ffea8a
}
.Polaris-Icon--colorOrange {
fill: #f49342
}
.Polaris-Icon--colorOrangeDark {
fill: #c05717
}
.Polaris-Icon--colorRedLighter {
fill: #fbeae5
}
.Polaris-Icon--colorRed {
fill: #de3618
}
.Polaris-Icon--colorRedDark {
fill: #bf0711
}
.Polaris-Icon--colorRedDark::after {
background-color: #fead9a
}
.Polaris-Icon--colorPurple {
fill: #9c6ade
}
.Polaris-Icon__Svg {
position: relative;
z-index: 2;
display: block;
width: 100%;
color: #fff;
max-width: 100%;
max-height: 100%
}
.Polaris-Icon__Placeholder {
padding-bottom: 100%;
background: currentColor
}
.Polaris-Checkbox {
position: relative
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Backdrop {
background: #de3618;
-webkit-box-shadow: 0 0 0 1px transparent;
box-shadow: 0 0 0 1px transparent
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Backdrop::after {
background: #fbeae5
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox--error .Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop {
background: #5c6ac4;
-webkit-box-shadow: 0 0 0 1px #5c6ac4;
box-shadow: 0 0 0 1px #5c6ac4
}
.Polaris-Checkbox--error .Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox--error .Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop::after {
background: #fbeae5
}
.Polaris-Checkbox--error .Polaris-Checkbox__Icon {
fill: #bf0711
}
.Polaris-Checkbox__Input {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:checked+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate+.Polaris-Checkbox__Backdrop {
background: #5c6ac4
}
.Polaris-Checkbox__Input:checked~.Polaris-Checkbox__Icon,
.Polaris-Checkbox__Input.Polaris-Checkbox__Input--indeterminate~.Polaris-Checkbox__Icon {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1)
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop {
background: #5c6ac4;
-webkit-box-shadow: 0 0 0 1px #5c6ac4, 0 0 0 0 transparent;
box-shadow: 0 0 0 1px #5c6ac4, 0 0 0 0 transparent
}
.Polaris-Checkbox__Input:focus+.Polaris-Checkbox__Backdrop::after,
.Polaris-Checkbox__Input:active+.Polaris-Checkbox__Backdrop::after {
background: #fff
}
.Polaris-Checkbox__Input:disabled+.Polaris-Checkbox__Backdrop {
background: #dfe3e8;
-webkit-box-shadow: none;
box-shadow: none
}
.Polaris-Checkbox__Input:disabled+.Polaris-Checkbox__Backdrop::after {
background: #f9fafb
}
.Polaris-Checkbox__Input:disabled~.Polaris-Checkbox__Icon {
fill: #919eab
}
.Polaris-Checkbox__Backdrop {
background: #c4cdd5;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
border-radius: 3px;
-webkit-transition-property: background, -webkit-box-shadow;
transition-property: background, -webkit-box-shadow;
-o-transition-property: box-shadow, background;
transition-property: box-shadow, background;
transition-property: box-shadow, background, -webkit-box-shadow;
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
-o-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.Polaris-Checkbox__Backdrop::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border-radius: calc(3px - 1px)
}
.Polaris-Checkbox__Icon {
fill: #5c6ac4;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
-o-transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1);
transition: transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1), -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1)
}
.Polaris-Choice {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: .4rem 0
}
.Polaris-Choice--labelHidden>.Polaris-Choice__Label {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-Choice__Control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 1.6rem;
width: 1.6rem;
margin-top: 2px;
margin-right: .8rem
}
.Polaris-Choice__Control>* {
width: 100%
}
.Polaris-Choice__Label {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
-webkit-tap-highlight-color: transparent
}
@media (min-width: 40em) {
.Polaris-Choice__Label {
font-size: 1.4rem
}
}
.Polaris-Choice__Descriptions {
padding-left: 2.4rem
}
.Polaris-Choice__HelpText {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
color: #637381;
margin-bottom: .4rem
}
@media (min-width: 40em) {
.Polaris-Choice__HelpText {
font-size: 1.4rem
}
}
.Polaris-Choice__Error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: .4rem;
color: #bf0711
}
.Polaris-Choice__ErrorIcon {
fill: #de3618;
margin: 0 .4rem 0 -2px
}
.Polaris-ChoiceList {
margin: 0;
padding: 0;
border: none
}
.Polaris-ChoiceList--titleHidden>.Polaris-ChoiceList__Title {
position: absolute !important;
top: 0;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
padding: 0 !important;
border: 0 !important
}
.Polaris-ChoiceList__Choices {
list-style: none;
margin: 0;
padding: 0
}
.Polaris-ChoiceList__ChoiceChildren {
padding-left: 2.4rem
}
.Polaris-ChoiceList__Title {
font-size: 1.5rem;
font-weight: 400;
line-height: 2rem;
text-transform: initial;
letter-spacing: initial;
display: block;
margin: 0 0 .4rem;
padding: 0
}
@media (min-width: 40em) {
.Polaris-ChoiceList__Title {
font-size: 1.4rem
}
}
/*!
* Bootstrap v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #45477C;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #5c6ac4;
--secondary: #f9fafb;
--success: #50b83c;
--info: #007ace;
--warning: #eec200;
--danger: #de3618;
--light: #f4f6f8;
--dark: #212b36;
--blue: #007ace;
--purple: #9c6ade;
--teal: #47c1bf;
--orange: #f49342;
--white: #fff;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@-ms-viewport {
width: device-width
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0 !important
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #5c6ac4;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:hover {
color: #38469b;
text-decoration: none
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none !important
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit
}
h1,
.h1 {
font-size: 2.5rem
}
h2,
.h2 {
font-size: 2rem
}
h3,
.h3 {
font-size: 1.75rem
}
h4,
.h4 {
font-size: 1.5rem
}
h5,
.h5 {
font-size: 1.25rem
}
h6,
.h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small,
.small {
font-size: 80%;
font-weight: 400
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014 \00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .125rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .1rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width: 576px) {
.container {
max-width: 540px
}
}
@media (min-width: 768px) {
.container {
max-width: 720px
}
}
@media (min-width: 992px) {
.container {
max-width: 960px
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
padding-right: 0;
padding-left: 0
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.33333%
}
.offset-2 {
margin-left: 16.66667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333%
}
.offset-5 {
margin-left: 41.66667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333%
}
.offset-8 {
margin-left: 66.66667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333%
}
.offset-11 {
margin-left: 91.66667%
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333%
}
.offset-sm-2 {
margin-left: 16.66667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333%
}
.offset-sm-5 {
margin-left: 41.66667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333%
}
.offset-sm-8 {
margin-left: 66.66667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333%
}
.offset-sm-11 {
margin-left: 91.66667%
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333%
}
.offset-md-2 {
margin-left: 16.66667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333%
}
.offset-md-5 {
margin-left: 41.66667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333%
}
.offset-md-8 {
margin-left: 66.66667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333%
}
.offset-md-11 {
margin-left: 91.66667%
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333%
}
.offset-lg-2 {
margin-left: 16.66667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333%
}
.offset-lg-5 {
margin-left: 41.66667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333%
}
.offset-lg-8 {
margin-left: 66.66667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333%
}
.offset-lg-11 {
margin-left: 91.66667%
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333%
}
.offset-xl-2 {
margin-left: 16.66667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333%
}
.offset-xl-5 {
margin-left: 41.66667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333%
}
.offset-xl-8 {
margin-left: 66.66667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333%
}
.offset-xl-11 {
margin-left: 91.66667%
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #fff
}
.table th,
.table td {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
font-weight: normal
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table .table {
background-color: #fff
}
.table-sm th,
.table-sm td {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
background-color: #b3bcf5
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d1d5ee
}
.table-hover .table-primary:hover {
background-color: #bec4e7
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #bec4e7
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #fdfefe
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #ecf6f6
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #ceebc8
}
.table-hover .table-success:hover {
background-color: #bde4b5
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #bde4b5
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #b8daf1
}
.table-hover .table-info:hover {
background-color: #a3cfed
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #a3cfed
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #faeeb8
}
.table-hover .table-warning:hover {
background-color: #f8e8a0
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #f8e8a0
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f6c7be
}
.table-hover .table-danger:hover {
background-color: #f3b4a8
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f3b4a8
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fcfcfd
}
.table-hover .table-light:hover {
background-color: #ededf3
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ededf3
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c1c4c7
}
.table-hover .table-dark:hover {
background-color: #b4b7bb
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b4b7bb
}
.table-blue,
.table-blue>th,
.table-blue>td {
background-color: #b8daf1
}
.table-hover .table-blue:hover {
background-color: #a3cfed
}
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
background-color: #a3cfed
}
.table-purple,
.table-purple>th,
.table-purple>td {
background-color: #e3d5f6
}
.table-hover .table-purple:hover {
background-color: #d5c0f2
}
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
background-color: #d5c0f2
}
.table-teal,
.table-teal>th,
.table-teal>td {
background-color: #cbeeed
}
.table-hover .table-teal:hover {
background-color: #b8e8e6
}
.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
background-color: #b8e8e6
}
.table-orange,
.table-orange>th,
.table-orange>td {
background-color: #fce1ca
}
.table-hover .table-orange:hover {
background-color: #fbd3b2
}
.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
background-color: #fbd3b2
}
.table-white,
.table-white>th,
.table-white>td {
background-color: #fff
}
.table-hover .table-white:hover {
background-color: #f2f2f2
}
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
background-color: #f2f2f2
}
.table-active,
.table-active>th,
.table-active>td {
background-color: #b3bcf5
}
.table-hover .table-active:hover {
background-color: #9ca8f2
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: #9ca8f2
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.form-control,
.dataTables_wrapper input[type="search"] {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 2px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control,
.dataTables_wrapper input[type="search"] {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.form-control::-ms-expand,
.dataTables_wrapper input[type="search"]::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus,
.dataTables_wrapper input:focus[type="search"] {
color: #495057;
background-color: #fff;
border-color: #bac0e6;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.form-control::-webkit-input-placeholder,
.dataTables_wrapper input[type="search"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder,
.dataTables_wrapper input[type="search"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder,
.dataTables_wrapper input[type="search"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder,
.dataTables_wrapper input[type="search"]::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.dataTables_wrapper input:disabled[type="search"],
.form-control[readonly],
.dataTables_wrapper input[readonly][type="search"] {
background-color: #f9fafb;
opacity: 1
}
select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value,
.dataTables_wrapper .dataTables_length label select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.paginate_button,
.dataTables_wrapper .dataTables_length label select.form-control-plaintext,
.dataTables_wrapper input.form-control-plaintext[type="search"],
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.dataTables_wrapper .input-group-lg>input.form-control-plaintext[type="search"],
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.paginate_button {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button,
.input-group-sm>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button,
.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper input[type="search"] {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.dataTables_wrapper .input-group-lg>input[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button,
.input-group-lg>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label .input-group-lg>select:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #50b83c
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(80, 184, 60, 0.8);
border-radius: .2rem
}
.was-validated .form-control:valid,
.was-validated .dataTables_wrapper input:valid[type="search"],
.dataTables_wrapper .was-validated input:valid[type="search"],
.form-control.is-valid,
.dataTables_wrapper input.is-valid[type="search"],
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #50b83c
}
.was-validated .form-control:valid:focus,
.was-validated .dataTables_wrapper input:valid:focus[type="search"],
.dataTables_wrapper .was-validated input:valid:focus[type="search"],
.form-control.is-valid:focus,
.dataTables_wrapper input.is-valid:focus[type="search"],
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #50b83c;
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-feedback,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-tooltip,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.dataTables_wrapper input.is-valid[type="search"]~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.dataTables_wrapper input.is-valid[type="search"]~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
color: #50b83c
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
color: #50b83c
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
background-color: #a2dd97
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
background-color: #6eca5d
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
border-color: #50b83c
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #de3618
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(222, 54, 24, 0.8);
border-radius: .2rem
}
.was-validated .form-control:invalid,
.was-validated .dataTables_wrapper input:invalid[type="search"],
.dataTables_wrapper .was-validated input:invalid[type="search"],
.form-control.is-invalid,
.dataTables_wrapper input.is-invalid[type="search"],
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #de3618
}
.was-validated .form-control:invalid:focus,
.was-validated .dataTables_wrapper input:invalid:focus[type="search"],
.dataTables_wrapper .was-validated input:invalid:focus[type="search"],
.form-control.is-invalid:focus,
.dataTables_wrapper input.is-invalid:focus[type="search"],
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #de3618;
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-feedback,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-tooltip,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
color: #de3618
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
color: #de3618
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
background-color: #f29484
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
background-color: #ea593f
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
border-color: #de3618
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.25)
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control,
.form-inline .dataTables_wrapper input[type="search"],
.dataTables_wrapper .form-inline input[type="search"] {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .125rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.btn:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
text-decoration: none
}
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active {
background-image: none
}
a.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
fieldset:disabled a.btn,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.current,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.previous,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.next,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.paginate_button {
pointer-events: none
}
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-primary:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover {
color: #fff;
background-color: #4252b7;
border-color: #3f4eae
}
.btn-primary:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.btn-primary.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-primary.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-primary:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.current {
color: #fff;
background-color: #3f4eae;
border-color: #3c4aa5
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.current:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-secondary,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-secondary:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
color: #212529;
background-color: #e2e7ec;
border-color: #dae1e7
}
.btn-secondary:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn-secondary.focus,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-secondary.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-secondary:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.previous,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.next,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.paginate_button {
color: #212529;
background-color: #dae1e7;
border-color: #d3dae2
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.previous:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.next:focus,
.dataTables_wrapper .dataTables_paginate .show>a.dropdown-toggle.paginate_button:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-success {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-success:hover {
color: #fff;
background-color: #439b33;
border-color: #3f922f
}
.btn-success:focus,
.btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #3f922f;
border-color: #3b882c
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-info {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-info:hover {
color: #fff;
background-color: #0063a8;
border-color: #005c9b
}
.btn-info:focus,
.btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #005c9b;
border-color: #00548e
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-warning {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-warning:hover {
color: #212529;
background-color: #c8a300;
border-color: #bb9800
}
.btn-warning:focus,
.btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
color: #fff;
background-color: #bb9800;
border-color: #ae8e00
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-danger {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-danger:hover {
color: #fff;
background-color: #bb2e14;
border-color: #b02b13
}
.btn-danger:focus,
.btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02b13;
border-color: #a42812
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-light {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-light:hover {
color: #212529;
background-color: #dde3e9;
border-color: #d5dde4
}
.btn-light:focus,
.btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #d5dde4;
border-color: #cdd6df
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-dark {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-dark:hover {
color: #fff;
background-color: #12181e;
border-color: #0e1216
}
.btn-dark:focus,
.btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #0e1216;
border-color: #090b0e
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-blue {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-blue:hover {
color: #fff;
background-color: #0063a8;
border-color: #005c9b
}
.btn-blue:focus,
.btn-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-blue.disabled,
.btn-blue:disabled {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
color: #fff;
background-color: #005c9b;
border-color: #00548e
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-purple {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-purple:hover {
color: #fff;
background-color: #874bd7;
border-color: #8040d5
}
.btn-purple:focus,
.btn-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-purple.disabled,
.btn-purple:disabled {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
color: #fff;
background-color: #8040d5;
border-color: #7936d2
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-teal {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-teal:hover {
color: #fff;
background-color: #39a9a7;
border-color: #369f9e
}
.btn-teal:focus,
.btn-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-teal.disabled,
.btn-teal:disabled {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show>.btn-teal.dropdown-toggle {
color: #fff;
background-color: #369f9e;
border-color: #329694
}
.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-orange {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-orange:hover {
color: #fff;
background-color: #f27e1e;
border-color: #f17712
}
.btn-orange:focus,
.btn-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-orange.disabled,
.btn-orange:disabled {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
color: #fff;
background-color: #f17712;
border-color: #e9710e
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-white {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-white:hover {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6
}
.btn-white:focus,
.btn-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-white.disabled,
.btn-white:disabled {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-primary {
color: #5c6ac4;
background-color: transparent;
background-image: none;
border-color: #5c6ac4
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5c6ac4;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-secondary {
color: #f9fafb;
background-color: transparent;
background-image: none;
border-color: #f9fafb
}
.btn-outline-secondary:hover {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #f9fafb;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-success {
color: #50b83c;
background-color: transparent;
background-image: none;
border-color: #50b83c
}
.btn-outline-success:hover {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #50b83c;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-info {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-info:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-warning {
color: #eec200;
background-color: transparent;
background-image: none;
border-color: #eec200
}
.btn-outline-warning:hover {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #eec200;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-danger {
color: #de3618;
background-color: transparent;
background-image: none;
border-color: #de3618
}
.btn-outline-danger:hover {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #de3618;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-light {
color: #f4f6f8;
background-color: transparent;
background-image: none;
border-color: #f4f6f8
}
.btn-outline-light:hover {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f4f6f8;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-dark {
color: #212b36;
background-color: transparent;
background-image: none;
border-color: #212b36
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212b36;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-blue {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-blue:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-purple {
color: #9c6ade;
background-color: transparent;
background-image: none;
border-color: #9c6ade
}
.btn-outline-purple:hover {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
color: #9c6ade;
background-color: transparent
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-teal {
color: #47c1bf;
background-color: transparent;
background-image: none;
border-color: #47c1bf
}
.btn-outline-teal:hover {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
color: #47c1bf;
background-color: transparent
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show>.btn-outline-teal.dropdown-toggle {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-orange {
color: #f49342;
background-color: transparent;
background-image: none;
border-color: #f49342
}
.btn-outline-orange:hover {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
color: #f49342;
background-color: transparent
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-white {
color: #fff;
background-color: transparent;
background-image: none;
border-color: #fff
}
.btn-outline-white:hover {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:focus,
.btn-outline-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
color: #fff;
background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-link {
font-weight: 400;
color: #5c6ac4;
background-color: transparent
}
.btn-link:hover {
color: #38469b;
text-decoration: none;
background-color: transparent;
border-color: transparent
}
.btn-link:focus,
.btn-link.focus {
text-decoration: none;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
pointer-events: none
}
.btn-lg,
.btn-group-lg>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
.btn-sm,
.btn-group-sm>.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: .125rem
}
.dropdown-menu-right {
right: 0;
left: auto
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:hover,
.dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #5c6ac4
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button,
.btn-group-vertical>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.btn-group>.btn:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:hover,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:hover,
.btn-group-vertical>.btn:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:hover,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:hover {
z-index: 1
}
.btn-group>.btn:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:focus,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:focus,
.btn-group>.btn:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:active,
.btn-group>.btn.active,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.current,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.next,
.dataTables_wrapper .dataTables_paginate .btn-group>a.active.paginate_button,
.btn-group-vertical>.btn:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:focus,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:focus,
.btn-group-vertical>.btn:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:active,
.btn-group-vertical>.btn.active,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.active.paginate_button {
z-index: 1
}
.btn-group .btn+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group .btn+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+a.paginate_button,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+a.paginate_button,
.btn-group .btn+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.current+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.previous+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.next+.btn-group,
.btn-group .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group a.paginate_button+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.current,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.previous,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.next,
.btn-group .dataTables_wrapper .dataTables_paginate .btn-group+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group .btn-group+a.paginate_button,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+a.paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+a.paginate_button,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next+.btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate .btn-group+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical .btn-group+a.paginate_button,
.btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:first-child,
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:first-child {
margin-left: 0
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:last-child)>a.paginate_button {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group>a.paginate_button:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group>.btn-group:not(:first-child)>a.paginate_button {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-sm>a.paginate_button+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate a.paginate_button+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next+.dropdown-toggle-split,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical .btn,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.current,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.previous,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.next,
.btn-group-vertical .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical a.paginate_button,
.btn-group-vertical .btn-group {
width: 100%
}
.btn-group-vertical>.btn+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+a.paginate_button,
.btn-group-vertical>.btn+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next+.btn-group,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group+a.paginate_button,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:last-child)>a.paginate_button {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>a.paginate_button:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-vertical>.btn-group:not(:first-child)>a.paginate_button {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button,
.btn-group-toggle>.btn-group>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.current input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.previous input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.next input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>a.paginate_button input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next input[type="radio"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.current input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.previous input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.next input[type="checkbox"],
.dataTables_wrapper .dataTables_paginate .btn-group-toggle>.btn-group>a.paginate_button input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.form-control,
.dataTables_wrapper .input-group>input[type="search"],
.input-group>.custom-select,
.input-group>.custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.form-control:focus,
.dataTables_wrapper .input-group>input:focus[type="search"],
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
z-index: 3
}
.input-group>.form-control+.form-control,
.dataTables_wrapper .input-group>input[type="search"]+.form-control,
.dataTables_wrapper .input-group>.form-control+input[type="search"],
.dataTables_wrapper .input-group>input[type="search"]+input[type="search"],
.input-group>.form-control+.custom-select,
.dataTables_wrapper .input-group>input[type="search"]+.custom-select,
.input-group>.form-control+.custom-file,
.dataTables_wrapper .input-group>input[type="search"]+.custom-file,
.input-group>.custom-select+.form-control,
.dataTables_wrapper .input-group>.custom-select+input[type="search"],
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.dataTables_wrapper .input-group>.custom-file+input[type="search"],
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
margin-left: -1px
}
.input-group>.form-control:not(:last-child),
.dataTables_wrapper .input-group>input:not(:last-child)[type="search"],
.input-group>.custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.form-control:not(:first-child),
.dataTables_wrapper .input-group>input:not(:first-child)[type="search"],
.input-group>.custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.input-group-prepend .btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button,
.input-group-append .btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button {
position: relative;
z-index: 2
}
.input-group-prepend .btn+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .btn+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+a.paginate_button,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+a.paginate_button,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.current+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.current+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.previous+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.previous+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.next+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.next+.input-group-text,
.input-group-prepend .dataTables_wrapper .dataTables_paginate a.paginate_button+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-prepend a.paginate_button+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.current,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.previous,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.next,
.input-group-prepend .dataTables_wrapper .dataTables_paginate .input-group-text+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-prepend .input-group-text+a.paginate_button,
.input-group-append .btn+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+.btn,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate .btn+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append .btn+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+a.paginate_button,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+a.paginate_button,
.input-group-append .btn+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.current+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.current+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.previous+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.previous+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.next+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.next+.input-group-text,
.input-group-append .dataTables_wrapper .dataTables_paginate a.paginate_button+.input-group-text,
.dataTables_wrapper .dataTables_paginate .input-group-append a.paginate_button+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.current,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.current,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.previous,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.next,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.next,
.input-group-append .dataTables_wrapper .dataTables_paginate .input-group-text+a.paginate_button,
.dataTables_wrapper .dataTables_paginate .input-group-append .input-group-text+a.paginate_button {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 2px
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0
}
.input-group>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend>a.paginate_button,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:not(:last-child)>a.paginate_button,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.current:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.previous:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.next:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append:last-child>a.paginate_button:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-append>a.paginate_button,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.current,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.next,
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:not(:first-child)>a.paginate_button,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.current:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.previous:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.next:not(:first-child),
.dataTables_wrapper .dataTables_paginate .input-group>.input-group-prepend:first-child>a.paginate_button:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: #5c6ac4
}
.custom-control-input:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-control-input:active~.custom-control-label::before {
color: #fff;
background-color: #dfe2f3
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .125rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #5c6ac4
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(92, 106, 196, 0.5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: .125rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #bac0e6;
outline: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(186, 192, 230, 0.5);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(186, 192, 230, 0.5)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
opacity: 0
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 75%
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 125%
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #bac0e6;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-file-input:focus~.custom-file-label::after {
border-color: #bac0e6
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 2px
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 2px 2px 0
}
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: none
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
-webkit-appearance: none;
appearance: none
}
.custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-webkit-slider-thumb:active {
background-color: #dfe2f3
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
-moz-appearance: none;
appearance: none
}
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-moz-range-thumb:active {
background-color: #dfe2f3
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #5c6ac4;
border: 0;
border-radius: 1rem;
appearance: none
}
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.custom-range::-ms-thumb:active {
background-color: #dfe2f3
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .125rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #5c6ac4
}
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .75rem;
padding-bottom: .75rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .125rem
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width: 575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff
}
.card {
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;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: .125rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
border-radius: calc(.125rem - 1px) calc(.125rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.125rem - 1px) calc(.125rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img {
width: 100%;
border-radius: calc(.125rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.125rem - 1px);
border-top-right-radius: calc(.125rem - 1px)
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.125rem - 1px);
border-bottom-left-radius: calc(.125rem - 1px)
}
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width: 576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width: 576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:first-child .card-img-top,
.card-group>.card:first-child .card-header {
border-top-right-radius: 0
}
.card-group>.card:first-child .card-img-bottom,
.card-group>.card:first-child .card-footer {
border-bottom-right-radius: 0
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:last-child .card-img-top,
.card-group>.card:last-child .card-header {
border-top-left-radius: 0
}
.card-group>.card:last-child .card-img-bottom,
.card-group>.card:last-child .card-footer {
border-bottom-left-radius: 0
}
.card-group>.card:only-child {
border-radius: .125rem
}
.card-group>.card:only-child .card-img-top,
.card-group>.card:only-child .card-header {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.card-group>.card:only-child .card-img-bottom,
.card-group>.card:only-child .card-footer {
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .125rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .125rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #5c6ac4;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #38469b;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .125rem;
border-bottom-left-radius: .125rem
}
.page-item:last-child .page-link {
border-top-right-radius: .125rem;
border-bottom-right-radius: .125rem
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .15rem;
border-bottom-left-radius: .15rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .15rem;
border-bottom-right-radius: .15rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .1rem;
border-bottom-left-radius: .1rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .1rem;
border-bottom-right-radius: .1rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .125rem
}
.badge:empty {
display: none
}
.btn .badge,
.dataTables_wrapper .dataTables_paginate a.current .badge,
.dataTables_wrapper .dataTables_paginate a.previous .badge,
.dataTables_wrapper .dataTables_paginate a.next .badge,
.dataTables_wrapper .dataTables_paginate a.paginate_button .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #5c6ac4
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #3f4eae
}
.badge-secondary {
color: #212529;
background-color: #f9fafb
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae1e7
}
.badge-success {
color: #fff;
background-color: #50b83c
}
.badge-success[href]:hover,
.badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #3f922f
}
.badge-info {
color: #fff;
background-color: #007ace
}
.badge-info[href]:hover,
.badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #005c9b
}
.badge-warning {
color: #212529;
background-color: #eec200
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #bb9800
}
.badge-danger {
color: #fff;
background-color: #de3618
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #b02b13
}
.badge-light {
color: #212529;
background-color: #f4f6f8
}
.badge-light[href]:hover,
.badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d5dde4
}
.badge-dark {
color: #fff;
background-color: #212b36
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0e1216
}
.badge-blue {
color: #fff;
background-color: #007ace
}
.badge-blue[href]:hover,
.badge-blue[href]:focus {
color: #fff;
text-decoration: none;
background-color: #005c9b
}
.badge-purple {
color: #fff;
background-color: #9c6ade
}
.badge-purple[href]:hover,
.badge-purple[href]:focus {
color: #fff;
text-decoration: none;
background-color: #8040d5
}
.badge-teal {
color: #212529;
background-color: #47c1bf
}
.badge-teal[href]:hover,
.badge-teal[href]:focus {
color: #212529;
text-decoration: none;
background-color: #369f9e
}
.badge-orange {
color: #212529;
background-color: #f49342
}
.badge-orange[href]:hover,
.badge-orange[href]:focus {
color: #212529;
text-decoration: none;
background-color: #f17712
}
.badge-white {
color: #212529;
background-color: #fff
}
.badge-white[href]:hover,
.badge-white[href]:focus {
color: #212529;
text-decoration: none;
background-color: #e6e6e6
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .15rem
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .125rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #303766;
background-color: #dee1f3;
border-color: #d1d5ee
}
.alert-primary hr {
border-top-color: #bec4e7
}
.alert-primary .alert-link {
color: #202443
}
.alert-secondary {
color: #818283;
background-color: #fefefe;
border-color: #fdfefe
}
.alert-secondary hr {
border-top-color: #ecf6f6
}
.alert-secondary .alert-link {
color: #686969
}
.alert-success {
color: #2a601f;
background-color: #dcf1d8;
border-color: #ceebc8
}
.alert-success hr {
border-top-color: #bde4b5
}
.alert-success .alert-link {
color: #193913
}
.alert-info {
color: #003f6b;
background-color: #cce4f5;
border-color: #b8daf1
}
.alert-info hr {
border-top-color: #a3cfed
}
.alert-info .alert-link {
color: #002138
}
.alert-warning {
color: #7c6500;
background-color: #fcf3cc;
border-color: #faeeb8
}
.alert-warning hr {
border-top-color: #f8e8a0
}
.alert-warning .alert-link {
color: #493b00
}
.alert-danger {
color: #731c0c;
background-color: #f8d7d1;
border-color: #f6c7be
}
.alert-danger hr {
border-top-color: #f3b4a8
}
.alert-danger .alert-link {
color: #451107
}
.alert-light {
color: #7f8081;
background-color: #fdfdfe;
border-color: #fcfcfd
}
.alert-light hr {
border-top-color: #ededf3
}
.alert-light .alert-link {
color: #666767
}
.alert-dark {
color: #11161c;
background-color: #d3d5d7;
border-color: #c1c4c7
}
.alert-dark hr {
border-top-color: #b4b7bb
}
.alert-dark .alert-link {
color: #000
}
.alert-blue {
color: #003f6b;
background-color: #cce4f5;
border-color: #b8daf1
}
.alert-blue hr {
border-top-color: #a3cfed
}
.alert-blue .alert-link {
color: #002138
}
.alert-purple {
color: #513773;
background-color: #ebe1f8;
border-color: #e3d5f6
}
.alert-purple hr {
border-top-color: #d5c0f2
}
.alert-purple .alert-link {
color: #392751
}
.alert-teal {
color: #256463;
background-color: #daf3f2;
border-color: #cbeeed
}
.alert-teal hr {
border-top-color: #b8e8e6
}
.alert-teal .alert-link {
color: #173f3e
}
.alert-orange {
color: #7f4c22;
background-color: #fde9d9;
border-color: #fce1ca
}
.alert-orange hr {
border-top-color: #fbd3b2
}
.alert-orange .alert-link {
color: #573417
}
.alert-white {
color: #858585;
background-color: #fff;
border-color: #fff
}
.alert-white hr {
border-top-color: #f2f2f2
}
.alert-white .alert-link {
color: #6c6c6c
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .125rem
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #5c6ac4;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.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);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:hover,
.list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125)
}
.list-group-item:first-child {
border-top-left-radius: .125rem;
border-top-right-radius: .125rem
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .125rem;
border-bottom-left-radius: .125rem
}
.list-group-item:hover,
.list-group-item:focus {
z-index: 1;
text-decoration: none
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0
}
.list-group-item-primary {
color: #303766;
background-color: #d1d5ee
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
color: #303766;
background-color: #bec4e7
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #303766;
border-color: #303766
}
.list-group-item-secondary {
color: #818283;
background-color: #fdfefe
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
color: #818283;
background-color: #ecf6f6
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #818283;
border-color: #818283
}
.list-group-item-success {
color: #2a601f;
background-color: #ceebc8
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
color: #2a601f;
background-color: #bde4b5
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #2a601f;
border-color: #2a601f
}
.list-group-item-info {
color: #003f6b;
background-color: #b8daf1
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
color: #003f6b;
background-color: #a3cfed
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #003f6b;
border-color: #003f6b
}
.list-group-item-warning {
color: #7c6500;
background-color: #faeeb8
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
color: #7c6500;
background-color: #f8e8a0
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #7c6500;
border-color: #7c6500
}
.list-group-item-danger {
color: #731c0c;
background-color: #f6c7be
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
color: #731c0c;
background-color: #f3b4a8
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #731c0c;
border-color: #731c0c
}
.list-group-item-light {
color: #7f8081;
background-color: #fcfcfd
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
color: #7f8081;
background-color: #ededf3
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #7f8081;
border-color: #7f8081
}
.list-group-item-dark {
color: #11161c;
background-color: #c1c4c7
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
color: #11161c;
background-color: #b4b7bb
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #11161c;
border-color: #11161c
}
.list-group-item-blue {
color: #003f6b;
background-color: #b8daf1
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
color: #003f6b;
background-color: #a3cfed
}
.list-group-item-blue.list-group-item-action.active {
color: #fff;
background-color: #003f6b;
border-color: #003f6b
}
.list-group-item-purple {
color: #513773;
background-color: #e3d5f6
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
color: #513773;
background-color: #d5c0f2
}
.list-group-item-purple.list-group-item-action.active {
color: #fff;
background-color: #513773;
border-color: #513773
}
.list-group-item-teal {
color: #256463;
background-color: #cbeeed
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
color: #256463;
background-color: #b8e8e6
}
.list-group-item-teal.list-group-item-action.active {
color: #fff;
background-color: #256463;
border-color: #256463
}
.list-group-item-orange {
color: #7f4c22;
background-color: #fce1ca
}
.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
color: #7f4c22;
background-color: #fbd3b2
}
.list-group-item-orange.list-group-item-action.active {
color: #fff;
background-color: #7f4c22;
border-color: #7f4c22
}
.list-group-item-white {
color: #858585;
background-color: #fff
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
color: #858585;
background-color: #f2f2f2
}
.list-group-item-white.list-group-item-action.active {
color: #fff;
background-color: #858585;
border-color: #858585
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
opacity: .75
}
.close:not(:disabled):not(.disabled) {
cursor: pointer
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%)
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
.modal-content {
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: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .15rem;
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
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .15rem;
border-top-right-radius: .15rem
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2))
}
.modal-sm {
max-width: 300px
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 800px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
padding: .4rem 0
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
padding: 0 .4rem
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
padding: .4rem 0
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
padding: 0 .4rem
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .125rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .15rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .15rem
}
.popover .arrow::before,
.popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
margin-bottom: .5rem
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: .5rem .5rem 0
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
margin-left: .5rem
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .15rem 0
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: .5rem .5rem .5rem 0
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
margin-top: .5rem
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((.5rem + 1px) * -1)
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 .5rem .5rem .5rem
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
margin-right: .5rem
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .15rem 0
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: .5rem 0 .5rem .5rem
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.15rem - 1px);
border-top-right-radius: calc(.15rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
-o-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5)
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators .active {
background-color: #fff
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
.align-baseline {
vertical-align: baseline !important
}
.align-top {
vertical-align: top !important
}
.align-middle {
vertical-align: middle !important
}
.align-bottom {
vertical-align: bottom !important
}
.align-text-bottom {
vertical-align: text-bottom !important
}
.align-text-top {
vertical-align: text-top !important
}
.bg-primary {
background-color: #5c6ac4 !important
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #3f4eae !important
}
.bg-secondary {
background-color: #f9fafb !important
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #dae1e7 !important
}
.bg-success {
background-color: #50b83c !important
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #3f922f !important
}
.bg-info {
background-color: #007ace !important
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #005c9b !important
}
.bg-warning {
background-color: #eec200 !important
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #bb9800 !important
}
.bg-danger {
background-color: #de3618 !important
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #b02b13 !important
}
.bg-light {
background-color: #f4f6f8 !important
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #d5dde4 !important
}
.bg-dark {
background-color: #212b36 !important
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #0e1216 !important
}
.bg-blue {
background-color: #007ace !important
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
background-color: #005c9b !important
}
.bg-purple {
background-color: #9c6ade !important
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
background-color: #8040d5 !important
}
.bg-teal {
background-color: #47c1bf !important
}
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
background-color: #369f9e !important
}
.bg-orange {
background-color: #f49342 !important
}
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
background-color: #f17712 !important
}
.bg-white,
.dataTables_wrapper {
background-color: #fff !important
}
a.bg-white:hover,
a.dataTables_wrapper:hover,
a.bg-white:focus,
a.dataTables_wrapper:focus,
button.bg-white:hover,
button.dataTables_wrapper:hover,
button.bg-white:focus,
button.dataTables_wrapper:focus {
background-color: #e6e6e6 !important
}
.bg-white,
.dataTables_wrapper {
background-color: #fff !important
}
.bg-transparent {
background-color: transparent !important
}
.border,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
border: 1px solid #dee2e6 !important
}
.border-top {
border-top: 1px solid #dee2e6 !important
}
.border-right {
border-right: 1px solid #dee2e6 !important
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}
.border-left {
border-left: 1px solid #dee2e6 !important
}
.border-0 {
border: 0 !important
}
.border-top-0 {
border-top: 0 !important
}
.border-right-0 {
border-right: 0 !important
}
.border-bottom-0 {
border-bottom: 0 !important
}
.border-left-0 {
border-left: 0 !important
}
.border-primary {
border-color: #5c6ac4 !important
}
.border-secondary {
border-color: #f9fafb !important
}
.border-success {
border-color: #50b83c !important
}
.border-info {
border-color: #007ace !important
}
.border-warning {
border-color: #eec200 !important
}
.border-danger {
border-color: #de3618 !important
}
.border-light {
border-color: #f4f6f8 !important
}
.border-dark {
border-color: #212b36 !important
}
.border-blue {
border-color: #007ace !important
}
.border-purple {
border-color: #9c6ade !important
}
.border-teal {
border-color: #47c1bf !important
}
.border-orange {
border-color: #f49342 !important
}
.border-white {
border-color: #fff !important
}
.border-white {
border-color: #fff !important
}
.rounded {
border-radius: .125rem !important
}
.rounded-top {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important
}
.rounded-right {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important
}
.rounded-bottom {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important
}
.rounded-left {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important
}
.rounded-circle {
border-radius: 50% !important
}
.rounded-0 {
border-radius: 0 !important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex,
.dataTables_wrapper .dataTables_filter label {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media print {
.d-print-none {
display: none !important
}
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.85714%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
.float-left {
float: left !important
}
.float-right {
float: right !important
}
.float-none {
float: none !important
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important
}
.float-sm-right {
float: right !important
}
.float-sm-none {
float: none !important
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important
}
.float-md-right {
float: right !important
}
.float-md-none {
float: none !important
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important
}
.float-lg-right {
float: right !important
}
.float-lg-none {
float: none !important
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important
}
.float-xl-right {
float: right !important
}
.float-xl-none {
float: none !important
}
}
.position-static {
position: static !important
}
.position-relative {
position: relative !important
}
.position-absolute {
position: absolute !important
}
.position-fixed {
position: fixed !important
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports (position: -webkit-sticky) or (position: sticky) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm,
.dataTables_wrapper,
.table {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.w-25 {
width: 25% !important
}
.w-50 {
width: 50% !important
}
.w-75 {
width: 75% !important
}
.w-100 {
width: 100% !important
}
.w-auto {
width: auto !important
}
.h-25 {
height: 25% !important
}
.h-50 {
height: 50% !important
}
.h-75 {
height: 75% !important
}
.h-100 {
height: 100% !important
}
.h-auto {
height: auto !important
}
.mw-100 {
max-width: 100% !important
}
.mh-100 {
max-height: 100% !important
}
.m-0 {
margin: 0 !important
}
.mt-0,
.my-0 {
margin-top: 0 !important
}
.mr-0,
.mx-0 {
margin-right: 0 !important
}
.mb-0,
.my-0 {
margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
margin-left: 0 !important
}
.m-1 {
margin: .25rem !important
}
.mt-1,
.my-1 {
margin-top: .25rem !important
}
.mr-1,
.mx-1 {
margin-right: .25rem !important
}
.mb-1,
.my-1 {
margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
margin-left: .25rem !important
}
.m-2,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
margin: .5rem !important
}
.mt-2,
.my-2 {
margin-top: .5rem !important
}
.mr-2,
.mx-2 {
margin-right: .5rem !important
}
.mb-2,
.my-2 {
margin-bottom: .5rem !important
}
.ml-2,
.dataTables_wrapper .dataTables_filter label input,
.mx-2 {
margin-left: .5rem !important
}
.m-3 {
margin: 1rem !important
}
.mt-3,
.my-3 {
margin-top: 1rem !important
}
.mr-3,
.mx-3 {
margin-right: 1rem !important
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important
}
.ml-3,
.mx-3 {
margin-left: 1rem !important
}
.m-4 {
margin: 1.5rem !important
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important
}
.m-5 {
margin: 3rem !important
}
.mt-5,
.my-5 {
margin-top: 3rem !important
}
.mr-5,
.mx-5 {
margin-right: 3rem !important
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important
}
.ml-5,
.mx-5 {
margin-left: 3rem !important
}
.p-0 {
padding: 0 !important
}
.pt-0,
.py-0 {
padding-top: 0 !important
}
.pr-0,
.px-0 {
padding-right: 0 !important
}
.pb-0,
.py-0 {
padding-bottom: 0 !important
}
.pl-0,
.px-0 {
padding-left: 0 !important
}
.p-1 {
padding: .25rem !important
}
.pt-1,
.py-1 {
padding-top: .25rem !important
}
.pr-1,
.px-1 {
padding-right: .25rem !important
}
.pb-1,
.py-1 {
padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
padding-left: .25rem !important
}
.p-2 {
padding: .5rem !important
}
.pt-2,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.py-2 {
padding-top: .5rem !important
}
.pr-2,
.px-2 {
padding-right: .5rem !important
}
.pb-2,
.py-2 {
padding-bottom: .5rem !important
}
.pl-2,
.dataTables_wrapper .dataTables_length label select,
.px-2 {
padding-left: .5rem !important
}
.p-3 {
padding: 1rem !important
}
.pt-3,
.py-3 {
padding-top: 1rem !important
}
.pr-3,
.px-3 {
padding-right: 1rem !important
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
padding-left: 1rem !important
}
.p-4,
.dataTables_wrapper .dataTables_paginate {
padding: 1.5rem !important
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important
}
.pr-4,
.dataTables_wrapper .dataTables_filter,
.px-4,
.dataTables_wrapper .dataTables_info {
padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important
}
.pl-4,
.dataTables_wrapper .dataTables_length,
.px-4,
.dataTables_wrapper .dataTables_info {
padding-left: 1.5rem !important
}
.p-5 {
padding: 3rem !important
}
.pt-5,
.py-5 {
padding-top: 3rem !important
}
.pr-5,
.px-5 {
padding-right: 3rem !important
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
padding-left: 3rem !important
}
.m-auto {
margin: auto !important
}
.mt-auto,
.my-auto {
margin-top: auto !important
}
.mr-auto,
.mx-auto {
margin-right: auto !important
}
.mb-auto,
.my-auto {
margin-bottom: auto !important
}
.ml-auto,
.mx-auto {
margin-left: auto !important
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important
}
.m-sm-1 {
margin: .25rem !important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem !important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem !important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem !important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem !important
}
.m-sm-2 {
margin: .5rem !important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem !important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem !important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem !important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem !important
}
.m-sm-3 {
margin: 1rem !important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important
}
.m-sm-4 {
margin: 1.5rem !important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important
}
.m-sm-5 {
margin: 3rem !important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important
}
.p-sm-0 {
padding: 0 !important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important
}
.p-sm-1 {
padding: .25rem !important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem !important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem !important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem !important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem !important
}
.p-sm-2 {
padding: .5rem !important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem !important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem !important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem !important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem !important
}
.p-sm-3 {
padding: 1rem !important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important
}
.p-sm-4 {
padding: 1.5rem !important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important
}
.p-sm-5 {
padding: 3rem !important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important
}
.m-sm-auto {
margin: auto !important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important
}
.m-md-1 {
margin: .25rem !important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem !important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem !important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem !important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem !important
}
.m-md-2 {
margin: .5rem !important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem !important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem !important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem !important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem !important
}
.m-md-3 {
margin: 1rem !important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important
}
.m-md-4 {
margin: 1.5rem !important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important
}
.m-md-5 {
margin: 3rem !important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important
}
.p-md-0 {
padding: 0 !important
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important
}
.p-md-1 {
padding: .25rem !important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem !important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem !important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem !important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem !important
}
.p-md-2 {
padding: .5rem !important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem !important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem !important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem !important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem !important
}
.p-md-3 {
padding: 1rem !important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important
}
.p-md-4 {
padding: 1.5rem !important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important
}
.p-md-5 {
padding: 3rem !important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important
}
.m-md-auto {
margin: auto !important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important
}
.m-lg-1 {
margin: .25rem !important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem !important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem !important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem !important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem !important
}
.m-lg-2 {
margin: .5rem !important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem !important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem !important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem !important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem !important
}
.m-lg-3 {
margin: 1rem !important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important
}
.m-lg-4 {
margin: 1.5rem !important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important
}
.m-lg-5 {
margin: 3rem !important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important
}
.p-lg-0 {
padding: 0 !important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important
}
.p-lg-1 {
padding: .25rem !important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem !important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem !important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem !important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem !important
}
.p-lg-2 {
padding: .5rem !important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem !important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem !important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem !important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem !important
}
.p-lg-3 {
padding: 1rem !important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important
}
.p-lg-4 {
padding: 1.5rem !important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important
}
.p-lg-5 {
padding: 3rem !important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important
}
.m-lg-auto {
margin: auto !important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important
}
.m-xl-1 {
margin: .25rem !important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem !important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem !important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem !important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem !important
}
.m-xl-2 {
margin: .5rem !important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem !important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem !important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem !important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem !important
}
.m-xl-3 {
margin: 1rem !important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important
}
.m-xl-4 {
margin: 1.5rem !important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important
}
.m-xl-5 {
margin: 3rem !important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important
}
.p-xl-0 {
padding: 0 !important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important
}
.p-xl-1 {
padding: .25rem !important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem !important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem !important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem !important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem !important
}
.p-xl-2 {
padding: .5rem !important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem !important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem !important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem !important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem !important
}
.p-xl-3 {
padding: 1rem !important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important
}
.p-xl-4 {
padding: 1.5rem !important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important
}
.p-xl-5 {
padding: 3rem !important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important
}
.m-xl-auto {
margin: auto !important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.text-justify {
text-align: justify !important
}
.text-nowrap {
white-space: nowrap !important
}
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center {
text-align: center !important
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important
}
.text-sm-right {
text-align: right !important
}
.text-sm-center {
text-align: center !important
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important
}
.text-md-right {
text-align: right !important
}
.text-md-center {
text-align: center !important
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important
}
.text-lg-right {
text-align: right !important
}
.text-lg-center {
text-align: center !important
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important
}
.text-xl-right {
text-align: right !important
}
.text-xl-center {
text-align: center !important
}
}
.text-lowercase {
text-transform: lowercase !important
}
.text-uppercase {
text-transform: uppercase !important
}
.text-capitalize {
text-transform: capitalize !important
}
.font-weight-light {
font-weight: 300 !important
}
.font-weight-normal {
font-weight: 400 !important
}
.font-weight-bold {
font-weight: 700 !important
}
.font-italic {
font-style: italic !important
}
.text-white {
color: #fff !important
}
.text-primary {
color: #5c6ac4 !important
}
a.text-primary:hover,
a.text-primary:focus {
color: #3f4eae !important
}
.text-secondary {
color: #f9fafb !important
}
a.text-secondary:hover,
a.text-secondary:focus {
color: #dae1e7 !important
}
.text-success {
color: #50b83c !important
}
a.text-success:hover,
a.text-success:focus {
color: #3f922f !important
}
.text-info {
color: #007ace !important
}
a.text-info:hover,
a.text-info:focus {
color: #005c9b !important
}
.text-warning {
color: #eec200 !important
}
a.text-warning:hover,
a.text-warning:focus {
color: #bb9800 !important
}
.text-danger {
color: #de3618 !important
}
a.text-danger:hover,
a.text-danger:focus {
color: #b02b13 !important
}
.text-light {
color: #f4f6f8 !important
}
a.text-light:hover,
a.text-light:focus {
color: #d5dde4 !important
}
.text-dark {
color: #212b36 !important
}
a.text-dark:hover,
a.text-dark:focus {
color: #0e1216 !important
}
.text-blue {
color: #007ace !important
}
a.text-blue:hover,
a.text-blue:focus {
color: #005c9b !important
}
.text-purple {
color: #9c6ade !important
}
a.text-purple:hover,
a.text-purple:focus {
color: #8040d5 !important
}
.text-teal {
color: #47c1bf !important
}
a.text-teal:hover,
a.text-teal:focus {
color: #369f9e !important
}
.text-orange {
color: #f49342 !important
}
a.text-orange:hover,
a.text-orange:focus {
color: #f17712 !important
}
.text-white {
color: #fff !important
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important
}
.text-body {
color: #212529 !important
}
.text-muted,
input[type="radio"]:disabled+label,
input[type="checkbox"]:disabled+label {
color: #6c757d !important
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " ("attr(title) ")"
}
pre {
white-space: pre-wrap !important
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px !important
}
.container {
min-width: 992px !important
}
.navbar {
display: none
}
.badge {
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 #dee2e6 !important
}
.table-dark {
color: inherit
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}
.btn:hover,
.dataTables_wrapper .dataTables_paginate a.current:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
text-decoration: none
}
.btn:focus,
.dataTables_wrapper .dataTables_paginate a.current:focus,
.dataTables_wrapper .dataTables_paginate a.previous:focus,
.dataTables_wrapper .dataTables_paginate a.next:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.btn.focus,
.dataTables_wrapper .dataTables_paginate a.focus.current,
.dataTables_wrapper .dataTables_paginate a.focus.previous,
.dataTables_wrapper .dataTables_paginate a.focus.next,
.dataTables_wrapper .dataTables_paginate a.focus.paginate_button {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.25)
}
.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
.btn:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled),
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.current:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.previous:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.next:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(:disabled):not(.disabled).active {
background-image: none
}
a.btn.disabled,
.dataTables_wrapper .dataTables_paginate a.disabled.current,
.dataTables_wrapper .dataTables_paginate a.disabled.previous,
.dataTables_wrapper .dataTables_paginate a.disabled.next,
.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
fieldset:disabled a.btn,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.current,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.previous,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.next,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.paginate_button {
pointer-events: none
}
.btn-primary,
.dataTables_wrapper .dataTables_paginate a.current {
border: 1px solid #c4cdd5;
border-color: #5c6ac4
}
.btn-primary:disabled,
.dataTables_wrapper .dataTables_paginate a.current:disabled {
border-color: #818cd2
}
.btn-secondary,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
border: 1px solid #c4cdd5;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
border-color: #c4cdd5
}
.btn-secondary:hover,
.dataTables_wrapper .dataTables_paginate a.previous:hover,
.dataTables_wrapper .dataTables_paginate a.next:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
border-color: #c4cdd5;
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f4f6f8));
background: -webkit-linear-gradient(top, #f9fafb, #f4f6f8);
background: -o-linear-gradient(top, #f9fafb, #f4f6f8);
background: linear-gradient(to bottom, #f9fafb, #f4f6f8)
}
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate a.previous:disabled,
.dataTables_wrapper .dataTables_paginate a.next:disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button:disabled {
border-color: #7c8d9b
}
.btn-success {
border: 1px solid #c4cdd5;
border-color: #50b83c;
background: -webkit-gradient(linear, left top, left bottom, from(#53c03f), to(#4db039));
background: -webkit-linear-gradient(top, #53c03f, #4db039);
background: -o-linear-gradient(top, #53c03f, #4db039);
background: linear-gradient(to bottom, #53c03f, #4db039);
border-color: #3f922f;
-webkit-box-shadow: inset 0 1px 0 0 #56c142, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #56c142, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-success:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#50b83c), to(#48a536));
background: -webkit-linear-gradient(top, #50b83c, #48a536);
background: -o-linear-gradient(top, #50b83c, #48a536);
background: linear-gradient(to bottom, #50b83c, #48a536);
border-color: #3f922f;
text-decoration: none
}
.btn-success:focus {
border-color: #108043;
-webkit-box-shadow: inset 0 1px 0 0 #5dc44a, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #108043;
box-shadow: inset 0 1px 0 0 #5dc44a, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #108043
}
.btn-success:active {
background: -webkit-gradient(linear, left top, left bottom, from(#3f922f), to(#3f922f));
background: -webkit-linear-gradient(top, #3f922f, #3f922f);
background: -o-linear-gradient(top, #3f922f, #3f922f);
background: linear-gradient(to bottom, #3f922f, #3f922f);
border-color: #377e29;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #377e29;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #377e29
}
.btn-success:disabled {
border-color: #6eca5d
}
.btn-info {
border: 1px solid #c4cdd5;
border-color: #007ace;
background: -webkit-gradient(linear, left top, left bottom, from(#0080d8), to(#0074c4));
background: -webkit-linear-gradient(top, #0080d8, #0074c4);
background: -o-linear-gradient(top, #0080d8, #0074c4);
background: linear-gradient(to bottom, #0080d8, #0074c4);
border-color: #005c9b;
-webkit-box-shadow: inset 0 1px 0 0 #0083dd, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #0083dd, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-info:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#007ace), to(#006bb5));
background: -webkit-linear-gradient(top, #007ace, #006bb5);
background: -o-linear-gradient(top, #007ace, #006bb5);
background: linear-gradient(to bottom, #007ace, #006bb5);
border-color: #005c9b;
text-decoration: none
}
.btn-info:focus {
border-color: #084e8a;
-webkit-box-shadow: inset 0 1px 0 0 #0089e8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #084e8a;
box-shadow: inset 0 1px 0 0 #0089e8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #084e8a
}
.btn-info:active {
background: -webkit-gradient(linear, left top, left bottom, from(#005c9b), to(#005c9b));
background: -webkit-linear-gradient(top, #005c9b, #005c9b);
background: -o-linear-gradient(top, #005c9b, #005c9b);
background: linear-gradient(to bottom, #005c9b, #005c9b);
border-color: #004d82;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #004d82;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #004d82
}
.btn-info:disabled {
border-color: #0298ff
}
.btn-warning {
border: 1px solid #c4cdd5;
border-color: #eec200;
background: -webkit-gradient(linear, left top, left bottom, from(#f8ca00), to(#e4ba00));
background: -webkit-linear-gradient(top, #f8ca00, #e4ba00);
background: -o-linear-gradient(top, #f8ca00, #e4ba00);
background: linear-gradient(to bottom, #f8ca00, #e4ba00);
border-color: #bb9800;
-webkit-box-shadow: inset 0 1px 0 0 #fdce00, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #fdce00, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-warning:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#eec200), to(#d5ad00));
background: -webkit-linear-gradient(top, #eec200, #d5ad00);
background: -o-linear-gradient(top, #eec200, #d5ad00);
background: linear-gradient(to bottom, #eec200, #d5ad00);
border-color: #bb9800;
text-decoration: none
}
.btn-warning:focus {
border-color: #9c6f19;
-webkit-box-shadow: inset 0 1px 0 0 #ffd109, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #9c6f19;
box-shadow: inset 0 1px 0 0 #ffd109, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #9c6f19
}
.btn-warning:active {
background: -webkit-gradient(linear, left top, left bottom, from(#bb9800), to(#bb9800));
background: -webkit-linear-gradient(top, #bb9800, #bb9800);
background: -o-linear-gradient(top, #bb9800, #bb9800);
background: linear-gradient(to bottom, #bb9800, #bb9800);
border-color: #a28400;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #a28400;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #a28400
}
.btn-warning:disabled {
border-color: #ffd622
}
.btn-danger {
border: 1px solid #c4cdd5;
border-color: #de3618;
background: -webkit-gradient(linear, left top, left bottom, from(#e6391a), to(#d53417));
background: -webkit-linear-gradient(top, #e6391a, #d53417);
background: -o-linear-gradient(top, #e6391a, #d53417);
background: linear-gradient(to bottom, #e6391a, #d53417);
border-color: #b02b13;
-webkit-box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e73d1f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-danger:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#de3618), to(#c73016));
background: -webkit-linear-gradient(top, #de3618, #c73016);
background: -o-linear-gradient(top, #de3618, #c73016);
background: linear-gradient(to bottom, #de3618, #c73016);
border-color: #b02b13;
text-decoration: none
}
.btn-danger:focus {
border-color: #bf0711;
-webkit-box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711;
box-shadow: inset 0 1px 0 0 #e84528, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711
}
.btn-danger:active {
background: -webkit-gradient(linear, left top, left bottom, from(#b02b13), to(#b02b13));
background: -webkit-linear-gradient(top, #b02b13, #b02b13);
background: -o-linear-gradient(top, #b02b13, #b02b13);
background: linear-gradient(to bottom, #b02b13, #b02b13);
border-color: #992511;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #992511
}
.btn-danger:disabled {
border-color: #ea593f
}
.btn-light {
border: 1px solid #c4cdd5;
border-color: #dfe3e8;
background: -webkit-gradient(linear, left top, left bottom, from(#e5e8ec), to(#d9dee4));
background: -webkit-linear-gradient(top, #e5e8ec, #d9dee4);
background: -o-linear-gradient(top, #e5e8ec, #d9dee4);
background: linear-gradient(to bottom, #e5e8ec, #d9dee4);
border-color: #c1c9d3;
-webkit-box-shadow: inset 0 1px 0 0 #e8ebee, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #e8ebee, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-light:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#dfe3e8), to(#d0d6dd));
background: -webkit-linear-gradient(top, #dfe3e8, #d0d6dd);
background: -o-linear-gradient(top, #dfe3e8, #d0d6dd);
background: linear-gradient(to bottom, #dfe3e8, #d0d6dd);
border-color: #c1c9d3;
text-decoration: none
}
.btn-light:focus {
border-color: #c4cdd5;
-webkit-box-shadow: inset 0 1px 0 0 #eef0f3, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #c4cdd5;
box-shadow: inset 0 1px 0 0 #eef0f3, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #c4cdd5
}
.btn-light:active {
background: -webkit-gradient(linear, left top, left bottom, from(#c1c9d3), to(#c1c9d3));
background: -webkit-linear-gradient(top, #c1c9d3, #c1c9d3);
background: -o-linear-gradient(top, #c1c9d3, #c1c9d3);
background: linear-gradient(to bottom, #c1c9d3, #c1c9d3);
border-color: #b2bcc8;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #b2bcc8;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #b2bcc8
}
.btn-light:disabled {
border-color: #fdfdfd
}
.btn-dark {
border: 1px solid #c4cdd5;
border-color: #212b36;
background: -webkit-gradient(linear, left top, left bottom, from(#25303c), to(#1d2630));
background: -webkit-linear-gradient(top, #25303c, #1d2630);
background: -o-linear-gradient(top, #25303c, #1d2630);
background: linear-gradient(to bottom, #25303c, #1d2630);
border-color: #0e1216;
-webkit-box-shadow: inset 0 1px 0 0 #27333f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
box-shadow: inset 0 1px 0 0 #27333f, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent
}
.btn-dark:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#171e26));
background: -webkit-linear-gradient(top, #212b36, #171e26);
background: -o-linear-gradient(top, #212b36, #171e26);
background: linear-gradient(to bottom, #212b36, #171e26);
border-color: #0e1216;
text-decoration: none
}
.btn-dark:focus {
border-color: #212b36;
-webkit-box-shadow: inset 0 1px 0 0 #2b3846, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #212b36;
box-shadow: inset 0 1px 0 0 #2b3846, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #212b36
}
.btn-dark:active {
background: -webkit-gradient(linear, left top, left bottom, from(#0e1216), to(#0e1216));
background: -webkit-linear-gradient(top, #0e1216, #0e1216);
background: -o-linear-gradient(top, #0e1216, #0e1216);
background: linear-gradient(to bottom, #0e1216, #0e1216);
border-color: #040507;
-webkit-box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #040507;
box-shadow: inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #040507
}
.btn-dark:disabled {
border-color: #344456
}
.btn-blue {
border: 1px solid #c4cdd5
}
.btn-purple {
border: 1px solid #c4cdd5
}
.btn-teal {
border: 1px solid #c4cdd5
}
.btn-orange {
border: 1px solid #c4cdd5
}
.btn-white {
border: 1px solid #c4cdd5
}
.btn-outline-primary {
color: #5c6ac4;
background-color: transparent;
background-image: none;
border-color: #5c6ac4
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #5c6ac4;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #5c6ac4;
border-color: #5c6ac4
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5);
box-shadow: 0 0 0 0.2rem rgba(92, 106, 196, 0.5)
}
.btn-outline-secondary {
color: #f9fafb;
background-color: transparent;
background-image: none;
border-color: #f9fafb
}
.btn-outline-secondary:hover {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #f9fafb;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #212529;
background-color: #f9fafb;
border-color: #f9fafb
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5)
}
.btn-outline-success {
color: #50b83c;
background-color: transparent;
background-image: none;
border-color: #50b83c
}
.btn-outline-success:hover {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:focus,
.btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #50b83c;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #50b83c;
border-color: #50b83c
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5);
box-shadow: 0 0 0 0.2rem rgba(80, 184, 60, 0.5)
}
.btn-outline-info {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-info:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:focus,
.btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-warning {
color: #eec200;
background-color: transparent;
background-image: none;
border-color: #eec200
}
.btn-outline-warning:hover {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #eec200;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #eec200;
border-color: #eec200
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5);
box-shadow: 0 0 0 0.2rem rgba(238, 194, 0, 0.5)
}
.btn-outline-danger {
color: #de3618;
background-color: transparent;
background-image: none;
border-color: #de3618
}
.btn-outline-danger:hover {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #de3618;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #de3618;
border-color: #de3618
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 54, 24, 0.5)
}
.btn-outline-light {
color: #f4f6f8;
background-color: transparent;
background-image: none;
border-color: #f4f6f8
}
.btn-outline-light:hover {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:focus,
.btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f4f6f8;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f4f6f8;
border-color: #f4f6f8
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 246, 248, 0.5)
}
.btn-outline-dark {
color: #212b36;
background-color: transparent;
background-image: none;
border-color: #212b36
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212b36;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #212b36;
border-color: #212b36
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5);
box-shadow: 0 0 0 0.2rem rgba(33, 43, 54, 0.5)
}
.btn-outline-blue {
color: #007ace;
background-color: transparent;
background-image: none;
border-color: #007ace
}
.btn-outline-blue:hover {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
color: #007ace;
background-color: transparent
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
color: #fff;
background-color: #007ace;
border-color: #007ace
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 122, 206, 0.5)
}
.btn-outline-purple {
color: #9c6ade;
background-color: transparent;
background-image: none;
border-color: #9c6ade
}
.btn-outline-purple:hover {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
color: #9c6ade;
background-color: transparent
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
color: #fff;
background-color: #9c6ade;
border-color: #9c6ade
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5);
box-shadow: 0 0 0 0.2rem rgba(156, 106, 222, 0.5)
}
.btn-outline-teal {
color: #47c1bf;
background-color: transparent;
background-image: none;
border-color: #47c1bf
}
.btn-outline-teal:hover {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:focus,
.btn-outline-teal.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
color: #47c1bf;
background-color: transparent
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show>.btn-outline-teal.dropdown-toggle {
color: #212529;
background-color: #47c1bf;
border-color: #47c1bf
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5);
box-shadow: 0 0 0 0.2rem rgba(71, 193, 191, 0.5)
}
.btn-outline-orange {
color: #f49342;
background-color: transparent;
background-image: none;
border-color: #f49342
}
.btn-outline-orange:hover {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
color: #f49342;
background-color: transparent
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
color: #212529;
background-color: #f49342;
border-color: #f49342
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5);
box-shadow: 0 0 0 0.2rem rgba(244, 147, 66, 0.5)
}
.btn-outline-white {
color: #fff;
background-color: transparent;
background-image: none;
border-color: #fff
}
.btn-outline-white:hover {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:focus,
.btn-outline-white.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
color: #fff;
background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
color: #212529;
background-color: #fff;
border-color: #fff
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-link {
font-weight: 400;
color: #5c6ac4;
background-color: transparent
}
.btn-link:hover {
color: #38469b;
text-decoration: none;
background-color: transparent;
border-color: transparent
}
.btn-link:focus,
.btn-link.focus {
text-decoration: none;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
color: #6c757d;
pointer-events: none
}
.btn-lg,
.btn-group-lg>.btn,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.current,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.previous,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.next,
.dataTables_wrapper .dataTables_paginate .btn-group-lg>a.paginate_button {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .15rem
}
.btn-sm,
.btn-group-sm>.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%
}
.form-control,
.dataTables_wrapper input[type="search"] {
display: block;
width: 100%;
padding: .425rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 2px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control,
.dataTables_wrapper input[type="search"] {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.form-control::-ms-expand,
.dataTables_wrapper input[type="search"]::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus,
.dataTables_wrapper input:focus[type="search"] {
color: #495057;
padding: .375rem .75rem;
background-color: #fff;
border: 2px solid #5c6ac4;
outline: none;
-webkit-box-shadow: none;
box-shadow: none
}
.form-control::-webkit-input-placeholder,
.dataTables_wrapper input[type="search"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder,
.dataTables_wrapper input[type="search"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder,
.dataTables_wrapper input[type="search"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder,
.dataTables_wrapper input[type="search"]::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.dataTables_wrapper input:disabled[type="search"],
.form-control[readonly],
.dataTables_wrapper input[readonly][type="search"] {
background-color: #f9fafb;
opacity: 1
}
select.form-control,
.dataTables_wrapper .dataTables_length label select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb)
}
select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M13%208l-3-3-3%203h6zm-.1%204L10%2014.9%207.1%2012h5.8z%22%20fill%3D%22%23637381%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
background-size: auto 60%;
background-repeat: no-repeat;
background-position: 99% 50%;
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value,
.dataTables_wrapper .dataTables_length label select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.form-control-plaintext.paginate_button,
.dataTables_wrapper .dataTables_length label select.form-control-plaintext,
.dataTables_wrapper input.form-control-plaintext[type="search"],
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.dataTables_wrapper .input-group-lg>input.form-control-plaintext[type="search"],
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.form-control-plaintext.paginate_button,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.form-control-plaintext.paginate_button {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button,
.input-group-sm>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button,
.dataTables_wrapper .dataTables_length label select,
.dataTables_wrapper input[type="search"] {
padding: .3rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .1rem
}
.form-control-sm:focus,
.input-group-sm>.form-control:focus,
.input-group-sm>.input-group-prepend>.input-group-text:focus,
.input-group-sm>.input-group-append>.input-group-text:focus,
.input-group-sm>.input-group-prepend>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-prepend>a.paginate_button:focus,
.input-group-sm>.input-group-append>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-sm>.input-group-append>a.paginate_button:focus,
.dataTables_wrapper .dataTables_length label select:focus,
.dataTables_wrapper input:focus[type="search"] {
padding: .25rem .5rem
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label select:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.dataTables_wrapper .input-group-lg>input[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button,
.input-group-lg>.input-group-append>.btn,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button {
font-size: 1.25rem;
line-height: 1.5;
padding: .55rem 1rem;
border-radius: .15rem
}
.form-control-lg:focus,
.input-group-lg>.form-control:focus,
.dataTables_wrapper .input-group-lg>input:focus[type="search"],
.input-group-lg>.input-group-prepend>.input-group-text:focus,
.input-group-lg>.input-group-append>.input-group-text:focus,
.input-group-lg>.input-group-prepend>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-prepend>a.paginate_button:focus,
.input-group-lg>.input-group-append>.btn:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.current:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.previous:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.next:focus,
.dataTables_wrapper .dataTables_paginate .input-group-lg>.input-group-append>a.paginate_button:focus {
padding: .5rem 1rem
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .dataTables_length label .input-group-lg>select:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0;
margin-left: -18px
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #50b83c
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(80, 184, 60, 0.8);
border-radius: .2rem
}
.was-validated .form-control:valid,
.was-validated .dataTables_wrapper input:valid[type="search"],
.dataTables_wrapper .was-validated input:valid[type="search"],
.form-control.is-valid,
.dataTables_wrapper input.is-valid[type="search"],
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #50b83c
}
.was-validated .form-control:valid:focus,
.was-validated .dataTables_wrapper input:valid:focus[type="search"],
.dataTables_wrapper .was-validated input:valid:focus[type="search"],
.form-control.is-valid:focus,
.dataTables_wrapper input.is-valid:focus[type="search"],
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #50b83c;
-webkit-box-shadow: none;
box-shadow: none
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-feedback,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .dataTables_wrapper input:valid[type="search"]~.valid-tooltip,
.dataTables_wrapper .was-validated input:valid[type="search"]~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.dataTables_wrapper input.is-valid[type="search"]~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.dataTables_wrapper input.is-valid[type="search"]~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
color: #50b83c
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
color: #50b83c
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
background-color: #a2dd97
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
background-color: #6eca5d
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
border-color: #50b83c
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
display: block
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #de3618
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(222, 54, 24, 0.8);
border-radius: .2rem
}
.was-validated .form-control:invalid,
.was-validated .dataTables_wrapper input:invalid[type="search"],
.dataTables_wrapper .was-validated input:invalid[type="search"],
.form-control.is-invalid,
.dataTables_wrapper input.is-invalid[type="search"],
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #de3618
}
.was-validated .form-control:invalid:focus,
.was-validated .dataTables_wrapper input:invalid:focus[type="search"],
.dataTables_wrapper .was-validated input:invalid:focus[type="search"],
.form-control.is-invalid:focus,
.dataTables_wrapper input.is-invalid:focus[type="search"],
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #de3618;
-webkit-box-shadow: none;
box-shadow: none
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-feedback,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .dataTables_wrapper input:invalid[type="search"]~.invalid-tooltip,
.dataTables_wrapper .was-validated input:invalid[type="search"]~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.dataTables_wrapper input.is-invalid[type="search"]~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
color: #de3618
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
color: #de3618
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
background-color: #f29484
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
background-color: #ea593f
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
border-color: #de3618
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
border-color: inherit
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
display: block
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control,
.form-inline .dataTables_wrapper input[type="search"],
.dataTables_wrapper .form-inline input[type="search"] {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
input[type="checkbox"] {
height: 0px;
width: 0px;
display: inline;
float: left;
margin-top: 3px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0
}
input[type="checkbox"]+label::before {
border: 1px solid #c4cdd5;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
border-radius: 3px;
margin-right: 5px;
-webkit-transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1);
-o-transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1);
transition: border 0.2s cubic-bezier(0.64, 0, 0.35, 1), background-size 0.1s cubic-bezier(0.36, 0, 1, 1)
}
input[type="checkbox"]:checked+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -webkit-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%235c6ac4%22%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.315%2013.859l-3.182-3.417a.506.506%200%200%201%200-.684l.643-.683a.437.437%200%200%201%20.642%200l2.22%202.393%204.942-5.327a.437.437%200%200%201%20.643%200l.643.684a.504.504%200%200%201%200%20.683l-5.91%206.35a.437.437%200%200%201-.642%200%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff, #f9fafb);
background-repeat: no-repeat;
border-radius: 3px;
margin-right: 5px
}
input[type="checkbox"]:focus+label::before,
input[type="checkbox"]:active+label::before {
border-color: #5c6ac4;
border-width: 2px;
background-position: -3px -3px
}
input[type="radio"] {
height: 0px;
width: 0px;
display: inline;
float: left;
margin-top: 3px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0
}
input[type="radio"]+label {
margin-right: 1rem
}
input[type="radio"]+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background: -webkit-linear-gradient(top, #fff, #f9fafb);
background: -o-linear-gradient(top, #fff, #f9fafb);
background: linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
background-repeat: no-repeat;
border-radius: 100%;
margin-right: 5px
}
input[type="radio"]:checked+label::before {
border: 1px solid #5c6ac4;
display: inline-block;
content: "";
width: 18px;
margin-bottom: -3px;
height: 18px;
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -webkit-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff, #f9fafb);
background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%20fill%3D%22%235c6ac4%22%20%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff, #f9fafb);
background-position: -2px -2px;
background-repeat: no-repeat;
border-radius: 100%;
margin-right: 5px
}
input[type="radio"]:focus+label::before,
input[type="radio"]:active+label::before {
border-color: #5c6ac4;
border-width: 2px;
background-position: -3px -3px
}
input[type="radio"]:disabled+label::before {
border-color: #dfe3e8;
border-width: 2px;
background-position: -3px -3px
}
input[type="checkbox"]:disabled+label::before {
border-color: #dfe3e8;
border-width: 2px;
background-position: -3px -3px
}
.dataTables_wrapper {
position: relative
}
.dataTables_wrapper .dataTables_length {
float: left
}
.dataTables_wrapper .dataTables_length label select {
min-width: 45px
}
.dataTables_wrapper .dataTables_filter {
float: right
}
.dataTables_wrapper thead th {
-webkit-transition: border 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.2s linear;
outline: 0
}
.dataTables_wrapper thead th.sorting {
cursor: pointer
}
.dataTables_wrapper thead th[class^="sorting_"] {
font-weight: bold;
cursor: pointer;
color: #5c6ac4
}
.dataTables_wrapper thead th[class^="sorting_asc"] {
border-top: 1px solid #5c6ac4
}
.dataTables_wrapper thead th[class^="sorting_desc"] {
border-bottom: 2px solid #5c6ac4
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #fff
}
.table th,
.table td {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom
}
.table:not(.table-dark) thead tr {
background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#fff));
background: -webkit-linear-gradient(top, #f9fafb, #fff);
background: -o-linear-gradient(top, #f9fafb, #fff);
background: linear-gradient(to bottom, #f9fafb, #fff)
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table .table {
background-color: #fff
}
.table-sm th,
.table-sm td {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 1px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
background-color: #b3bcf5
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d1d5ee
}
.table-hover .table-primary:hover {
background-color: #bec4e7
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #bec4e7
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #fdfefe
}
.table-hover .table-secondary:hover {
background-color: #ecf6f6
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #ecf6f6
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #ceebc8
}
.table-hover .table-success:hover {
background-color: #bde4b5
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #bde4b5
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #b8daf1
}
.table-hover .table-info:hover {
background-color: #a3cfed
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #a3cfed
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #faeeb8
}
.table-hover .table-warning:hover {
background-color: #f8e8a0
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #f8e8a0
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f6c7be
}
.table-hover .table-danger:hover {
background-color: #f3b4a8
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f3b4a8
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fcfcfd
}
.table-hover .table-light:hover {
background-color: #ededf3
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ededf3
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c1c4c7
}
.table-hover .table-dark:hover {
background-color: #b4b7bb
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b4b7bb
}
.table-blue,
.table-blue>th,
.table-blue>td {
background-color: #b8daf1
}
.table-hover .table-blue:hover {
background-color: #a3cfed
}
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
background-color: #a3cfed
}
.table-purple,
.table-purple>th,
.table-purple>td {
background-color: #e3d5f6
}
.table-hover .table-purple:hover {
background-color: #d5c0f2
}
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
background-color: #d5c0f2
}
.table-teal,
.table-teal>th,
.table-teal>td {
background-color: #cbeeed
}
.table-hover .table-teal:hover {
background-color: #b8e8e6
}
.table-hover .table-teal:hover>td,
.table-hover .table-teal:hover>th {
background-color: #b8e8e6
}
.table-orange,
.table-orange>th,
.table-orange>td {
background-color: #fce1ca
}
.table-hover .table-orange:hover {
background-color: #fbd3b2
}
.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
background-color: #fbd3b2
}
.table-white,
.table-white>th,
.table-white>td {
background-color: #fff
}
.table-hover .table-white:hover {
background-color: #f2f2f2
}
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
background-color: #f2f2f2
}
.table-active,
.table-active>th,
.table-active>td {
background-color: #b3bcf5
}
.table-hover .table-active:hover {
background-color: #9ca8f2
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: #9ca8f2
}
.table {
background-color: white
}
.table th {
font-weight: normal
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
background-color: #202e78;
border: 0
}
.navbar .form-inline input {
padding: .5rem;
color: #ced3d8
}
.navbar .form-inline input::-webkit-input-placeholder {
opacity: 1
}
.navbar .form-inline input:-ms-input-placeholder {
opacity: 1
}
.navbar .form-inline input::-ms-input-placeholder {
opacity: 1
}
.navbar .form-inline input::placeholder {
opacity: 1
}
.navbar input {
border: 0
}
.navbar input::-webkit-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input:-ms-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input::-ms-input-placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input::placeholder {
color: #c4cdd5;
opacity: 1
}
.navbar input:focus {
background-color: #f4f5fa
}
.navbar input:focus::-webkit-input-placeholder {
color: #5c6ac4
}
.navbar input:focus:-ms-input-placeholder {
color: #5c6ac4
}
.navbar input:focus::-ms-input-placeholder {
color: #5c6ac4
}
.navbar input:focus::placeholder {
color: #5c6ac4
}
.navbar #navbar-dropdown {
color: white;
text-decoration: none;
margin-top: -5px
}
.navbar>.container,
.navbar>.container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar .navbar-brand {
color: #fff
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
color: #fff
}
.navbar .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5)
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75)
}
.navbar .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25)
}
.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
color: #fff
}
.navbar .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1)
}
.navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar .navbar-text {
color: rgba(255, 255, 255, 0.5)
}
.navbar-brand {
display: inline-block;
padding-top: .75rem;
padding-bottom: .75rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand+button {
margin-left: 1rem;
margin-right: 1rem
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background: transparent;
border: 1px solid transparent;
border-radius: .125rem
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width: 575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.navbar-expand .navbar-toggler {
display: none
}
.polished-sidebar {
background-color: #f4f6f8;
border-right: 1px solid #dfe3e8;
overflow: auto
}
.polished-sidebar ul.polished-sidebar-menu {
list-style-type: none;
margin: 0px
}
.polished-sidebar ul.polished-sidebar-menu li {
padding-left: 1rem
}
.polished-sidebar ul.polished-sidebar-menu li.active {
background: #5c6ac4
}
.polished-sidebar ul.polished-sidebar-menu li.active a {
color: #f9fafb
}
.polished-sidebar ul.polished-sidebar-menu li:hover {
background: #b3bcf5;
border: none
}
.polished-sidebar ul.polished-sidebar-menu li a {
width: 100%;
color: #212b36;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
display: inline-block;
text-decoration: none
}
.polished-sidebar ul.polished-sidebar-menu li a span {
margin-right: 0.75rem
}
.polished-sidebar ul.polished-sidebar-menu li a:active {
color: #202e78
}
.polished-sidebar ul.polished-sidebar-menu>input {
width: 95%;
margin: 0px auto
}
@media (max-width: 575px) {
.polished-sidebar {
padding: 0
}
}
.polished-wrapper {
margin-top: 0px;
height: 95%
}
html {
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
text-rendering: optimizeLegibility
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit
}
html,
body {
height: 100%;
overflow: auto;
background: #f4f6f8
}
html * {
font-family: -apple-system, "BlinkMacSystemFont", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", sans-serif
}
main.container-fluid {
height: 100%
}
section.page {
padding-left: 60px;
padding-top: 40px
}
.dropdown-toggle::after {
margin-top: 0.9rem
}
.dropdown-menu {
min-width: 200px
}
.bg-transparent {
background: transparent li, a;
background-background-color: transparent
}
a,
.btn-link {
text-decoration: none
}
a:hover,
.btn-link:hover {
text-decoration: none
}
a:active,
.btn-link:active {
text-decoration: none
}
a:visited,
.btn-link:visited {
text-decoration: none
}
a:link,
.btn-link:link {
text-decoration: none
}
li.list-group-item {
text-decoration: none
}
.fw-normal {
font-weight: normal
}
.fw-bold {
font-weight: bold
}
.fs-smaller,
.btn,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.table,
.polished-sidebar ul.polished-sidebar-menu li {
font-size: .9rem
}
.fs-smallest {
font-size: .85rem
}
.fs-1 {
font-size: 1rem
}
.fs-2 {
font-size: 1.25rem
}
.fs-3 {
font-size: 1.5rem
}
.fs-4 {
font-size: 1.75rem
}
.fs-5 {
font-size: 2rem
}
.fs-6 {
font-size: 2.25rem
}
.fs-7 {
font-size: 2.5rem
}
.fs-8 {
font-size: 2.75rem
}
.fs-9 {
font-size: 3rem
}
.top-0 {
top: 0 !important
}
.bg-primary-darker {
background-color: #3f4eae
}
.bg-primary-darkest {
background-color: #313d89
}
.bg-primary-lighter {
background-color: #818cd2
}
.bg-primary-lightest {
background-color: #a7aedf
}
.text-primary {
color: #5c6ac4
}
.text-primary-lighter {
color: #818cd2
}
.text-primary-lightest {
color: #a7aedf
}
.text-primary-darker {
color: #3f4eae
}
.text-primary-darkest {
color: #313d89
}
.border-primary-lighter {
border-color: #818cd2 !important
}
.border-primary-lightest {
border-color: #a7aedf !important
}
.border-primary {
border-color: #5c6ac4 !important
}
.border-primary-darker {
border-color: #3f4eae !important
}
.border-primary-darkest {
border-color: #313d89 !important
}
.bg-secondary-darker {
background-color: #dae1e7
}
.bg-secondary-darkest {
background-color: #bcc7d2
}
.bg-secondary-lighter {
background-color: #fff
}
.bg-secondary-lightest {
background-color: #fff
}
.text-secondary {
color: #f9fafb
}
.text-secondary-lighter {
color: #fff
}
.text-secondary-lightest {
color: #fff
}
.text-secondary-darker {
color: #dae1e7
}
.text-secondary-darkest {
color: #bcc7d2
}
.border-secondary-lighter {
border-color: #fff !important
}
.border-secondary-lightest {
border-color: #fff !important
}
.border-secondary {
border-color: #f9fafb !important
}
.border-secondary-darker {
border-color: #dae1e7 !important
}
.border-secondary-darkest {
border-color: #bcc7d2 !important
}
.bg-success-darker {
background-color: #3f922f
}
.bg-success-darkest {
background-color: #2f6b23
}
.bg-success-lighter {
background-color: #6eca5d
}
.bg-success-lightest {
background-color: #91d783
}
.text-success {
color: #50b83c
}
.text-success-lighter {
color: #6eca5d
}
.text-success-lightest {
color: #91d783
}
.text-success-darker {
color: #3f922f
}
.text-success-darkest {
color: #2f6b23
}
.border-success-lighter {
border-color: #6eca5d !important
}
.border-success-lightest {
border-color: #91d783 !important
}
.border-success {
border-color: #50b83c !important
}
.border-success-darker {
border-color: #3f922f !important
}
.border-success-darkest {
border-color: #2f6b23 !important
}
.bg-info-darker {
background-color: #005c9b
}
.bg-info-darkest {
background-color: #003e68
}
.bg-info-lighter {
background-color: #0298ff
}
.bg-info-lightest {
background-color: #35adff
}
.text-info {
color: #007ace
}
.text-info-lighter {
color: #0298ff
}
.text-info-lightest {
color: #35adff
}
.text-info-darker {
color: #005c9b
}
.text-info-darkest {
color: #003e68
}
.border-info-lighter {
border-color: #0298ff !important
}
.border-info-lightest {
border-color: #35adff !important
}
.border-info {
border-color: #007ace !important
}
.border-info-darker {
border-color: #005c9b !important
}
.border-info-darkest {
border-color: #003e68 !important
}
.bg-warning-darker {
background-color: #bb9800
}
.bg-warning-darkest {
background-color: #886f00
}
.bg-warning-lighter {
background-color: #ffd622
}
.bg-warning-lightest {
background-color: #ffe055
}
.text-warning {
color: #eec200
}
.text-warning-lighter {
color: #ffd622
}
.text-warning-lightest {
color: #ffe055
}
.text-warning-darker {
color: #bb9800
}
.text-warning-darkest {
color: #886f00
}
.border-warning-lighter {
border-color: #ffd622 !important
}
.border-warning-lightest {
border-color: #ffe055 !important
}
.border-warning {
border-color: #eec200 !important
}
.border-warning-darker {
border-color: #bb9800 !important
}
.border-warning-darkest {
border-color: #886f00 !important
}
.bg-danger-darker {
background-color: #b02b13
}
.bg-danger-darkest {
background-color: #82200e
}
.bg-danger-lighter {
background-color: #ea593f
}
.bg-danger-lightest {
background-color: #ef816d
}
.text-danger {
color: #de3618
}
.text-danger-lighter {
color: #ea593f
}
.text-danger-lightest {
color: #ef816d
}
.text-danger-darker {
color: #b02b13
}
.text-danger-darkest {
color: #82200e
}
.border-danger-lighter {
border-color: #ea593f !important
}
.border-danger-lightest {
border-color: #ef816d !important
}
.border-danger {
border-color: #de3618 !important
}
.border-danger-darker {
border-color: #b02b13 !important
}
.border-danger-darkest {
border-color: #82200e !important
}
.bg-light-darker {
background-color: #d5dde4
}
.bg-light-darkest {
background-color: #b6c3d0
}
.bg-light-lighter {
background-color: #fff
}
.bg-light-lightest {
background-color: #fff
}
.text-light {
color: #f4f6f8
}
.text-light-lighter {
color: #fff
}
.text-light-lightest {
color: #fff
}
.text-light-darker {
color: #d5dde4
}
.text-light-darkest {
color: #b6c3d0
}
.border-light-lighter {
border-color: #fff !important
}
.border-light-lightest {
border-color: #fff !important
}
.border-light {
border-color: #f4f6f8 !important
}
.border-light-darker {
border-color: #d5dde4 !important
}
.border-light-darkest {
border-color: #b6c3d0 !important
}
.bg-dark-darker {
background-color: #0e1216
}
.bg-dark-darkest {
background-color: #000
}
.bg-dark-lighter {
background-color: #344456
}
.bg-dark-lightest {
background-color: #485d75
}
.text-dark {
color: #212b36
}
.text-dark-lighter {
color: #344456
}
.text-dark-lightest {
color: #485d75
}
.text-dark-darker {
color: #0e1216
}
.text-dark-darkest {
color: #000
}
.border-dark-lighter {
border-color: #344456 !important
}
.border-dark-lightest {
border-color: #485d75 !important
}
.border-dark {
border-color: #212b36 !important
}
.border-dark-darker {
border-color: #0e1216 !important
}
.border-dark-darkest {
border-color: #000 !important
}
.bg-blue-darker {
background-color: #005c9b
}
.bg-blue-darkest {
background-color: #003e68
}
.bg-blue-lighter {
background-color: #0298ff
}
.bg-blue-lightest {
background-color: #35adff
}
.text-blue {
color: #007ace
}
.text-blue-lighter {
color: #0298ff
}
.text-blue-lightest {
color: #35adff
}
.text-blue-darker {
color: #005c9b
}
.text-blue-darkest {
color: #003e68
}
.border-blue-lighter {
border-color: #0298ff !important
}
.border-blue-lightest {
border-color: #35adff !important
}
.border-blue {
border-color: #007ace !important
}
.border-blue-darker {
border-color: #005c9b !important
}
.border-blue-darkest {
border-color: #003e68 !important
}
.bg-purple-darker {
background-color: #8040d5
}
.bg-purple-darkest {
background-color: #6729b9
}
.bg-purple-lighter {
background-color: #b894e7
}
.bg-purple-lightest {
background-color: #d3bef0
}
.text-purple {
color: #9c6ade
}
.text-purple-lighter {
color: #b894e7
}
.text-purple-lightest {
color: #d3bef0
}
.text-purple-darker {
color: #8040d5
}
.text-purple-darkest {
color: #6729b9
}
.border-purple-lighter {
border-color: #b894e7 !important
}
.border-purple-lightest {
border-color: #d3bef0 !important
}
.border-purple {
border-color: #9c6ade !important
}
.border-purple-darker {
border-color: #8040d5 !important
}
.border-purple-darkest {
border-color: #6729b9 !important
}
.bg-teal-darker {
background-color: #369f9e
}
.bg-teal-darkest {
background-color: #297978
}
.bg-teal-lighter {
background-color: #6dcecc
}
.bg-teal-lightest {
background-color: #93dbda
}
.text-teal {
color: #47c1bf
}
.text-teal-lighter {
color: #6dcecc
}
.text-teal-lightest {
color: #93dbda
}
.text-teal-darker {
color: #369f9e
}
.text-teal-darkest {
color: #297978
}
.border-teal-lighter {
border-color: #6dcecc !important
}
.border-teal-lightest {
border-color: #93dbda !important
}
.border-teal {
border-color: #47c1bf !important
}
.border-teal-darker {
border-color: #369f9e !important
}
.border-teal-darkest {
border-color: #297978 !important
}
.bg-orange-darker {
background-color: #f17712
}
.bg-orange-darkest {
background-color: #c5600b
}
.bg-orange-lighter {
background-color: #f7af72
}
.bg-orange-lightest {
background-color: #facaa2
}
.text-orange {
color: #f49342
}
.text-orange-lighter {
color: #f7af72
}
.text-orange-lightest {
color: #facaa2
}
.text-orange-darker {
color: #f17712
}
.text-orange-darkest {
color: #c5600b
}
.border-orange-lighter {
border-color: #f7af72 !important
}
.border-orange-lightest {
border-color: #facaa2 !important
}
.border-orange {
border-color: #f49342 !important
}
.border-orange-darker {
border-color: #f17712 !important
}
.border-orange-darkest {
border-color: #c5600b !important
}
.bg-white-darker {
background-color: #e6e6e6
}
.bg-white-darkest {
background-color: #ccc
}
.bg-white-lighter {
background-color: #fff
}
.bg-white-lightest {
background-color: #fff
}
.text-white {
color: #fff
}
.text-white-lighter {
color: #fff
}
.text-white-lightest {
color: #fff
}
.text-white-darker {
color: #e6e6e6
}
.text-white-darkest {
color: #ccc
}
.border-white-lighter {
border-color: #fff !important
}
.border-white-lightest {
border-color: #fff !important
}
.border-white {
border-color: #fff !important
}
.border-white-darker {
border-color: #e6e6e6 !important
}
.border-white-darkest {
border-color: #ccc !important
}
.o-25 {
opacity: .25 !important
}
.o-50 {
opacity: .5 !important
}
.o-75 {
opacity: .75 !important
}
.o-100 {
opacity: 1 !important
}
.bg-warning-light {
background-color: #FCE384 !important
}
.border-warning-light {
border-color: #FCE384 !important
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spin {
-webkit-animation-name: spin1;
animation-name: spin1;
display: block;
-webkit-animation-duration: 2000ms;
animation-duration: 2000ms;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}
| 0.468791 | 0.093885 |
body {
background: url(Images/redBG.jpg);
font-family: 'Nunito', sans-serif;
}
header {
background-color: #000000;
height: 125px;
width: 100%;
}
.navigation {
color: #ffffff;
float: right;
font-size: 175%;
margin-left: 2%;
margin-right: 6%;
margin-top: 1.25%;
padding: 2%;
text-decoration: none;
}
.navigation:hover {
background-color: grey;
border-radius: 5%;
}
header #home img {
float: left;
margin-left: 2.5%;
margin-top: 0.75%;
width: 6%;
}
.footer {
background-color: #000000;
margin-bottom: -1%;
position: relative;
width: 100%;
}
.footer h4 {
color: #ffffff;
font-family: 'Times New Roman', Times, serif;
font-size: 150%;
font-weight: bold;
}
.jobs {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.footer a {
color: #ffffff;
margin: 1%;
text-decoration: none;
}
.contact {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.social {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.social img {
margin: 1%;
width: 10%;
}
.terms {
display: inline-block;
margin-left: 2%;
text-align: center;
width: 20%;
}
.footer a:hover {
text-decoration: underline;
}
.footer a:visited {
color: #7e7e7e;
}
.footer p {
color: #ffffff;
margin-top: 3%;
padding-bottom: 1%;
text-align: center;
}
.main {
background-color: #7e7e7e;
color: #ffffff;
position: relative;
width: 100%;
}
.main .form {
display: inline-block;
margin-bottom: 2%;
padding-left: 3%;
padding-top: 2%;
vertical-align: middle;
width: 40%;
}
form h4 {
font-size: 130%;
margin-top: 2%;
text-align: center;
}
form input {
margin-left: 1%;
}
form button {
margin-bottom: 2%;
margin-left: 5%;
}
form a {
margin-bottom: 2%;
margin-left: 3%;
}
.pic {
display: inline-block;
margin-bottom: 2%;
margin-top: 2%;
vertical-align: middle;
width: 45%;
}
.pic img {
padding-left: 15%;
width: 100%;
}
.type {
display: inline-block;
width: 30%;
}
.inputs {
display: inline-block;
}
.options {
font-size: 70%;
}
button {
margin-top: 3%;
}
.perks {
background-color: #ffffff;
color: #000000;
display: inline-block;
margin-left: 5%;
text-align: center;
vertical-align: middle;
width: 40%;
}
.perks img {
padding: 5%;
width: 20%;
}
table,
th,
td {
border: 1px solid black;
}
.nothing {
font-size: 250%;
}
|
application.css
|
body {
background: url(Images/redBG.jpg);
font-family: 'Nunito', sans-serif;
}
header {
background-color: #000000;
height: 125px;
width: 100%;
}
.navigation {
color: #ffffff;
float: right;
font-size: 175%;
margin-left: 2%;
margin-right: 6%;
margin-top: 1.25%;
padding: 2%;
text-decoration: none;
}
.navigation:hover {
background-color: grey;
border-radius: 5%;
}
header #home img {
float: left;
margin-left: 2.5%;
margin-top: 0.75%;
width: 6%;
}
.footer {
background-color: #000000;
margin-bottom: -1%;
position: relative;
width: 100%;
}
.footer h4 {
color: #ffffff;
font-family: 'Times New Roman', Times, serif;
font-size: 150%;
font-weight: bold;
}
.jobs {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.footer a {
color: #ffffff;
margin: 1%;
text-decoration: none;
}
.contact {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.social {
display: inline-block;
margin-left: 4%;
text-align: center;
width: 20%;
}
.social img {
margin: 1%;
width: 10%;
}
.terms {
display: inline-block;
margin-left: 2%;
text-align: center;
width: 20%;
}
.footer a:hover {
text-decoration: underline;
}
.footer a:visited {
color: #7e7e7e;
}
.footer p {
color: #ffffff;
margin-top: 3%;
padding-bottom: 1%;
text-align: center;
}
.main {
background-color: #7e7e7e;
color: #ffffff;
position: relative;
width: 100%;
}
.main .form {
display: inline-block;
margin-bottom: 2%;
padding-left: 3%;
padding-top: 2%;
vertical-align: middle;
width: 40%;
}
form h4 {
font-size: 130%;
margin-top: 2%;
text-align: center;
}
form input {
margin-left: 1%;
}
form button {
margin-bottom: 2%;
margin-left: 5%;
}
form a {
margin-bottom: 2%;
margin-left: 3%;
}
.pic {
display: inline-block;
margin-bottom: 2%;
margin-top: 2%;
vertical-align: middle;
width: 45%;
}
.pic img {
padding-left: 15%;
width: 100%;
}
.type {
display: inline-block;
width: 30%;
}
.inputs {
display: inline-block;
}
.options {
font-size: 70%;
}
button {
margin-top: 3%;
}
.perks {
background-color: #ffffff;
color: #000000;
display: inline-block;
margin-left: 5%;
text-align: center;
vertical-align: middle;
width: 40%;
}
.perks img {
padding: 5%;
width: 20%;
}
table,
th,
td {
border: 1px solid black;
}
.nothing {
font-size: 250%;
}
| 0.620392 | 0.135032 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&display=swap');
* {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
::-moz-selection {
/* Code for Firefox */
color: #e0e0e0;
background: #141414;
}
::selection {
color: #e0e0e0;
background: #141414;
}
body {
font-size: 14px;
font-family: 'Open Sans',
sans-serif;
}
.header-area {
background: #d90d3d;
border-top: 5px solid #a0092d;
padding: 20px 0px;
}
.mainmenu-area {
background: #f5f5f5;
}
.mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.mainmenu ul li {
display: inline-block;
margin-left: -4px;
position: relative;
}
.mainmenu ul li::after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 1px;
height: 100%;
background: #e6e6e6
}
.mainmenu ul li:first-child::after {
opacity: 0
}
.mainmenu ul li a {
text-decoration: none;
text-transform: uppercase;
color: #1d1d1d;
font-weight: 600;
padding: 15px 20px;
display: block;
transition: 0.25s;
}
.mainmenu ul li:hover a {
color: #d90d3d;
}
.mainmenu ul li .sub-menu {
position: absolute;
top: 50px;
left: 100%;
width: 180px;
background: white;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.mainmenu ul li .sub-menu li::after {
display: none;
}
.mainmenu ul li .sub-menu li {
display: block;
margin: 0;
}
.mainmenu ul li .sub-menu li a {
padding: 5px 10px;
color: #383838;
text-transform: capitalize;
font-weight: 400;
}
.mainmenu ul li:hover .sub-menu {
left: 0px;
visibility: visible;
opacity: 1;
transition: 0.5s;
}
.mainmenu ul li:hover .sub-menu li:hover a {
background: #d90d3d;
color: #FFF;
transition: 0.25s;
}
.welcome-area {
padding: 15px 0px;
}
.main-content-area {
padding: 25px 0px;
}
.welcome-content, .notice-content-area {
padding: 20px;
border: 1px solid #DDD;
margin-bottom: 15px;
}
.welcome-content .section-content img {
width: 100%;
margin-bottom: 10px;
}
.section-title {
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
padding-bottom: 10px;
}
.section-content p {
margin-bottom: 5px;
}
.section-title h2 {
font-weight: 600;
font-size: 22px;
}
.sidebar-item {
padding: 15px;
border: 1px solid #DDD;
margin-bottom: 15px;
}
.sidebar-section-title {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.sidebar-section-title h3 {
font-weight: 600;
font-size: 20px;
}
.page-title-area {
padding: 25px 0px;
background: #f7cbd5;
color: #171717;
}
.page-title h3 {
font-size: 25px;
font-weight: 700;
font-family: 'Lobster Two',
cursive;
}
.footer-area {
background: #d90d3d;
color: #ffffff;
padding: 15px 0px;
}
.notice-items {
padding-right: 5px;
max-height: 300px;
overflow-y: scroll;
}
.notice-item {
border-left: 3px solid #d90d3d;
padding: 5px;
background: #F1F1F1;
border-radius: 3px;
margin-bottom: 10px;
}
.notice-item:last-child {
margin-bottom: 0px;
}
.notice-item a {
color: #212529;
text-decoration: none;
margin-bottom: 5px;
display: block;
}
.notice-item .publish_date {
color: #d90d3d;
font-weight: 600;
font-size: 13px;
}
.notice-item a:hover {
text-decoration: underline;
}
.notice_file_pdf {
width: 100%;
height: 650px;
margin-top: 15px;
}
.notice_file_image {
max-width: 100%;
height: auto;
margin-top: 15px;
}
.avatar {
margin-bottom: 10px;
}
.avatar img {
width: 170px;
}
.avatar-title h3 {
font-weight: 600;
font-size: 16px;
}
.avatar-title {
margin-bottom: 10px;
}
.about-content h3 {
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}
.about-content p {
margin-bottom: 20px;
text-align: justify;
}
|
public/frontend/assets/css/style.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&display=swap');
* {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
::-moz-selection {
/* Code for Firefox */
color: #e0e0e0;
background: #141414;
}
::selection {
color: #e0e0e0;
background: #141414;
}
body {
font-size: 14px;
font-family: 'Open Sans',
sans-serif;
}
.header-area {
background: #d90d3d;
border-top: 5px solid #a0092d;
padding: 20px 0px;
}
.mainmenu-area {
background: #f5f5f5;
}
.mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.mainmenu ul li {
display: inline-block;
margin-left: -4px;
position: relative;
}
.mainmenu ul li::after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 1px;
height: 100%;
background: #e6e6e6
}
.mainmenu ul li:first-child::after {
opacity: 0
}
.mainmenu ul li a {
text-decoration: none;
text-transform: uppercase;
color: #1d1d1d;
font-weight: 600;
padding: 15px 20px;
display: block;
transition: 0.25s;
}
.mainmenu ul li:hover a {
color: #d90d3d;
}
.mainmenu ul li .sub-menu {
position: absolute;
top: 50px;
left: 100%;
width: 180px;
background: white;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.mainmenu ul li .sub-menu li::after {
display: none;
}
.mainmenu ul li .sub-menu li {
display: block;
margin: 0;
}
.mainmenu ul li .sub-menu li a {
padding: 5px 10px;
color: #383838;
text-transform: capitalize;
font-weight: 400;
}
.mainmenu ul li:hover .sub-menu {
left: 0px;
visibility: visible;
opacity: 1;
transition: 0.5s;
}
.mainmenu ul li:hover .sub-menu li:hover a {
background: #d90d3d;
color: #FFF;
transition: 0.25s;
}
.welcome-area {
padding: 15px 0px;
}
.main-content-area {
padding: 25px 0px;
}
.welcome-content, .notice-content-area {
padding: 20px;
border: 1px solid #DDD;
margin-bottom: 15px;
}
.welcome-content .section-content img {
width: 100%;
margin-bottom: 10px;
}
.section-title {
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
padding-bottom: 10px;
}
.section-content p {
margin-bottom: 5px;
}
.section-title h2 {
font-weight: 600;
font-size: 22px;
}
.sidebar-item {
padding: 15px;
border: 1px solid #DDD;
margin-bottom: 15px;
}
.sidebar-section-title {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.sidebar-section-title h3 {
font-weight: 600;
font-size: 20px;
}
.page-title-area {
padding: 25px 0px;
background: #f7cbd5;
color: #171717;
}
.page-title h3 {
font-size: 25px;
font-weight: 700;
font-family: 'Lobster Two',
cursive;
}
.footer-area {
background: #d90d3d;
color: #ffffff;
padding: 15px 0px;
}
.notice-items {
padding-right: 5px;
max-height: 300px;
overflow-y: scroll;
}
.notice-item {
border-left: 3px solid #d90d3d;
padding: 5px;
background: #F1F1F1;
border-radius: 3px;
margin-bottom: 10px;
}
.notice-item:last-child {
margin-bottom: 0px;
}
.notice-item a {
color: #212529;
text-decoration: none;
margin-bottom: 5px;
display: block;
}
.notice-item .publish_date {
color: #d90d3d;
font-weight: 600;
font-size: 13px;
}
.notice-item a:hover {
text-decoration: underline;
}
.notice_file_pdf {
width: 100%;
height: 650px;
margin-top: 15px;
}
.notice_file_image {
max-width: 100%;
height: auto;
margin-top: 15px;
}
.avatar {
margin-bottom: 10px;
}
.avatar img {
width: 170px;
}
.avatar-title h3 {
font-weight: 600;
font-size: 16px;
}
.avatar-title {
margin-bottom: 10px;
}
.about-content h3 {
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}
.about-content p {
margin-bottom: 20px;
text-align: justify;
}
| 0.338405 | 0.079997 |
@charset "utf-8";
/*
* @description: 框架公用样式
* @author: will
* @update: will (2016-12-05 16:28)
* @version: v1.0
*/
/*清除页面默认样式*/
html{height:100%}
body{
height: 100%;
background-color:#e9ecf3;
line-height: 1.6;
font-size:13px;
color:#333;
}
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;
box-sizing: border-box;
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: normal;
}
input{
margin: 0;
padding: 0;
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
list-style: none;
outline:none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
-webkit-appearance: none !important;
margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
textarea{resize:none;outline:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body a{
outline:none;
blr:expression(this.onFocus=this.blur());
}
a{
color:#000;
border:0;
text-decoration:none;
cursor: pointer;
}
a:hover{
text-decoration:none;
}
a:link {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
text-decoration:none;
}
input[type="submit"],input[type="reset"],input[type="button"],button{
-webkit-appearance: none;
}
*::-moz-selection {
background: #158CFF none repeat scroll 0 0;
color: #fff;
}
#navbar-default, #right {
webkit-transition: all .5s;
transition: all .5s;
}
/*页面框架*/
#wrapper {
display: block;
width: 100%;
height: 100%;
overflow-x: hidden;
}
body.fixed-sidebar .navbar-static-side {
position: fixed;
width: 220px;
height: 100%;
border: none;
background: #2792FC;
z-index: 9999;
}
#right {
position: inherit;
height: 100%;
min-height: auto;
padding: 0 15px;
margin: 0 0 0 220px;
}
body.fixed-sidebar.mini-navbar #right {
margin: 0 0 0 70px;
}
#right .navbar {
height: 53px;
border: 0;
background: #2792FC;
margin-bottom: 0;
}
.content-tabs {
position: relative;
height: 42px;
border-bottom: #2792FC solid 2px;
background: #fafafa;
line-height: 40px;
}
#main {
height: calc(100% - 132px);
overflow: hidden;
}
.footer {
height: 37px;
padding: 10px 20px;
margin: 0 -15px;
background: #fff;
border-top: 1px solid #e7eaec;
font-size: 12px;
color: #666;
overflow: hidden;
}
.footer a {
color: #159BFE;
}
/*logo*/
.logo {
width: 100%;
padding: 35px 0;
background: url(../img/logo-bg.png) no-repeat top left #0B85FF;
-webkit-transition: all .5s;
transition: all .5s;
}
.logo img {
display: block;
height: 41px;
margin: 0 auto;
}
.logo h1 {
margin-top: 12px;
text-align: center;
font-size: 20px;
color: #fff;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
width: 70px;
}
nav.page-tabs {
width: 10000px;
height: 40px;
margin-left: 40px;
overflow: hidden;
}
.content-tabs .roll-nav {
position: absolute;
top: 0;
width: 40px;
height: 40px;
text-align: center;
color: #999;
z-index: 2;
}
.content-tabs button {
width: 40px;
height: 40px;
border: 0;
background: #fff;
outline: 0;
}
.content-tabs .roll-left {
left: 0;
border-right: #eee solid 1px;
}
.content-tabs .roll-right {
right: 140px;
border-left: #eee solid 1px;
}
.content-tabs .roll-right.btn-group {
right: 60px;
width: 80px;
}
.content-tabs .roll-right.btn-group button {
width: 80px;
}
.roll-right.will-tabExit {
right: 0;
width: 60px;
}
nav.page-tabs .page-tabs-content {
float: left;
}
.navbar-static-top .btn-primary {
float: left;
padding: 4px 10px;
margin: 11px 5px 5px 12px;
border: none;
background: #1E9FFF;
border-radius: 3px;
}
.btn-primary:active {
background: #007CF9;
}
.roll-nav:hover {
background: #F3F3F3;
}
.roll-nav i.iconfont {
font-weight: bold;
color: #888;
}
.will-tabClose:hover {
background: #fafafa;
}
.dropdown-menu {
border: none;
box-shadow: 0 0 3px rgba(86,96,117,.3);
border-radius: 0;
}
.dropdown-menu>li>a {
margin: 4px;
line-height: 26px;
font-size: 12px;
color: #999;
border-radius: 3px;
}
.will-tabExit i.iconfont {
padding-right: 3px;
font-size: 12px;
}
.page-tabs a {
display: block;
float: left;
padding: 0 15px;
border-right: #eee solid 1px;
line-height: 40px;
color: #888;
}
.page-tabs a.active {
background: #218EFC;
color: #eee;
}
.page-tabs a:hover {
background: #F3F3F3;
color: #666;
}
.page-tabs a.active:hover {
background: #0B85FF;
color: #fff;
}
.will-menuTab {
webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.page-tabs a i.iconfont {
padding-left: 3px;
font-size: 13px;
color: #999;
}
.page-tabs a:hover i.iconfont {
color: #B20000;
}
.page-tabs a.active i.iconfont {
color: #eee;
}
.page-tabs a.active i.iconfont:hover {
color: #fff;
}
.navbar-static-top .welcome {
float: left;
margin-left: 10px;
line-height: 52px;
color: #fff;
}
.navbar-static-top .welcome span {
padding-right: 5px;
font-weight: bold;
color: #fff;
}
.navbar-static-top .pwd-btn {
float: right;
padding: 0 20px;
line-height: 52px;
color: #fff;
}
.navbar-static-top .pwd-btn:hover {
background: #0B85FF;
}
.navbar-static-top .pwd-btn i.iconfont{
padding-right: 3px;
}
.msg-btn {
float: right;
position: relative;
height: 52px;
width: 50px;
}
.msg-btn a {
display: block;
position: absolute;
height: 52px;
width: 50px;
line-height: 52px;
text-align: center;
}
.msg-btn a:hover {
background: #0B85FF;
}
.msg-btn a span {
display: none;
}
.msg-btn a i.iconfont {
font-size: 18px;
color: #fff;
}
.msg-btn em.label-danger {
position: absolute;
left: 22px;
top: 5px;
height: 14px;
padding: 0 4px;
line-height: 14px;
font-size: 12px;
color: #fff;
border-radius: 3px;
}
.logo-element {
display: none;
width: 70px;
height: 70px;
padding: 18px;
background: #0B85FF;
}
.logo-element img {
display: block;
width: 34px;
height: 34px;
}
body.mini-navbar .logo {
display: none;
}
body.mini-navbar .logo-element {
display: block;
}
#side-menu {
margin-top: 10px;
}
#side-menu li {
display: block;
position: relative;
}
#side-menu > li.active {
border-left: #53ABFD solid 4px;
background: #178EFD;
-webkit-transition: all .5s;
transition: all .5s;
}
.mini-navbar #side-menu > li.active {
border-left: none;
}
#side-menu > li > a {
display: block;
height: 40px;
padding: 10px 20px 10px 25px;
background: url(../img/li-icon.png) no-repeat 195px 15px;
line-height: 20px;
font-size: 14px;
font-weight: bold;
color: #B9DCFF;
}
#side-menu > li.active > a {
background-position: 195px -75px;
color: #fff;
}
.mini-navbar #side-menu > li > a span {
display: none;
}
#side-menu > li > a i.iconfont {
display: block;
float: left;
height: 20px;
padding-right: 8px;
line-height: 20px;
}
.mini-navbar #side-menu > li > a i.iconfont {
font-size: 20px;
}
#side-menu > li > a:hover {
background-position: 195px -75px;
background-color: #0B85FF;
color: #fff;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.mini-navbar #side-menu ul {
display: none;
}
#side-menu ul li:last-child {
padding-bottom: 8px;
}
#side-menu > li > ul li a {
display: block;
height: 32px;
padding: 5px 15px 5px 48px;
line-height: 22px;
color: #B9DCFF;
}
#side-menu > li > ul li a:hover, #side-menu > li > ul li a:focus {
color: #fff;
}
/*IE9以IE9以下的浏览器*/
#browser_ie {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #f6f6b4;
z-index: 999;
}
#browser_ie .brower_info {
position: absolute;
left: 50%;
top: 50%;
width: 700px;
height: 60px;
margin: -30px 0 0 -350px;
overflow: hidden;
}
#browser_ie .brower_info .notice_info {
float: left;
width: 380px;
line-height: 24px;
font-size: 15px;
}
#browser_ie .brower_info .notice_info p {
padding: 6px ;
margin: 0;
}
#browser_ie .browser_list {
float: left;
}
#browser_ie .browser_list img {
display: block;
width: 40px;
height: 40px;
margin: 0 auto;
border: none;
}
#browser_ie .browser_list span {
display: block;
float: left;
width: 80px;
text-align: center;
font-size: 15px;
color: #333;
}
#browser_ie .browser_list span a {
color: #333;
text-decoration: none;
}
|
statics/admin/css/common.css
|
@charset "utf-8";
/*
* @description: 框架公用样式
* @author: will
* @update: will (2016-12-05 16:28)
* @version: v1.0
*/
/*清除页面默认样式*/
html{height:100%}
body{
height: 100%;
background-color:#e9ecf3;
line-height: 1.6;
font-size:13px;
color:#333;
}
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;
box-sizing: border-box;
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: normal;
}
input{
margin: 0;
padding: 0;
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
list-style: none;
outline:none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
-webkit-appearance: none !important;
margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
textarea{resize:none;outline:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body a{
outline:none;
blr:expression(this.onFocus=this.blur());
}
a{
color:#000;
border:0;
text-decoration:none;
cursor: pointer;
}
a:hover{
text-decoration:none;
}
a:link {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
text-decoration:none;
}
input[type="submit"],input[type="reset"],input[type="button"],button{
-webkit-appearance: none;
}
*::-moz-selection {
background: #158CFF none repeat scroll 0 0;
color: #fff;
}
#navbar-default, #right {
webkit-transition: all .5s;
transition: all .5s;
}
/*页面框架*/
#wrapper {
display: block;
width: 100%;
height: 100%;
overflow-x: hidden;
}
body.fixed-sidebar .navbar-static-side {
position: fixed;
width: 220px;
height: 100%;
border: none;
background: #2792FC;
z-index: 9999;
}
#right {
position: inherit;
height: 100%;
min-height: auto;
padding: 0 15px;
margin: 0 0 0 220px;
}
body.fixed-sidebar.mini-navbar #right {
margin: 0 0 0 70px;
}
#right .navbar {
height: 53px;
border: 0;
background: #2792FC;
margin-bottom: 0;
}
.content-tabs {
position: relative;
height: 42px;
border-bottom: #2792FC solid 2px;
background: #fafafa;
line-height: 40px;
}
#main {
height: calc(100% - 132px);
overflow: hidden;
}
.footer {
height: 37px;
padding: 10px 20px;
margin: 0 -15px;
background: #fff;
border-top: 1px solid #e7eaec;
font-size: 12px;
color: #666;
overflow: hidden;
}
.footer a {
color: #159BFE;
}
/*logo*/
.logo {
width: 100%;
padding: 35px 0;
background: url(../img/logo-bg.png) no-repeat top left #0B85FF;
-webkit-transition: all .5s;
transition: all .5s;
}
.logo img {
display: block;
height: 41px;
margin: 0 auto;
}
.logo h1 {
margin-top: 12px;
text-align: center;
font-size: 20px;
color: #fff;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
width: 70px;
}
nav.page-tabs {
width: 10000px;
height: 40px;
margin-left: 40px;
overflow: hidden;
}
.content-tabs .roll-nav {
position: absolute;
top: 0;
width: 40px;
height: 40px;
text-align: center;
color: #999;
z-index: 2;
}
.content-tabs button {
width: 40px;
height: 40px;
border: 0;
background: #fff;
outline: 0;
}
.content-tabs .roll-left {
left: 0;
border-right: #eee solid 1px;
}
.content-tabs .roll-right {
right: 140px;
border-left: #eee solid 1px;
}
.content-tabs .roll-right.btn-group {
right: 60px;
width: 80px;
}
.content-tabs .roll-right.btn-group button {
width: 80px;
}
.roll-right.will-tabExit {
right: 0;
width: 60px;
}
nav.page-tabs .page-tabs-content {
float: left;
}
.navbar-static-top .btn-primary {
float: left;
padding: 4px 10px;
margin: 11px 5px 5px 12px;
border: none;
background: #1E9FFF;
border-radius: 3px;
}
.btn-primary:active {
background: #007CF9;
}
.roll-nav:hover {
background: #F3F3F3;
}
.roll-nav i.iconfont {
font-weight: bold;
color: #888;
}
.will-tabClose:hover {
background: #fafafa;
}
.dropdown-menu {
border: none;
box-shadow: 0 0 3px rgba(86,96,117,.3);
border-radius: 0;
}
.dropdown-menu>li>a {
margin: 4px;
line-height: 26px;
font-size: 12px;
color: #999;
border-radius: 3px;
}
.will-tabExit i.iconfont {
padding-right: 3px;
font-size: 12px;
}
.page-tabs a {
display: block;
float: left;
padding: 0 15px;
border-right: #eee solid 1px;
line-height: 40px;
color: #888;
}
.page-tabs a.active {
background: #218EFC;
color: #eee;
}
.page-tabs a:hover {
background: #F3F3F3;
color: #666;
}
.page-tabs a.active:hover {
background: #0B85FF;
color: #fff;
}
.will-menuTab {
webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.page-tabs a i.iconfont {
padding-left: 3px;
font-size: 13px;
color: #999;
}
.page-tabs a:hover i.iconfont {
color: #B20000;
}
.page-tabs a.active i.iconfont {
color: #eee;
}
.page-tabs a.active i.iconfont:hover {
color: #fff;
}
.navbar-static-top .welcome {
float: left;
margin-left: 10px;
line-height: 52px;
color: #fff;
}
.navbar-static-top .welcome span {
padding-right: 5px;
font-weight: bold;
color: #fff;
}
.navbar-static-top .pwd-btn {
float: right;
padding: 0 20px;
line-height: 52px;
color: #fff;
}
.navbar-static-top .pwd-btn:hover {
background: #0B85FF;
}
.navbar-static-top .pwd-btn i.iconfont{
padding-right: 3px;
}
.msg-btn {
float: right;
position: relative;
height: 52px;
width: 50px;
}
.msg-btn a {
display: block;
position: absolute;
height: 52px;
width: 50px;
line-height: 52px;
text-align: center;
}
.msg-btn a:hover {
background: #0B85FF;
}
.msg-btn a span {
display: none;
}
.msg-btn a i.iconfont {
font-size: 18px;
color: #fff;
}
.msg-btn em.label-danger {
position: absolute;
left: 22px;
top: 5px;
height: 14px;
padding: 0 4px;
line-height: 14px;
font-size: 12px;
color: #fff;
border-radius: 3px;
}
.logo-element {
display: none;
width: 70px;
height: 70px;
padding: 18px;
background: #0B85FF;
}
.logo-element img {
display: block;
width: 34px;
height: 34px;
}
body.mini-navbar .logo {
display: none;
}
body.mini-navbar .logo-element {
display: block;
}
#side-menu {
margin-top: 10px;
}
#side-menu li {
display: block;
position: relative;
}
#side-menu > li.active {
border-left: #53ABFD solid 4px;
background: #178EFD;
-webkit-transition: all .5s;
transition: all .5s;
}
.mini-navbar #side-menu > li.active {
border-left: none;
}
#side-menu > li > a {
display: block;
height: 40px;
padding: 10px 20px 10px 25px;
background: url(../img/li-icon.png) no-repeat 195px 15px;
line-height: 20px;
font-size: 14px;
font-weight: bold;
color: #B9DCFF;
}
#side-menu > li.active > a {
background-position: 195px -75px;
color: #fff;
}
.mini-navbar #side-menu > li > a span {
display: none;
}
#side-menu > li > a i.iconfont {
display: block;
float: left;
height: 20px;
padding-right: 8px;
line-height: 20px;
}
.mini-navbar #side-menu > li > a i.iconfont {
font-size: 20px;
}
#side-menu > li > a:hover {
background-position: 195px -75px;
background-color: #0B85FF;
color: #fff;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.mini-navbar #side-menu ul {
display: none;
}
#side-menu ul li:last-child {
padding-bottom: 8px;
}
#side-menu > li > ul li a {
display: block;
height: 32px;
padding: 5px 15px 5px 48px;
line-height: 22px;
color: #B9DCFF;
}
#side-menu > li > ul li a:hover, #side-menu > li > ul li a:focus {
color: #fff;
}
/*IE9以IE9以下的浏览器*/
#browser_ie {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #f6f6b4;
z-index: 999;
}
#browser_ie .brower_info {
position: absolute;
left: 50%;
top: 50%;
width: 700px;
height: 60px;
margin: -30px 0 0 -350px;
overflow: hidden;
}
#browser_ie .brower_info .notice_info {
float: left;
width: 380px;
line-height: 24px;
font-size: 15px;
}
#browser_ie .brower_info .notice_info p {
padding: 6px ;
margin: 0;
}
#browser_ie .browser_list {
float: left;
}
#browser_ie .browser_list img {
display: block;
width: 40px;
height: 40px;
margin: 0 auto;
border: none;
}
#browser_ie .browser_list span {
display: block;
float: left;
width: 80px;
text-align: center;
font-size: 15px;
color: #333;
}
#browser_ie .browser_list span a {
color: #333;
text-decoration: none;
}
| 0.225246 | 0.055081 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: "Montserrat", sans-serif;
width: 90%;
margin: auto;
background: #27496d;
-webkit-animation: fade 1s ease-in-out forwards;
animation: fade 1s ease-in-out forwards;
}
h1 {
font-size: 5rem;
color: white;
font-family: "Pattaya", sans-serif;
}
h3 {
font-size: 2rem;
color: white;
}
ul {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
color: white;
}
/* Header Section */
header {
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;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
min-height: 20vh;
text-align: center;
}
/* Footer Section */
footer {
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;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
min-height: 10vh;
text-align: center;
}
/* Projects Section */
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 70vh;
}
.project-card {
margin: 5rem;
height: 35rem;
max-width: 50rem;
-webkit-box-flex: 1;
-ms-flex: 1 1 50rem;
flex: 1 1 50rem;
background: #1b2a49;
border-radius: 2rem;
overflow: hidden;
position: relative;
cursor: pointer;
-webkit-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
-webkit-box-shadow: 1px 1px 3px black;
box-shadow: 1px 1px 3px black;
}
.project-card:hover, .project-card:focus {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 1px 1px 5px black;
box-shadow: 1px 1px 5px black;
}
.card-title {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 20%;
}
.card-content {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 80%;
}
.card-content img {
width: 100%;
height: 80%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 20%;
}
/* Media Queries */
@media screen and (max-width: 730px) {
html {
font-size: 40%;
}
}
@media screen and (max-width: 600px) {
h1 {
font-size: 4.5rem;
}
h3 {
font-size: 2rem;
}
}
@media screen and (max-width: 340px) {
html {
font-size: 35%;
}
}
/* Animations */
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*# sourceMappingURL=style.css.map */
|
styles/style.css
|
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family: "Montserrat", sans-serif;
width: 90%;
margin: auto;
background: #27496d;
-webkit-animation: fade 1s ease-in-out forwards;
animation: fade 1s ease-in-out forwards;
}
h1 {
font-size: 5rem;
color: white;
font-family: "Pattaya", sans-serif;
}
h3 {
font-size: 2rem;
color: white;
}
ul {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
color: white;
}
/* Header Section */
header {
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;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
min-height: 20vh;
text-align: center;
}
/* Footer Section */
footer {
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;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
min-height: 10vh;
text-align: center;
}
/* Projects Section */
.projects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 70vh;
}
.project-card {
margin: 5rem;
height: 35rem;
max-width: 50rem;
-webkit-box-flex: 1;
-ms-flex: 1 1 50rem;
flex: 1 1 50rem;
background: #1b2a49;
border-radius: 2rem;
overflow: hidden;
position: relative;
cursor: pointer;
-webkit-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
-webkit-box-shadow: 1px 1px 3px black;
box-shadow: 1px 1px 3px black;
}
.project-card:hover, .project-card:focus {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 1px 1px 5px black;
box-shadow: 1px 1px 5px black;
}
.card-title {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 20%;
}
.card-content {
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 80%;
}
.card-content img {
width: 100%;
height: 80%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 20%;
}
/* Media Queries */
@media screen and (max-width: 730px) {
html {
font-size: 40%;
}
}
@media screen and (max-width: 600px) {
h1 {
font-size: 4.5rem;
}
h3 {
font-size: 2rem;
}
}
@media screen and (max-width: 340px) {
html {
font-size: 35%;
}
}
/* Animations */
@-webkit-keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/*# sourceMappingURL=style.css.map */
| 0.347205 | 0.047736 |
:root {
--margin-large: 1rem;
--margin-medium: 0.5rem;
--padding-large: 1rem;
--padding-medium: 0.4rem;
--padding-small: 0.2rem;
--border-radius: 0.4rem;
--header-margin: 0.5rem;
}
a {
color: var(--bs-info);
text-decoration: none;
}
body {
background-color: #FFFFFF;
}
h1 {
background-color: var(--bs-green);
border-radius: var(--border-radius);
font-size: xx-large;
margin-bottom: var(--header-margin);
margin-top: var(--header-margin);
padding: var(--padding-large);
}
h2 {
background-color: var(--bs-cyan);
border-radius: var(--border-radius);
font-size: x-large;
padding: var(--padding-large);
}
h3 {
background-color: var(--bs-gray-900);
border-radius: var(--border-radius);
padding: var(--padding-medium);
}
img {
margin-bottom: var(--margin-large);
}
p {
padding: 0 var(--padding-medium) 0 var(--padding-medium);
}
/* Tree View - Hide for now. Doxygen layouts are too unruly. */
div.ttc {
display: none;
}
/* Page */
.header {
background-color: var(--bs-gray-900);
background-image: var(--bs-gradient);
border-style: solid;
border-radius: var(--border-radius);
border-width: 1px;
margin-bottom: var(--margin-large);
margin-top: var(--margin-large);
padding: var(--padding-medium);
text-align: center;
}
.summary {
text-align: center;
}
.summary a {
margin-left: var(--padding-medium);
}
.title {
font-size: x-large;
padding: var(--padding-medium);
}
.textblock {
background-color: var(--bs-gray-700);
border-style: solid;
border-width: 1px;
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.section {
margin: 0 0 var(--margin-medium) 0;
}
.section dt {
background-color: var(--bs-blue);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.section td {
padding: var(--padding-small);
}
.section dd {
background-color: var(--bs-gray-600);
margin-bottom: 1px;
padding: var(--padding-medium);
}
.memSeparator {
line-height: 1rem;
}
.separator\: {
line-height: var(--margin-small);
}
/* Code */
code {
white-space: pre-wrap;
}
.contents > p > code {
background-color: #000000;
display: inline-block;
padding: 1rem;
width: 100%;
}
.fragment {
background-color: #000000;
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.comment {
color: var(--bs-gray-500);
}
.keyword {
color: var(--bs-pink);
}
.line {
color: var(--bs-cyan);
white-space: pre;
}
span.lineno {
color: var(--bs-teal);
padding-right: 1rem;
}
.preprocessor {
color: var(--bs-blue);
}
/* Breadcrumbs & Doxygen Header */
.navpath {
background-color: var(--bs-gray-900);
background-image: var(--bs-gradient);
padding: 0.5rem 0 0.3rem 2rem;
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.navpath ul {
display: flex;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.navelem + .navelem {
padding-left: var(--padding-medium);
}
.navelem + .navelem::before {
float: left;
padding-right: var(--padding-medium);
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/");
}
/* Class: Types & Public Member Functions */
.memberdecls {
width: 100%;
}
.memItemLeft {
background-color: var(--bs-gray-800);
padding: var(--padding-medium);
vertical-align: middle;
}
.memItemRight {
background-color: var(--bs-gray-800);
padding: var(--padding-medium);
vertical-align: middle;
}
.mdescLeft {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.mdescRight {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.inherit_header {
background-color: var(--bs-gray-700);
line-height: 3rem;
padding-left: var(--padding-large);
vertical-align: middle;
}
.memTemplParams {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.memTemplItemLeft {
background-color: var(--bs-gray-800);
padding-right: var(--padding-medium);
vertical-align: middle;
}
.memTemplItemRight {
background-color: var(--bs-gray-800);
padding-right: var(--padding-medium);
vertical-align: middle;
}
/* Class: Member Functions */
.memtitle {
background-color: var(--bs-orange);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-style: solid solid none solid;
margin-bottom: 0;
}
.memtitle a {
color: var(--bs-yellow);
}
.memtitle a:hover {
color: var(--bs-red);
font-weight: bolder;
}
.memitem {
background-color: var(--bs-gray-700);
border-radius: 0 0 var(--border-radius) var(--border-radius);
border-style: none solid solid solid;
margin-bottom: 1rem;
padding: var(--padding-medium);
}
/* Class: Member Function - Prototype */
.memproto {
background-color: var(--bs-gray-800);
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.memproto td {
column-fill: auto;
}
/* Class: Member Function - Signature */
.paramtype {
color: var(--bs-pink);
vertical-align: middle;
}
.paramname {
color: var(--bs-cyan);
vertical-align: middle;
display: inline-flex;
}
.paramname code {
/* Override code from .fragments. */
margin: 0;
padding: 0;
line-height: 1.6rem;
vertical-align: baseline;
}
/* Class: Member Function - Components */
.memdoc dl {
margin-bottom: var(--margin-medium);
}
/* Class: Member Function - Template Parameters */
.tparams dt {
background-color: var(--bs-green);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.tparams td {
padding: var(--padding-small);
}
.tparams dd {
background-color: var(--bs-gray-600);
margin-bottom: 1px;
padding: var(--padding-small);
padding-left: var(--padding-medium);
}
/* Class: Member Function - Parameters */
.params dt {
background-color: var(--bs-green);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.params td {
padding: var(--padding-small);
}
.params dd {
background-color: var(--bs-gray-600);
padding: var(--padding-small);
padding-left: var(--padding-medium);
}
table.params tr {
margin-bottom: 1px;
}
/* Class List */
.levels {
background-color: var(--bs-green);
padding: var(--padding-large);
}
.levels span {
font-weight: bold;
margin-left: var(--padding-medium);
margin-right: var(--padding-medium);
}
.levels span:hover {
color: var(--bs-cyan);
font-weight: bolder;
}
.directory {
background-color: var(--bs-gray-800);
background-image: var(--bs-gradient);
margin-bottom: var(--margin-large);
margin-top: var(--margin-large);
}
table.directory {
width: 100%;
}
.even {
background-color: var(--bs-gray-700);
background-image: var(--bs-gradient);
}
.entry {
padding: 0.5rem;
vertical-align: middle;
}
.arrow:hover {
color: var(--bs-cyan);
font-weight: bolder;
}
.icona {
background-color: var(--bs-green);
border-radius: 0.5rem;
color: var(--bs-black);
margin: 0.2rem 0.5rem 0.2rem 0.5rem;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}
/* Struct */
.dynheader {
background-color: var(--bs-blue);
border-radius: var(--border-radius) var(--border-radius) 0 0;
font-weight: bolder;
padding: var(--padding-medium);
text-align: center;
}
.dyncontent {
background-color: var(--bs-gray-700);
background-image: var(--bs-gradient);
border-radius: 0 0 var(--border-radius) var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
text-align: center;
}
|
assets/doxygen/doxygen.css
|
:root {
--margin-large: 1rem;
--margin-medium: 0.5rem;
--padding-large: 1rem;
--padding-medium: 0.4rem;
--padding-small: 0.2rem;
--border-radius: 0.4rem;
--header-margin: 0.5rem;
}
a {
color: var(--bs-info);
text-decoration: none;
}
body {
background-color: #FFFFFF;
}
h1 {
background-color: var(--bs-green);
border-radius: var(--border-radius);
font-size: xx-large;
margin-bottom: var(--header-margin);
margin-top: var(--header-margin);
padding: var(--padding-large);
}
h2 {
background-color: var(--bs-cyan);
border-radius: var(--border-radius);
font-size: x-large;
padding: var(--padding-large);
}
h3 {
background-color: var(--bs-gray-900);
border-radius: var(--border-radius);
padding: var(--padding-medium);
}
img {
margin-bottom: var(--margin-large);
}
p {
padding: 0 var(--padding-medium) 0 var(--padding-medium);
}
/* Tree View - Hide for now. Doxygen layouts are too unruly. */
div.ttc {
display: none;
}
/* Page */
.header {
background-color: var(--bs-gray-900);
background-image: var(--bs-gradient);
border-style: solid;
border-radius: var(--border-radius);
border-width: 1px;
margin-bottom: var(--margin-large);
margin-top: var(--margin-large);
padding: var(--padding-medium);
text-align: center;
}
.summary {
text-align: center;
}
.summary a {
margin-left: var(--padding-medium);
}
.title {
font-size: x-large;
padding: var(--padding-medium);
}
.textblock {
background-color: var(--bs-gray-700);
border-style: solid;
border-width: 1px;
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.section {
margin: 0 0 var(--margin-medium) 0;
}
.section dt {
background-color: var(--bs-blue);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.section td {
padding: var(--padding-small);
}
.section dd {
background-color: var(--bs-gray-600);
margin-bottom: 1px;
padding: var(--padding-medium);
}
.memSeparator {
line-height: 1rem;
}
.separator\: {
line-height: var(--margin-small);
}
/* Code */
code {
white-space: pre-wrap;
}
.contents > p > code {
background-color: #000000;
display: inline-block;
padding: 1rem;
width: 100%;
}
.fragment {
background-color: #000000;
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.comment {
color: var(--bs-gray-500);
}
.keyword {
color: var(--bs-pink);
}
.line {
color: var(--bs-cyan);
white-space: pre;
}
span.lineno {
color: var(--bs-teal);
padding-right: 1rem;
}
.preprocessor {
color: var(--bs-blue);
}
/* Breadcrumbs & Doxygen Header */
.navpath {
background-color: var(--bs-gray-900);
background-image: var(--bs-gradient);
padding: 0.5rem 0 0.3rem 2rem;
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.navpath ul {
display: flex;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.navelem + .navelem {
padding-left: var(--padding-medium);
}
.navelem + .navelem::before {
float: left;
padding-right: var(--padding-medium);
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/");
}
/* Class: Types & Public Member Functions */
.memberdecls {
width: 100%;
}
.memItemLeft {
background-color: var(--bs-gray-800);
padding: var(--padding-medium);
vertical-align: middle;
}
.memItemRight {
background-color: var(--bs-gray-800);
padding: var(--padding-medium);
vertical-align: middle;
}
.mdescLeft {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.mdescRight {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.inherit_header {
background-color: var(--bs-gray-700);
line-height: 3rem;
padding-left: var(--padding-large);
vertical-align: middle;
}
.memTemplParams {
background-color: var(--bs-gray-700);
padding: var(--padding-medium);
vertical-align: middle;
}
.memTemplItemLeft {
background-color: var(--bs-gray-800);
padding-right: var(--padding-medium);
vertical-align: middle;
}
.memTemplItemRight {
background-color: var(--bs-gray-800);
padding-right: var(--padding-medium);
vertical-align: middle;
}
/* Class: Member Functions */
.memtitle {
background-color: var(--bs-orange);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-style: solid solid none solid;
margin-bottom: 0;
}
.memtitle a {
color: var(--bs-yellow);
}
.memtitle a:hover {
color: var(--bs-red);
font-weight: bolder;
}
.memitem {
background-color: var(--bs-gray-700);
border-radius: 0 0 var(--border-radius) var(--border-radius);
border-style: none solid solid solid;
margin-bottom: 1rem;
padding: var(--padding-medium);
}
/* Class: Member Function - Prototype */
.memproto {
background-color: var(--bs-gray-800);
border-radius: var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
}
.memproto td {
column-fill: auto;
}
/* Class: Member Function - Signature */
.paramtype {
color: var(--bs-pink);
vertical-align: middle;
}
.paramname {
color: var(--bs-cyan);
vertical-align: middle;
display: inline-flex;
}
.paramname code {
/* Override code from .fragments. */
margin: 0;
padding: 0;
line-height: 1.6rem;
vertical-align: baseline;
}
/* Class: Member Function - Components */
.memdoc dl {
margin-bottom: var(--margin-medium);
}
/* Class: Member Function - Template Parameters */
.tparams dt {
background-color: var(--bs-green);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.tparams td {
padding: var(--padding-small);
}
.tparams dd {
background-color: var(--bs-gray-600);
margin-bottom: 1px;
padding: var(--padding-small);
padding-left: var(--padding-medium);
}
/* Class: Member Function - Parameters */
.params dt {
background-color: var(--bs-green);
border-radius: var(--border-radius) var(--border-radius) 0 0;
padding: var(--padding-medium);
}
.params td {
padding: var(--padding-small);
}
.params dd {
background-color: var(--bs-gray-600);
padding: var(--padding-small);
padding-left: var(--padding-medium);
}
table.params tr {
margin-bottom: 1px;
}
/* Class List */
.levels {
background-color: var(--bs-green);
padding: var(--padding-large);
}
.levels span {
font-weight: bold;
margin-left: var(--padding-medium);
margin-right: var(--padding-medium);
}
.levels span:hover {
color: var(--bs-cyan);
font-weight: bolder;
}
.directory {
background-color: var(--bs-gray-800);
background-image: var(--bs-gradient);
margin-bottom: var(--margin-large);
margin-top: var(--margin-large);
}
table.directory {
width: 100%;
}
.even {
background-color: var(--bs-gray-700);
background-image: var(--bs-gradient);
}
.entry {
padding: 0.5rem;
vertical-align: middle;
}
.arrow:hover {
color: var(--bs-cyan);
font-weight: bolder;
}
.icona {
background-color: var(--bs-green);
border-radius: 0.5rem;
color: var(--bs-black);
margin: 0.2rem 0.5rem 0.2rem 0.5rem;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}
/* Struct */
.dynheader {
background-color: var(--bs-blue);
border-radius: var(--border-radius) var(--border-radius) 0 0;
font-weight: bolder;
padding: var(--padding-medium);
text-align: center;
}
.dyncontent {
background-color: var(--bs-gray-700);
background-image: var(--bs-gradient);
border-radius: 0 0 var(--border-radius) var(--border-radius);
margin-bottom: var(--margin-medium);
padding: var(--padding-medium);
text-align: center;
}
| 0.571288 | 0.144813 |
:root {
--Button-border-color: transparent;
--Button-border-width: 0;
--Button-color: inherit;
--Button-disabled-opacity: 0.6;
--Button-font: 1rem var(--fontBody);
--Button-padding: 0.75em 2em 0.75em;
}
/**
* The button classes are best applied to links and buttons.
* These components can be used in forms, as calls to action, or as part of the
* general UI of the site/app.
*/
/**
* 1. Normalize `box-sizing` across all elements that this component could be
* applied to.
* 2. Inherit text color from ancestor.
* 3. Inherit font styles from ancestor.
* 4. Prevent button text from being selectable.
*/
.btn {
background: transparent;
border-color: var(--Button-border-color);
border-style: solid;
border-width: var(--Button-border-width);
box-sizing: border-box; /* 1 */
color: var(--Button-color); /* 2 */
cursor: pointer;
display: inline-block;
font: var(--Button-font); /* 3 */
font-weight: normal;
line-height: 1.2;
margin: 0;
padding: var(--Button-padding);
position: relative;
text-align: center;
text-decoration: none;
user-select: none; /* 4 */
}
/**
* Remove excess padding and border in Firefox 4+
*/
.btn::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
.btn:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
/**
* UI states
*/
.btn:link {
border-bottom-width: var(--Button-border-width);
transition:
color 0.3s 0.1s cubic-bezier(0.77, 0, 0.175, 1),
background-color 193ms ease-out;
}
.btn:hover,
.btn:focus,
.btn:active {
cursor: pointer;
color: var(--Button-color);
transition:
color 0.3s 0.1s cubic-bezier(0.77, 0, 0.175, 1),
background-color 250ms ease-in;
}
.btn:disabled,
.btn.is-disabled {
cursor: default;
opacity: var(--Button-disabled-opacity);
}
.btn span {
position: relative;
z-index: 3;
}
/**
* Button layout and positioning
*/
.btn--offset {
margin-left: calc(-1 * var(--gutterPage));
}
/**
* Different colors
*/
.btn--dark,
.btn--dark:link {
background-color: var(--black);
color: var(--white);
text-shadow: 0.05em 0.05em 0.3em color(var(--black) alpha(-15%));
}
.btn--dark:visited {
background-color: var(--black);
color: var(--white);
}
.btn--dark:focus,
.btn--dark:hover {
color: var(--white);
background-color: color(var(--black) alpha(-20%));
}
.btn--pink,
.btn--pink:link {
background-color: var(--darkPink);
color: var(--white);
text-shadow: 0.05em 0.05em 0.3em color(var(--pink) alpha(-20%));
}
.btn--pink:visited {
background-color: var(--darkPink);
color: var(--white);
}
.btn--pink:focus,
.btn--pink:hover {
background-color: color(var(--darkPink) alpha(-40%));
color: var(--white);
}
|
src/styles/components/button.css
|
:root {
--Button-border-color: transparent;
--Button-border-width: 0;
--Button-color: inherit;
--Button-disabled-opacity: 0.6;
--Button-font: 1rem var(--fontBody);
--Button-padding: 0.75em 2em 0.75em;
}
/**
* The button classes are best applied to links and buttons.
* These components can be used in forms, as calls to action, or as part of the
* general UI of the site/app.
*/
/**
* 1. Normalize `box-sizing` across all elements that this component could be
* applied to.
* 2. Inherit text color from ancestor.
* 3. Inherit font styles from ancestor.
* 4. Prevent button text from being selectable.
*/
.btn {
background: transparent;
border-color: var(--Button-border-color);
border-style: solid;
border-width: var(--Button-border-width);
box-sizing: border-box; /* 1 */
color: var(--Button-color); /* 2 */
cursor: pointer;
display: inline-block;
font: var(--Button-font); /* 3 */
font-weight: normal;
line-height: 1.2;
margin: 0;
padding: var(--Button-padding);
position: relative;
text-align: center;
text-decoration: none;
user-select: none; /* 4 */
}
/**
* Remove excess padding and border in Firefox 4+
*/
.btn::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
.btn:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
/**
* UI states
*/
.btn:link {
border-bottom-width: var(--Button-border-width);
transition:
color 0.3s 0.1s cubic-bezier(0.77, 0, 0.175, 1),
background-color 193ms ease-out;
}
.btn:hover,
.btn:focus,
.btn:active {
cursor: pointer;
color: var(--Button-color);
transition:
color 0.3s 0.1s cubic-bezier(0.77, 0, 0.175, 1),
background-color 250ms ease-in;
}
.btn:disabled,
.btn.is-disabled {
cursor: default;
opacity: var(--Button-disabled-opacity);
}
.btn span {
position: relative;
z-index: 3;
}
/**
* Button layout and positioning
*/
.btn--offset {
margin-left: calc(-1 * var(--gutterPage));
}
/**
* Different colors
*/
.btn--dark,
.btn--dark:link {
background-color: var(--black);
color: var(--white);
text-shadow: 0.05em 0.05em 0.3em color(var(--black) alpha(-15%));
}
.btn--dark:visited {
background-color: var(--black);
color: var(--white);
}
.btn--dark:focus,
.btn--dark:hover {
color: var(--white);
background-color: color(var(--black) alpha(-20%));
}
.btn--pink,
.btn--pink:link {
background-color: var(--darkPink);
color: var(--white);
text-shadow: 0.05em 0.05em 0.3em color(var(--pink) alpha(-20%));
}
.btn--pink:visited {
background-color: var(--darkPink);
color: var(--white);
}
.btn--pink:focus,
.btn--pink:hover {
background-color: color(var(--darkPink) alpha(-40%));
color: var(--white);
}
| 0.766294 | 0.14253 |
* {
font-family: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";
font-size: 22px;
}
.hidden {
display: none;
}
/* PAGE DIV (Header, Content, Footer)*/
/* Floting left menu*/
body {
background-color: rgba(69, 69, 69, 0.40);
}
.menu {
margin-right: 50px;
right: 0;
width: 200px;
position: fixed;
}
#content {
margin-top: 80px;
top: 0;
height: 100%;
margin-bottom: 200px;
}
.header {
color: #e3e3e3;
font-size: 25px;
background-color: #454545;
border: solid 1px #24143c;
height: 45px;
width: 100%;
top: 0;
right: 0;
position: fixed;
text-align: center;
z-index: -1;
}
.footer {
direction: rtl;
color: #fff;
background-color: #454545;
height: 200px;
width: 100%;
}
a {
color: #1a314e;
}
h2, .big {
font-size: 30px;
}
.container {
width: 800px;
height: 100%;
margin: 20px auto;
padding: 10px;
}
.small_container {
width: 330px;
height: 100%;
margin: 20px auto;
padding: 10px;
}
.right_container {
position: fixed;
width: 350px;
margin-top: 0;
margin-left: 30px;
padding: 10px;
}
.data {
background-color: #808080;
}
.controls {
margin-top: 10px;
padding: 5px 10px 5px 10px;
}
div {
margin: 8px 0 8px 0;
}
input {
cursor: pointer;
padding: 5px;
margin-bottom: 15px;
margin-left: 3px;
margin-right: 3px;
}
.fieldset {
width: 280px;
margin-bottom: 15px;
}
.heading-fancy {
background: #e3e3e3;
background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
box-shadow: 1px 1px 5px #292929;
-moz-box-shadow: 1px 1px 5px #292929;
-webkit-box-shadow: 1px 1px 5px #292929;
color: #454545;
}
.center {
width: auto;
margin: 0 auto;
border: 0;
display: inline;
}
.datetime {
float: left;
}
.heb {
direction: rtl;
text-align: right;
}
.poster {
margin: 0 auto;
width: 99%;
height: 300px;
}
.poster_small {
width: 150px;
}
.format {
float: left;
width: auto;
}
.inline div {
float: right;
padding: 5px;
border: solid;
width: 230px;
height: 550px;
margin-left: 15px;
}
.live {
margin: 0 auto;
height: 670px;
padding: 0 5px 0 5px;
}
.box_shadow {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.movie_title {
font-family: Impact, Charcoal, sans-serif;
background-color: #A67D3E;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
top: -25px;
text-align: center;
color: white;
}
.movie_selector {
width: 120px;
}
/* POP-UP Panel decoration */
.Background {
background-color: Black;
opacity: 0.9;
}
.Popup {
background-color: transparent;
border: 0;
width: 500px;
height: 500px;
}
.small {
width: 400px;
height: 400px;
}
/* Buttons decoration */
.ok {
border: 0px #539036;
border-radius: 5px;
color: white;
background-color: #539036;
width: 90px;
}
.cancel {
border: 0px #539036;
border-radius: 5px;
color: white;
background-color: #9B3A4D;
width: 90px;
}
.btn {
background-position: center;
background-color: #37465d;
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn2 {
background-position: center;
background-color: rgba(31, 51, 100, 0.75);
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn3 {
background-position: center;
background-color: #539036;
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn2_small {
background-position: center;
background-color: rgba(31, 51, 100, 0.75);
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 110px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.sync_label {
font-style: italic;
color: #939393;
}
.txt_left {
text-align: left;
}
|
css/style.css
|
* {
font-family: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";
font-size: 22px;
}
.hidden {
display: none;
}
/* PAGE DIV (Header, Content, Footer)*/
/* Floting left menu*/
body {
background-color: rgba(69, 69, 69, 0.40);
}
.menu {
margin-right: 50px;
right: 0;
width: 200px;
position: fixed;
}
#content {
margin-top: 80px;
top: 0;
height: 100%;
margin-bottom: 200px;
}
.header {
color: #e3e3e3;
font-size: 25px;
background-color: #454545;
border: solid 1px #24143c;
height: 45px;
width: 100%;
top: 0;
right: 0;
position: fixed;
text-align: center;
z-index: -1;
}
.footer {
direction: rtl;
color: #fff;
background-color: #454545;
height: 200px;
width: 100%;
}
a {
color: #1a314e;
}
h2, .big {
font-size: 30px;
}
.container {
width: 800px;
height: 100%;
margin: 20px auto;
padding: 10px;
}
.small_container {
width: 330px;
height: 100%;
margin: 20px auto;
padding: 10px;
}
.right_container {
position: fixed;
width: 350px;
margin-top: 0;
margin-left: 30px;
padding: 10px;
}
.data {
background-color: #808080;
}
.controls {
margin-top: 10px;
padding: 5px 10px 5px 10px;
}
div {
margin: 8px 0 8px 0;
}
input {
cursor: pointer;
padding: 5px;
margin-bottom: 15px;
margin-left: 3px;
margin-right: 3px;
}
.fieldset {
width: 280px;
margin-bottom: 15px;
}
.heading-fancy {
background: #e3e3e3;
background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
box-shadow: 1px 1px 5px #292929;
-moz-box-shadow: 1px 1px 5px #292929;
-webkit-box-shadow: 1px 1px 5px #292929;
color: #454545;
}
.center {
width: auto;
margin: 0 auto;
border: 0;
display: inline;
}
.datetime {
float: left;
}
.heb {
direction: rtl;
text-align: right;
}
.poster {
margin: 0 auto;
width: 99%;
height: 300px;
}
.poster_small {
width: 150px;
}
.format {
float: left;
width: auto;
}
.inline div {
float: right;
padding: 5px;
border: solid;
width: 230px;
height: 550px;
margin-left: 15px;
}
.live {
margin: 0 auto;
height: 670px;
padding: 0 5px 0 5px;
}
.box_shadow {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.movie_title {
font-family: Impact, Charcoal, sans-serif;
background-color: #A67D3E;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
top: -25px;
text-align: center;
color: white;
}
.movie_selector {
width: 120px;
}
/* POP-UP Panel decoration */
.Background {
background-color: Black;
opacity: 0.9;
}
.Popup {
background-color: transparent;
border: 0;
width: 500px;
height: 500px;
}
.small {
width: 400px;
height: 400px;
}
/* Buttons decoration */
.ok {
border: 0px #539036;
border-radius: 5px;
color: white;
background-color: #539036;
width: 90px;
}
.cancel {
border: 0px #539036;
border-radius: 5px;
color: white;
background-color: #9B3A4D;
width: 90px;
}
.btn {
background-position: center;
background-color: #37465d;
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn2 {
background-position: center;
background-color: rgba(31, 51, 100, 0.75);
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn3 {
background-position: center;
background-color: #539036;
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 200px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.btn2_small {
background-position: center;
background-color: rgba(31, 51, 100, 0.75);
border: 1px solid #24143c;
border-radius: 2px;
text-align: start;
font-weight: 600;
width: 110px;
height: 40px;
color: white;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.sync_label {
font-style: italic;
color: #939393;
}
.txt_left {
text-align: left;
}
| 0.390127 | 0.110807 |
TABLE { mso-displayed-decimal-separator: "."; mso-displayed-thousand-separator: "," }
TR { mso-height-source: userset }
COL { mso-width-source: userset }
BR { mso-data-placement: same-cell }
.header { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:14px; COLOR:Navy ; TEXT-ALIGN: center; vertical-align:middle }
.Number { mso-number-format: "#,##0.00"; TEXT-ALIGN:right; font-size: 12px; }
.NumberBold { mso-number-format: "#,##0.00"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.WholeNumber,.ExtNumber,.IntNumber { mso-number-format: "#,##0"; TEXT-ALIGN:right; font-size: 12px; }
.WholeNumberBold { mso-number-format: "#,##0"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.Money { mso-number-format: "[$$-409]#,##0.00"; TEXT-ALIGN: right; font-size: 12px; }
.MoneyBold { mso-number-format: "[$$-409]#,##0.00"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.Percent { mso-number-format: "Percent"; TEXT-ALIGN: right; font-size: 12px; }
.PercentBold { mso-number-format: "Percent"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.DateDigits { mso-number-format: "mm\/dd\/yyyy"; TEXT-ALIGN: left; font-size: 12px; }
.DateMonth { mso-number-format: "dd\-mmm\-yyyy"; TEXT-ALIGN: left; font-size: 12px; }
.textCenter { mso-number-format: "\@"; TEXT-ALIGN:center; vertical-align:middle; font-size: 12px; }
.textLeft { mso-number-format: "\@"; TEXT-ALIGN:left; vertical-align:middle; font-size: 12px; }
.textBoldBlack { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:12px; COLOR:Black; TEXT-ALIGN: left; vertical-align:middle }
.titleBoldNavy { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:12px; COLOR:Navy ; TEXT-ALIGN: center; vertical-align:middle }
.title
{
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #006400;
vertical-align: middle;
}
.title2 {
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color:Navy;
}
.title3 {
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
text-align: left;
color:Navy;
}
.reportTable
{
width :100%;
border-right: dimgray 1px solid;
border-top: dimgray 1px solid;
border-left: dimgray 1px solid;
border-bottom: dimgray 1px solid;
}
.reportHeaderBlue
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.reportHeaderBlueNAlign
{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.reportHeaderGreen
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: #507950;
}
.reportHeaderYellow
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: black;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: #ffffcc;
}
.reportCellYellow
{
text-align: right;
color: black;
background-color: #ffffcc;
}
.reportHeaderLightGreen
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: black;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: yellow;
}
.reportCellLightGreen
{
text-align: right;
color: black;
background-color: yellow;
}
.reportTotal
{
background-color: #C0C0C0;
font-size: 12px;
font-weight: bold;
padding-left:1px;
padding-right:1px;
text-align :right ;
}
.reportTotalHeader
{
background-color: #C0C0C0;
font-size: 12px;
font-weight: bold;
padding-left:1px;
padding-right:1px;
}
.intRow,.IntNumber
{
background-color:#CCFFCC;
font-size: 12px;
}
.extRow,.ExtNumber
{
background-color:#CCFFFF;
font-size: 12px;
}
.reportRow
{
font-size: 12px;
}
.reportText
{
text-align :left ;
}
.reportAmount
{
text-align: right;
}
.reportAmountLink
{
text-align: right;
}
.reportCaption,.reportCaption2,.reportCaption3
{
font-size: 12px;
font-weight: bold;
color: black;
padding-right: 1px;
}
.reportCaption
{
text-align: left;
padding-left: 1px;
}
.reportCaption2
{
text-align: left;
font-style: italic;
padding-left: 6px;
}
.reportCaption3
{
text-align:right;
font-style: italic;
padding-left: 6px;
}
.tableCaption
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.tableTotal
{
background-color: #dcdcdc;
font-size: 12px;
font-weight: bold;
padding-left: 1px;
padding-right: 1px;
}
.tableRow
{
font-size: 12px;
}
.tableBold
{
font-size: 12px;
font-weight: bold;
color: #3B4963;
padding-left:1px;
padding-right:1px;
}
.tableFooter
{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
|
Archive/OpenItems/css/funds_data_excel.css
|
TABLE { mso-displayed-decimal-separator: "."; mso-displayed-thousand-separator: "," }
TR { mso-height-source: userset }
COL { mso-width-source: userset }
BR { mso-data-placement: same-cell }
.header { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:14px; COLOR:Navy ; TEXT-ALIGN: center; vertical-align:middle }
.Number { mso-number-format: "#,##0.00"; TEXT-ALIGN:right; font-size: 12px; }
.NumberBold { mso-number-format: "#,##0.00"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.WholeNumber,.ExtNumber,.IntNumber { mso-number-format: "#,##0"; TEXT-ALIGN:right; font-size: 12px; }
.WholeNumberBold { mso-number-format: "#,##0"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.Money { mso-number-format: "[$$-409]#,##0.00"; TEXT-ALIGN: right; font-size: 12px; }
.MoneyBold { mso-number-format: "[$$-409]#,##0.00"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.Percent { mso-number-format: "Percent"; TEXT-ALIGN: right; font-size: 12px; }
.PercentBold { mso-number-format: "Percent"; TEXT-ALIGN: right; font-size: 12px; FONT-WEIGHT: bold;}
.DateDigits { mso-number-format: "mm\/dd\/yyyy"; TEXT-ALIGN: left; font-size: 12px; }
.DateMonth { mso-number-format: "dd\-mmm\-yyyy"; TEXT-ALIGN: left; font-size: 12px; }
.textCenter { mso-number-format: "\@"; TEXT-ALIGN:center; vertical-align:middle; font-size: 12px; }
.textLeft { mso-number-format: "\@"; TEXT-ALIGN:left; vertical-align:middle; font-size: 12px; }
.textBoldBlack { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:12px; COLOR:Black; TEXT-ALIGN: left; vertical-align:middle }
.titleBoldNavy { mso-number-format:"\@"; FONT-WEIGHT: bold; font-size:12px; COLOR:Navy ; TEXT-ALIGN: center; vertical-align:middle }
.title
{
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #006400;
vertical-align: middle;
}
.title2 {
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color:Navy;
}
.title3 {
font-family: Takoma,Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
text-align: left;
color:Navy;
}
.reportTable
{
width :100%;
border-right: dimgray 1px solid;
border-top: dimgray 1px solid;
border-left: dimgray 1px solid;
border-bottom: dimgray 1px solid;
}
.reportHeaderBlue
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.reportHeaderBlueNAlign
{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.reportHeaderGreen
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: #507950;
}
.reportHeaderYellow
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: black;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: #ffffcc;
}
.reportCellYellow
{
text-align: right;
color: black;
background-color: #ffffcc;
}
.reportHeaderLightGreen
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: black;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
background-color: yellow;
}
.reportCellLightGreen
{
text-align: right;
color: black;
background-color: yellow;
}
.reportTotal
{
background-color: #C0C0C0;
font-size: 12px;
font-weight: bold;
padding-left:1px;
padding-right:1px;
text-align :right ;
}
.reportTotalHeader
{
background-color: #C0C0C0;
font-size: 12px;
font-weight: bold;
padding-left:1px;
padding-right:1px;
}
.intRow,.IntNumber
{
background-color:#CCFFCC;
font-size: 12px;
}
.extRow,.ExtNumber
{
background-color:#CCFFFF;
font-size: 12px;
}
.reportRow
{
font-size: 12px;
}
.reportText
{
text-align :left ;
}
.reportAmount
{
text-align: right;
}
.reportAmountLink
{
text-align: right;
}
.reportCaption,.reportCaption2,.reportCaption3
{
font-size: 12px;
font-weight: bold;
color: black;
padding-right: 1px;
}
.reportCaption
{
text-align: left;
padding-left: 1px;
}
.reportCaption2
{
text-align: left;
font-style: italic;
padding-left: 6px;
}
.reportCaption3
{
text-align:right;
font-style: italic;
padding-left: 6px;
}
.tableCaption
{
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
.tableTotal
{
background-color: #dcdcdc;
font-size: 12px;
font-weight: bold;
padding-left: 1px;
padding-right: 1px;
}
.tableRow
{
font-size: 12px;
}
.tableBold
{
font-size: 12px;
font-weight: bold;
color: #3B4963;
padding-left:1px;
padding-right:1px;
}
.tableFooter
{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #677388;
padding-top: 3px;
padding-bottom: 3px;
padding-left:1px;
padding-right:1px;
}
| 0.381796 | 0.176175 |
body {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "open sans", "helvetica neue", helvetica, arial, sans-serif;
background: url("../images/main-background.jpg") repeat;
}
/* line 8, ../scss/styles.scss */
body > .row {
max-width: 100%;
}
/* line 12, ../scss/styles.scss */
h1 {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "source sans pro", "helvetica neue", helvetica, arial, sans-serif;
}
/* line 15, ../scss/styles.scss */
button, .button, a, span, li, .head-area:after, hr, img, .read-more:before, main, .post, .head-area {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
/* line 18, ../scss/styles.scss */
a {
color: #4a89dc;
}
/* line 20, ../scss/styles.scss */
a:hover {
color: #1f57a1;
}
/* line 24, ../scss/styles.scss */
#outdated {
display: none;
}
/* Foundation row */
/* line 29, ../scss/styles.scss */
.row {
max-width: 72.5em;
}
/* Topbar for mobile */
/* line 34, ../scss/styles.scss */
.top-bar {
background: none;
overflow: visible;
z-index: 9998;
height: 50px;
line-height: 50px;
}
/* line 40, ../scss/styles.scss */
.top-bar .home {
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.8);
}
/* line 46, ../scss/styles.scss */
.top-bar .home .fa-home {
color: white;
position: relative;
display: block;
padding: 0 8px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 2rem;
}
/* line 57, ../scss/styles.scss */
.top-bar .toggle-topbar {
display: block;
background: rgba(51, 51, 51, 0.8);
}
/* line 60, ../scss/styles.scss */
.top-bar .toggle-topbar .fa-list {
color: #fff;
text-transform: uppercase;
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
padding: 0 8px;
font-size: 2rem;
}
/* line 67, ../scss/styles.scss */
.top-bar li a:hover {
background: #4a89dc;
}
/* line 72, ../scss/styles.scss */
.top-bar .top-bar-section .right li {
/* @media screen and (min-width:40.063em) {
border-left: 1px solid left;
}
*/
}
/* line 80, ../scss/styles.scss */
.top-bar:hover + .row .head-area:after {
background: rgba(51, 51, 51, 0.65);
}
/* line 83, ../scss/styles.scss */
.top-bar:hover + .row hr {
border-color: white;
width: 200px;
}
/* Social network */
/* line 90, ../scss/styles.scss */
.blog-network {
padding-bottom: 15px;
float: right;
}
@media screen and (min-width: 64.063em) {
/* line 90, ../scss/styles.scss */
.blog-network {
margin-top: 2em;
}
}
/* line 96, ../scss/styles.scss */
.blog-network a {
float: right;
background: rgba(51, 51, 51, 0.8);
color: white;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 26px;
margin: 0;
}
/* line 105, ../scss/styles.scss */
.blog-network a:hover {
background: #4a89dc;
margin-left: 7px;
margin-right: 7px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
/* line 111, ../scss/styles.scss */
.blog-network a:first-of-type:hover {
margin-right: 0;
}
/* line 114, ../scss/styles.scss */
.blog-network a:last-of-type:hover {
margin-left: 0;
}
/* Sidebar */
/* line 121, ../scss/styles.scss */
.head-area {
margin-top: -50px;
padding-top: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #4a89dc;
}
/* line 129, ../scss/styles.scss */
.head-area:not(.bgimage):hover {
background: #0f294b;
}
/* line 132, ../scss/styles.scss */
.head-area:not(.bgimage):after {
display: none;
background: none;
}
/* line 137, ../scss/styles.scss */
.head-area hr {
border-color: #333333;
}
/* line 141, ../scss/styles.scss */
.head-area:hover.bgimage:after {
background: rgba(51, 51, 51, 0.65);
}
/* line 144, ../scss/styles.scss */
.head-area:hover hr {
border-color: white;
width: 200px;
}
/* line 149, ../scss/styles.scss */
.head-area:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 64.063em) {
/* line 121, ../scss/styles.scss */
.head-area {
margin-top: 0;
padding: 0 1.1rem;
position: fixed;
right: 0;
top: 0;
bottom: 0;
}
}
/* line 168, ../scss/styles.scss */
.site-head {
text-align: center;
z-index: 2;
position: relative;
}
/* line 172, ../scss/styles.scss */
.site-head .blog-description {
margin: 1.3rem 0 1rem;
color: white;
font-weight: 300;
}
/* line 177, ../scss/styles.scss */
.site-head .blog-logo {
display: inline-block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 180, ../scss/styles.scss */
.site-head .blog-logo img {
width: 100px;
height: 100px;
border: 2px solid white;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
}
/* line 186, ../scss/styles.scss */
.site-head .blog-logo:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
/* line 190, ../scss/styles.scss */
.site-head .blog-title {
margin: 0.7rem 0 1rem;
font-weight: 400;
text-transform: uppercase;
color: white;
line-height: 1;
font-size: 2rem;
float: left;
width: 100%;
text-align: center;
}
/* line 201, ../scss/styles.scss */
.site-head hr {
width: 100px;
margin: 0 auto;
}
/* line 205, ../scss/styles.scss */
.site-head .blog-menu {
float: left;
clear: both;
width: 100%;
margin-bottom: 35px;
}
@media screen and (min-width: 100em) {
/* line 205, ../scss/styles.scss */
.site-head .blog-menu {
float: right;
}
}
/* line 213, ../scss/styles.scss */
.site-head .blog-menu li {
font-size: 1rem;
width: 32%;
float: left;
}
@media screen and (min-width: 100em) {
/* line 213, ../scss/styles.scss */
.site-head .blog-menu li {
width: 18%;
}
/* line 219, ../scss/styles.scss */
.site-head .blog-menu li:nth-child(1) {
margin-left: 42%;
}
}
/* line 223, ../scss/styles.scss */
.site-head .blog-menu li:nth-child(2) {
margin: 0 2%;
}
/* line 228, ../scss/styles.scss */
.site-head .blog-menu li a {
padding: 5px 0;
background: #333333;
color: white;
text-transform: uppercase;
font-size: 2rem;
}
/* line 234, ../scss/styles.scss */
.site-head .blog-menu li a:hover {
color: white;
background: #4a89dc;
}
/* * Crazy overlay menu * */
/* Overlay style */
/* line 245, ../scss/styles.scss */
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.89);
z-index: 9999;
}
/* Overlay closing cross */
/* line 256, ../scss/styles.scss */
.overlay .overlay-close {
width: 80px;
height: 80px;
position: absolute;
right: 0;
top: 0;
overflow: hidden;
border: none;
background: url(../images/cross.png) no-repeat center center;
text-indent: 200%;
color: transparent;
outline: none;
z-index: 100;
}
/* Menu style */
/* line 272, ../scss/styles.scss */
.overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 280, ../scss/styles.scss */
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative;
}
/* line 288, ../scss/styles.scss */
.overlay ul li {
display: block;
height: 30%;
min-height: 54px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* line 295, ../scss/styles.scss */
.overlay ul li a {
font-size: 54px;
font-weight: 300;
display: block;
color: #fff;
padding: 0 20px;
}
/* line 302, ../scss/styles.scss */
.overlay ul li a:hover, .overlay ul li a:focus {
background: #4a89dc;
}
/* Effects */
/* line 307, ../scss/styles.scss */
.overlay-scale {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* line 315, ../scss/styles.scss */
.overlay-scale.open {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
@media screen and (max-height: 30.5em) {
/* line 324, ../scss/styles.scss */
.overlay nav {
height: 70%;
font-size: 34px;
}
/* line 328, ../scss/styles.scss */
.overlay ul li {
min-height: 34px;
}
}
/* line 333, ../scss/styles.scss */
.main-column main {
max-width: 800px;
margin: 0 auto;
padding: 1.5rem 0;
}
@media screen and (max-width: 64.063em) {
/* line 333, ../scss/styles.scss */
.main-column main {
max-width: none;
width: 100%;
}
}
@media screen and (min-width: 64.063em) {
/* line 333, ../scss/styles.scss */
.main-column main {
padding: 1.5rem 0;
}
}
@media screen and (min-width: 100em) {
/* line 333, ../scss/styles.scss */
.main-column main {
padding: 4rem 0;
max-width: 1100px;
}
}
@media screen and (min-width: 64.063em) {
/* line 332, ../scss/styles.scss */
.main-column {
position: absolute;
height: 100%;
}
}
/* line 353, ../scss/styles.scss */
.main-column .pagination {
position: relative;
text-align: center;
background: #333333;
border-bottom: 4px solid #4a89dc;
}
/* line 358, ../scss/styles.scss */
.main-column .pagination a {
position: absolute;
font-size: 1.5rem;
color: white;
background: #333333;
}
/* line 363, ../scss/styles.scss */
.main-column .pagination a:first-child {
left: 0;
}
/* line 366, ../scss/styles.scss */
.main-column .pagination a:last-child {
right: 0;
}
/* line 369, ../scss/styles.scss */
.main-column .pagination a:hover {
color: #4a89dc;
background: #fff;
}
/* line 374, ../scss/styles.scss */
.main-column .pagination .page-number {
font-size: 1.1rem;
font-weight: 300;
line-height: 54px;
color: #fff;
}
/* POST */
/* line 384, ../scss/styles.scss */
.post {
background: #fff;
overflow: hidden;
padding: 1.5em;
margin-bottom: 1.5rem;
border-bottom: #4a89dc 2px solid;
position: relative;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64.063em) {
/* line 384, ../scss/styles.scss */
.post {
padding: 2.5em;
margin-bottom: 1.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 384, ../scss/styles.scss */
.post {
margin-bottom: 3rem;
padding: 2.5em 3.5em;
}
}
/* line 400, ../scss/styles.scss */
.post p {
font-size: 0.9rem;
line-height: 2;
}
/* line 404, ../scss/styles.scss */
.post .read-more {
margin-bottom: 0;
background: #4a89dc;
padding: 0.7rem 1.6rem;
border-radius: 3px;
width: 100%;
font-weight: bold;
font-size: 0.9rem;
text-transform: uppercase;
}
@media screen and (min-width: 40.063em) {
/* line 404, ../scss/styles.scss */
.post .read-more {
margin-left: 15px;
width: auto;
}
}
/* line 417, ../scss/styles.scss */
.post .read-more:before {
content: "\f002";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-decoration: inherit;
color: white;
position: absolute;
font-size: 2em;
left: 50%;
top: -50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: -11px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
/* line 438, ../scss/styles.scss */
.post .read-more:hover {
background: #357bd8;
border-radius: 7px;
color: #357bd8;
}
/* line 442, ../scss/styles.scss */
.post .read-more:hover:before {
top: 50%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* line 448, ../scss/styles.scss */
.post .tags {
float: left;
font-size: 0.8em;
color: #BEBEBE;
line-height: 1.6;
}
/* line 449, ../scss/styles.scss */
.post .tags:before {
font-size: 1.7rem;
padding-right: 8px;
vertical-align: middle;
}
@media screen and (max-width: 40.063em) {
/* line 448, ../scss/styles.scss */
.post .tags {
line-height: 27px;
}
}
/* line 462, ../scss/styles.scss */
.post .tags a {
text-transform: uppercase;
color: #4a89dc;
}
/* line 465, ../scss/styles.scss */
.post .tags a:hover {
color: #1f57a1;
border-bottom: 1px solid #1f57a1;
}
/* line 471, ../scss/styles.scss */
.post .post-title {
font-weight: 400;
color: #333333;
line-height: 1.2;
margin: 1rem 0 1.2rem;
}
/* line 476, ../scss/styles.scss */
.post .post-title a {
color: inherit;
}
/* line 478, ../scss/styles.scss */
.post .post-title a:hover {
color: #4a89dc;
}
/* line 484, ../scss/styles.scss */
.post header .post-meta {
position: absolute;
top: 0;
left: 0;
background: #C7C7C7;
color: white;
padding: 5px 10px;
font-size: 14px;
}
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -1.5em;
background: #4a89dc;
color: white;
margin: -1.5rem -1.5rem 0;
padding: 1.5rem;
}
@media screen and (min-width: 64.063em) {
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -2.5rem -2.5rem 0;
}
}
@media screen and (min-width: 100em) {
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -2.5rem -3.5rem 0;
}
}
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
float: right;
background: none;
font-size: 0.8rem;
line-height: 20px;
margin: -30px -1.5rem 0;
padding: 0.3rem 0.7rem;
}
@media screen and (min-width: 64.063em) {
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
margin-right: -2.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
margin-right: -3.5rem;
}
}
/* line 523, ../scss/styles.scss */
.post-template .post .post-meta time {
color: white;
}
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: 1.5rem;
}
@media screen and (min-width: 64.063em) {
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: -2.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: -3.5rem;
}
}
/* line 536, ../scss/styles.scss */
.post-template .post pre {
margin: 1.6em 0;
box-sizing: border-box;
background: #f1f0ea;
border: 1px solid #dddbcc;
width: 100%;
font-family: Inconsolata, monospace;
font-size: 0.9em;
white-space: pre;
overflow: auto;
border-radius: 3px;
word-wrap: break-word;
}
/* line 549, ../scss/styles.scss */
.post-template .post pre code {
font-size: inherit;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
border: none;
font-family: Inconsolata, monospace;
border-radius: 2px;
line-height: 1.5;
}
@media screen and (min-width: 64.063em) {
/* line 561, ../scss/styles.scss */
.post-template .post .share {
width: 50%;
float: left;
margin-top: 0;
}
}
/* line 576, ../scss/styles.scss */
.post-template .post .share a {
margin-right: 10px;
font-size: 2.5rem;
}
/* line 579, ../scss/styles.scss */
.post-template .post .share a:hover {
color: #276ecc;
}
/* line 584, ../scss/styles.scss */
.post-template .post .author {
background: #4a89dc;
margin-top: 20px;
color: white;
width: 100%;
border-radius: 8px;
border-bottom: 2px solid #2363b6;
text-align: center;
line-height: 2.3;
}
@media screen and (min-width: 64.063em) {
/* line 584, ../scss/styles.scss */
.post-template .post .author {
width: 50%;
float: right;
margin-top: 0;
}
}
/* line 599, ../scss/styles.scss */
.post-template .post .author header span {
color: #266ac3;
font-size: 1.4rem;
font-weight: 900;
font-family: "Hiragino Sans GB", "Microsoft YaHei", "source sans pro", arial, sans-serif;
text-transform: uppercase;
}
/* line 607, ../scss/styles.scss */
.post-template .post .author section {
background: #eeeeee;
position: relative;
overflow: hidden;
}
/* line 612, ../scss/styles.scss */
.post-template .post .author section h4 {
margin: 0;
text-align: left;
color: #333333;
font-weight: 700;
float: left;
/*clear: both;*/
}
/* line 621, ../scss/styles.scss */
.post-template .post .author section span {
text-align: left;
color: #4d4d4d;
float: left;
font-size: 0.8rem;
line-height: 1.2;
}
/* line 630, ../scss/styles.scss */
.post-template .post .author section img {
max-width: 120px;
height: 100%;
max-height: 120px;
float: right;
}
/* line 638, ../scss/styles.scss */
.post-template .post .author section a {
text-align: left;
color: #4a89dc;
float: left;
font-size: 0.8rem;
line-height: 1.2;
}
/* line 646, ../scss/styles.scss */
.post-template .post .author section a:hover {
color: #1f57a1;
text-decoration: underline;
}
/* line 652, ../scss/styles.scss */
.post-template .post .author footer {
padding: 10px;
}
/* line 654, ../scss/styles.scss */
.post-template .post .author footer p {
margin: 0;
text-align: left;
font-size: 0.8rem;
line-height: 1.6;
}
/* featuredRED */
/* line 667, ../scss/styles.scss */
.home-template .post.featured, .tag-template .post.featured {
padding: 0;
}
/* line 670, ../scss/styles.scss */
.post.featured > a {
margin: 0;
position: relative;
}
/* line 673, ../scss/styles.scss */
.post.featured > a iframe, .post.featured > a embed {
width: 100% !important;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 677, ../scss/styles.scss */
.post.featured > a p {
font-size: 0;
margin-bottom: 0;
}
/* line 680, ../scss/styles.scss */
.post.featured > a p img {
width: 100%;
height: auto;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 684, ../scss/styles.scss */
.post.featured > a p img:hover {
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 1.5em;
}
@media screen and (min-width: 64.063em) {
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 2.5em;
}
}
@media screen and (min-width: 100em) {
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 2.5em 3.5em;
}
}
/* line 699, ../scss/styles.scss */
.post.featured > div .post-header .post-meta {
background: #4a89dc;
}
/* line 702, ../scss/styles.scss */
.post.featured > div .post-header h2 {
margin-top: 0;
}
/* FOOTER */
/* line 711, ../scss/styles.scss */
.site-footer section {
font-size: 0.8rem;
margin-top: 1rem;
text-align: center;
}
@media screen and (min-width: 64.063em) {
/* line 711, ../scss/styles.scss */
.site-footer section {
width: 33%;
float: left;
}
}
/* line 719, ../scss/styles.scss */
.site-footer section a {
color: #4a89dc;
}
/* line 721, ../scss/styles.scss */
.site-footer section a:hover {
text-decoration: underline;
color: #276ecc;
}
/* DISQUS */
/* line 730, ../scss/styles.scss */
.title-disqus {
margin: 20px 0;
}
/* line 732, ../scss/styles.scss */
.title-disqus span:before {
padding-right: 10px;
}
|
content/themes/ichi/assets/css/styles.css
|
body {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "open sans", "helvetica neue", helvetica, arial, sans-serif;
background: url("../images/main-background.jpg") repeat;
}
/* line 8, ../scss/styles.scss */
body > .row {
max-width: 100%;
}
/* line 12, ../scss/styles.scss */
h1 {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "source sans pro", "helvetica neue", helvetica, arial, sans-serif;
}
/* line 15, ../scss/styles.scss */
button, .button, a, span, li, .head-area:after, hr, img, .read-more:before, main, .post, .head-area {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
/* line 18, ../scss/styles.scss */
a {
color: #4a89dc;
}
/* line 20, ../scss/styles.scss */
a:hover {
color: #1f57a1;
}
/* line 24, ../scss/styles.scss */
#outdated {
display: none;
}
/* Foundation row */
/* line 29, ../scss/styles.scss */
.row {
max-width: 72.5em;
}
/* Topbar for mobile */
/* line 34, ../scss/styles.scss */
.top-bar {
background: none;
overflow: visible;
z-index: 9998;
height: 50px;
line-height: 50px;
}
/* line 40, ../scss/styles.scss */
.top-bar .home {
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.8);
}
/* line 46, ../scss/styles.scss */
.top-bar .home .fa-home {
color: white;
position: relative;
display: block;
padding: 0 8px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 2rem;
}
/* line 57, ../scss/styles.scss */
.top-bar .toggle-topbar {
display: block;
background: rgba(51, 51, 51, 0.8);
}
/* line 60, ../scss/styles.scss */
.top-bar .toggle-topbar .fa-list {
color: #fff;
text-transform: uppercase;
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
padding: 0 8px;
font-size: 2rem;
}
/* line 67, ../scss/styles.scss */
.top-bar li a:hover {
background: #4a89dc;
}
/* line 72, ../scss/styles.scss */
.top-bar .top-bar-section .right li {
/* @media screen and (min-width:40.063em) {
border-left: 1px solid left;
}
*/
}
/* line 80, ../scss/styles.scss */
.top-bar:hover + .row .head-area:after {
background: rgba(51, 51, 51, 0.65);
}
/* line 83, ../scss/styles.scss */
.top-bar:hover + .row hr {
border-color: white;
width: 200px;
}
/* Social network */
/* line 90, ../scss/styles.scss */
.blog-network {
padding-bottom: 15px;
float: right;
}
@media screen and (min-width: 64.063em) {
/* line 90, ../scss/styles.scss */
.blog-network {
margin-top: 2em;
}
}
/* line 96, ../scss/styles.scss */
.blog-network a {
float: right;
background: rgba(51, 51, 51, 0.8);
color: white;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 26px;
margin: 0;
}
/* line 105, ../scss/styles.scss */
.blog-network a:hover {
background: #4a89dc;
margin-left: 7px;
margin-right: 7px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
/* line 111, ../scss/styles.scss */
.blog-network a:first-of-type:hover {
margin-right: 0;
}
/* line 114, ../scss/styles.scss */
.blog-network a:last-of-type:hover {
margin-left: 0;
}
/* Sidebar */
/* line 121, ../scss/styles.scss */
.head-area {
margin-top: -50px;
padding-top: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #4a89dc;
}
/* line 129, ../scss/styles.scss */
.head-area:not(.bgimage):hover {
background: #0f294b;
}
/* line 132, ../scss/styles.scss */
.head-area:not(.bgimage):after {
display: none;
background: none;
}
/* line 137, ../scss/styles.scss */
.head-area hr {
border-color: #333333;
}
/* line 141, ../scss/styles.scss */
.head-area:hover.bgimage:after {
background: rgba(51, 51, 51, 0.65);
}
/* line 144, ../scss/styles.scss */
.head-area:hover hr {
border-color: white;
width: 200px;
}
/* line 149, ../scss/styles.scss */
.head-area:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 64.063em) {
/* line 121, ../scss/styles.scss */
.head-area {
margin-top: 0;
padding: 0 1.1rem;
position: fixed;
right: 0;
top: 0;
bottom: 0;
}
}
/* line 168, ../scss/styles.scss */
.site-head {
text-align: center;
z-index: 2;
position: relative;
}
/* line 172, ../scss/styles.scss */
.site-head .blog-description {
margin: 1.3rem 0 1rem;
color: white;
font-weight: 300;
}
/* line 177, ../scss/styles.scss */
.site-head .blog-logo {
display: inline-block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 180, ../scss/styles.scss */
.site-head .blog-logo img {
width: 100px;
height: 100px;
border: 2px solid white;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
}
/* line 186, ../scss/styles.scss */
.site-head .blog-logo:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
/* line 190, ../scss/styles.scss */
.site-head .blog-title {
margin: 0.7rem 0 1rem;
font-weight: 400;
text-transform: uppercase;
color: white;
line-height: 1;
font-size: 2rem;
float: left;
width: 100%;
text-align: center;
}
/* line 201, ../scss/styles.scss */
.site-head hr {
width: 100px;
margin: 0 auto;
}
/* line 205, ../scss/styles.scss */
.site-head .blog-menu {
float: left;
clear: both;
width: 100%;
margin-bottom: 35px;
}
@media screen and (min-width: 100em) {
/* line 205, ../scss/styles.scss */
.site-head .blog-menu {
float: right;
}
}
/* line 213, ../scss/styles.scss */
.site-head .blog-menu li {
font-size: 1rem;
width: 32%;
float: left;
}
@media screen and (min-width: 100em) {
/* line 213, ../scss/styles.scss */
.site-head .blog-menu li {
width: 18%;
}
/* line 219, ../scss/styles.scss */
.site-head .blog-menu li:nth-child(1) {
margin-left: 42%;
}
}
/* line 223, ../scss/styles.scss */
.site-head .blog-menu li:nth-child(2) {
margin: 0 2%;
}
/* line 228, ../scss/styles.scss */
.site-head .blog-menu li a {
padding: 5px 0;
background: #333333;
color: white;
text-transform: uppercase;
font-size: 2rem;
}
/* line 234, ../scss/styles.scss */
.site-head .blog-menu li a:hover {
color: white;
background: #4a89dc;
}
/* * Crazy overlay menu * */
/* Overlay style */
/* line 245, ../scss/styles.scss */
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(51, 51, 51, 0.89);
z-index: 9999;
}
/* Overlay closing cross */
/* line 256, ../scss/styles.scss */
.overlay .overlay-close {
width: 80px;
height: 80px;
position: absolute;
right: 0;
top: 0;
overflow: hidden;
border: none;
background: url(../images/cross.png) no-repeat center center;
text-indent: 200%;
color: transparent;
outline: none;
z-index: 100;
}
/* Menu style */
/* line 272, ../scss/styles.scss */
.overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* line 280, ../scss/styles.scss */
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative;
}
/* line 288, ../scss/styles.scss */
.overlay ul li {
display: block;
height: 30%;
min-height: 54px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* line 295, ../scss/styles.scss */
.overlay ul li a {
font-size: 54px;
font-weight: 300;
display: block;
color: #fff;
padding: 0 20px;
}
/* line 302, ../scss/styles.scss */
.overlay ul li a:hover, .overlay ul li a:focus {
background: #4a89dc;
}
/* Effects */
/* line 307, ../scss/styles.scss */
.overlay-scale {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* line 315, ../scss/styles.scss */
.overlay-scale.open {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
@media screen and (max-height: 30.5em) {
/* line 324, ../scss/styles.scss */
.overlay nav {
height: 70%;
font-size: 34px;
}
/* line 328, ../scss/styles.scss */
.overlay ul li {
min-height: 34px;
}
}
/* line 333, ../scss/styles.scss */
.main-column main {
max-width: 800px;
margin: 0 auto;
padding: 1.5rem 0;
}
@media screen and (max-width: 64.063em) {
/* line 333, ../scss/styles.scss */
.main-column main {
max-width: none;
width: 100%;
}
}
@media screen and (min-width: 64.063em) {
/* line 333, ../scss/styles.scss */
.main-column main {
padding: 1.5rem 0;
}
}
@media screen and (min-width: 100em) {
/* line 333, ../scss/styles.scss */
.main-column main {
padding: 4rem 0;
max-width: 1100px;
}
}
@media screen and (min-width: 64.063em) {
/* line 332, ../scss/styles.scss */
.main-column {
position: absolute;
height: 100%;
}
}
/* line 353, ../scss/styles.scss */
.main-column .pagination {
position: relative;
text-align: center;
background: #333333;
border-bottom: 4px solid #4a89dc;
}
/* line 358, ../scss/styles.scss */
.main-column .pagination a {
position: absolute;
font-size: 1.5rem;
color: white;
background: #333333;
}
/* line 363, ../scss/styles.scss */
.main-column .pagination a:first-child {
left: 0;
}
/* line 366, ../scss/styles.scss */
.main-column .pagination a:last-child {
right: 0;
}
/* line 369, ../scss/styles.scss */
.main-column .pagination a:hover {
color: #4a89dc;
background: #fff;
}
/* line 374, ../scss/styles.scss */
.main-column .pagination .page-number {
font-size: 1.1rem;
font-weight: 300;
line-height: 54px;
color: #fff;
}
/* POST */
/* line 384, ../scss/styles.scss */
.post {
background: #fff;
overflow: hidden;
padding: 1.5em;
margin-bottom: 1.5rem;
border-bottom: #4a89dc 2px solid;
position: relative;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64.063em) {
/* line 384, ../scss/styles.scss */
.post {
padding: 2.5em;
margin-bottom: 1.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 384, ../scss/styles.scss */
.post {
margin-bottom: 3rem;
padding: 2.5em 3.5em;
}
}
/* line 400, ../scss/styles.scss */
.post p {
font-size: 0.9rem;
line-height: 2;
}
/* line 404, ../scss/styles.scss */
.post .read-more {
margin-bottom: 0;
background: #4a89dc;
padding: 0.7rem 1.6rem;
border-radius: 3px;
width: 100%;
font-weight: bold;
font-size: 0.9rem;
text-transform: uppercase;
}
@media screen and (min-width: 40.063em) {
/* line 404, ../scss/styles.scss */
.post .read-more {
margin-left: 15px;
width: auto;
}
}
/* line 417, ../scss/styles.scss */
.post .read-more:before {
content: "\f002";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-decoration: inherit;
color: white;
position: absolute;
font-size: 2em;
left: 50%;
top: -50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: -11px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
/* line 438, ../scss/styles.scss */
.post .read-more:hover {
background: #357bd8;
border-radius: 7px;
color: #357bd8;
}
/* line 442, ../scss/styles.scss */
.post .read-more:hover:before {
top: 50%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* line 448, ../scss/styles.scss */
.post .tags {
float: left;
font-size: 0.8em;
color: #BEBEBE;
line-height: 1.6;
}
/* line 449, ../scss/styles.scss */
.post .tags:before {
font-size: 1.7rem;
padding-right: 8px;
vertical-align: middle;
}
@media screen and (max-width: 40.063em) {
/* line 448, ../scss/styles.scss */
.post .tags {
line-height: 27px;
}
}
/* line 462, ../scss/styles.scss */
.post .tags a {
text-transform: uppercase;
color: #4a89dc;
}
/* line 465, ../scss/styles.scss */
.post .tags a:hover {
color: #1f57a1;
border-bottom: 1px solid #1f57a1;
}
/* line 471, ../scss/styles.scss */
.post .post-title {
font-weight: 400;
color: #333333;
line-height: 1.2;
margin: 1rem 0 1.2rem;
}
/* line 476, ../scss/styles.scss */
.post .post-title a {
color: inherit;
}
/* line 478, ../scss/styles.scss */
.post .post-title a:hover {
color: #4a89dc;
}
/* line 484, ../scss/styles.scss */
.post header .post-meta {
position: absolute;
top: 0;
left: 0;
background: #C7C7C7;
color: white;
padding: 5px 10px;
font-size: 14px;
}
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -1.5em;
background: #4a89dc;
color: white;
margin: -1.5rem -1.5rem 0;
padding: 1.5rem;
}
@media screen and (min-width: 64.063em) {
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -2.5rem -2.5rem 0;
}
}
@media screen and (min-width: 100em) {
/* line 497, ../scss/styles.scss */
.post-template .post .post-title {
margin: -2.5rem -3.5rem 0;
}
}
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
float: right;
background: none;
font-size: 0.8rem;
line-height: 20px;
margin: -30px -1.5rem 0;
padding: 0.3rem 0.7rem;
}
@media screen and (min-width: 64.063em) {
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
margin-right: -2.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 510, ../scss/styles.scss */
.post-template .post .post-meta {
margin-right: -3.5rem;
}
}
/* line 523, ../scss/styles.scss */
.post-template .post .post-meta time {
color: white;
}
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: 1.5rem;
}
@media screen and (min-width: 64.063em) {
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: -2.5rem;
}
}
@media screen and (min-width: 100em) {
/* line 527, ../scss/styles.scss */
.post-template .post .post-content {
padding-top: -3.5rem;
}
}
/* line 536, ../scss/styles.scss */
.post-template .post pre {
margin: 1.6em 0;
box-sizing: border-box;
background: #f1f0ea;
border: 1px solid #dddbcc;
width: 100%;
font-family: Inconsolata, monospace;
font-size: 0.9em;
white-space: pre;
overflow: auto;
border-radius: 3px;
word-wrap: break-word;
}
/* line 549, ../scss/styles.scss */
.post-template .post pre code {
font-size: inherit;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
border: none;
font-family: Inconsolata, monospace;
border-radius: 2px;
line-height: 1.5;
}
@media screen and (min-width: 64.063em) {
/* line 561, ../scss/styles.scss */
.post-template .post .share {
width: 50%;
float: left;
margin-top: 0;
}
}
/* line 576, ../scss/styles.scss */
.post-template .post .share a {
margin-right: 10px;
font-size: 2.5rem;
}
/* line 579, ../scss/styles.scss */
.post-template .post .share a:hover {
color: #276ecc;
}
/* line 584, ../scss/styles.scss */
.post-template .post .author {
background: #4a89dc;
margin-top: 20px;
color: white;
width: 100%;
border-radius: 8px;
border-bottom: 2px solid #2363b6;
text-align: center;
line-height: 2.3;
}
@media screen and (min-width: 64.063em) {
/* line 584, ../scss/styles.scss */
.post-template .post .author {
width: 50%;
float: right;
margin-top: 0;
}
}
/* line 599, ../scss/styles.scss */
.post-template .post .author header span {
color: #266ac3;
font-size: 1.4rem;
font-weight: 900;
font-family: "Hiragino Sans GB", "Microsoft YaHei", "source sans pro", arial, sans-serif;
text-transform: uppercase;
}
/* line 607, ../scss/styles.scss */
.post-template .post .author section {
background: #eeeeee;
position: relative;
overflow: hidden;
}
/* line 612, ../scss/styles.scss */
.post-template .post .author section h4 {
margin: 0;
text-align: left;
color: #333333;
font-weight: 700;
float: left;
/*clear: both;*/
}
/* line 621, ../scss/styles.scss */
.post-template .post .author section span {
text-align: left;
color: #4d4d4d;
float: left;
font-size: 0.8rem;
line-height: 1.2;
}
/* line 630, ../scss/styles.scss */
.post-template .post .author section img {
max-width: 120px;
height: 100%;
max-height: 120px;
float: right;
}
/* line 638, ../scss/styles.scss */
.post-template .post .author section a {
text-align: left;
color: #4a89dc;
float: left;
font-size: 0.8rem;
line-height: 1.2;
}
/* line 646, ../scss/styles.scss */
.post-template .post .author section a:hover {
color: #1f57a1;
text-decoration: underline;
}
/* line 652, ../scss/styles.scss */
.post-template .post .author footer {
padding: 10px;
}
/* line 654, ../scss/styles.scss */
.post-template .post .author footer p {
margin: 0;
text-align: left;
font-size: 0.8rem;
line-height: 1.6;
}
/* featuredRED */
/* line 667, ../scss/styles.scss */
.home-template .post.featured, .tag-template .post.featured {
padding: 0;
}
/* line 670, ../scss/styles.scss */
.post.featured > a {
margin: 0;
position: relative;
}
/* line 673, ../scss/styles.scss */
.post.featured > a iframe, .post.featured > a embed {
width: 100% !important;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 677, ../scss/styles.scss */
.post.featured > a p {
font-size: 0;
margin-bottom: 0;
}
/* line 680, ../scss/styles.scss */
.post.featured > a p img {
width: 100%;
height: auto;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 684, ../scss/styles.scss */
.post.featured > a p img:hover {
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 1.5em;
}
@media screen and (min-width: 64.063em) {
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 2.5em;
}
}
@media screen and (min-width: 100em) {
/* line 690, ../scss/styles.scss */
.post.featured > div {
padding: 2.5em 3.5em;
}
}
/* line 699, ../scss/styles.scss */
.post.featured > div .post-header .post-meta {
background: #4a89dc;
}
/* line 702, ../scss/styles.scss */
.post.featured > div .post-header h2 {
margin-top: 0;
}
/* FOOTER */
/* line 711, ../scss/styles.scss */
.site-footer section {
font-size: 0.8rem;
margin-top: 1rem;
text-align: center;
}
@media screen and (min-width: 64.063em) {
/* line 711, ../scss/styles.scss */
.site-footer section {
width: 33%;
float: left;
}
}
/* line 719, ../scss/styles.scss */
.site-footer section a {
color: #4a89dc;
}
/* line 721, ../scss/styles.scss */
.site-footer section a:hover {
text-decoration: underline;
color: #276ecc;
}
/* DISQUS */
/* line 730, ../scss/styles.scss */
.title-disqus {
margin: 20px 0;
}
/* line 732, ../scss/styles.scss */
.title-disqus span:before {
padding-right: 10px;
}
| 0.318273 | 0.039453 |
@media only screen and (max-width: 2560px){
/* Menu OffCanvas */
.header-page__nav{
display: none;
display: grid;
place-items: center;
position: fixed;
top: 0;
z-index: 2;
height: 100vh;
width: 100vw;
user-select: none;
background: linear-gradient(to bottom, #7474bf, #348ac7);
transform: translateX(-200%);
transition: all .5s cubic-bezier(0.63, -0.12, 0.43, 1.26);
}
.header-page__hamburguer{ display: none; }
.header-page__list{ list-style-type: none; }
.header-page__link{
display: block;
text-decoration: none;
color: white;
padding: 20px 30px;
margin-bottom: 40px;
background-color: rgba(252, 252, 252, 0.2);
border-radius: 10px;
text-align: center;
font-size: 1.2rem;
transition: all .3s ease;
}
.header-page__link:hover{ background-color: rgba(252, 252, 252, 0.4);}
/* Menu Canvas */
.nav-top{
position: fixed;
z-index: 2;
top: 0;
width: 100%;
height: 80px;
justify-content: space-around;
transform: scale(1);
opacity: 1;
transition: background-color 1s ease, height 1s ease, opacity 1.5s 1s ease-in , transform 1s 1s ease;
}
.nav-top__btn{
padding: 15px 30px;
background-color: var(--cor-btn-opaco);
color: var(--cor-clara);
font-size: 1.2rem;
letter-spacing: 1.5px;
}
.nav-top.scroll{
background-color: var(--cor-primaria);
height: 50px;
}
.nav-top.scroll .nav-top__btn{ font-size: 1rem ; }
.nav-top.pre-load{
opacity: 0;
transform: scale(.5);
}
}
/* ---------- Breakpoint 1 ---------- */
@media only screen and (max-width: 870px){
.nav-top__btn{ font-size: 1.1rem; }
.nav-top{ height: 60px; }
}
/* ---------- Breakpoint 2 ---------- */
@media only screen and (max-width: 700px){
.nav-top__btn{ padding: 15px 15px; }
}
/* ---------- Breakpoint 3 ---------- */
@media only screen and (max-width: 555px){
.nav-top{ display: none; }
/* Menu Hamburguer */
.header-page__hamburguer{
display: block;
width: 40px;
height: 40px;
right: 0;
top: 0;
position: fixed;
background-color: #7474bf;
border-radius: 10px;
margin: 5px 5px 0 0;
z-index: 3;
outline: none;
border: none;
}
.header-page__hamburguerLine{
display: block;
width: 25px;
height: 4px;
background-color: white;
}
.header-page__hamburguerLine::before,
.header-page__hamburguerLine::after{
content: '';
display: block;
position: absolute;
width: inherit;
height: inherit;
background-color: inherit;
top: 7.5px;
transition: all .2s ease-in;
}
.header-page__hamburguerLine::before{ top: -7.5px; }
.is-active.header-page__hamburguerLine{ transform: translate(-12.5px, -2px) rotate(45deg); }
.is-active.header-page__hamburguerLine::before,
.is-active.header-page__hamburguerLine::after {
top: 0;
transform: rotate(90deg);
}
/* Menu OffCanvas */
.header-page__nav.is-active{
transform: none;
transition: all .8s cubic-bezier(.19, 1, .22, 1);
}
}
|
css/menu.css
|
@media only screen and (max-width: 2560px){
/* Menu OffCanvas */
.header-page__nav{
display: none;
display: grid;
place-items: center;
position: fixed;
top: 0;
z-index: 2;
height: 100vh;
width: 100vw;
user-select: none;
background: linear-gradient(to bottom, #7474bf, #348ac7);
transform: translateX(-200%);
transition: all .5s cubic-bezier(0.63, -0.12, 0.43, 1.26);
}
.header-page__hamburguer{ display: none; }
.header-page__list{ list-style-type: none; }
.header-page__link{
display: block;
text-decoration: none;
color: white;
padding: 20px 30px;
margin-bottom: 40px;
background-color: rgba(252, 252, 252, 0.2);
border-radius: 10px;
text-align: center;
font-size: 1.2rem;
transition: all .3s ease;
}
.header-page__link:hover{ background-color: rgba(252, 252, 252, 0.4);}
/* Menu Canvas */
.nav-top{
position: fixed;
z-index: 2;
top: 0;
width: 100%;
height: 80px;
justify-content: space-around;
transform: scale(1);
opacity: 1;
transition: background-color 1s ease, height 1s ease, opacity 1.5s 1s ease-in , transform 1s 1s ease;
}
.nav-top__btn{
padding: 15px 30px;
background-color: var(--cor-btn-opaco);
color: var(--cor-clara);
font-size: 1.2rem;
letter-spacing: 1.5px;
}
.nav-top.scroll{
background-color: var(--cor-primaria);
height: 50px;
}
.nav-top.scroll .nav-top__btn{ font-size: 1rem ; }
.nav-top.pre-load{
opacity: 0;
transform: scale(.5);
}
}
/* ---------- Breakpoint 1 ---------- */
@media only screen and (max-width: 870px){
.nav-top__btn{ font-size: 1.1rem; }
.nav-top{ height: 60px; }
}
/* ---------- Breakpoint 2 ---------- */
@media only screen and (max-width: 700px){
.nav-top__btn{ padding: 15px 15px; }
}
/* ---------- Breakpoint 3 ---------- */
@media only screen and (max-width: 555px){
.nav-top{ display: none; }
/* Menu Hamburguer */
.header-page__hamburguer{
display: block;
width: 40px;
height: 40px;
right: 0;
top: 0;
position: fixed;
background-color: #7474bf;
border-radius: 10px;
margin: 5px 5px 0 0;
z-index: 3;
outline: none;
border: none;
}
.header-page__hamburguerLine{
display: block;
width: 25px;
height: 4px;
background-color: white;
}
.header-page__hamburguerLine::before,
.header-page__hamburguerLine::after{
content: '';
display: block;
position: absolute;
width: inherit;
height: inherit;
background-color: inherit;
top: 7.5px;
transition: all .2s ease-in;
}
.header-page__hamburguerLine::before{ top: -7.5px; }
.is-active.header-page__hamburguerLine{ transform: translate(-12.5px, -2px) rotate(45deg); }
.is-active.header-page__hamburguerLine::before,
.is-active.header-page__hamburguerLine::after {
top: 0;
transform: rotate(90deg);
}
/* Menu OffCanvas */
.header-page__nav.is-active{
transform: none;
transition: all .8s cubic-bezier(.19, 1, .22, 1);
}
}
| 0.218419 | 0.068913 |
.column {
float: left;
padding-bottom: 100px;
}
.vp_portlet {
padding: 5px;
padding: 0.3em;
border: 1px dotted black;
}
.vp_portlet-header {
padding: 0.2em 0.3em;
margin-bottom: 0.5em;
position: relative;
font-size: 16px;
}
.vp_portlet-toggle {
position: absolute;
top: 50%;
right: 0;
margin-top: -8px;
}
.vp_portlet-content {
padding: 5px;
border: 1px solid #ccc;
padding: 0.4em;
font-size: 10px;
background-color: #ffffff;
border: 1px #000;
font-family: sans-serif;
}
.vp_portlet-placeholder {
border: 1px dotted black;
height: 50px;
}
.header {
padding: 5px;
position: relative;
font-size: 14px;
font-family: sans-serif;
font-weight: 100;
}
.header-content {
padding: 5px;
position: relative;
font-size: 11px;
font-family: sans-serif;
font-weight: 100;
}
td.vp
{
/* border:1px solid #0033cc;
background-color: #e6ebfa; */
}
td.vp2
{
white-space: nowrap;
background-color: #092d2b;
color: #FFFFFF;
text-align: center;
border-right:1px solid #A9A9AB;
border-left:1px solid #29292D;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
margin-left: 5px;
margin-right: 5px;
height: 100px;
width: 15%;
line-height: 8px;
}
td.vp1
{
color: #000000;
height: 80px;
margin-top: 13px;
padding-top: 13px;
vertical-align: top;
border-right:1px solid #A9A9AB;
border-left:1px solid #FFFFFF;
border-bottom:1px solid #A9A9AB;
border-top:1px solid #FFFFFF;
width:85%;
}
td.vp1st
{
color: #000000;
height: 80;
margin-top: 13px;
padding-top: 13px;
vertical-align: top;
border-right:1px solid #A9A9AB;
border-left:1px solid #A9A9AB;
border-bottom:1px solid #A9A9AB;
border-top:1px solid #A9A9AB;
width: 85%;
}
div.content2 {
display: float;
align: left;
}
ul {
padding: 0px;
margin-bottom: 0px;
}
li.deal_item {
display: block;
float: left;
height: 125px;
text-align: center;
font-size: 8px;
font-family: Arial,Helvetica,clean,sans-serif;
background-color: #c0c0c0;
line-height: 1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
width: 180px;
list-style-type: none;
margin: 0 5px 5px 5px;
padding: 0 0 2.5em;
}
div.list_item {
height: 45px;
width: 160px;
display: block;
margin-top: 20px;
margin-left: 20px;
text-align: left;
line-height: 5px;
}
p.smaller_text {
font-size: 9px;
font-family: Arial,Helvetica,clean,sans-serif;
}
p.larger_bold {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:link {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:visited {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:hover {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
p.normal {
font-size: 11px;
font-family: Arial,Helvetica,clean,sans-serif;
}
p.ss_bold {
font-size: 18px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
}
p.ss_amount {
font-size: 12px;
font-family: Arial,Helvetica,clean,sans-serif;
color: #D4D4D5;
}
|
html/assets/css/visual_pipeline.css
|
.column {
float: left;
padding-bottom: 100px;
}
.vp_portlet {
padding: 5px;
padding: 0.3em;
border: 1px dotted black;
}
.vp_portlet-header {
padding: 0.2em 0.3em;
margin-bottom: 0.5em;
position: relative;
font-size: 16px;
}
.vp_portlet-toggle {
position: absolute;
top: 50%;
right: 0;
margin-top: -8px;
}
.vp_portlet-content {
padding: 5px;
border: 1px solid #ccc;
padding: 0.4em;
font-size: 10px;
background-color: #ffffff;
border: 1px #000;
font-family: sans-serif;
}
.vp_portlet-placeholder {
border: 1px dotted black;
height: 50px;
}
.header {
padding: 5px;
position: relative;
font-size: 14px;
font-family: sans-serif;
font-weight: 100;
}
.header-content {
padding: 5px;
position: relative;
font-size: 11px;
font-family: sans-serif;
font-weight: 100;
}
td.vp
{
/* border:1px solid #0033cc;
background-color: #e6ebfa; */
}
td.vp2
{
white-space: nowrap;
background-color: #092d2b;
color: #FFFFFF;
text-align: center;
border-right:1px solid #A9A9AB;
border-left:1px solid #29292D;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
margin-left: 5px;
margin-right: 5px;
height: 100px;
width: 15%;
line-height: 8px;
}
td.vp1
{
color: #000000;
height: 80px;
margin-top: 13px;
padding-top: 13px;
vertical-align: top;
border-right:1px solid #A9A9AB;
border-left:1px solid #FFFFFF;
border-bottom:1px solid #A9A9AB;
border-top:1px solid #FFFFFF;
width:85%;
}
td.vp1st
{
color: #000000;
height: 80;
margin-top: 13px;
padding-top: 13px;
vertical-align: top;
border-right:1px solid #A9A9AB;
border-left:1px solid #A9A9AB;
border-bottom:1px solid #A9A9AB;
border-top:1px solid #A9A9AB;
width: 85%;
}
div.content2 {
display: float;
align: left;
}
ul {
padding: 0px;
margin-bottom: 0px;
}
li.deal_item {
display: block;
float: left;
height: 125px;
text-align: center;
font-size: 8px;
font-family: Arial,Helvetica,clean,sans-serif;
background-color: #c0c0c0;
line-height: 1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
width: 180px;
list-style-type: none;
margin: 0 5px 5px 5px;
padding: 0 0 2.5em;
}
div.list_item {
height: 45px;
width: 160px;
display: block;
margin-top: 20px;
margin-left: 20px;
text-align: left;
line-height: 5px;
}
p.smaller_text {
font-size: 9px;
font-family: Arial,Helvetica,clean,sans-serif;
}
p.larger_bold {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:link {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:visited {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.larger_bold:hover {
font-size: 15px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
text-decoration: none;
}
p.normal {
font-size: 11px;
font-family: Arial,Helvetica,clean,sans-serif;
}
p.ss_bold {
font-size: 18px;
font-family: Arial,Helvetica,clean,sans-serif;
font-weight: bold;
}
p.ss_amount {
font-size: 12px;
font-family: Arial,Helvetica,clean,sans-serif;
color: #D4D4D5;
}
| 0.291182 | 0.119665 |
.u-tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
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; }
.u-tooltip.in {
opacity: 0.9 !important; }
.u-tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.u-tooltip .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
background-color: #42526E;
border-radius: 3px;
word-wrap: break-word; }
.u-tooltip.right {
padding: 0 5px; }
.u-tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #42526E; }
.u-tooltip.top {
padding: 5px 0; }
.u-tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #42526E; }
.u-tooltip.left {
padding: 0 5px; }
.u-tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #42526E; }
.u-tooltip.bottom {
padding: 5px 0; }
.u-tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #42526E; }
.u-tooltip.inverse-arrow.right .tooltip-arrow {
top: 50%;
left: auto;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #42526E; }
.u-tooltip.inverse-arrow.left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #42526E; }
.u-tooltip.inverse-arrow.top .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #42526E; }
.u-tooltip.inverse-arrow.bottom .tooltip-arrow {
top: auto;
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #42526E; }
.u-tooltip.inverse.bottom .tooltip-arrow::after {
top: 1px;
margin-left: -5px;
border-top-width: 0;
border-bottom-color: #fff; }
.u-tooltip.inverse.bottom .tooltip-arrow {
border-bottom-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.top .tooltip-arrow::after {
top: 1px;
margin-left: -5px;
border-top-width: 0;
border-bottom-color: #fff;
border-bottom-width: inherit; }
.u-tooltip.inverse-arrow.inverse.top .tooltip-arrow {
border-bottom-color: rgb(165, 173, 186); }
.u-tooltip.inverse.left .tooltip-arrow::after {
border-right-width: 0;
top: -5px;
margin-left: -6px;
border-left-color: #fff; }
.u-tooltip.inverse.left .tooltip-arrow {
border-left-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.right .tooltip-arrow::after {
border-right-width: 0;
top: -5px;
margin-left: -6px;
border-left-color: #fff;
border-left-width: inherit; }
.u-tooltip.inverse-arrow.inverse.right .tooltip-arrow {
border-left-color: rgb(165, 173, 186); }
.u-tooltip.inverse.right .tooltip-arrow::after {
border-left-width: 0;
top: -5px;
margin-left: 1px;
border-right-color: #fff; }
.u-tooltip.inverse.right .tooltip-arrow {
border-right-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.left .tooltip-arrow::after {
border-left-width: 0;
top: -5px;
margin-left: 1px;
border-right-color: #fff;
border-right-width: inherit; }
.u-tooltip.inverse-arrow.inverse.left .tooltip-arrow {
border-right-color: rgb(165, 173, 186); }
.u-tooltip.inverse.top .tooltip-arrow::after {
top: -6px;
margin-left: -5px;
border-bottom-width: 0;
border-bottom-color: #d9d9d9;
border-top-color: #fff; }
.u-tooltip.inverse.top .tooltip-arrow {
border-top-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.bottom .tooltip-arrow::after {
top: -6px;
margin-left: -5px;
border-bottom-width: 0;
border-bottom-color: #d9d9d9;
border-top-color: #fff;
border-top-width: inherit; }
.u-tooltip.inverse-arrow.inverse.bottom .tooltip-arrow {
border-top-color: rgb(165, 173, 186); }
.u-tooltip.inverse .tooltip-inner {
background-color: #fff;
color: #333333;
border: 1px solid rgb(165, 173, 186); }
.u-tooltip.inverse .tooltip-arrow::after {
position: absolute;
display: block;
width: 0;
height: 0;
border: 5px solid transparent;
content: " "; }
.u-slider {
position: relative;
height: 14px;
padding: 5px 0;
width: 100%;
border-radius: 6px;
-ms-touch-action: none;
touch-action: none;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider .u-slider-rail {
position: absolute;
width: 100%;
background-color: #e9e9e9;
height: 4px;
border-radius: 6px; }
.u-slider .u-slider-track {
position: absolute;
left: 0;
height: 4px;
border-radius: 6px;
background-color: rgb(245, 60, 50); }
.u-slider .u-slider-handle {
position: absolute;
margin-left: -7px;
margin-top: -5px;
width: 14px;
height: 14px;
cursor: pointer;
cursor: grab;
border-radius: 50%;
border: solid 2px rgb(245, 60, 50);
background-color: #fff;
-ms-touch-action: pan-x;
touch-action: pan-x; }
.u-slider .u-slider-handle:hover {
border-color: rgb(245, 60, 50); }
.u-slider .u-slider-handle:active {
border-color: rgb(245, 60, 50);
box-shadow: 0 0 5px rgb(245, 60, 50);
cursor: grabbing; }
.u-slider .u-slider-handle:focus {
border-color: rgb(245, 60, 50);
box-shadow: 0 0 0 5px rgb(245, 60, 50);
outline: none; }
.u-slider .u-slider-mark {
position: absolute;
top: 18px;
left: 0;
width: 100%;
font-size: 12px; }
.u-slider .u-slider-mark-text {
position: absolute;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
color: #999; }
.u-slider .u-slider-mark-text-active {
color: #666; }
.u-slider .u-slider-step {
position: absolute;
width: 100%;
height: 4px;
background: transparent; }
.u-slider .u-slider-dot {
position: absolute;
bottom: -2px;
margin-left: -4px;
width: 8px;
height: 8px;
border: 2px solid #e9e9e9;
background-color: #fff;
cursor: pointer;
border-radius: 50%;
vertical-align: middle; }
.u-slider .u-slider-dot:first-child {
margin-left: -4px; }
.u-slider .u-slider-dot:last-child {
margin-left: -4px; }
.u-slider .u-slider-dot-active {
border-color: rgb(245, 60, 50); }
.u-slider .u-slider-disabled {
background-color: #e9e9e9; }
.u-slider .u-slider-disabled .u-slider-track {
background-color: #ccc; }
.u-slider .u-slider-disabled .u-slider-handle,
.u-slider .u-slider-disabled .u-slider-dot {
border-color: #ccc;
box-shadow: none;
background-color: #fff;
cursor: not-allowed; }
.u-slider .u-slider-disabled .u-slider-mark-text,
.u-slider .u-slider-disabled .u-slider-dot {
cursor: not-allowed; }
.u-slider.u-slider-vertical {
width: 14px;
height: 100%;
padding: 0 5px; }
.u-slider.u-slider-vertical .u-slider-rail {
height: 100%;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-track {
left: 5px;
bottom: 0;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-handle {
margin-left: -5px;
margin-bottom: -7px;
-ms-touch-action: pan-y;
touch-action: pan-y; }
.u-slider.u-slider-vertical .u-slider-mark {
top: 0;
left: 18px;
height: 100%; }
.u-slider.u-slider-vertical .u-slider-step {
height: 100%;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-dot {
left: 2px;
margin-bottom: -4px; }
.u-slider.u-slider-vertical .u-slider-dot:first-child {
margin-bottom: -4px; }
.u-slider.u-slider-vertical .u-slider-dot:last-child {
margin-bottom: -4px; }
.u-slider .u-slider-tooltip-zoom-down-enter,
.u-slider .u-slider-tooltip-zoom-down-appear {
animation-duration: .3s;
animation-fill-mode: both;
display: block;
animation-play-state: paused; }
.u-slider .u-slider-tooltip-zoom-down-leave {
animation-duration: .3s;
animation-fill-mode: both;
display: block;
animation-play-state: paused; }
.u-slider .u-slider-tooltip-zoom-down-enter.u-slider-tooltip-zoom-down-enter-active,
.u-slider .u-slider-tooltip-zoom-down-appear.u-slider-tooltip-zoom-down-appear-active {
animation-name: rcSliderTooltipZoomDownIn;
animation-play-state: running; }
.u-slider .u-slider-tooltip-zoom-down-leave.u-slider-tooltip-zoom-down-leave-active {
animation-name: rcSliderTooltipZoomDownOut;
animation-play-state: running; }
.u-slider .u-slider-tooltip-zoom-down-enter,
.u-slider .u-slider-tooltip-zoom-down-appear {
transform: scale(0, 0);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.u-slider .u-slider-tooltip-zoom-down-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
.u-slider-tooltip {
position: absolute;
left: -9999px;
top: -9999px;
visibility: visible;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider-tooltip * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider-tooltip .u-slider-tooltip-hidden {
display: none; }
.u-slider-tooltip .u-slider-tooltip-placement-top {
padding: 4px 0 8px 0; }
.u-slider-tooltip .u-slider-tooltip-inner {
padding: 6px 2px;
min-width: 24px;
height: 24px;
font-size: 12px;
line-height: 1;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #666666;
border-radius: 6px;
box-shadow: 0 0 4px #d9d9d9; }
.u-slider-tooltip .u-slider-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.u-slider-tooltip .u-slider-tooltip-placement-top .u-slider-tooltip-arrow {
bottom: 4px;
left: 50%;
margin-left: -4px;
border-width: 4px 4px 0;
border-top-color: #666666; }
@keyframes rcSliderTooltipZoomDownIn {
0% {
opacity: 0;
transform-origin: 50% 100%;
transform: scale(0, 0); }
100% {
transform-origin: 50% 100%;
transform: scale(1, 1); } }
@keyframes rcSliderTooltipZoomDownOut {
0% {
transform-origin: 50% 100%;
transform: scale(1, 1); }
100% {
opacity: 0;
transform-origin: 50% 100%;
transform: scale(0, 0); } }
.tooltip.in {
opacity: 1; }
/*# sourceMappingURL=demo.css.map */
|
tinper-bee/bee-slider/dist/demo.css
|
.u-tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
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; }
.u-tooltip.in {
opacity: 0.9 !important; }
.u-tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.u-tooltip .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
background-color: #42526E;
border-radius: 3px;
word-wrap: break-word; }
.u-tooltip.right {
padding: 0 5px; }
.u-tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #42526E; }
.u-tooltip.top {
padding: 5px 0; }
.u-tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #42526E; }
.u-tooltip.left {
padding: 0 5px; }
.u-tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #42526E; }
.u-tooltip.bottom {
padding: 5px 0; }
.u-tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #42526E; }
.u-tooltip.inverse-arrow.right .tooltip-arrow {
top: 50%;
left: auto;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #42526E; }
.u-tooltip.inverse-arrow.left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #42526E; }
.u-tooltip.inverse-arrow.top .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #42526E; }
.u-tooltip.inverse-arrow.bottom .tooltip-arrow {
top: auto;
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #42526E; }
.u-tooltip.inverse.bottom .tooltip-arrow::after {
top: 1px;
margin-left: -5px;
border-top-width: 0;
border-bottom-color: #fff; }
.u-tooltip.inverse.bottom .tooltip-arrow {
border-bottom-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.top .tooltip-arrow::after {
top: 1px;
margin-left: -5px;
border-top-width: 0;
border-bottom-color: #fff;
border-bottom-width: inherit; }
.u-tooltip.inverse-arrow.inverse.top .tooltip-arrow {
border-bottom-color: rgb(165, 173, 186); }
.u-tooltip.inverse.left .tooltip-arrow::after {
border-right-width: 0;
top: -5px;
margin-left: -6px;
border-left-color: #fff; }
.u-tooltip.inverse.left .tooltip-arrow {
border-left-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.right .tooltip-arrow::after {
border-right-width: 0;
top: -5px;
margin-left: -6px;
border-left-color: #fff;
border-left-width: inherit; }
.u-tooltip.inverse-arrow.inverse.right .tooltip-arrow {
border-left-color: rgb(165, 173, 186); }
.u-tooltip.inverse.right .tooltip-arrow::after {
border-left-width: 0;
top: -5px;
margin-left: 1px;
border-right-color: #fff; }
.u-tooltip.inverse.right .tooltip-arrow {
border-right-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.left .tooltip-arrow::after {
border-left-width: 0;
top: -5px;
margin-left: 1px;
border-right-color: #fff;
border-right-width: inherit; }
.u-tooltip.inverse-arrow.inverse.left .tooltip-arrow {
border-right-color: rgb(165, 173, 186); }
.u-tooltip.inverse.top .tooltip-arrow::after {
top: -6px;
margin-left: -5px;
border-bottom-width: 0;
border-bottom-color: #d9d9d9;
border-top-color: #fff; }
.u-tooltip.inverse.top .tooltip-arrow {
border-top-color: rgb(165, 173, 186); }
.u-tooltip.inverse-arrow.inverse.bottom .tooltip-arrow::after {
top: -6px;
margin-left: -5px;
border-bottom-width: 0;
border-bottom-color: #d9d9d9;
border-top-color: #fff;
border-top-width: inherit; }
.u-tooltip.inverse-arrow.inverse.bottom .tooltip-arrow {
border-top-color: rgb(165, 173, 186); }
.u-tooltip.inverse .tooltip-inner {
background-color: #fff;
color: #333333;
border: 1px solid rgb(165, 173, 186); }
.u-tooltip.inverse .tooltip-arrow::after {
position: absolute;
display: block;
width: 0;
height: 0;
border: 5px solid transparent;
content: " "; }
.u-slider {
position: relative;
height: 14px;
padding: 5px 0;
width: 100%;
border-radius: 6px;
-ms-touch-action: none;
touch-action: none;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider .u-slider-rail {
position: absolute;
width: 100%;
background-color: #e9e9e9;
height: 4px;
border-radius: 6px; }
.u-slider .u-slider-track {
position: absolute;
left: 0;
height: 4px;
border-radius: 6px;
background-color: rgb(245, 60, 50); }
.u-slider .u-slider-handle {
position: absolute;
margin-left: -7px;
margin-top: -5px;
width: 14px;
height: 14px;
cursor: pointer;
cursor: grab;
border-radius: 50%;
border: solid 2px rgb(245, 60, 50);
background-color: #fff;
-ms-touch-action: pan-x;
touch-action: pan-x; }
.u-slider .u-slider-handle:hover {
border-color: rgb(245, 60, 50); }
.u-slider .u-slider-handle:active {
border-color: rgb(245, 60, 50);
box-shadow: 0 0 5px rgb(245, 60, 50);
cursor: grabbing; }
.u-slider .u-slider-handle:focus {
border-color: rgb(245, 60, 50);
box-shadow: 0 0 0 5px rgb(245, 60, 50);
outline: none; }
.u-slider .u-slider-mark {
position: absolute;
top: 18px;
left: 0;
width: 100%;
font-size: 12px; }
.u-slider .u-slider-mark-text {
position: absolute;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
color: #999; }
.u-slider .u-slider-mark-text-active {
color: #666; }
.u-slider .u-slider-step {
position: absolute;
width: 100%;
height: 4px;
background: transparent; }
.u-slider .u-slider-dot {
position: absolute;
bottom: -2px;
margin-left: -4px;
width: 8px;
height: 8px;
border: 2px solid #e9e9e9;
background-color: #fff;
cursor: pointer;
border-radius: 50%;
vertical-align: middle; }
.u-slider .u-slider-dot:first-child {
margin-left: -4px; }
.u-slider .u-slider-dot:last-child {
margin-left: -4px; }
.u-slider .u-slider-dot-active {
border-color: rgb(245, 60, 50); }
.u-slider .u-slider-disabled {
background-color: #e9e9e9; }
.u-slider .u-slider-disabled .u-slider-track {
background-color: #ccc; }
.u-slider .u-slider-disabled .u-slider-handle,
.u-slider .u-slider-disabled .u-slider-dot {
border-color: #ccc;
box-shadow: none;
background-color: #fff;
cursor: not-allowed; }
.u-slider .u-slider-disabled .u-slider-mark-text,
.u-slider .u-slider-disabled .u-slider-dot {
cursor: not-allowed; }
.u-slider.u-slider-vertical {
width: 14px;
height: 100%;
padding: 0 5px; }
.u-slider.u-slider-vertical .u-slider-rail {
height: 100%;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-track {
left: 5px;
bottom: 0;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-handle {
margin-left: -5px;
margin-bottom: -7px;
-ms-touch-action: pan-y;
touch-action: pan-y; }
.u-slider.u-slider-vertical .u-slider-mark {
top: 0;
left: 18px;
height: 100%; }
.u-slider.u-slider-vertical .u-slider-step {
height: 100%;
width: 4px; }
.u-slider.u-slider-vertical .u-slider-dot {
left: 2px;
margin-bottom: -4px; }
.u-slider.u-slider-vertical .u-slider-dot:first-child {
margin-bottom: -4px; }
.u-slider.u-slider-vertical .u-slider-dot:last-child {
margin-bottom: -4px; }
.u-slider .u-slider-tooltip-zoom-down-enter,
.u-slider .u-slider-tooltip-zoom-down-appear {
animation-duration: .3s;
animation-fill-mode: both;
display: block;
animation-play-state: paused; }
.u-slider .u-slider-tooltip-zoom-down-leave {
animation-duration: .3s;
animation-fill-mode: both;
display: block;
animation-play-state: paused; }
.u-slider .u-slider-tooltip-zoom-down-enter.u-slider-tooltip-zoom-down-enter-active,
.u-slider .u-slider-tooltip-zoom-down-appear.u-slider-tooltip-zoom-down-appear-active {
animation-name: rcSliderTooltipZoomDownIn;
animation-play-state: running; }
.u-slider .u-slider-tooltip-zoom-down-leave.u-slider-tooltip-zoom-down-leave-active {
animation-name: rcSliderTooltipZoomDownOut;
animation-play-state: running; }
.u-slider .u-slider-tooltip-zoom-down-enter,
.u-slider .u-slider-tooltip-zoom-down-appear {
transform: scale(0, 0);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.u-slider .u-slider-tooltip-zoom-down-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
.u-slider-tooltip {
position: absolute;
left: -9999px;
top: -9999px;
visibility: visible;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider-tooltip * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; }
.u-slider-tooltip .u-slider-tooltip-hidden {
display: none; }
.u-slider-tooltip .u-slider-tooltip-placement-top {
padding: 4px 0 8px 0; }
.u-slider-tooltip .u-slider-tooltip-inner {
padding: 6px 2px;
min-width: 24px;
height: 24px;
font-size: 12px;
line-height: 1;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #666666;
border-radius: 6px;
box-shadow: 0 0 4px #d9d9d9; }
.u-slider-tooltip .u-slider-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.u-slider-tooltip .u-slider-tooltip-placement-top .u-slider-tooltip-arrow {
bottom: 4px;
left: 50%;
margin-left: -4px;
border-width: 4px 4px 0;
border-top-color: #666666; }
@keyframes rcSliderTooltipZoomDownIn {
0% {
opacity: 0;
transform-origin: 50% 100%;
transform: scale(0, 0); }
100% {
transform-origin: 50% 100%;
transform: scale(1, 1); } }
@keyframes rcSliderTooltipZoomDownOut {
0% {
transform-origin: 50% 100%;
transform: scale(1, 1); }
100% {
opacity: 0;
transform-origin: 50% 100%;
transform: scale(0, 0); } }
.tooltip.in {
opacity: 1; }
/*# sourceMappingURL=demo.css.map */
| 0.552298 | 0.089018 |
.root {
display: inline-flex;
align-self: start;
min-height: var(--usable-height);
padding: 0 var(--gap-4);
background-color: var(--gray-3);
border: var(--border-width) solid currentColor;
box-shadow: var(--shadow);
outline: none;
color: inherit;
font: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
letter-spacing: inherit;
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.root.ring,
.root:focus-visible {
/* until :focus-visible has better browser support */
outline: var(--border-width) solid currentColor;
outline-offset: calc(var(--border-width) * 2);
outline-color: var(--gray-3);
}
.root:focus {
background-color: var(--gray-1);
}
.root:disabled,
.root[disabled] {
opacity: var(--disabled-opacity);
cursor: no-drop;
}
.root.secondary {
background-color: var(--teal-3);
}
.root.secondary.ring,
.root.secondary:focus-visible {
outline-color: var(--teal-4);
}
.root.text {
background-color: transparent !important;
box-shadow: none !important;
border: none;
font-weight: bold;
}
.root.text.ring,
.root.text:focus-visible {
outline-color: transparent !important;
}
@media screen and (forced-colors: active) {
/* https://blogs.windows.com/msedgedev/2020/09/17/styling-for-windows-high-contrast-with-new-standards-for-forced-colors/ */
.root {
forced-color-adjust: none;
color: CanvasText;
}
}
.root svg {
pointer-events: none;
}
.start,
.end,
.center,
.evenly {
align-items: center;
}
.start {
justify-content: flex-start;
}
.end {
justify-content: flex-end;
}
.center {
justify-content: center;
}
.evenly {
justify-content: space-evenly !important;
}
.buttonIcon > svg:last-child {
margin-left: 0.5em;
}
.buttonIcon > svg:first-child {
margin-right: 0.5em;
}
.stretch {
width: 100% !important;
}
.pressed {
}
.hovered {
}
/*
Group
*/
.buttonGroup {
--butonGroup-display: inline-flex;
--butonGroup-flex-direction: row;
--butonGroup-group-direction: row;
align-items: stretch;
display: flex;
flex-direction: var(--butonGroup-group-direction);
flex-wrap: nowrap;
justify-content: center;
flex-grow: 1;
}
.buttonGroup.buttonGroupVertical {
--butonGroup-group-direction: column;
}
.buttonGroup > * {
-webkit-text-fill-color: currentColor;
white-space: nowrap;
display: flex;
flex-grow: 1;
}
.buttonGroup button {
outline: none !important;
border: var(--border-width) solid currentColor !important;
}
.buttonGroup.buttonGroupVertical > * {
width: 100%;
}
.buttonGroup.buttonGroupVertical > button:first-of-type {
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
.buttonGroup.buttonGroupVertical > button:last-of-type {
border-bottom-left-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
.buttonGroup:not(.buttonGroupVertical) > button:first-of-type {
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
}
.buttonGroup:not(.buttonGroupVertical) > button:last-of-type {
border-top-right-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
.buttonGroup.buttonGroupVertical > * + * {
margin-top: calc(var(--border-width) * -1);
}
.buttonGroup:not(.buttonGroupVertical) > * + * {
margin-left: calc(var(--border-width) * -1);
}
/* Split Button */
.buttonSplit button:first-of-type {
flex-grow: 1;
justify-content: center;
}
.buttonSplit button:last-of-type {
flex-grow: 0;
}
.onSplitMain {
background-color: var(--red-6);
}
.onSplitSecondary {
background-color: var(--orange-4);
}
.onSplitSecondary:focus {
background-color: var(--orange-2);
}
.idle {
/*opacity: 0.4 !important;*/
}
.active {
background-color: var(--red-2);
}
|
src/components/Button/Button.module.css
|
.root {
display: inline-flex;
align-self: start;
min-height: var(--usable-height);
padding: 0 var(--gap-4);
background-color: var(--gray-3);
border: var(--border-width) solid currentColor;
box-shadow: var(--shadow);
outline: none;
color: inherit;
font: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
letter-spacing: inherit;
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.root.ring,
.root:focus-visible {
/* until :focus-visible has better browser support */
outline: var(--border-width) solid currentColor;
outline-offset: calc(var(--border-width) * 2);
outline-color: var(--gray-3);
}
.root:focus {
background-color: var(--gray-1);
}
.root:disabled,
.root[disabled] {
opacity: var(--disabled-opacity);
cursor: no-drop;
}
.root.secondary {
background-color: var(--teal-3);
}
.root.secondary.ring,
.root.secondary:focus-visible {
outline-color: var(--teal-4);
}
.root.text {
background-color: transparent !important;
box-shadow: none !important;
border: none;
font-weight: bold;
}
.root.text.ring,
.root.text:focus-visible {
outline-color: transparent !important;
}
@media screen and (forced-colors: active) {
/* https://blogs.windows.com/msedgedev/2020/09/17/styling-for-windows-high-contrast-with-new-standards-for-forced-colors/ */
.root {
forced-color-adjust: none;
color: CanvasText;
}
}
.root svg {
pointer-events: none;
}
.start,
.end,
.center,
.evenly {
align-items: center;
}
.start {
justify-content: flex-start;
}
.end {
justify-content: flex-end;
}
.center {
justify-content: center;
}
.evenly {
justify-content: space-evenly !important;
}
.buttonIcon > svg:last-child {
margin-left: 0.5em;
}
.buttonIcon > svg:first-child {
margin-right: 0.5em;
}
.stretch {
width: 100% !important;
}
.pressed {
}
.hovered {
}
/*
Group
*/
.buttonGroup {
--butonGroup-display: inline-flex;
--butonGroup-flex-direction: row;
--butonGroup-group-direction: row;
align-items: stretch;
display: flex;
flex-direction: var(--butonGroup-group-direction);
flex-wrap: nowrap;
justify-content: center;
flex-grow: 1;
}
.buttonGroup.buttonGroupVertical {
--butonGroup-group-direction: column;
}
.buttonGroup > * {
-webkit-text-fill-color: currentColor;
white-space: nowrap;
display: flex;
flex-grow: 1;
}
.buttonGroup button {
outline: none !important;
border: var(--border-width) solid currentColor !important;
}
.buttonGroup.buttonGroupVertical > * {
width: 100%;
}
.buttonGroup.buttonGroupVertical > button:first-of-type {
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
.buttonGroup.buttonGroupVertical > button:last-of-type {
border-bottom-left-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
.buttonGroup:not(.buttonGroupVertical) > button:first-of-type {
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
}
.buttonGroup:not(.buttonGroupVertical) > button:last-of-type {
border-top-right-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
.buttonGroup.buttonGroupVertical > * + * {
margin-top: calc(var(--border-width) * -1);
}
.buttonGroup:not(.buttonGroupVertical) > * + * {
margin-left: calc(var(--border-width) * -1);
}
/* Split Button */
.buttonSplit button:first-of-type {
flex-grow: 1;
justify-content: center;
}
.buttonSplit button:last-of-type {
flex-grow: 0;
}
.onSplitMain {
background-color: var(--red-6);
}
.onSplitSecondary {
background-color: var(--orange-4);
}
.onSplitSecondary:focus {
background-color: var(--orange-2);
}
.idle {
/*opacity: 0.4 !important;*/
}
.active {
background-color: var(--red-2);
}
| 0.483161 | 0.088151 |
a {color: #f3f3f3; text-decoration: none;}
a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: none;}
a:active {color: blue; text-decoration: none;}
span:hover {color: #ff6376; text-decoration: none;}
div {
box-sizing: border-box;
}
input {
outline:none;
border: 1px solid #000;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
table {
margin-top: 30px;
border-collapse: collapse;
border: none;
}
td {
width: 120px;
height: 25px;
border: #bfbfbf solid 1px;
padding: 2px 4px;
}
html {
width: 100%;
height: 100%;
}
body {
font-family: Ebrima;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
color: #f3f3f3;
/* background-image: url('/static/img/fudan.jpg'); */
background-image: url('https://bing.zhanglintc.co/?daysAgo=0');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
#main {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#header {
width: 100%;
height: 45%;
}
#mask {
position: absolute;
width: 100%;
height: 100%;
background: #5a5a5a;
opacity: 0.5;
z-index: -1;
}
#center {
width: 45%;
height: 100%;
z-index: 9;
}
#title {
font-size: 30px;
text-align: center;
}
#search_area {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#search_bar {
margin-top: 20px;
outline:none;
border: 1px solid #bfbfbf;
width: 100%;
height: 32px;
font-size: 14px;
padding-left: 5px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
}
#table_wrapper {
position: relative;
}
#navi_table {
color: white;
width: 100%;
height: 30%;
z-index: 1;
}
.edit_area {
outline:none;
border: 1px solid #000;
width: 350px;
height: 24px;
font-size: 14px;
padding-left: 5px;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.cells {
cursor: pointer;
}
#footer {
width: 100%;
height: 15%;
display: flex;
padding-bottom: 10px;
align-items: flex-end;
justify-content: center;
}
#copyright {
text-align: center;
}
|
static/css/common.css
|
a {color: #f3f3f3; text-decoration: none;}
a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: none;}
a:active {color: blue; text-decoration: none;}
span:hover {color: #ff6376; text-decoration: none;}
div {
box-sizing: border-box;
}
input {
outline:none;
border: 1px solid #000;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
table {
margin-top: 30px;
border-collapse: collapse;
border: none;
}
td {
width: 120px;
height: 25px;
border: #bfbfbf solid 1px;
padding: 2px 4px;
}
html {
width: 100%;
height: 100%;
}
body {
font-family: Ebrima;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
color: #f3f3f3;
/* background-image: url('/static/img/fudan.jpg'); */
background-image: url('https://bing.zhanglintc.co/?daysAgo=0');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
#main {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#header {
width: 100%;
height: 45%;
}
#mask {
position: absolute;
width: 100%;
height: 100%;
background: #5a5a5a;
opacity: 0.5;
z-index: -1;
}
#center {
width: 45%;
height: 100%;
z-index: 9;
}
#title {
font-size: 30px;
text-align: center;
}
#search_area {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#search_bar {
margin-top: 20px;
outline:none;
border: 1px solid #bfbfbf;
width: 100%;
height: 32px;
font-size: 14px;
padding-left: 5px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
}
#table_wrapper {
position: relative;
}
#navi_table {
color: white;
width: 100%;
height: 30%;
z-index: 1;
}
.edit_area {
outline:none;
border: 1px solid #000;
width: 350px;
height: 24px;
font-size: 14px;
padding-left: 5px;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.cells {
cursor: pointer;
}
#footer {
width: 100%;
height: 15%;
display: flex;
padding-bottom: 10px;
align-items: flex-end;
justify-content: center;
}
#copyright {
text-align: center;
}
| 0.333503 | 0.170854 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-size: 20px;
background: rgb(15, 15, 15);
}
#main-container {
display: flex;
height: 65%;
width: 80%;
background: white;
}
form,
#right-container {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
form {}
.social-media-div {
display: flex;
justify-content: space-between;
width: 140px;
}
.social-icon-div {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 20px;
padding: 1rem;
border: 1px solid #000;
margin-bottom: 1rem;
}
.social-icon-div:hover {
cursor: pointer;
border: none;
transition: all 0.3s ease-in-out;
}
.social-icon-div:hover i {
font-size: 2rem;
transform: translateY(-20px);
color: rgb(0, 98, 255);
transition: all 0.3s ease-in-out;
}
i {
font-size: 1rem;
pointer-events: none;
}
input {
padding: 1rem;
width: 75%;
border: none;
background: rgb(238, 238, 238);
margin: .5rem;
}
#right-container {
background: hsla(340, 80%, 69%, 1);
background: linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EF709B", endColorstr="#FA9372", GradientType=1);
color: #fff;
}
h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
p {
font-size: 16px;
font-weight: 400;
}
a {
font-size: 12px;
text-decoration: none;
color: rgb(51, 51, 51);
font-weight: 300;
}
button {
margin-top: 1rem;
border: none;
padding: .8rem 3rem;
border-radius: 2rem;
color: #fff;
outline: none;
}
button:hover {
cursor: pointer;
transform: scale(1.1);
transition: all 0.2s ease-in-out;
}
#login {
background: #F27C8E;
}
#signup {
background: transparent;
border: 1px solid #fff;
margin-top: 1.5rem;
}
@media only screen and (max-width: 700px) {
#main-container {
height: 100vh;
width: 100vw;
flex-direction: column-reverse;
}
}
@media only screen and (max-height: 700px) {
#main-container {
height: 100vh;
width: 100vw;
overflow: hidden;
}
}
|
form-practice-1/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-size: 20px;
background: rgb(15, 15, 15);
}
#main-container {
display: flex;
height: 65%;
width: 80%;
background: white;
}
form,
#right-container {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
form {}
.social-media-div {
display: flex;
justify-content: space-between;
width: 140px;
}
.social-icon-div {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 20px;
padding: 1rem;
border: 1px solid #000;
margin-bottom: 1rem;
}
.social-icon-div:hover {
cursor: pointer;
border: none;
transition: all 0.3s ease-in-out;
}
.social-icon-div:hover i {
font-size: 2rem;
transform: translateY(-20px);
color: rgb(0, 98, 255);
transition: all 0.3s ease-in-out;
}
i {
font-size: 1rem;
pointer-events: none;
}
input {
padding: 1rem;
width: 75%;
border: none;
background: rgb(238, 238, 238);
margin: .5rem;
}
#right-container {
background: hsla(340, 80%, 69%, 1);
background: linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(340, 80%, 69%, 1) 0%, hsla(15, 93%, 71%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EF709B", endColorstr="#FA9372", GradientType=1);
color: #fff;
}
h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
p {
font-size: 16px;
font-weight: 400;
}
a {
font-size: 12px;
text-decoration: none;
color: rgb(51, 51, 51);
font-weight: 300;
}
button {
margin-top: 1rem;
border: none;
padding: .8rem 3rem;
border-radius: 2rem;
color: #fff;
outline: none;
}
button:hover {
cursor: pointer;
transform: scale(1.1);
transition: all 0.2s ease-in-out;
}
#login {
background: #F27C8E;
}
#signup {
background: transparent;
border: 1px solid #fff;
margin-top: 1.5rem;
}
@media only screen and (max-width: 700px) {
#main-container {
height: 100vh;
width: 100vw;
flex-direction: column-reverse;
}
}
@media only screen and (max-height: 700px) {
#main-container {
height: 100vh;
width: 100vw;
overflow: hidden;
}
}
| 0.390825 | 0.076236 |
<EMAIL>
https://github.com/G-MontaG */
/*By changing the values of the variables in this file you can customize helper classes to fit your needs*/
/*Please note that all functions are universal and compatible with the all units (px, em, %, etc).*/
/*However, not all functions are supported float numbers. They have corresponding warning.*/
/*Also, I recommend use px.*/
/*********************************************************************************************************************/
/*Convert all units to integer*/
/*An internal library function. Never mind.*/
/*Parse function is used to convert any units to simple numbers*/
/*Round value to integer*/
/*Margins classes generator*/
/*Margin-min and margin-max is range of the generator*/
/*Margin-step start to work after 10 value. Before margin-step always 1.*/
/*WARN: don't support float*/
.no-m {
margin: 0px !important;
}
.no-m-t {
margin-top: 0px !important;
}
.no-m-r {
margin-right: 0px !important;
}
.no-m-b {
margin-bottom: 0px !important;
}
.no-m-l {
margin-left: 0px !important;
}
.m-1 {
margin: 1px;
}
.m-t-1 {
margin-top: 1px;
}
.m-r-1 {
margin-right: 1px;
}
.m-b-1 {
margin-bottom: 1px;
}
.m-l-1 {
margin-left: 1px;
}
.m-2 {
margin: 2px;
}
.m-t-2 {
margin-top: 2px;
}
.m-r-2 {
margin-right: 2px;
}
.m-b-2 {
margin-bottom: 2px;
}
.m-l-2 {
margin-left: 2px;
}
.m-3 {
margin: 3px;
}
.m-t-3 {
margin-top: 3px;
}
.m-r-3 {
margin-right: 3px;
}
.m-b-3 {
margin-bottom: 3px;
}
.m-l-3 {
margin-left: 3px;
}
.m-4 {
margin: 4px;
}
.m-t-4 {
margin-top: 4px;
}
.m-r-4 {
margin-right: 4px;
}
.m-b-4 {
margin-bottom: 4px;
}
.m-l-4 {
margin-left: 4px;
}
.m-5 {
margin: 5px;
}
.m-t-5 {
margin-top: 5px;
}
.m-r-5 {
margin-right: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-l-5 {
margin-left: 5px;
}
.m-6 {
margin: 6px;
}
.m-t-6 {
margin-top: 6px;
}
.m-r-6 {
margin-right: 6px;
}
.m-b-6 {
margin-bottom: 6px;
}
.m-l-6 {
margin-left: 6px;
}
.m-7 {
margin: 7px;
}
.m-t-7 {
margin-top: 7px;
}
.m-r-7 {
margin-right: 7px;
}
.m-b-7 {
margin-bottom: 7px;
}
.m-l-7 {
margin-left: 7px;
}
.m-8 {
margin: 8px;
}
.m-t-8 {
margin-top: 8px;
}
.m-r-8 {
margin-right: 8px;
}
.m-b-8 {
margin-bottom: 8px;
}
.m-l-8 {
margin-left: 8px;
}
.m-9 {
margin: 9px;
}
.m-t-9 {
margin-top: 9px;
}
.m-r-9 {
margin-right: 9px;
}
.m-b-9 {
margin-bottom: 9px;
}
.m-l-9 {
margin-left: 9px;
}
.m-10 {
margin: 10px;
}
.m-t-10 {
margin-top: 10px;
}
.m-r-10 {
margin-right: 10px;
}
.m-b-10 {
margin-bottom: 10px;
}
.m-l-10 {
margin-left: 10px;
}
.m-15 {
margin: 15px;
}
.m-t-15 {
margin-top: 15px;
}
.m-r-15 {
margin-right: 15px;
}
.m-b-15 {
margin-bottom: 15px;
}
.m-l-15 {
margin-left: 15px;
}
.m-20 {
margin: 20px;
}
.m-t-20 {
margin-top: 20px;
}
.m-r-20 {
margin-right: 20px;
}
.m-b-20 {
margin-bottom: 20px;
}
.m-l-20 {
margin-left: 20px;
}
.m-25 {
margin: 25px;
}
.m-t-25 {
margin-top: 25px;
}
.m-r-25 {
margin-right: 25px;
}
.m-b-25 {
margin-bottom: 25px;
}
.m-l-25 {
margin-left: 25px;
}
.m-30 {
margin: 30px;
}
.m-t-30 {
margin-top: 30px;
}
.m-r-30 {
margin-right: 30px;
}
.m-b-30 {
margin-bottom: 30px;
}
.m-l-30 {
margin-left: 30px;
}
.m-35 {
margin: 35px;
}
.m-t-35 {
margin-top: 35px;
}
.m-r-35 {
margin-right: 35px;
}
.m-b-35 {
margin-bottom: 35px;
}
.m-l-35 {
margin-left: 35px;
}
.m-40 {
margin: 40px;
}
.m-t-40 {
margin-top: 40px;
}
.m-r-40 {
margin-right: 40px;
}
.m-b-40 {
margin-bottom: 40px;
}
.m-l-40 {
margin-left: 40px;
}
.m-45 {
margin: 45px;
}
.m-t-45 {
margin-top: 45px;
}
.m-r-45 {
margin-right: 45px;
}
.m-b-45 {
margin-bottom: 45px;
}
.m-l-45 {
margin-left: 45px;
}
.m-50 {
margin: 50px;
}
.m-t-50 {
margin-top: 50px;
}
.m-r-50 {
margin-right: 50px;
}
.m-b-50 {
margin-bottom: 50px;
}
.m-l-50 {
margin-left: 50px;
}
.m-55 {
margin: 55px;
}
.m-t-55 {
margin-top: 55px;
}
.m-r-55 {
margin-right: 55px;
}
.m-b-55 {
margin-bottom: 55px;
}
.m-l-55 {
margin-left: 55px;
}
.m-60 {
margin: 60px;
}
.m-t-60 {
margin-top: 60px;
}
.m-r-60 {
margin-right: 60px;
}
.m-b-60 {
margin-bottom: 60px;
}
.m-l-60 {
margin-left: 60px;
}
.m-65 {
margin: 65px;
}
.m-t-65 {
margin-top: 65px;
}
.m-r-65 {
margin-right: 65px;
}
.m-b-65 {
margin-bottom: 65px;
}
.m-l-65 {
margin-left: 65px;
}
.m-70 {
margin: 70px;
}
.m-t-70 {
margin-top: 70px;
}
.m-r-70 {
margin-right: 70px;
}
.m-b-70 {
margin-bottom: 70px;
}
.m-l-70 {
margin-left: 70px;
}
.m-75 {
margin: 75px;
}
.m-t-75 {
margin-top: 75px;
}
.m-r-75 {
margin-right: 75px;
}
.m-b-75 {
margin-bottom: 75px;
}
.m-l-75 {
margin-left: 75px;
}
.m-80 {
margin: 80px;
}
.m-t-80 {
margin-top: 80px;
}
.m-r-80 {
margin-right: 80px;
}
.m-b-80 {
margin-bottom: 80px;
}
.m-l-80 {
margin-left: 80px;
}
.m-85 {
margin: 85px;
}
.m-t-85 {
margin-top: 85px;
}
.m-r-85 {
margin-right: 85px;
}
.m-b-85 {
margin-bottom: 85px;
}
.m-l-85 {
margin-left: 85px;
}
.m-90 {
margin: 90px;
}
.m-t-90 {
margin-top: 90px;
}
.m-r-90 {
margin-right: 90px;
}
.m-b-90 {
margin-bottom: 90px;
}
.m-l-90 {
margin-left: 90px;
}
.m-95 {
margin: 95px;
}
.m-t-95 {
margin-top: 95px;
}
.m-r-95 {
margin-right: 95px;
}
.m-b-95 {
margin-bottom: 95px;
}
.m-l-95 {
margin-left: 95px;
}
.m-100 {
margin: 100px;
}
.m-t-100 {
margin-top: 100px;
}
.m-r-100 {
margin-right: 100px;
}
.m-b-100 {
margin-bottom: 100px;
}
.m-l-100 {
margin-left: 100px;
}
/*Padding classes generator*/
/*Padding-min and padding-max is range of the generator*/
/*Padding-step start to work after 10 value. Before padding-step always 1.*/
/*WARN: don't support float*/
.no-p {
padding: 0px !important;
}
.no-p-t {
padding-top: 0px !important;
}
.no-p-r {
padding-right: 0px !important;
}
.no-p-b {
padding-bottom: 0px !important;
}
.no-p-l {
padding-left: 0px !important;
}
.p-1 {
padding: 1px;
}
.p-t-1 {
padding-top: 1px;
}
.p-r-1 {
padding-right: 1px;
}
.p-b-1 {
padding-bottom: 1px;
}
.p-l-1 {
padding-left: 1px;
}
.p-2 {
padding: 2px;
}
.p-t-2 {
padding-top: 2px;
}
.p-r-2 {
padding-right: 2px;
}
.p-b-2 {
padding-bottom: 2px;
}
.p-l-2 {
padding-left: 2px;
}
.p-3 {
padding: 3px;
}
.p-t-3 {
padding-top: 3px;
}
.p-r-3 {
padding-right: 3px;
}
.p-b-3 {
padding-bottom: 3px;
}
.p-l-3 {
padding-left: 3px;
}
.p-4 {
padding: 4px;
}
.p-t-4 {
padding-top: 4px;
}
.p-r-4 {
padding-right: 4px;
}
.p-b-4 {
padding-bottom: 4px;
}
.p-l-4 {
padding-left: 4px;
}
.p-5 {
padding: 5px;
}
.p-t-5 {
padding-top: 5px;
}
.p-r-5 {
padding-right: 5px;
}
.p-b-5 {
padding-bottom: 5px;
}
.p-l-5 {
padding-left: 5px;
}
.p-6 {
padding: 6px;
}
.p-t-6 {
padding-top: 6px;
}
.p-r-6 {
padding-right: 6px;
}
.p-b-6 {
padding-bottom: 6px;
}
.p-l-6 {
padding-left: 6px;
}
.p-7 {
padding: 7px;
}
.p-t-7 {
padding-top: 7px;
}
.p-r-7 {
padding-right: 7px;
}
.p-b-7 {
padding-bottom: 7px;
}
.p-l-7 {
padding-left: 7px;
}
.p-8 {
padding: 8px;
}
.p-t-8 {
padding-top: 8px;
}
.p-r-8 {
padding-right: 8px;
}
.p-b-8 {
padding-bottom: 8px;
}
.p-l-8 {
padding-left: 8px;
}
.p-9 {
padding: 9px;
}
.p-t-9 {
padding-top: 9px;
}
.p-r-9 {
padding-right: 9px;
}
.p-b-9 {
padding-bottom: 9px;
}
.p-l-9 {
padding-left: 9px;
}
.p-10 {
padding: 10px;
}
.p-t-10 {
padding-top: 10px;
}
.p-r-10 {
padding-right: 10px;
}
.p-b-10 {
padding-bottom: 10px;
}
.p-l-10 {
padding-left: 10px;
}
.p-15 {
padding: 15px;
}
.p-t-15 {
padding-top: 15px;
}
.p-r-15 {
padding-right: 15px;
}
.p-b-15 {
padding-bottom: 15px;
}
.p-l-15 {
padding-left: 15px;
}
.p-20 {
padding: 20px;
}
.p-t-20 {
padding-top: 20px;
}
.p-r-20 {
padding-right: 20px;
}
.p-b-20 {
padding-bottom: 20px;
}
.p-l-20 {
padding-left: 20px;
}
.p-25 {
padding: 25px;
}
.p-t-25 {
padding-top: 25px;
}
.p-r-25 {
padding-right: 25px;
}
.p-b-25 {
padding-bottom: 25px;
}
.p-l-25 {
padding-left: 25px;
}
.p-30 {
padding: 30px;
}
.p-t-30 {
padding-top: 30px;
}
.p-r-30 {
padding-right: 30px;
}
.p-b-30 {
padding-bottom: 30px;
}
.p-l-30 {
padding-left: 30px;
}
.p-35 {
padding: 35px;
}
.p-t-35 {
padding-top: 35px;
}
.p-r-35 {
padding-right: 35px;
}
.p-b-35 {
padding-bottom: 35px;
}
.p-l-35 {
padding-left: 35px;
}
.p-40 {
padding: 40px;
}
.p-t-40 {
padding-top: 40px;
}
.p-r-40 {
padding-right: 40px;
}
.p-b-40 {
padding-bottom: 40px;
}
.p-l-40 {
padding-left: 40px;
}
.p-45 {
padding: 45px;
}
.p-t-45 {
padding-top: 45px;
}
.p-r-45 {
padding-right: 45px;
}
.p-b-45 {
padding-bottom: 45px;
}
.p-l-45 {
padding-left: 45px;
}
.p-50 {
padding: 50px;
}
.p-t-50 {
padding-top: 50px;
}
.p-r-50 {
padding-right: 50px;
}
.p-b-50 {
padding-bottom: 50px;
}
.p-l-50 {
padding-left: 50px;
}
.p-55 {
padding: 55px;
}
.p-t-55 {
padding-top: 55px;
}
.p-r-55 {
padding-right: 55px;
}
.p-b-55 {
padding-bottom: 55px;
}
.p-l-55 {
padding-left: 55px;
}
.p-60 {
padding: 60px;
}
.p-t-60 {
padding-top: 60px;
}
.p-r-60 {
padding-right: 60px;
}
.p-b-60 {
padding-bottom: 60px;
}
.p-l-60 {
padding-left: 60px;
}
.p-65 {
padding: 65px;
}
.p-t-65 {
padding-top: 65px;
}
.p-r-65 {
padding-right: 65px;
}
.p-b-65 {
padding-bottom: 65px;
}
.p-l-65 {
padding-left: 65px;
}
.p-70 {
padding: 70px;
}
.p-t-70 {
padding-top: 70px;
}
.p-r-70 {
padding-right: 70px;
}
.p-b-70 {
padding-bottom: 70px;
}
.p-l-70 {
padding-left: 70px;
}
.p-75 {
padding: 75px;
}
.p-t-75 {
padding-top: 75px;
}
.p-r-75 {
padding-right: 75px;
}
.p-b-75 {
padding-bottom: 75px;
}
.p-l-75 {
padding-left: 75px;
}
.p-80 {
padding: 80px;
}
.p-t-80 {
padding-top: 80px;
}
.p-r-80 {
padding-right: 80px;
}
.p-b-80 {
padding-bottom: 80px;
}
.p-l-80 {
padding-left: 80px;
}
.p-85 {
padding: 85px;
}
.p-t-85 {
padding-top: 85px;
}
.p-r-85 {
padding-right: 85px;
}
.p-b-85 {
padding-bottom: 85px;
}
.p-l-85 {
padding-left: 85px;
}
.p-90 {
padding: 90px;
}
.p-t-90 {
padding-top: 90px;
}
.p-r-90 {
padding-right: 90px;
}
.p-b-90 {
padding-bottom: 90px;
}
.p-l-90 {
padding-left: 90px;
}
.p-95 {
padding: 95px;
}
.p-t-95 {
padding-top: 95px;
}
.p-r-95 {
padding-right: 95px;
}
.p-b-95 {
padding-bottom: 95px;
}
.p-l-95 {
padding-left: 95px;
}
.p-100 {
padding: 100px;
}
.p-t-100 {
padding-top: 100px;
}
.p-r-100 {
padding-right: 100px;
}
.p-b-100 {
padding-bottom: 100px;
}
.p-l-100 {
padding-left: 100px;
}
/*Centering classes generator*/
/*Set center-width for child if tou know this value*/
/*Set center-height for child if tou know this value*/
/*Set all properties in center-width-height or don't set anything*/
/*Also, you got flex centering*/
/*Help for you:
$center: (400px, 400px) (600px, 600px) -> .center-known-400-400 .center-known-600-600
$center-width: (400px, 600px); -> .center-known-w-400 and center-known-w-600 */
/*implement this for parent*/
.center-parent {
position: relative;
}
/*centering with unknown dimensions*/
/*implement this for child*/
/*require for center-parent*/
.center-unknown {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/*centering with known width*/
/*implement this for child*/
/*require for center-parent*/
.center-known-w-400 {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.center-known-w-600 {
position: absolute;
top: 50%;
left: 50%;
width: 600px;
margin-left: -300px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*centering with known height*/
/*implement this for child*/
/*require for center-parent*/
.center-known-h-400 {
position: absolute;
top: 50%;
left: 50%;
height: 400px;
margin-top: -200px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.center-known-h-600 {
position: absolute;
top: 50%;
left: 50%;
height: 600px;
margin-top: -300px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
/*centering with known dimensions*/
/*implement this for child*/
/*require for center-parent*/
.center-known-400-400 {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
height: 400px;
margin-top: -200px;
}
.center-known-600-600 {
position: absolute;
top: 50%;
left: 50%;
width: 600px;
margin-left: -300px;
height: 600px;
margin-top: -300px;
}
/*implement for parent*/
/*don't require for center-parent*/
.center-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/*Border classes generator*/
/*Help for you:
$border-color: (black: #000, grey: #e5e9ec); -> .b-black .b-grey
$border: (sm: 1px solid, lg: 5px solid); -> .b-sm .b-lg */
.b-black {
border-color: #000;
}
.b-grey {
border-color: #e5e9ec;
}
.b-transparent {
border-color: rgba(0, 0, 0, 0.4);
}
.b-sm {
border: 1px solid;
}
.b-lg {
border: 5px solid;
}
.b-tb-sm {
border-top: 1px solid;
border-bottom: 1px solid;
}
.b-tb-lg {
border-top: 5px solid;
border-bottom: 5px solid;
}
.b-rl-sm {
border-right: 1px solid;
border-left: 1px solid;
}
.b-rl-lg {
border-right: 5px solid;
border-left: 5px solid;
}
.b-t-sm {
border-top: 1px solid;
}
.b-t-lg {
border-top: 5px solid;
}
.b-r-sm {
border-right: 1px solid;
}
.b-r-lg {
border-right: 5px solid;
}
.b-b-sm {
border-bottom: 1px solid;
}
.b-b-lg {
border-bottom: 5px solid;
}
.b-l-sm {
border-left: 1px solid;
}
.b-l-lg {
border-left: 5px solid;
}
/*Border radius classes generator*/
.b-radius-3 {
border-radius: 3px;
}
.b-radius-5 {
border-radius: 5px;
}
.b-radius-t-3 {
border-radius: 3px 3px 0 0;
}
.b-radius-t-5 {
border-radius: 5px 5px 0 0;
}
.b-radius-r-3 {
border-radius: 0 3px 3px 0;
}
.b-radius-r-5 {
border-radius: 0 5px 5px 0;
}
.b-radius-b-3 {
border-radius: 0 0 3px 3px;
}
.b-radius-b-5 {
border-radius: 0 0 5px 5px;
}
/*Shadow classes*/
.focus-shadow {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.shadow-2dp {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shadow-3dp {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.shadow-4dp {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.shadow-6dp {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.shadow-8dp {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.shadow-16dp {
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/*Display classes generator*/
.d-block {
display: block;
}
.d-inblock {
display: inline-block;
}
.d-in {
display: inline;
}
.d-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inflex {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.d-inherit {
display: inherit;
}
.d-none {
display: none;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
/*Box classes generator*/
/*Help for you:
$box: (44px, 44px) (50px 50px); -> .box-44-44 .box-50-50
$box-w: (44px, 50px); -> .box-w-44 .box-w-50 */
.box-inherit {
width: inherit;
height: inherit;
}
.box-44-44 {
width: 44px;
height: 44px;
}
.box-50-50 {
width: 50px;
height: 50px;
}
.box-100-100 {
width: 100px;
height: 100px;
}
.box-200-100 {
width: 200px;
height: 100px;
}
.box-w-44 {
width: 44px;
}
.box-w-50 {
width: 50px;
}
.box-w-100 {
width: 100px;
}
.box-w-200 {
width: 200px;
}
.box-h-44 {
height: 44px;
}
.box-h-50 {
height: 50px;
}
.box-h-100 {
height: 100px;
}
.box-h-200 {
height: 200px;
}
.box-pr-100-100 {
width: 100%;
height: 100%;
}
.box-pr-50-50 {
width: 50%;
height: 50%;
}
.box-pr-100-50 {
width: 100%;
height: 50%;
}
.box-pr-w-100 {
width: 100%;
}
.box-pr-w-50 {
width: 50%;
}
.box-pr-w-25 {
width: 25%;
}
.box-pr-h-100 {
height: 100%;
}
.box-pr-h-50 {
height: 50%;
}
.box-pr-h-25 {
height: 25%;
}
/*Position classes generator*/
.position-abs {
position: absolute;
}
.position-rel {
position: relative;
}
.position-fix {
position: fixed;
}
.position-st {
position: static;
}
.position-in {
position: inherit;
}
.top {
top: 0px;
}
.top-right {
top: 0px;
right: 0px;
}
.top-left {
top: 0px;
left: 0px;
}
.bottom {
bottom: 0px;
}
.bottom-right {
bottom: 0px;
right: 0px;
}
.bottom-left {
bottom: 0px;
left: 0px;
}
.right {
right: 0px;
}
.left {
left: 0px;
}
/*Z-index classes generator*/
/*Z-index-min and z-index-max is range of the generator*/
/*Z-index-step start to work after 10 value. Before z-index-step always 1.*/
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
.z-2 {
z-index: 2;
}
.z-3 {
z-index: 3;
}
.z-4 {
z-index: 4;
}
.z-5 {
z-index: 5;
}
.z-6 {
z-index: 6;
}
.z-7 {
z-index: 7;
}
.z-8 {
z-index: 8;
}
.z-9 {
z-index: 9;
}
.z-10 {
z-index: 10;
}
.z-15 {
z-index: 15;
}
.z-20 {
z-index: 20;
}
.z-25 {
z-index: 25;
}
.z-30 {
z-index: 30;
}
.z-35 {
z-index: 35;
}
.z-40 {
z-index: 40;
}
.z-45 {
z-index: 45;
}
.z-50 {
z-index: 50;
}
.z-55 {
z-index: 55;
}
.z-60 {
z-index: 60;
}
.z-65 {
z-index: 65;
}
.z-70 {
z-index: 70;
}
.z-75 {
z-index: 75;
}
.z-80 {
z-index: 80;
}
.z-85 {
z-index: 85;
}
.z-90 {
z-index: 90;
}
.z-95 {
z-index: 95;
}
.z-100 {
z-index: 100;
}
/*Font-size classes generator*/
/*Font-size-min and font-size-max is range of the generator*/
/*Font-size-step start to work after 10 value. Before font-size-step always 1.*/
/*WARN: don't support float*/
.fs-1 {
font-size: 1px;
}
.fs-2 {
font-size: 2px;
}
.fs-3 {
font-size: 3px;
}
.fs-4 {
font-size: 4px;
}
.fs-5 {
font-size: 5px;
}
.fs-6 {
font-size: 6px;
}
.fs-7 {
font-size: 7px;
}
.fs-8 {
font-size: 8px;
}
.fs-9 {
font-size: 9px;
}
.fs-10 {
font-size: 10px;
}
.fs-15 {
font-size: 15px;
}
.fs-20 {
font-size: 20px;
}
.fs-25 {
font-size: 25px;
}
.fs-30 {
font-size: 30px;
}
.fs-35 {
font-size: 35px;
}
.fs-40 {
font-size: 40px;
}
.fs-45 {
font-size: 45px;
}
.fs-50 {
font-size: 50px;
}
/*Font weight classes generator*/
.fw-thin {
font-weight: 100;
}
.fw-light {
font-weight: 300;
}
.fw-normal {
font-weight: 400;
}
.fw-medium {
font-weight: 500;
}
.fw-bold {
font-weight: 700;
}
.fw-extra-bold {
font-weight: 800;
}
.fw-ultra-bold {
font-weight: 900;
}
/*Line height classes generator*/
.lh-sm {
line-height: 12px;
}
.lh-md {
line-height: 16.8px;
}
.lh-lg {
line-height: 28px;
}
/*Text-decoration classes generator*/
.text-d-n {
text-decoration: none;
}
.text-d-u {
text-decoration: underline;
}
.text-d-t {
text-decoration: line-through;
}
/*Text-transform classes generator*/
.text-upc {
text-transform: uppercase;
}
.text-lwc {
text-transform: lowercase;
}
/*Truncate classes generator*/
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.break-word {
word-wrap: break-word;
}
.no-wrap {
white-space: nowrap !important;
}
/*Cursor classes generator*/
.cursor-d {
cursor: default;
}
.cursor-p {
cursor: pointer;
}
.cursor-h {
cursor: help;
}
.cursor-m {
cursor: move;
}
.cursor-t {
cursor: text;
}
.cursor-c {
cursor: crosshair;
}
|
dist/quickcss.css
|
<EMAIL>
https://github.com/G-MontaG */
/*By changing the values of the variables in this file you can customize helper classes to fit your needs*/
/*Please note that all functions are universal and compatible with the all units (px, em, %, etc).*/
/*However, not all functions are supported float numbers. They have corresponding warning.*/
/*Also, I recommend use px.*/
/*********************************************************************************************************************/
/*Convert all units to integer*/
/*An internal library function. Never mind.*/
/*Parse function is used to convert any units to simple numbers*/
/*Round value to integer*/
/*Margins classes generator*/
/*Margin-min and margin-max is range of the generator*/
/*Margin-step start to work after 10 value. Before margin-step always 1.*/
/*WARN: don't support float*/
.no-m {
margin: 0px !important;
}
.no-m-t {
margin-top: 0px !important;
}
.no-m-r {
margin-right: 0px !important;
}
.no-m-b {
margin-bottom: 0px !important;
}
.no-m-l {
margin-left: 0px !important;
}
.m-1 {
margin: 1px;
}
.m-t-1 {
margin-top: 1px;
}
.m-r-1 {
margin-right: 1px;
}
.m-b-1 {
margin-bottom: 1px;
}
.m-l-1 {
margin-left: 1px;
}
.m-2 {
margin: 2px;
}
.m-t-2 {
margin-top: 2px;
}
.m-r-2 {
margin-right: 2px;
}
.m-b-2 {
margin-bottom: 2px;
}
.m-l-2 {
margin-left: 2px;
}
.m-3 {
margin: 3px;
}
.m-t-3 {
margin-top: 3px;
}
.m-r-3 {
margin-right: 3px;
}
.m-b-3 {
margin-bottom: 3px;
}
.m-l-3 {
margin-left: 3px;
}
.m-4 {
margin: 4px;
}
.m-t-4 {
margin-top: 4px;
}
.m-r-4 {
margin-right: 4px;
}
.m-b-4 {
margin-bottom: 4px;
}
.m-l-4 {
margin-left: 4px;
}
.m-5 {
margin: 5px;
}
.m-t-5 {
margin-top: 5px;
}
.m-r-5 {
margin-right: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-l-5 {
margin-left: 5px;
}
.m-6 {
margin: 6px;
}
.m-t-6 {
margin-top: 6px;
}
.m-r-6 {
margin-right: 6px;
}
.m-b-6 {
margin-bottom: 6px;
}
.m-l-6 {
margin-left: 6px;
}
.m-7 {
margin: 7px;
}
.m-t-7 {
margin-top: 7px;
}
.m-r-7 {
margin-right: 7px;
}
.m-b-7 {
margin-bottom: 7px;
}
.m-l-7 {
margin-left: 7px;
}
.m-8 {
margin: 8px;
}
.m-t-8 {
margin-top: 8px;
}
.m-r-8 {
margin-right: 8px;
}
.m-b-8 {
margin-bottom: 8px;
}
.m-l-8 {
margin-left: 8px;
}
.m-9 {
margin: 9px;
}
.m-t-9 {
margin-top: 9px;
}
.m-r-9 {
margin-right: 9px;
}
.m-b-9 {
margin-bottom: 9px;
}
.m-l-9 {
margin-left: 9px;
}
.m-10 {
margin: 10px;
}
.m-t-10 {
margin-top: 10px;
}
.m-r-10 {
margin-right: 10px;
}
.m-b-10 {
margin-bottom: 10px;
}
.m-l-10 {
margin-left: 10px;
}
.m-15 {
margin: 15px;
}
.m-t-15 {
margin-top: 15px;
}
.m-r-15 {
margin-right: 15px;
}
.m-b-15 {
margin-bottom: 15px;
}
.m-l-15 {
margin-left: 15px;
}
.m-20 {
margin: 20px;
}
.m-t-20 {
margin-top: 20px;
}
.m-r-20 {
margin-right: 20px;
}
.m-b-20 {
margin-bottom: 20px;
}
.m-l-20 {
margin-left: 20px;
}
.m-25 {
margin: 25px;
}
.m-t-25 {
margin-top: 25px;
}
.m-r-25 {
margin-right: 25px;
}
.m-b-25 {
margin-bottom: 25px;
}
.m-l-25 {
margin-left: 25px;
}
.m-30 {
margin: 30px;
}
.m-t-30 {
margin-top: 30px;
}
.m-r-30 {
margin-right: 30px;
}
.m-b-30 {
margin-bottom: 30px;
}
.m-l-30 {
margin-left: 30px;
}
.m-35 {
margin: 35px;
}
.m-t-35 {
margin-top: 35px;
}
.m-r-35 {
margin-right: 35px;
}
.m-b-35 {
margin-bottom: 35px;
}
.m-l-35 {
margin-left: 35px;
}
.m-40 {
margin: 40px;
}
.m-t-40 {
margin-top: 40px;
}
.m-r-40 {
margin-right: 40px;
}
.m-b-40 {
margin-bottom: 40px;
}
.m-l-40 {
margin-left: 40px;
}
.m-45 {
margin: 45px;
}
.m-t-45 {
margin-top: 45px;
}
.m-r-45 {
margin-right: 45px;
}
.m-b-45 {
margin-bottom: 45px;
}
.m-l-45 {
margin-left: 45px;
}
.m-50 {
margin: 50px;
}
.m-t-50 {
margin-top: 50px;
}
.m-r-50 {
margin-right: 50px;
}
.m-b-50 {
margin-bottom: 50px;
}
.m-l-50 {
margin-left: 50px;
}
.m-55 {
margin: 55px;
}
.m-t-55 {
margin-top: 55px;
}
.m-r-55 {
margin-right: 55px;
}
.m-b-55 {
margin-bottom: 55px;
}
.m-l-55 {
margin-left: 55px;
}
.m-60 {
margin: 60px;
}
.m-t-60 {
margin-top: 60px;
}
.m-r-60 {
margin-right: 60px;
}
.m-b-60 {
margin-bottom: 60px;
}
.m-l-60 {
margin-left: 60px;
}
.m-65 {
margin: 65px;
}
.m-t-65 {
margin-top: 65px;
}
.m-r-65 {
margin-right: 65px;
}
.m-b-65 {
margin-bottom: 65px;
}
.m-l-65 {
margin-left: 65px;
}
.m-70 {
margin: 70px;
}
.m-t-70 {
margin-top: 70px;
}
.m-r-70 {
margin-right: 70px;
}
.m-b-70 {
margin-bottom: 70px;
}
.m-l-70 {
margin-left: 70px;
}
.m-75 {
margin: 75px;
}
.m-t-75 {
margin-top: 75px;
}
.m-r-75 {
margin-right: 75px;
}
.m-b-75 {
margin-bottom: 75px;
}
.m-l-75 {
margin-left: 75px;
}
.m-80 {
margin: 80px;
}
.m-t-80 {
margin-top: 80px;
}
.m-r-80 {
margin-right: 80px;
}
.m-b-80 {
margin-bottom: 80px;
}
.m-l-80 {
margin-left: 80px;
}
.m-85 {
margin: 85px;
}
.m-t-85 {
margin-top: 85px;
}
.m-r-85 {
margin-right: 85px;
}
.m-b-85 {
margin-bottom: 85px;
}
.m-l-85 {
margin-left: 85px;
}
.m-90 {
margin: 90px;
}
.m-t-90 {
margin-top: 90px;
}
.m-r-90 {
margin-right: 90px;
}
.m-b-90 {
margin-bottom: 90px;
}
.m-l-90 {
margin-left: 90px;
}
.m-95 {
margin: 95px;
}
.m-t-95 {
margin-top: 95px;
}
.m-r-95 {
margin-right: 95px;
}
.m-b-95 {
margin-bottom: 95px;
}
.m-l-95 {
margin-left: 95px;
}
.m-100 {
margin: 100px;
}
.m-t-100 {
margin-top: 100px;
}
.m-r-100 {
margin-right: 100px;
}
.m-b-100 {
margin-bottom: 100px;
}
.m-l-100 {
margin-left: 100px;
}
/*Padding classes generator*/
/*Padding-min and padding-max is range of the generator*/
/*Padding-step start to work after 10 value. Before padding-step always 1.*/
/*WARN: don't support float*/
.no-p {
padding: 0px !important;
}
.no-p-t {
padding-top: 0px !important;
}
.no-p-r {
padding-right: 0px !important;
}
.no-p-b {
padding-bottom: 0px !important;
}
.no-p-l {
padding-left: 0px !important;
}
.p-1 {
padding: 1px;
}
.p-t-1 {
padding-top: 1px;
}
.p-r-1 {
padding-right: 1px;
}
.p-b-1 {
padding-bottom: 1px;
}
.p-l-1 {
padding-left: 1px;
}
.p-2 {
padding: 2px;
}
.p-t-2 {
padding-top: 2px;
}
.p-r-2 {
padding-right: 2px;
}
.p-b-2 {
padding-bottom: 2px;
}
.p-l-2 {
padding-left: 2px;
}
.p-3 {
padding: 3px;
}
.p-t-3 {
padding-top: 3px;
}
.p-r-3 {
padding-right: 3px;
}
.p-b-3 {
padding-bottom: 3px;
}
.p-l-3 {
padding-left: 3px;
}
.p-4 {
padding: 4px;
}
.p-t-4 {
padding-top: 4px;
}
.p-r-4 {
padding-right: 4px;
}
.p-b-4 {
padding-bottom: 4px;
}
.p-l-4 {
padding-left: 4px;
}
.p-5 {
padding: 5px;
}
.p-t-5 {
padding-top: 5px;
}
.p-r-5 {
padding-right: 5px;
}
.p-b-5 {
padding-bottom: 5px;
}
.p-l-5 {
padding-left: 5px;
}
.p-6 {
padding: 6px;
}
.p-t-6 {
padding-top: 6px;
}
.p-r-6 {
padding-right: 6px;
}
.p-b-6 {
padding-bottom: 6px;
}
.p-l-6 {
padding-left: 6px;
}
.p-7 {
padding: 7px;
}
.p-t-7 {
padding-top: 7px;
}
.p-r-7 {
padding-right: 7px;
}
.p-b-7 {
padding-bottom: 7px;
}
.p-l-7 {
padding-left: 7px;
}
.p-8 {
padding: 8px;
}
.p-t-8 {
padding-top: 8px;
}
.p-r-8 {
padding-right: 8px;
}
.p-b-8 {
padding-bottom: 8px;
}
.p-l-8 {
padding-left: 8px;
}
.p-9 {
padding: 9px;
}
.p-t-9 {
padding-top: 9px;
}
.p-r-9 {
padding-right: 9px;
}
.p-b-9 {
padding-bottom: 9px;
}
.p-l-9 {
padding-left: 9px;
}
.p-10 {
padding: 10px;
}
.p-t-10 {
padding-top: 10px;
}
.p-r-10 {
padding-right: 10px;
}
.p-b-10 {
padding-bottom: 10px;
}
.p-l-10 {
padding-left: 10px;
}
.p-15 {
padding: 15px;
}
.p-t-15 {
padding-top: 15px;
}
.p-r-15 {
padding-right: 15px;
}
.p-b-15 {
padding-bottom: 15px;
}
.p-l-15 {
padding-left: 15px;
}
.p-20 {
padding: 20px;
}
.p-t-20 {
padding-top: 20px;
}
.p-r-20 {
padding-right: 20px;
}
.p-b-20 {
padding-bottom: 20px;
}
.p-l-20 {
padding-left: 20px;
}
.p-25 {
padding: 25px;
}
.p-t-25 {
padding-top: 25px;
}
.p-r-25 {
padding-right: 25px;
}
.p-b-25 {
padding-bottom: 25px;
}
.p-l-25 {
padding-left: 25px;
}
.p-30 {
padding: 30px;
}
.p-t-30 {
padding-top: 30px;
}
.p-r-30 {
padding-right: 30px;
}
.p-b-30 {
padding-bottom: 30px;
}
.p-l-30 {
padding-left: 30px;
}
.p-35 {
padding: 35px;
}
.p-t-35 {
padding-top: 35px;
}
.p-r-35 {
padding-right: 35px;
}
.p-b-35 {
padding-bottom: 35px;
}
.p-l-35 {
padding-left: 35px;
}
.p-40 {
padding: 40px;
}
.p-t-40 {
padding-top: 40px;
}
.p-r-40 {
padding-right: 40px;
}
.p-b-40 {
padding-bottom: 40px;
}
.p-l-40 {
padding-left: 40px;
}
.p-45 {
padding: 45px;
}
.p-t-45 {
padding-top: 45px;
}
.p-r-45 {
padding-right: 45px;
}
.p-b-45 {
padding-bottom: 45px;
}
.p-l-45 {
padding-left: 45px;
}
.p-50 {
padding: 50px;
}
.p-t-50 {
padding-top: 50px;
}
.p-r-50 {
padding-right: 50px;
}
.p-b-50 {
padding-bottom: 50px;
}
.p-l-50 {
padding-left: 50px;
}
.p-55 {
padding: 55px;
}
.p-t-55 {
padding-top: 55px;
}
.p-r-55 {
padding-right: 55px;
}
.p-b-55 {
padding-bottom: 55px;
}
.p-l-55 {
padding-left: 55px;
}
.p-60 {
padding: 60px;
}
.p-t-60 {
padding-top: 60px;
}
.p-r-60 {
padding-right: 60px;
}
.p-b-60 {
padding-bottom: 60px;
}
.p-l-60 {
padding-left: 60px;
}
.p-65 {
padding: 65px;
}
.p-t-65 {
padding-top: 65px;
}
.p-r-65 {
padding-right: 65px;
}
.p-b-65 {
padding-bottom: 65px;
}
.p-l-65 {
padding-left: 65px;
}
.p-70 {
padding: 70px;
}
.p-t-70 {
padding-top: 70px;
}
.p-r-70 {
padding-right: 70px;
}
.p-b-70 {
padding-bottom: 70px;
}
.p-l-70 {
padding-left: 70px;
}
.p-75 {
padding: 75px;
}
.p-t-75 {
padding-top: 75px;
}
.p-r-75 {
padding-right: 75px;
}
.p-b-75 {
padding-bottom: 75px;
}
.p-l-75 {
padding-left: 75px;
}
.p-80 {
padding: 80px;
}
.p-t-80 {
padding-top: 80px;
}
.p-r-80 {
padding-right: 80px;
}
.p-b-80 {
padding-bottom: 80px;
}
.p-l-80 {
padding-left: 80px;
}
.p-85 {
padding: 85px;
}
.p-t-85 {
padding-top: 85px;
}
.p-r-85 {
padding-right: 85px;
}
.p-b-85 {
padding-bottom: 85px;
}
.p-l-85 {
padding-left: 85px;
}
.p-90 {
padding: 90px;
}
.p-t-90 {
padding-top: 90px;
}
.p-r-90 {
padding-right: 90px;
}
.p-b-90 {
padding-bottom: 90px;
}
.p-l-90 {
padding-left: 90px;
}
.p-95 {
padding: 95px;
}
.p-t-95 {
padding-top: 95px;
}
.p-r-95 {
padding-right: 95px;
}
.p-b-95 {
padding-bottom: 95px;
}
.p-l-95 {
padding-left: 95px;
}
.p-100 {
padding: 100px;
}
.p-t-100 {
padding-top: 100px;
}
.p-r-100 {
padding-right: 100px;
}
.p-b-100 {
padding-bottom: 100px;
}
.p-l-100 {
padding-left: 100px;
}
/*Centering classes generator*/
/*Set center-width for child if tou know this value*/
/*Set center-height for child if tou know this value*/
/*Set all properties in center-width-height or don't set anything*/
/*Also, you got flex centering*/
/*Help for you:
$center: (400px, 400px) (600px, 600px) -> .center-known-400-400 .center-known-600-600
$center-width: (400px, 600px); -> .center-known-w-400 and center-known-w-600 */
/*implement this for parent*/
.center-parent {
position: relative;
}
/*centering with unknown dimensions*/
/*implement this for child*/
/*require for center-parent*/
.center-unknown {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/*centering with known width*/
/*implement this for child*/
/*require for center-parent*/
.center-known-w-400 {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.center-known-w-600 {
position: absolute;
top: 50%;
left: 50%;
width: 600px;
margin-left: -300px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*centering with known height*/
/*implement this for child*/
/*require for center-parent*/
.center-known-h-400 {
position: absolute;
top: 50%;
left: 50%;
height: 400px;
margin-top: -200px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.center-known-h-600 {
position: absolute;
top: 50%;
left: 50%;
height: 600px;
margin-top: -300px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
/*centering with known dimensions*/
/*implement this for child*/
/*require for center-parent*/
.center-known-400-400 {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
height: 400px;
margin-top: -200px;
}
.center-known-600-600 {
position: absolute;
top: 50%;
left: 50%;
width: 600px;
margin-left: -300px;
height: 600px;
margin-top: -300px;
}
/*implement for parent*/
/*don't require for center-parent*/
.center-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/*Border classes generator*/
/*Help for you:
$border-color: (black: #000, grey: #e5e9ec); -> .b-black .b-grey
$border: (sm: 1px solid, lg: 5px solid); -> .b-sm .b-lg */
.b-black {
border-color: #000;
}
.b-grey {
border-color: #e5e9ec;
}
.b-transparent {
border-color: rgba(0, 0, 0, 0.4);
}
.b-sm {
border: 1px solid;
}
.b-lg {
border: 5px solid;
}
.b-tb-sm {
border-top: 1px solid;
border-bottom: 1px solid;
}
.b-tb-lg {
border-top: 5px solid;
border-bottom: 5px solid;
}
.b-rl-sm {
border-right: 1px solid;
border-left: 1px solid;
}
.b-rl-lg {
border-right: 5px solid;
border-left: 5px solid;
}
.b-t-sm {
border-top: 1px solid;
}
.b-t-lg {
border-top: 5px solid;
}
.b-r-sm {
border-right: 1px solid;
}
.b-r-lg {
border-right: 5px solid;
}
.b-b-sm {
border-bottom: 1px solid;
}
.b-b-lg {
border-bottom: 5px solid;
}
.b-l-sm {
border-left: 1px solid;
}
.b-l-lg {
border-left: 5px solid;
}
/*Border radius classes generator*/
.b-radius-3 {
border-radius: 3px;
}
.b-radius-5 {
border-radius: 5px;
}
.b-radius-t-3 {
border-radius: 3px 3px 0 0;
}
.b-radius-t-5 {
border-radius: 5px 5px 0 0;
}
.b-radius-r-3 {
border-radius: 0 3px 3px 0;
}
.b-radius-r-5 {
border-radius: 0 5px 5px 0;
}
.b-radius-b-3 {
border-radius: 0 0 3px 3px;
}
.b-radius-b-5 {
border-radius: 0 0 5px 5px;
}
/*Shadow classes*/
.focus-shadow {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.shadow-2dp {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shadow-3dp {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.shadow-4dp {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.shadow-6dp {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.shadow-8dp {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.shadow-16dp {
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/*Display classes generator*/
.d-block {
display: block;
}
.d-inblock {
display: inline-block;
}
.d-in {
display: inline;
}
.d-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.d-inflex {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.d-inherit {
display: inherit;
}
.d-none {
display: none;
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
/*Box classes generator*/
/*Help for you:
$box: (44px, 44px) (50px 50px); -> .box-44-44 .box-50-50
$box-w: (44px, 50px); -> .box-w-44 .box-w-50 */
.box-inherit {
width: inherit;
height: inherit;
}
.box-44-44 {
width: 44px;
height: 44px;
}
.box-50-50 {
width: 50px;
height: 50px;
}
.box-100-100 {
width: 100px;
height: 100px;
}
.box-200-100 {
width: 200px;
height: 100px;
}
.box-w-44 {
width: 44px;
}
.box-w-50 {
width: 50px;
}
.box-w-100 {
width: 100px;
}
.box-w-200 {
width: 200px;
}
.box-h-44 {
height: 44px;
}
.box-h-50 {
height: 50px;
}
.box-h-100 {
height: 100px;
}
.box-h-200 {
height: 200px;
}
.box-pr-100-100 {
width: 100%;
height: 100%;
}
.box-pr-50-50 {
width: 50%;
height: 50%;
}
.box-pr-100-50 {
width: 100%;
height: 50%;
}
.box-pr-w-100 {
width: 100%;
}
.box-pr-w-50 {
width: 50%;
}
.box-pr-w-25 {
width: 25%;
}
.box-pr-h-100 {
height: 100%;
}
.box-pr-h-50 {
height: 50%;
}
.box-pr-h-25 {
height: 25%;
}
/*Position classes generator*/
.position-abs {
position: absolute;
}
.position-rel {
position: relative;
}
.position-fix {
position: fixed;
}
.position-st {
position: static;
}
.position-in {
position: inherit;
}
.top {
top: 0px;
}
.top-right {
top: 0px;
right: 0px;
}
.top-left {
top: 0px;
left: 0px;
}
.bottom {
bottom: 0px;
}
.bottom-right {
bottom: 0px;
right: 0px;
}
.bottom-left {
bottom: 0px;
left: 0px;
}
.right {
right: 0px;
}
.left {
left: 0px;
}
/*Z-index classes generator*/
/*Z-index-min and z-index-max is range of the generator*/
/*Z-index-step start to work after 10 value. Before z-index-step always 1.*/
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
.z-2 {
z-index: 2;
}
.z-3 {
z-index: 3;
}
.z-4 {
z-index: 4;
}
.z-5 {
z-index: 5;
}
.z-6 {
z-index: 6;
}
.z-7 {
z-index: 7;
}
.z-8 {
z-index: 8;
}
.z-9 {
z-index: 9;
}
.z-10 {
z-index: 10;
}
.z-15 {
z-index: 15;
}
.z-20 {
z-index: 20;
}
.z-25 {
z-index: 25;
}
.z-30 {
z-index: 30;
}
.z-35 {
z-index: 35;
}
.z-40 {
z-index: 40;
}
.z-45 {
z-index: 45;
}
.z-50 {
z-index: 50;
}
.z-55 {
z-index: 55;
}
.z-60 {
z-index: 60;
}
.z-65 {
z-index: 65;
}
.z-70 {
z-index: 70;
}
.z-75 {
z-index: 75;
}
.z-80 {
z-index: 80;
}
.z-85 {
z-index: 85;
}
.z-90 {
z-index: 90;
}
.z-95 {
z-index: 95;
}
.z-100 {
z-index: 100;
}
/*Font-size classes generator*/
/*Font-size-min and font-size-max is range of the generator*/
/*Font-size-step start to work after 10 value. Before font-size-step always 1.*/
/*WARN: don't support float*/
.fs-1 {
font-size: 1px;
}
.fs-2 {
font-size: 2px;
}
.fs-3 {
font-size: 3px;
}
.fs-4 {
font-size: 4px;
}
.fs-5 {
font-size: 5px;
}
.fs-6 {
font-size: 6px;
}
.fs-7 {
font-size: 7px;
}
.fs-8 {
font-size: 8px;
}
.fs-9 {
font-size: 9px;
}
.fs-10 {
font-size: 10px;
}
.fs-15 {
font-size: 15px;
}
.fs-20 {
font-size: 20px;
}
.fs-25 {
font-size: 25px;
}
.fs-30 {
font-size: 30px;
}
.fs-35 {
font-size: 35px;
}
.fs-40 {
font-size: 40px;
}
.fs-45 {
font-size: 45px;
}
.fs-50 {
font-size: 50px;
}
/*Font weight classes generator*/
.fw-thin {
font-weight: 100;
}
.fw-light {
font-weight: 300;
}
.fw-normal {
font-weight: 400;
}
.fw-medium {
font-weight: 500;
}
.fw-bold {
font-weight: 700;
}
.fw-extra-bold {
font-weight: 800;
}
.fw-ultra-bold {
font-weight: 900;
}
/*Line height classes generator*/
.lh-sm {
line-height: 12px;
}
.lh-md {
line-height: 16.8px;
}
.lh-lg {
line-height: 28px;
}
/*Text-decoration classes generator*/
.text-d-n {
text-decoration: none;
}
.text-d-u {
text-decoration: underline;
}
.text-d-t {
text-decoration: line-through;
}
/*Text-transform classes generator*/
.text-upc {
text-transform: uppercase;
}
.text-lwc {
text-transform: lowercase;
}
/*Truncate classes generator*/
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.break-word {
word-wrap: break-word;
}
.no-wrap {
white-space: nowrap !important;
}
/*Cursor classes generator*/
.cursor-d {
cursor: default;
}
.cursor-p {
cursor: pointer;
}
.cursor-h {
cursor: help;
}
.cursor-m {
cursor: move;
}
.cursor-t {
cursor: text;
}
.cursor-c {
cursor: crosshair;
}
| 0.280025 | 0.228243 |
background: url("../images/cat-documentation.png") no-repeat 85% 0%,
url("../images/waves.png") no-repeat center;
height: 180px;
max-width: 960px;
}
#title h1{
font-size: 60px;
margin: 0 0;
padding: 50px 0 0 30px;
text-align: left;
}
#blog{
margin: 0 auto;
max-width: 960px;
padding: 0 0;
text-align: left;
width: 80%;
}
#blog p{
margin: 0 0;
}
#themes{
background: #660000;
border-radius: 3px 0 0 3px;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: left;
vertical-align: top;
width: 30%;
}
#themes article{
background: url("../images/arrow-documentation.png") no-repeat 90% 50%;
line-height: 0.95em;
margin: 10px 0;
padding: 10px 10%;
}
#themes article:hover{
background: url("../images/arrow-documentation-down.png") no-repeat 90% 50%, #800818;
cursor: pointer;
}
#themes h3{
border-bottom: solid 1px #990033;
font-size: 18px;
margin: 20px 10% 0 10%;
}
#themes article span{
font-size: 13px;
font-weight: 400;
}
#themes a{
color: #ff9933;
}
#themes .on {
background: url("../images/arrow-documentation-down.png") no-repeat 90% 50%;
line-height: 0.95em;
margin: 10px 0;
padding: 10px 10%;
}
#themes .subtheme,
#themes .subtheme:hover{
background: #800818;
border-left: 1px solid #660000;
font-size: 13px;
font-weight: 400;
line-height: 2.5em;
padding-left: 40px;
position: relative;
top:-10px;
}
#themes .subtheme a{
color: white;
display: block;
text-decoration: none;
}
#themes .subtheme a:hover{
color: #ff9933;
}
#content {
background: white;
border-radius: 0 3px 3px 0;
display: inline-block;
font-size: 14px;
margin: 0 0 0 -2px;
text-align: left;
width: 69%;
}
#content h2{
margin: 0 5% 20px 5%;
color: #990000;
font-size: 34px;
line-height: 0.9em;
text-decoration: none;
}
#content h3{
color: #990000;
font-size: 24px;
font-weight: 400;
margin: 20px 0 -10px 5%;
}
#content h4{
color: #990033;
border-bottom: solid 1px #990033;
margin: 20px 5%;
}
#content article{
border-bottom: dashed 1px #990033;
color: #333;
font-size: 16px;
font-weight: 400;
margin: 12px 0;
}
#content a{
color: #990000;
text-decoration: none;
}
#content a:hover{
color: #cc0033;
text-decoration: underline;
}
#content li {
margin: 0px 0px 0px 1%;
color: #990000;
}
#content li > p {
margin: 20px 5% 10px 0%;
color: #333;
}
#content p{
margin: 10px 5% 0px 5%;
}
#content article{
border-bottom: dashed 1px #990033;
color: #333;
font-size: 16px;
font-weight: 400;
}
#content article code{
color: white;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
}
#content article pre code {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
}
#content table {
margin: 20px 5% 10px 5%;
width: 90%;
table-layout: fixed;
}
#content .highlight{
background: #b01220;
margin: 10px 0 10px 0;
padding: 5px 30px;
}
#content .more-info {
margin: 0 15px 0 0;
}
.flag {
background: url("../images/protip.png") no-repeat 20px 20px, #330000;
margin: 10px 0;
padding: 0 30px 20px 90px;
}
.flag h5{
color: white;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 1em;
margin: 20px 0 0 0;
}
#content .flag p{
color: white;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1em;
margin: 5px 0 0 0;
padding: 0;
}
.flag.info {
background: url("../images/info.png") no-repeat 20px 20px, #330000;
}
.flag.warning {
background: url("../images/warning.png") no-repeat 20px 20px, #330000;
}
|
css/documentation.css
|
background: url("../images/cat-documentation.png") no-repeat 85% 0%,
url("../images/waves.png") no-repeat center;
height: 180px;
max-width: 960px;
}
#title h1{
font-size: 60px;
margin: 0 0;
padding: 50px 0 0 30px;
text-align: left;
}
#blog{
margin: 0 auto;
max-width: 960px;
padding: 0 0;
text-align: left;
width: 80%;
}
#blog p{
margin: 0 0;
}
#themes{
background: #660000;
border-radius: 3px 0 0 3px;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-align: left;
vertical-align: top;
width: 30%;
}
#themes article{
background: url("../images/arrow-documentation.png") no-repeat 90% 50%;
line-height: 0.95em;
margin: 10px 0;
padding: 10px 10%;
}
#themes article:hover{
background: url("../images/arrow-documentation-down.png") no-repeat 90% 50%, #800818;
cursor: pointer;
}
#themes h3{
border-bottom: solid 1px #990033;
font-size: 18px;
margin: 20px 10% 0 10%;
}
#themes article span{
font-size: 13px;
font-weight: 400;
}
#themes a{
color: #ff9933;
}
#themes .on {
background: url("../images/arrow-documentation-down.png") no-repeat 90% 50%;
line-height: 0.95em;
margin: 10px 0;
padding: 10px 10%;
}
#themes .subtheme,
#themes .subtheme:hover{
background: #800818;
border-left: 1px solid #660000;
font-size: 13px;
font-weight: 400;
line-height: 2.5em;
padding-left: 40px;
position: relative;
top:-10px;
}
#themes .subtheme a{
color: white;
display: block;
text-decoration: none;
}
#themes .subtheme a:hover{
color: #ff9933;
}
#content {
background: white;
border-radius: 0 3px 3px 0;
display: inline-block;
font-size: 14px;
margin: 0 0 0 -2px;
text-align: left;
width: 69%;
}
#content h2{
margin: 0 5% 20px 5%;
color: #990000;
font-size: 34px;
line-height: 0.9em;
text-decoration: none;
}
#content h3{
color: #990000;
font-size: 24px;
font-weight: 400;
margin: 20px 0 -10px 5%;
}
#content h4{
color: #990033;
border-bottom: solid 1px #990033;
margin: 20px 5%;
}
#content article{
border-bottom: dashed 1px #990033;
color: #333;
font-size: 16px;
font-weight: 400;
margin: 12px 0;
}
#content a{
color: #990000;
text-decoration: none;
}
#content a:hover{
color: #cc0033;
text-decoration: underline;
}
#content li {
margin: 0px 0px 0px 1%;
color: #990000;
}
#content li > p {
margin: 20px 5% 10px 0%;
color: #333;
}
#content p{
margin: 10px 5% 0px 5%;
}
#content article{
border-bottom: dashed 1px #990033;
color: #333;
font-size: 16px;
font-weight: 400;
}
#content article code{
color: white;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
}
#content article pre code {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
}
#content table {
margin: 20px 5% 10px 5%;
width: 90%;
table-layout: fixed;
}
#content .highlight{
background: #b01220;
margin: 10px 0 10px 0;
padding: 5px 30px;
}
#content .more-info {
margin: 0 15px 0 0;
}
.flag {
background: url("../images/protip.png") no-repeat 20px 20px, #330000;
margin: 10px 0;
padding: 0 30px 20px 90px;
}
.flag h5{
color: white;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 1em;
margin: 20px 0 0 0;
}
#content .flag p{
color: white;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1em;
margin: 5px 0 0 0;
padding: 0;
}
.flag.info {
background: url("../images/info.png") no-repeat 20px 20px, #330000;
}
.flag.warning {
background: url("../images/warning.png") no-repeat 20px 20px, #330000;
}
| 0.087097 | 0.081228 |
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes 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: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes 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;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-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% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-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% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-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% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
/*-------- 1.2 Hamburgers --------*/
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author <NAME> @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 0;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }
.hamburger-box {
width: 30px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 30px;
height: 4px;
background-color: #fff;
border-radius: 0;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }
/*
* 3DX
*/
.hamburger--3dx .hamburger-box {
perspective: 80px; }
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DX Reverse
*/
.hamburger--3dx-r .hamburger-box {
perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DY
*/
.hamburger--3dy .hamburger-box {
perspective: 80px; }
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DY Reverse
*/
.hamburger--3dy-r .hamburger-box {
perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DXY
*/
.hamburger--3dxy .hamburger-box {
perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DXY Reverse
*/
.hamburger--3dxy-r .hamburger-box {
perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* Arrow
*/
.hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Arrow Right
*/
.hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
* Arrow Alt
*/
.hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
* Arrow Alt Right
*/
.hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
* Arrow Turn
*/
.hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
* Arrow Turn Right
*/
.hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Boring
*/
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg); }
/*
* Collapse
*/
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Elastic
*/
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s; }
/*
* Elastic Reverse
*/
.hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-135deg);
transition-delay: 0.075s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(270deg);
transition-delay: 0.075s; }
/*
* Emphatic
*/
.hamburger--emphatic {
overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent; }
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
transform: translate3d(80px, 80px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
* Emphatic Reverse
*/
.hamburger--emphatic-r {
overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
transform: translate3d(80px, -80px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
transform: translate3d(-80px, -80px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
* Minus
*/
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0; }
/*
* Slider
*/
.hamburger--slider .hamburger-inner {
top: 2px; }
.hamburger--slider .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg); }
/*
* Slider Reverse
*/
.hamburger--slider-r .hamburger-inner {
top: 2px; }
.hamburger--slider-r .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {
top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(90deg); }
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Spin Reverse
*/
.hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Spring
*/
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Stand
*/
.hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Stand Reverse
*/
.hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Vortex
*/
.hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg); }
/*
* Vortex Reverse
*/
.hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg); }
/*-------- 1.3 Carousel --------*/
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 <NAME>
* Licensed under ()
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 <NAME>
* Licensed under ()
*/
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
/*-------- 1.4 Magnific Popup CSS --------*/
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
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 {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.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;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.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(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@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(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
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.6);
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; } }
|
client/vendor/css/vendors.unminified.css
|
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes 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: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes 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;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-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% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-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% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-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% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
/*-------- 1.2 Hamburgers --------*/
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author <NAME> @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 0;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }
.hamburger-box {
width: 30px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 30px;
height: 4px;
background-color: #fff;
border-radius: 0;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }
/*
* 3DX
*/
.hamburger--3dx .hamburger-box {
perspective: 80px; }
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DX Reverse
*/
.hamburger--3dx-r .hamburger-box {
perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DY
*/
.hamburger--3dy .hamburger-box {
perspective: 80px; }
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DY Reverse
*/
.hamburger--3dy-r .hamburger-box {
perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DXY
*/
.hamburger--3dxy .hamburger-box {
perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* 3DXY Reverse
*/
.hamburger--3dxy-r .hamburger-box {
perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
* Arrow
*/
.hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Arrow Right
*/
.hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
* Arrow Alt
*/
.hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
* Arrow Alt Right
*/
.hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
* Arrow Turn
*/
.hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
* Arrow Turn Right
*/
.hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
* Boring
*/
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg); }
/*
* Collapse
*/
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Elastic
*/
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s; }
/*
* Elastic Reverse
*/
.hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-135deg);
transition-delay: 0.075s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(270deg);
transition-delay: 0.075s; }
/*
* Emphatic
*/
.hamburger--emphatic {
overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent; }
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
transform: translate3d(80px, 80px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
* Emphatic Reverse
*/
.hamburger--emphatic-r {
overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
transform: translate3d(80px, -80px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
transform: translate3d(-80px, -80px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
* Minus
*/
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0; }
/*
* Slider
*/
.hamburger--slider .hamburger-inner {
top: 2px; }
.hamburger--slider .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg); }
/*
* Slider Reverse
*/
.hamburger--slider-r .hamburger-inner {
top: 2px; }
.hamburger--slider-r .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {
top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(90deg); }
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Spin Reverse
*/
.hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Spring
*/
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Stand
*/
.hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Stand Reverse
*/
.hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
* Vortex
*/
.hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg); }
/*
* Vortex Reverse
*/
.hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg); }
/*-------- 1.3 Carousel --------*/
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 <NAME>
* Licensed under ()
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 <NAME>
* Licensed under ()
*/
/*
* Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
/*-------- 1.4 Magnific Popup CSS --------*/
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
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 {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.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;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.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(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@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(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
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.6);
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; } }
| 0.639173 | 0.152663 |
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
:root {
--primary-color: #FFF021;
--secondary-color: #0A0A0A;
--white-color: #FFFFFF;
--grey-color: #E6E6E6;
--grey-text-color: #888888;
--border-radius: 6px;
--border-settings: 3px solid #0A0A0A;
--default-padding: 24px;
--default-big-padding: 40px;
--image-opacity: 15%;
--error-color: #D10808;
--cmd-color-orange: #FF9921;
--cmd-color-blue: #63C9FE;
--cmd-color-pink: #FF70C3;
--cmd-color-green: #74FF21;
}
/* =============================================================================
#GENERAL
============================================================================= */
* {
font-family: inherit;
line-height: inherit;
color: inherit;
}
html {
min-height: 100%;
height: 100%;
font-size: 16px;
font-size: 62.5%;
}
body {
position: relative;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: normal;
color: var(--secondary-color);
font-size: 16px; font-size: 1.6rem;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--white-color);
min-height: 100vh;
min-height: -webkit-fill-available;
width: 100%;
}
img {
max-width: 100%;
font-style: italic;
vertical-align: middle;
}
/* =============================================================================
#TYPOGRAPHY
============================================================================= */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
line-height: 1.1;
}
/* Heading 1 */
h1 {
font-size: 24px; font-size: 2.4rem;
}
/* Heading 2 */
h2, legend {
font-size: 20px; font-size: 2.0rem;
padding-bottom: 14px;
margin-bottom: 20px;
border-bottom: 3px solid var(--grey-color);
}
fieldset legend {
width: 100%;
font-weight: 700;
}
/* Heading 3 */
h3 {
font-size: 16px; font-size: 1.6rem;
}
a {
/* color: #549fd7; */
text-decoration: none;
}
strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
ul, ol {
list-style: none;
padding-left: 0;
}
/* =============================================================================
#MAIN
<<<<<<< HEAD
============================================================================= */
main {
position: relative;
padding: var(--default-padding) 0 110px 0px;
margin: 0 var(--default-padding);
}
main section + section {
margin-top: var(--default-big-padding);
}
.form--overview {
padding-bottom: var(--default-padding);
}
/* =============================================================================
#DEFAULT GRID
============================================================================= */
main {
position: relative;
padding: var(--default-padding) 0 110px 0px;
margin: 0 var(--default-padding);
}
main section + section {
margin-top: var(--default-big-padding);
}
.dashboard .skills {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: -24px -24px 0 -24px;
padding-bottom: var(--default-padding);
background-color: var(--primary-color);
}
.form--overview {
padding-bottom: var(--default-padding);
}
/* =============================================================================
#DEFAULT GRID
============================================================================= */
.grid {
display: grid;
gap: 20px;
grid-auto-rows: min-content;
}
.grid li {
position: relative;
}
.grid--img li {
max-width: 70px;
max-height: 70px;
}
.grid li a:hover {
transform: scale(1.02);
}
/* little description or info about item */
.grid li a > div > p {
font-size: 14px; font-size: 1.4rem;
color: var(--grey-text-color);
}
/* =============================================================================
#GRID LIST
============================================================================= */
.grid--list {
grid-template-columns: 1fr;
}
.grid--list li a, .grid--list .box-shadow {
display: flex;
align-items: center;
flex-direction: row;
padding: 14px;
height: 100%;
color: var(--secondary-color);
background-color: var(--white-color);
border-radius: var(--border-radius);
transition: all .25s ease-in-out;
}
/* Course profile pic */
.grid--list li a > p, .grid--list .box-shadow > p {
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
color: var(--white-color);
background-color: var(--secondary-color);
}
/* =============================================================================
#DASHBOARD GRID LIST
============================================================================= */
.dashboard .grid--list li a {
padding: 20px 16px;
}
.dashboard__overview .box-shadow::after {
display: none;
}
.dashboard .grid--list li a > div {
display: flex;
align-items: center;
flex-direction: row;
}
.dashboard .grid--list li a > div p {
margin-left: 9px;
padding: 4px 8px;
border-radius: 20px;
color: var(--white-color);
font-weight: 600;
}
.dashboard .grid--list li:first-of-type a > div p {
background-color: var(--cmd-color-blue);
}
.dashboard .grid--list li:nth-of-type(2) a > div p {
background-color: var(--cmd-color-orange);
}
.dashboard .grid--list li:nth-of-type(3) a > div p {
background-color: var(--cmd-color-pink);
}
/* =============================================================================
#GRID OVERVIEW
============================================================================= */
.grid--overview {
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.grid--overview li a {
display: block;
color: var(--secondary-color);
background-color: var(--white-color);
border-radius: var(--border-radius);
transition: all .25s ease-in-out;
}
.grid--overview li a > p {
padding: 10px 0px;
font-weight: 700;
font-size: 14px; font-size: 1.4rem;
text-align: center;
color: var(--white-color);
border-radius: 0 0 var(--border-radius) var(--border-radius);
background-color: var(--secondary-color);
}
.grid--overview li a > div {
padding: 18px 14px;
}
/* =============================================================================
#GRID W ONLY IMAGES
============================================================================= */
.grid--img {
grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.grid--img li a {
position: relative;
padding: 0;
cursor: default;
/* min-height: 100%; */
}
.grid--img li a:hover {
transform: none;
}
.grid--img li a > img {
width: 100%;
height: 100%;
min-height: 70px;
object-fit: cover;
border-radius: var(--border-radius);
}
/* =============================================================================
#TEAM DETAILS
============================================================================= */
.grid--list__team-members .box-shadow {
padding: 12px 14px;
}
.grid--list__team-members picture {
display: block;
width: 70px;
min-width: 70px;
height: 70px;
border: var(--border-settings);
border-radius: var(--border-radius);
margin-right: 14px;
}
.grid--list__team-members picture > img {
width: 100%;
height: 100%;
object-fit: fill;
border-radius: 3px;
}
.grid--list__team-members div {
display: flex;
flex-direction: column;
width: 100%;
}
.grid--list__team-members div > h3 {
position: relative;
display: inline-block;
padding: 6px 8px;
font-size: 14px; font-size: 1.4rem;
background-color: var(--secondary-color);
color: var(--white-color);
border-radius: 5px;
margin-bottom: 6px;
margin-right: auto;
}
.grid--list__team-members div > h3::before {
content: "";
position: absolute;
left: -8px;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
width: 12px;
height: 5px;
background-color: transparent;
background-image: url("../images/icons/name_tag-triangle-big.svg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.grid--list__team-members div > p {
display: inline-block;
padding: 2px 8px;
text-align: center;
font-size: 14px; font-size: 1.4rem;
font-weight: 700;
border: var(--border-settings);
border-radius: 10px;
margin-right: auto;
}
/* =============================================================================
#CLASS HOME
============================================================================= */
.home {
display: flex;
align-items: center;
}
.home > div:first-of-type {
display: flex;
flex-direction: column;
width: 100%;
}
.home > div:first-of-type > .btn {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
bottom: auto;
}
.home > div:first-of-type > .btn + .btn {
margin-top: 12px;
}
|
public/styles/style.css
|
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
:root {
--primary-color: #FFF021;
--secondary-color: #0A0A0A;
--white-color: #FFFFFF;
--grey-color: #E6E6E6;
--grey-text-color: #888888;
--border-radius: 6px;
--border-settings: 3px solid #0A0A0A;
--default-padding: 24px;
--default-big-padding: 40px;
--image-opacity: 15%;
--error-color: #D10808;
--cmd-color-orange: #FF9921;
--cmd-color-blue: #63C9FE;
--cmd-color-pink: #FF70C3;
--cmd-color-green: #74FF21;
}
/* =============================================================================
#GENERAL
============================================================================= */
* {
font-family: inherit;
line-height: inherit;
color: inherit;
}
html {
min-height: 100%;
height: 100%;
font-size: 16px;
font-size: 62.5%;
}
body {
position: relative;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: normal;
color: var(--secondary-color);
font-size: 16px; font-size: 1.6rem;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--white-color);
min-height: 100vh;
min-height: -webkit-fill-available;
width: 100%;
}
img {
max-width: 100%;
font-style: italic;
vertical-align: middle;
}
/* =============================================================================
#TYPOGRAPHY
============================================================================= */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
line-height: 1.1;
}
/* Heading 1 */
h1 {
font-size: 24px; font-size: 2.4rem;
}
/* Heading 2 */
h2, legend {
font-size: 20px; font-size: 2.0rem;
padding-bottom: 14px;
margin-bottom: 20px;
border-bottom: 3px solid var(--grey-color);
}
fieldset legend {
width: 100%;
font-weight: 700;
}
/* Heading 3 */
h3 {
font-size: 16px; font-size: 1.6rem;
}
a {
/* color: #549fd7; */
text-decoration: none;
}
strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
ul, ol {
list-style: none;
padding-left: 0;
}
/* =============================================================================
#MAIN
<<<<<<< HEAD
============================================================================= */
main {
position: relative;
padding: var(--default-padding) 0 110px 0px;
margin: 0 var(--default-padding);
}
main section + section {
margin-top: var(--default-big-padding);
}
.form--overview {
padding-bottom: var(--default-padding);
}
/* =============================================================================
#DEFAULT GRID
============================================================================= */
main {
position: relative;
padding: var(--default-padding) 0 110px 0px;
margin: 0 var(--default-padding);
}
main section + section {
margin-top: var(--default-big-padding);
}
.dashboard .skills {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: -24px -24px 0 -24px;
padding-bottom: var(--default-padding);
background-color: var(--primary-color);
}
.form--overview {
padding-bottom: var(--default-padding);
}
/* =============================================================================
#DEFAULT GRID
============================================================================= */
.grid {
display: grid;
gap: 20px;
grid-auto-rows: min-content;
}
.grid li {
position: relative;
}
.grid--img li {
max-width: 70px;
max-height: 70px;
}
.grid li a:hover {
transform: scale(1.02);
}
/* little description or info about item */
.grid li a > div > p {
font-size: 14px; font-size: 1.4rem;
color: var(--grey-text-color);
}
/* =============================================================================
#GRID LIST
============================================================================= */
.grid--list {
grid-template-columns: 1fr;
}
.grid--list li a, .grid--list .box-shadow {
display: flex;
align-items: center;
flex-direction: row;
padding: 14px;
height: 100%;
color: var(--secondary-color);
background-color: var(--white-color);
border-radius: var(--border-radius);
transition: all .25s ease-in-out;
}
/* Course profile pic */
.grid--list li a > p, .grid--list .box-shadow > p {
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
color: var(--white-color);
background-color: var(--secondary-color);
}
/* =============================================================================
#DASHBOARD GRID LIST
============================================================================= */
.dashboard .grid--list li a {
padding: 20px 16px;
}
.dashboard__overview .box-shadow::after {
display: none;
}
.dashboard .grid--list li a > div {
display: flex;
align-items: center;
flex-direction: row;
}
.dashboard .grid--list li a > div p {
margin-left: 9px;
padding: 4px 8px;
border-radius: 20px;
color: var(--white-color);
font-weight: 600;
}
.dashboard .grid--list li:first-of-type a > div p {
background-color: var(--cmd-color-blue);
}
.dashboard .grid--list li:nth-of-type(2) a > div p {
background-color: var(--cmd-color-orange);
}
.dashboard .grid--list li:nth-of-type(3) a > div p {
background-color: var(--cmd-color-pink);
}
/* =============================================================================
#GRID OVERVIEW
============================================================================= */
.grid--overview {
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.grid--overview li a {
display: block;
color: var(--secondary-color);
background-color: var(--white-color);
border-radius: var(--border-radius);
transition: all .25s ease-in-out;
}
.grid--overview li a > p {
padding: 10px 0px;
font-weight: 700;
font-size: 14px; font-size: 1.4rem;
text-align: center;
color: var(--white-color);
border-radius: 0 0 var(--border-radius) var(--border-radius);
background-color: var(--secondary-color);
}
.grid--overview li a > div {
padding: 18px 14px;
}
/* =============================================================================
#GRID W ONLY IMAGES
============================================================================= */
.grid--img {
grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.grid--img li a {
position: relative;
padding: 0;
cursor: default;
/* min-height: 100%; */
}
.grid--img li a:hover {
transform: none;
}
.grid--img li a > img {
width: 100%;
height: 100%;
min-height: 70px;
object-fit: cover;
border-radius: var(--border-radius);
}
/* =============================================================================
#TEAM DETAILS
============================================================================= */
.grid--list__team-members .box-shadow {
padding: 12px 14px;
}
.grid--list__team-members picture {
display: block;
width: 70px;
min-width: 70px;
height: 70px;
border: var(--border-settings);
border-radius: var(--border-radius);
margin-right: 14px;
}
.grid--list__team-members picture > img {
width: 100%;
height: 100%;
object-fit: fill;
border-radius: 3px;
}
.grid--list__team-members div {
display: flex;
flex-direction: column;
width: 100%;
}
.grid--list__team-members div > h3 {
position: relative;
display: inline-block;
padding: 6px 8px;
font-size: 14px; font-size: 1.4rem;
background-color: var(--secondary-color);
color: var(--white-color);
border-radius: 5px;
margin-bottom: 6px;
margin-right: auto;
}
.grid--list__team-members div > h3::before {
content: "";
position: absolute;
left: -8px;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
width: 12px;
height: 5px;
background-color: transparent;
background-image: url("../images/icons/name_tag-triangle-big.svg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.grid--list__team-members div > p {
display: inline-block;
padding: 2px 8px;
text-align: center;
font-size: 14px; font-size: 1.4rem;
font-weight: 700;
border: var(--border-settings);
border-radius: 10px;
margin-right: auto;
}
/* =============================================================================
#CLASS HOME
============================================================================= */
.home {
display: flex;
align-items: center;
}
.home > div:first-of-type {
display: flex;
flex-direction: column;
width: 100%;
}
.home > div:first-of-type > .btn {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
bottom: auto;
}
.home > div:first-of-type > .btn + .btn {
margin-top: 12px;
}
| 0.279632 | 0.045543 |
body {
font-family: meiryo;
background-color: #ffffff;
margin: 0;
overflow:hidden;
}
.header {
width : 100%;
height: 30px;
font-size: 14pt;
background-color:darkslateblue;
color: white;
padding: 10px;
}
.header span {
width:30px;
height: 30px;
background: url("../imgs/watson-logo-white.svg");
float:left;
margin-right: 20px;
}
.model-select {
margin-top: 10px;
width : 100%;
min-width: 1080px;
}
.model-select label {
color: #999999;
font-size: 12pt;
line-height: 20px;
margin-left: 10px;
margin-right: 5px;
}
.model-select input {
width: 200px;
height: 20px;
color: #999999;
margin-right: 80px;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button:hover {
background-color: seagreen;
}
.holder {
margin-top:10px;
/*background-color:yellow;*/
min-width: 1080px;
}
.image-upload {
/*background-color:green;*/
min-width: 1080px;
height: 120px;
}
.drop_zone {
width: 120px;
height: 120px;
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-left: 10px;
text-align: center;
color: #bbb;
float:left;
}
.drop_zone img {
width:120px;
height:120px;
}
.drop_zone label {
width:120px;
height:120px;
/*background-color: red;*/
display: block;
}
.drop_zone input {
display: none;
}
.message {
margin-top:5px;
width : 100%;
color: lightcoral;
font-size: 10pt;
margin-left: 10px;
}
.result-display {
margin-top:40px;
/*background-color:red;*/
padding: 5px;
width : 100%;
min-width: 1080px;
}
.radar {
width:300px;
height: 300px;
float:left;
}
.doughnut {
margin-left:100px;
width:300px;
height: 300px;
float:left;
}
|
public/css/base.css
|
body {
font-family: meiryo;
background-color: #ffffff;
margin: 0;
overflow:hidden;
}
.header {
width : 100%;
height: 30px;
font-size: 14pt;
background-color:darkslateblue;
color: white;
padding: 10px;
}
.header span {
width:30px;
height: 30px;
background: url("../imgs/watson-logo-white.svg");
float:left;
margin-right: 20px;
}
.model-select {
margin-top: 10px;
width : 100%;
min-width: 1080px;
}
.model-select label {
color: #999999;
font-size: 12pt;
line-height: 20px;
margin-left: 10px;
margin-right: 5px;
}
.model-select input {
width: 200px;
height: 20px;
color: #999999;
margin-right: 80px;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button:hover {
background-color: seagreen;
}
.holder {
margin-top:10px;
/*background-color:yellow;*/
min-width: 1080px;
}
.image-upload {
/*background-color:green;*/
min-width: 1080px;
height: 120px;
}
.drop_zone {
width: 120px;
height: 120px;
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-left: 10px;
text-align: center;
color: #bbb;
float:left;
}
.drop_zone img {
width:120px;
height:120px;
}
.drop_zone label {
width:120px;
height:120px;
/*background-color: red;*/
display: block;
}
.drop_zone input {
display: none;
}
.message {
margin-top:5px;
width : 100%;
color: lightcoral;
font-size: 10pt;
margin-left: 10px;
}
.result-display {
margin-top:40px;
/*background-color:red;*/
padding: 5px;
width : 100%;
min-width: 1080px;
}
.radar {
width:300px;
height: 300px;
float:left;
}
.doughnut {
margin-left:100px;
width:300px;
height: 300px;
float:left;
}
| 0.398172 | 0.088033 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font:400 13px/1 Arial, sans-serif;
color:#5a5a5a;
background:#dddddd;
}
body, input, textarea {
word-wrap: break-word;
}
strong {
font-weight:bold;
}
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;
}
a:focus, input:focus, select:focus, textarea:focus {outline:0;}
img{
max-width:100%;
height:auto;
}
table {
border-bottom: 1px solid #DDDDDD;
margin: 25px 0;
width: 100%;
}
td {
border: 1px solid #DDDDDD;
padding: 10px;
}
th {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #0592c9;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
text-transform: uppercase;
}
blockquote {
background: none repeat scroll 0 0 #EEEEEE;
border-left: 4px solid #0592c9;
font-style: italic;
font-weight: normal;
padding: 1px 15px;
}
cite, em, i {
font-style: italic;
}
pre, code, kbd {
background-color: #EEEEEE;
font-family: monospace;
font-size: 13px;
line-height: 20px;
}
pre {
padding: 18px;
overflow: auto;
white-space:pre-wrap;
}
ins {
background: none repeat scroll 0 0 #EEEEEE;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 20px;
}
address {
margin: 0 0 15px;
display: block;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #0592c9;
cursor: help;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sub {
top: 2px;
}
embed, iframe, object {
max-width: 100%;
}
.singlepost ul {
list-style-type: disc;
margin: 0 0 0 20px;
}
.singlepost ol {
list-style: decimal outside none;
margin: 5px 0 5px 20px;
}
.singlepost li {
margin: 5px 0;
}
/** Fonts **/
@font-face {
font-family: 'BebasNeueRegular';
src: url('css/fonts/BebasNeue-webfont.eot');
src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('css/fonts/BebasNeue-webfont.woff') format('woff'),
url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/** H1-H6 **/
h1{
font:700 21px Arial, sans-serif;
margin:0 0 10px 0
}
h2, h3{
font-family:'BebasNeueRegular', sans-serif;
margin:0 0 10px 0
}
h2, h2 a, h3, h3 a, h5, h5 a{
color:#343434
}
h2{
font-size:24px
}
h3{
font-size:22px
}
h4{
font:400 17px Corbel, 'Myriad Pro', sans serif;
margin:0 0 3px 0
}
h4, h4 a{
color:#252525
}
.sidebar h4{
font-size:16px;
}
h5, h6{
line-height:1.2
}
h5{
font-size:18px;
margin:0 0 3px 0
}
h6{
font-size:14px;
margin:0 0 5px 0
}
h6, h6a{
color:#505050;
}
/** Colors **/
a, .posted .date_time, .posted .postedby, .posted .commentcount, .logo .color{
color:#ffffff
}
#topsearch #button, .menu .current_page_item a, .menu .current_page_item a:hover, .readmore, .button, .menu_mobile{
background-color:#ec1e24
}
.menu, .business .fullwidth h2, .postlist li:first-child, .videoblock, #footer, .mobilemenu_toggle{
border-color:#ec1e24
}
.blog_thumbnail {
float:left;
}
.blog_excerpt {
float:left;
}
/** Main Styles **/
#wrapper{
width:980px;
margin:0 auto;
background:#fff;
position:relative;
z-index:1;
}
.fullwidth{
margin-left:30px;
margin-right:30px;
}
.columnwrapp{
padding:0 15px
}
.clear{
display:block;
width:100%;
height:0px;
clear:both;
overflow:hidden;
visibility: hidden;
font:400 0px/0px Arial;
}
.clearfix{
zoom:1
}
.clearfix:before, .clearfix:after{
content:'';
display:block;
width:100%;
height:0px;
overflow:hidden;
text-indent:-99999px;
}
.clearfix:after{
clear:both
}
.fleft{
float:left
}
.fright{
float:right
}
p{
line-height:1.4
}
.italic{
font-style:italic
}
.bold{
font-weight:700
}
.posted{
font-size:11px;
color:#bfbfbf
}
.posted .date_time, .posted .postedby, .posted .commentcount{
margin:0 15px 0 0
}
.date_time{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 2px
}
.postedby{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 -19px
}
.commentcount{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 -38px
}
a, .underline:hover{
text-decoration:none
}
.underline{
text-decoration:underline
}
.name_logo {
font-family: 'BebasNeueRegular',sans-serif;
font-size: 35px;
font-weight: normal;
margin: 0;
}
.readmore, .button{
display:block;
width:60px;
height:22px;
font-size:12px;
line-height:22px;
color:#fff;
text-align:center;
border:none;
cursor:pointer
}
.readpost{
padding:0 10px 0 0;
background:url(images/arrow.png) no-repeat 100% 50%
}
/** social **/
.social{
padding:1px 0;
}
.social li{
float:left;
position:relative;
margin:0 0 0 7px
}
.social a{
background: none repeat scroll 0 0 #A3A3A3;
border-radius: 12px 12px 12px 12px;
float: left;
height: 24px;
width: 24px;
}
.social img{
height: 24px;
width: 24px;
display: block;
}
.social a:hover{
background: none repeat scroll 0 0 #0592c9;
}
.topbar .social{
float:right;
padding:15px 25px 0 25px
}
/** Thumb **/
.thumb{
display:block;
border:4px solid #fff;
position:relative;
z-index:1;
-moz-box-shadow:0px 0px 4px #868686; /* Mozila Firefox box shadow */
-webkit-box-shadow:0px 0px 4px #868686; /* Safari, Chrome box shadow */
-khtml-box-shadow:0px 0px 4px #868686; /* KHTML box shadow */
-icab-box-shadow:0px 0px 4px #868686; /* icab box shadow */
box-shadow:0px 0px 4px #868686; /* CSS3 Opera box shadow */
-opera-box-shadow:0px 0px 4px #868686;
-o-box-shadow:0px 0px 4px #868686;
-box-shadow:0px 0px 4px #868686;
behavior: url(css/PIE.htc);
}
/** grayblock **/
.grayblock{
border:4px solid #fff;
background:#f1f1f1;
padding:13px;
position:relative;
margin:0 0 20px 0;
color:#5a5a5a;
z-index:1;
-moz-box-shadow:0px 0px 4px #868686; /* Mozila Firefox box shadow */
-webkit-box-shadow:0px 0px 4px #868686; /* Safari, Chrome box shadow */
-khtml-box-shadow:0px 0px 4px #868686; /* KHTML box shadow */
-icab-box-shadow:0px 0px 4px #868686; /* icab box shadow */
box-shadow:0px 0px 4px #868686; /* CSS3 Opera box shadow */
-opera-box-shadow:0px 0px 4px #868686;
-o-box-shadow:0px 0px 4px #868686;
-box-shadow:0px 0px 4px #868686;
behavior: url(css/PIE.htc);
}
/** Header **/
#header{
position:relative;
z-index:99;
margin:0 0 0 0;
zoom:1
}
/** Topbar **/
.topbar{
height:53px;
line-height:54px;
border-bottom:1px solid #cdcdcd
}
.topbar, .topbar a{
color:#a3a3a3;
}
.topbar a{
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
text-transform: uppercase;
}
.topbar a:hover{
color:#777777;
}
/** Topbarnav **/
.topbar .topbarnav{
float:left;
}
.topbarnav {
float: left;
font-size: 15px;
height: 100%;
max-width: 500px;
overflow: hidden;
}
.topbarnav li{
height:100%;
float:left;
padding:0 20px;
border-left:1px solid #cdcdcd
}
.topbarnav .sub-menu {
display:none;
}
/** Search Form **/
.topbar #topsearch{
float:right;
margin:0 0 0 0;
zoom:1
}
#topsearch{
width:205px;
height:100%;
border-left:1px solid #cdcdcd;
position:relative;
}
#topsearch label{
display:block;
height:100%;
font-size:12px;
cursor:text;
position:absolute;
top:0;
left:15px
}
#topsearch #search{
font-size:12px;
line-height:16px;
height:16px;
padding:19px 0;
color:#5a5a5a;
width:155px;
position:absolute;
top:0;
left:15px;
border:none;
background:none
}
#topsearch #button{
cursor:pointer;
display:block;
width:40px;
height:100%;
overflow:hidden;
position:absolute;
top:0;
right:0;
border:none;
background-image:url(images/search.png);
background-repeat:no-repeat;
background-position:50% 50%;
_height:53px;
}
#topsearch #button:hover{
background-color: #424242;
}
#searchform #s {
background: none repeat scroll 0 0 transparent;
border: 1px solid #CDCDCD;
color: #ffffff;
font-size: 16px;
height: 16px;
left: 15px;
line-height: 16px;
padding: 19px 10px;
width: 155px;
}
.type-post input[type="password"] {
color: #A3A3A3;
font-family: Arial,sans-serif;
font-size: 12px;
font-weight: normal;
background: none repeat scroll 0 0 transparent;
border: 1px solid #E0E0E0;
color: #868686;
font-size: 13px;
height: 18px;
padding: 9px;
width: 170px;
}
.type-post input[type="submit"] {
background-color: #0592c9;
border: 0 none;
color: #FFFFFF;
cursor: pointer;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 10px;
width: 60px;
}
.widget-footer #searchform #s {
width: 105px;
}
#searchform label {
display:none;
}
#searchform #searchsubmit {
background-image: url("images/search.png");
background-position: 50% 50%;
background-repeat: no-repeat;
border: medium none;
color: transparent;
cursor: pointer;
display: block;
float: right;
height: 100%;
overflow: hidden;
padding: 19px 10px;
background-color: #0592c9;
}
#searchform #searchsubmit:hover {
background-color: #424242;
}
/** Logo **/
#header .logo{
float:center;
margin: 20px 20px 20px 20px;
}
.logo{
font-family: 'BebasNeueRegular';
font-size:42px;
color:#343434;
line-height:1;
max-width: 95%;
}
.logo .logotitle{
font:normal 400 10px/1 Arial, sans-serif;
color:#a8a8a8;
display:block;
margin-top:-5px;
}
/** Subscribe **/
#header .subscribe{
float:right;
margin:45px 20px 0 20px;
}
#header .widget{
clear: none;
float: right;
margin: 0;
padding: 10px;
min-height: 80px;
}
#header .widget .textwidget{
margin:0px;
}
.subscribe{
font-size:15px;
line-height:17px;
font-weight:700;
color:#acacac;
padding:0 0 0 25px;
background:url(images/subscribe.png) no-repeat 0 50%
}
/** Menu **/
.menuwrapp{
clear:both;
padding:0 0 0 0
}
.menu{
line-height:45px;
font-size:14px;
text-transform:capitalize;
background:#1b1b1b;
padding:4px 25px 0 25px;
border-bottom-width:3px;
border-bottom-style:solid
}
.menu li{
display: inline-block;
position:relative
}
.menu a{
display:block;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
padding:0 15px;
color:#fefefe;
text-transform: uppercase;
}
.menu a:hover, .menu a.hover{
background:#ec1ec24;
}
.menu .sub-menu{
display:none;
background:#ecle24;
position:absolute;
width:180px;
font-size:12px;
line-height:1;
padding:0 0 0 0;
top:45px;
left:0;
z-index: 9999;
}
.sub-menu .sub-menu{
top:0;
left:100%;
}
.menu .sub-menu li{
float:none;
width:100%;
border-top:1px solid #212121
}
.menu .sub-menu a{
padding:10px 15px;
color:#ffffff;
}
.menu .sub-menu a:hover, .menu .sub-menu a.hover{
background: none repeat scroll 0 0 #1C1C1C;
color:#ffffff;
}
.menu .current_page_item .sub-menu a:hover{
background: none repeat scroll 0 0 #1C1C1C!important;
color:#ffffff!important;
}
.menu .sub-menu .current_page_item a, .menu .sub-menu .current_page_item a:hover{
color:#fff;
background:#1c1c1c;
}
/** Menu Mobile **/
.menuwrapp_mobile{
display:none !important;
clear:both;
margin:20px 30px;
position:relative;
}
.mobilemenu_toggle{
font-family: 'BebasNeueRegular',sans-serif;
font-size:20px;
line-height:24px;
display:block;
padding:7px 20px;
background:url(images/menuicon.png) no-repeat 100% 50% #1b1b1b;
color:#fff;
border-bottom-width:3px;
border-bottom-style:solid
}
.menuwrapp_mobile .menu_mobile{
position:absolute;
top:41px;
left:0;
right:0;
width:100%;
z-index:99;
display:none;
}
.menu_mobile{
font-family: 'BebasNeueRegular',sans-serif;
font-size: 18px;
overflow:hidden;
}
.menu_mobile .sub-menu{
background:none;
}
.menu_mobile a{
display:block;
color:#fff;
padding:5px 20px;
border-top:1px solid #1b1b1b;
border-bottom:1px solid #1b1b1b;
margin:-1px 0
}
.menu_mobile .sub-menu a{
padding:5px 30px
}
.menu_mobile a:hover{
background:#1b1b1b
}
/** Slider **/
.sliderwrapp{
position:relative;
zoom:1
}
.slider{
overflow:hidden
}
.slider li{
position:relative;
width:100%;
height:100%;
}
.slider .slide{
display:block;
margin:0;
max-width:540px;
}
.slider .slidedata{
position:absolute;
top:0;
right:0;
bottom:0;
left:535px;
padding:25px 30px;
background:#212121;
font-size:12px;
color:#999;
_height:240px;
_width:385px;
}
.slidedata h1, .slidedata h1 a{
color:#fefefe;
font-family: 'BebasNeueRegular',sans-serif;
font-weight: normal;
}
.slider .readmore{
width:100px;
height:37px;
line-height:37px;
font-weight:700;
position:absolute;
right:0;
bottom:0
}
.slider img{
max-width: 540px;
}
.sliderwrapp #prevslide, .sliderwrapp #nextslide{
display:block;
width:50px;
height:37px;
overflow:hidden;
text-indent:-99999px;
background-image:url(images/prevnext.png);
background-repeat:no-repeat;
position:absolute;
bottom:0;
z-index:98;
}
.sliderwrapp #prevslide{
background-position:0 50%;
right:163px
}
.sliderwrapp #nextslide{
background-position:100% 50%;
right:110px
}
.homepage {
margin:0 30px 30px;
}
.homepage .koenda-heading-homepage {
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
margin: 0 0 20px;
padding: 2px 0;
}
.homepage h1 {
border-bottom: 2px solid #0592c9;
border-top: 2px solid #0592c9;
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 22px;
font-weight: normal;
margin: 0;
padding: 20px 0;
text-align: center;
}
.homepage .koenda-column-homepage {
float: left;
margin: 20px 4% 20px 0;
position: relative;
width: 22%;
}
.homepage .last {
clear: right;
margin-right: 0 !important;
}
.homepage .koenda-homepage-dropcap {
background: none repeat scroll 0 0 #0592c9;
display: inline-block;
border-radius: 2em 2em 2em 2em;
color: #F0F0F0;
font-size: 20px;
float: left;
height: 2em;
line-height: 2em;
margin: 0.2em 0.5em 0.2em 0;
overflow: hidden;
text-align: center;
text-transform: uppercase;
width: 2em;
}
.homepage .koenda-column-homepage h5 {
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 20px;
font-weight: normal;
margin: 10px 0;
}
.homepage blockquote {
font-size: 16px;
margin: 20px 0;
padding: 20px;
}
.homepage blockquote p {
line-height: 2em;
}
.homepage .koenda-chb {
float: left;
margin: 1.5em 4% 1.5em 0;
position: relative;
width: 30.66%;
font-size: 12px;
line-height: 1.4;
}
.homepage .koenda-chb h5{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 20px;
font-weight: normal;
margin: 10px 0;
}
.homepage .koenda-chb img{
border: 4px solid #FFFFFF;
box-shadow: 0 0 4px #868686;
display: block;
margin: 0 0 10px;
position: relative;
z-index: 1;
}
/** Content **/
#content{
margin:20px 0
}
.pagecontent{
width:680px;
float:left
}
.innerpage{
width:679px;
border-right:1px solid #cdcdcd;
margin:0 0 50px 0
}
.sidebar{
width:300px;
float:right;
padding-top: 12px;
}
.left_sidebar .sidebar{
float:left;
}
.nosidebar .pagecontent{
width: 100%;
}
.sitemap li {
padding: 5px 0 !important;
}
.widget{
padding:10px 30px 10px 10px;
margin:10px 10px 10px 10px;
border: 2px solid #0592c9;
clear:both;
}
.left_sidebar .widget{
padding:0 10px 0 30px;
margin:0 0 20px 0;
clear:both;
}
.widget li{
line-height: 20px;
}
.widget img{
margin:10px 0;
}
.widget .wp-caption-text img{
margin:0;
}
.widget form{
margin:10px 0;
}
.widget a:hover {
text-decoration:underline;
}
.widget select {
border:1px solid #0592c9;
padding:5px;
width:100%;
}
.widget-footer .widget {
padding:0px;
}
.widget-footer .widget h2 {
border-bottom: 1px dashed #747474;
padding: 0 0 7px;
width: 170px;
color: #FFFFFF;
margin-top: 20px;
}
.widget-footer select {
border:1px solid #0592c9;
padding:5px;
background:transparent;
color:#ffffff;
width:100%;
}
.widget-footer img{
margin:10px 0;
}
.widget-footer .wp-caption-text img{
margin:0;
}
.widget-footer form{
margin:10px 0;
}
.singlepost a:hover {
text-decoration:underline;
}
.pagination a:hover {
text-decoration:underline;
}
.copyright a:hover {
text-decoration:underline;
}
/** recentposts **/
.recentposts{
margin:0 0 20px 0
}
.recentposts .column{
width:186.6px;
padding:0 15px;
float:left
}
.recentposts .thumb{
width:178.6px;
height:97px;
margin:0 0 13px 0
}
.recentposts .posted .underline{
color:inherit
}
/** Business **/
.business{
margin:0 0 20px 0
}
.business .fullwidth h2{
padding-top:17px;
border-top-width:5px;
border-top-style:solid
}
.business .column{
width:295px;
padding:0 15px;
float:left
}
.business .thumb{
width:287px;
height:150px;
margin:0 0 13px 0
}
.business .posted{
margin:0 0 2px 0
}
.sticky {
background-color: #EEEEEE;
padding: 18px !important;
}
/** Postlistblock **/
.postlistblock .column{
width:295px;
padding:0 15px;
float:left;
margin:0 0 10px 0
}
.postlist li{
padding:11px 0;
border-top:1px solid #d4d4d4;
zoom:1;
}
.postlist li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.postlist li:first-child{
padding-top:20px;
border-width:2px
}
.postlist img{
display:block;
width:83px;
height:63px;
float:left;
margin:0 10px 0 0
}
.postlist .posted{
margin-top:7px
}
.postlist .posted .readpost{
padding-left:15px;
margin-left:15px;
border-left:1px solid #a0a0a0
}
/** Posts **/
.posts{
margin-bottom:20px;
padding:0 0 10px;
border-bottom:1px solid #e2e2e2;
font-size:12px;
}
.posts li{
padding:5px 0;
line-height:1.4;
zoom:1
}
.posts li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.posts .thumb{
display:block;
width:157px;
height:137px;
float:left;
margin:0 15px 0 0
}
.alignright {
float: right;
margin-left: 10px!important;
}
.alignrightcontact {
float: right;
}
.alignleft{
float: left;
margin-right: 10px!important;
}
.pagination {
padding:0 30px;
}
.pagination .prev {
float:left;
}
.pagination .next {
float:right;
}
.singlepost .pagination {
padding:0px;
}
.singlepost .pagination .prev {
float: left;
width: 40%;
margin-top: 10px;
}
.singlepost .pagination .next {
float: right;
width: 40%;
margin-top: 10px;
text-align: right;
}
#comments {
clear:both;
padding: 10px 0;
}
#comments .avatar {
box-shadow: 0 0 0;
float: left;
}
#comments .commentlist {
list-style-type: none;
margin: 0;
}
#comments .commentlist .children {
list-style-type: none;
}
#comments .comment {
margin: 15px 0;
}
#comments .comment-author{
float:left;
font-weight: bold;
}
#comments .children{
padding: 30px 0 0 50px;
}
#comments .comment-meta{
float:right;
}
#comments .reply{
float:right;
}
#comments p{
clear: both;
margin: 0;
padding: 10px 0;
}
.comments-area li.bypostauthor cite span {
margin-left: 5px;
}
.posts h2{
margin:10px 0 10px 0;
line-height: 10px;
}
.posts h2, .posts .posted{
margin:10px 0 10px 0;
line-height: 20px;
}
.posts .readmore{
margin-top:7px;
font-weight:700;
}
.posts .readmore:hover, .slider .readmore:hover{
background-color: #424242;
text-decoration:none;
}
/** Single Post **/
.singlepost h1, .singlepost h2, .singlepost h3, .singlepost h4, .singlepost h5, .singlepost h6 {
font-family: 'BebasNeueRegular',sans-serif;
clear:both;
font-weight: normal;
color:#343434;
margin: 10px 0;
}
.singlepost h1 {
font-size:24px;
}
.singlepost h2 {
font-size:22px;
}
.singlepost h3 {
font-size:20px;
}
.singlepost h4 {
font-size:18px;
}
.singlepost h5 {
font-size:16px;
}
.singlepost h6 {
font-size:14px;
}
.singlepost p{
font-size:12px;
margin:15px 0;
}
.singlepost li{
font-size:12px;
padding: 0;
line-height: 1.4;
}
.singlepost .post{
margin:0 0 30px;
}
.singlepostsitemap li{
font-size:12px;
padding: 0;
line-height: 1.4;
}
.singlepost .postavatar{
float:left;
margin: 2px 20px 5px 0
}
.tags, .singlepost .tags{
font-size:12px;
margin:15px 0;
border-top:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
padding:13px 10px;
margin:20px 0
}
.meta_tags {
clear:both;
}
.singlepost img {
border: 4px solid #FFFFFF;
box-shadow: 0 0 4px #868686;
margin-bottom: 15px;
position: relative;
z-index: 1;
}
.wp-caption {
max-width:100%;
}
.singlepost .subtitle {
color: #BFBFBF;
font-size: 11px;
}
.tags, .tags a{
color:#9c9c9c
}
.grayblock h3{
margin:0 0 10px 0;
}
.grayblock .thumb{
width:57px;
height:50px;
float:left;
margin:0 13px 0 0
}
.postnav{
margin:30px 0
}
.prevpost, .nextpost{
display:block;
width:150px;
height:40px;
line-height:20px;
color:#fff;
}
.postnav .prevpost{
float:left;
}
.postnav .nextpost{
float:right;
}
.prevpost{
padding:3px 10px 3px 30px;
background:url(images/postnav.png) no-repeat 4% 11px #2e2e2e;
}
.nextpost{
padding:3px 30px 3px 10px;
background:url(images/postnav.png) no-repeat 96% -89px #2e2e2e;
}
.prevpost span, .nextpost span{
display:block;
height:40px;
overflow:hidden;
cursor:pointer;
}
/** Commentblock **/
.commentblock{
margin:0 0 50px 0
}
#commentform{
color:#aaa;
}
#commentform p{
margin:0 0 15px 0;
line-height:1
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
font:400 13px/1 Arial, sans-serif;
padding:13px 20px;
display:block;
margin:10px 0 0 0;
background:#FFF;
position:relative;
z-index:1;
border:1px solid #e0e0e0;
-moz-border-radius:3px; /* Mozila Firefox border radius */
-webkit-border-radius:3px; /* Safari, Chrome border radius */
-khtml-border-radius:3px; /* KHTML border radius */
-icab-border-radius:3px; /* icab border radius */
border-radius:3px; /* CSS3 Opera border radius */
-opera-border-radius:3px;
-o-border-radius:3px;
-border-radius:3px;
behavior: url(css/PIE.htc);
}
#commentform #author, #commentform #email, #commentform #url{
width:250px;
}
#commentform #comment{
line-height:1.2;
width:93%;
}
#submit{
display:block;
width:105px;
height:38px;
padding: 9px 0 20px;
cursor:pointer;
background:url(images/button.png) no-repeat 50% 0;
border:none;
overflow:hidden;
font-size:12px;
color:#6f6f6f;
text-align:center
}
#submit:hover{
background:url(images/button.png) no-repeat 50% -50px;
}
/** Popular **/
.popular li{
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom:1px solid #c0c0c0
}
.popular li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.popular .thumb{
width:57px;
height:50px;
float:left;
margin:0 13px 0 0
}
.popular h4{
padding:3px 0 0 0;
margin:0 0 5px 0
}
/** Newsletter **/
.newsletter{
height:36px;
position:relative;
border:1px solid #e0e0e0;
zoom:1
}
.newsletter label{
display:block;
height:36px;
font-size:13px;
line-height:36px;
color:#868686;
cursor:text;
position:absolute;
top:0;
left:10px;
max-width:70%;
overflow:hidden
}
.newsletter .nl{
font-size:13px;
height:18px;
border:none;
background:none;
padding:9px 0;
position:absolute;
top:0;
left:10px;
width:70%
}
.newsletter .button{
position:absolute;
top:-1px;
right:-1px;
height:38px;
vertical-align:middle;
width:23%;
}
/** Videoblock **/
.videoblock{
border-width:3px;
border-style:solid
}
.videoblock img{
display:block;
width:100%
}
/** Facebook **/
.facebook{
padding:0 15px 0 0;
margin:0 0 20px 0
}
/* WP Caption */
.wp-caption {
margin-bottom: 30px;
max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
font-style: italic;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #EAEAEA;
margin: 0;
padding: 0 0 15px;
}
/** Footer **/
#footer{
border-top-style:solid;
border-top-width:0px;
clear:both;
padding:20px 20px;
background:#212121;
}
#footer, #footer h3, #footer h3 a{
color:#fff
}
#footer h3{
padding:0 0 7px 0;
border-bottom:1px dashed #747474;
width:170px
}
/** Widget Footer **/
#footer .widget-footer{
float: left;
margin: 0 30px 40px 0;
width: 207px;
}
.widget-footer{
color:#686868;
text-align:justify;
width:300px
}
.widget-footer p{
margin:0 0 20px 0;
line-height: 1.4;
}
.widget .textwidget{
margin:0 0 20px 0;
line-height: 1.4;
}
.tagcloud {
line-height: 1.4;
}
#wp-calendar td {
border: 1px solid #0592c9;
padding: 10px;
text-align: center;
}
.widget-footer #wp-calendar td {
padding: 7px;
}
#wp-calendar td a {
font-weight:bold;
}
#wp-calendar th{
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #FF7200;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
#wp-calendar caption{
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-weight: bold;
padding: 10px;
}
.widget-footer #wp-calendar caption{
background: none;
color: #ffffff;
}
.widget-footer .menuwidget .sub-menu{
display:block!important;
margin-left: 10px;
}
.widget .menu {
background:none;
border: none;
clear:both;
text-transform: none;
padding: 0;
}
.widget .menu li{
clear:both;
margin: 5px;
display: block;
font-family: 'BebasNeueRegular',sans-serif;
}
.widget .menuwidget .sub-menu{
display:block!important;
margin-left: 20px;
background:none;
}
.widget .menu a {
clear: both;
color: #0592c9;
font: 400 13px/1.4 Arial,sans-serif;
padding: 0;
text-decoration: none;
text-transform: none;
}
.widget .menu a:hover {
background:none;
text-decoration:underline;
}
.widget .menu .current-menu-item a {
background:none;
text-decoration:underline;
}
.widget .menu .current-menu-item a:hover {
background:none;
text-decoration:underline;
}
.widget-footer .menu {
background:none;
border: none;
clear:both;
text-transform: none;
padding: 0;
}
.widget-footer .menu li{
clear:both;
display:block;
}
.widget-footer .menu a {
clear: both;
color: #0592c9;
font: 400 13px/1.4 Arial,sans-serif;
padding: 0;
text-decoration: none;
}
.widget-footer a:hover {
text-decoration:underline;
}
.widget-footer .menu a:hover {
background:none;
text-decoration:underline;
}
.widget-footer .textwidget{
margin:0 0 20px 0;
line-height: 1.4;
}
.widget-footer .readmore{
width:75px;
height:33px;
line-height:33px
}
.widget-footer li{
line-height: 20px;
}
.widget-footer h3{
margin-top: 20px;
clear: both;
}
/** Copyright **/
#footer .copyright{
float:left;
width:100%;
margin:0px;
}
.copyright{
color:#979797;
font-size:10px;
text-align:right
}
.copyright span{
display:block;
font-size:12px;
font-weight:400;
}
.ycopy {
float:left;
}
.wflast {
margin-right:0px!important;
}
/** Plugins **/
/** Ultimate Shortcode **/
.su-heading-style-1 {
border-bottom: 0 none;
border-top: 0 none;
}
.su-heading-style-2 {
border-bottom: 0 none;
border-top: 0 none;
}
.su-heading-style-1 .su-heading-shell{
border-bottom: 2px solid #0592c9;
border-top: 2px solid #0592c90;
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
font-size: 22px;
font-weight: normal;
}
.su-heading-style-2 .su-heading-shell{
border-bottom: 2px solid #CDCDCD;
border-top: 2px solid #CDCDCD;
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
font-size: 22px;
font-weight: normal;
}
.su-frame {
border: 0 none;
clear: both;
width: 100% !important;
margin: 10px 0 !important;
}
.su-frame .su-frame-shell {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-tabs-pane {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-tabs-style-1 .su-tabs-nav {
background: none repeat scroll 0 0 #0592c9;
}
.su-tabs-style-1 .su-tabs-pane {
border-bottom: 5px solid #0592c9;
border-left: 5px solid #0592c9;
border-right: 5px solid #0592c9;
}
.su-tabs-style-1 .su-tabs-nav span{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-1 .su-tabs-nav span:hover{
color: #343434;
}
.su-tabs-style-1 .su-tabs-nav .su-tabs-current{
color: #343434;
}
.su-tabs-style-2 .su-tabs-nav {
background: none repeat scroll 0 0 #CDCDCD;
}
.su-tabs-style-2 .su-tabs-pane {
border-bottom: 5px solid #CDCDCD;
border-left: 5px solid #CDCDCD;
border-right: 5px solid #CDCDCD;
}
.su-tabs-style-2 .su-tabs-nav span{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-2 .su-tabs-nav span:hover{
color: #343434;
}
.su-tabs-style-2 .su-tabs-nav .su-tabs-current{
color: #343434;
}
.su-tabs-style-3{
border: 5px solid #0592c9;
}
.su-tabs-style-3 .su-tabs-nav span{
padding:10px;
background: none repeat scroll 0 0 #0592c9;
color: #FFFFFF;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-3 .su-tabs-nav span:hover{
background: none repeat scroll 0 0 #F1F1F1;
color: #343434;
}
.su-tabs-style-3 .su-tabs-nav .su-tabs-current{
background: none repeat scroll 0 0 #0592c9;
color: #343434;
}
.su-spoiler-style-1 .su-spoiler-content, .su-spoiler-style-2 .su-spoiler-content {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-spoiler-style-1 .su-spoiler-title {
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
}
.su-spoiler-style-2 {
border-radius:0px;
border:0 none;
}
.su-spoiler-style-2 .su-spoiler-title {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
padding: 12px 15px 10px;
}
.su-spoiler-open .su-spoiler-title {
background: none repeat scroll 0 0 #F1F1F1!important;
color:#343434;
padding: 12px 15px 10px;
font-family: 'BebasNeueRegular',sans-serif;
}
.su-divider {
border-top: 1px solid #E2E2E2!important;
}
.su-divider a {
color:#E2E2E2;
margin-top: -0.8em;
}
.su-quote .su-quote-shell {
font-size: 12px;
line-height: 1.4;
}
.su-pullquote {
font-size: 12px;
line-height: 1.4;
}
.su-label {
height: auto;
border-radius:0px;
margin:5px 0;
font-size: 12px;
line-height: 1.4;
text-transform: none;
padding:10px;
}
.su-accordion .su-spoiler{
border:none;
}
.su-accordion .su-spoiler-title {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
font-size: 16px;
padding: 6px 10px 5px;
font-family: 'BebasNeueRegular',sans-serif;
}
.su-accordion .su-spoiler-open .su-spoiler-title {
background: none repeat scroll 0 0 #F1F1F1;
color:#343434;
font-size: 16px;
padding: 6px 10px 5px;
}
.su-pullquote-style-1 {
border-left: 5px solid #0592c9;
}
.su-dropcap-style-1 {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
text-shadow: none!important;
}
.su-dropcap-style-2 {
background: none repeat scroll 0 0 #FFFFFF;
color:#FF7200;
}
.su-dropcap-style-3 {
background: none repeat scroll 0 0 #ffffff;
color:#343434;
}
.su-box .su-box-content {
font-size: 12px;
line-height: 1.4;
}
.su-box .su-box-title {
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
text-shadow: none !important;
border-top: 0 none!important;
}
.su-note {
border:0 none!important;
}
.su-note .su-note-shell {
font-size: 12px;
line-height: 1.4;
color:#ffffff!important;
}
.su-table td {
font-size: 12px;
line-height: 1.4;
}
.su-table-style-1 .su-even td {
background: none repeat scroll 0 0 #0592c9 !important;
color: #FFFFFF;
}
.su-table-style-2 .su-even td {
background: none repeat scroll 0 0 #0592c9 !important;
color: #FFFFFF;
}
.su-column {
font-size: 12px;
line-height: 1.4;
}
.su-list {
width:150px;
float:left;
}
/** WP-PageNavi **/
.wp-pagenavi {
padding:0 30px 30px;
}
.wp-pagenavi .pagecontent {
float:none;
padding: 3px 8px;
}
.wp-pagenavi a, .wp-pagenavi span {
border: 1px solid #E2E2E2;
}
.wp-pagenavi a:hover {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #FF7200;
color: #FFFFFF;
}
.wp-pagenavi span.current {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #0592c9;
color: #FFFFFF;
padding: 3px 8px;
}
.template_paginated {
padding: 0px;
}
.template_paginated a {
text-decoration:none;
border:none;
}
.template_paginated a:hover {
text-decoration:none;
border:none;
}
.template_paginated a span {
background: none repeat scroll 0 0 #FFFFFF !important;
border: 1px solid #E2E2E2 !important;
color: #FF7200 !important;
}
.template_paginated a span:hover {
background: none repeat scroll 0 0 #0592c9 !important;
border: 1px solid #E2E2E2 !important;
color: #FFFFFF !important;
}
/** Wordpress Popular Posts **/
.wpp-list li {
margin-bottom: 10px;
}
/** Wordpress Email Newsletter **/
.eemail_textbox {
float:left;
}
#eemail_txt_email{
background: none repeat scroll 0 0 transparent;
border: medium none;
font-size: 13px;
height: 18px;
padding: 9px;
width: 170px;
border: 1px solid #E0E0E0;
color: #868686;
}
#eemail_txt_Button {
background-color: #0592c9;
border: 0 none;
color: #FFFFFF;
display: block;
margin: 0;
padding: 10px;
width: 60px;
cursor:pointer;
font-size: 12px;
font-weight: bold;
}
#eemail_txt_Button:hover {
background-color: #424242;
}
/** wp125 **/
.wp125ad {
float:left;
padding: 1px 2px !important;
}
.wp125ad img {
width:125px;
}
/** Contact Form 7 **/
.wpcf7-form p {
color: #A3A3A3;
font-family: Arial,sans-serif;
font-size: 12px;
font-weight: normal;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
display: block;
font: 400 13px/1 Arial,sans-serif;
margin: 10px 0 0;
padding: 13px 20px;
position: relative;
z-index: 1;
}
.wpcf7-form .wpcf7-textarea {
width:90%;
height:100px;
}
.wpcf7-submit{
background: url("images/button.png") no-repeat scroll 50% 0 transparent;
border: medium none;
color: #6F6F6F;
cursor: pointer;
display: block;
font-size: 12px;
height: 38px;
overflow: hidden;
padding: 9px 0 20px;
text-align: center;
width: 105px;
margin-top: 20px;
}
.wpcf7-submit:hover {
background: url("images/button.png") no-repeat scroll 50% -50px transparent;
}
.wpcf7-response-output {
border:0 none!important;
padding:0px!important;
}
.wpcf7-not-valid-tip {
border: 0 none !important;
color: #FF0000;
display: block;
padding: 8px 0 12px !important;
position: static !important;
}
/** Twitter Widget Pro **/
.time-meta {
display:block;
margin-bottom: 15px;
}
.from-meta {
display:none;
}
.entry-content {
background:url(images/twitter.png) no-repeat 0 3px;
padding-left: 25px;
}
.headerphone {
float: left;
margin: 17px;
color: #888888;
font-weight: bold;
}
.right {
float:right!important;
}
.left {
float:left!important;
}
/** Desktop **/
@media screen and (min-width:769px) and (max-width:1024px) {
#wrapper{
width:720px
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed{
max-width:100% !important;
}
.slider .slidedata{
left:375px;
overflow:hidden;
}
.slider ul{
height:213px !important;
}
.pagecontent{
width:420px;
}
#footer .widget-footer{
width:150px;
margin:0 20px 15px 0
}
#footer h3{
width:auto
}
}
/** Tablet **/
@media screen and (min-width:481px) and (max-width:768px) {
#wrapper{
width:460px
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed, table{
max-width:100% !important;
}
table{
word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer{
width:auto !important;
float:none !important;
margin-left:0 !important;
margin-right:0 !important;
}
#footer h3{
width:auto
}
.menuwrapp_mobile{
display:block !important
}
.topbar #topsearch, .menuwrapp, .sliderwrapp{
display:none
}
#header{
padding-top:1px
}
#header .logo{
margin:20px 20px 20px 20px
}
#header .logo img{
display:block;
margin:20px auto
}
.widget {
padding: 0 30px;
}
}
/** Mobile **/
@media screen and (max-width:480px) {
#wrapper{
width:300px;
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed, table{
max-width:100% !important;
}
table{
word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer{
width:auto !important;
float:none !important;
margin-left:0 !important;
margin-right:0 !important;
}
#footer h3{
width:auto
}
.menuwrapp_mobile{
display:block !important
}
.topbar, .menuwrapp, .sliderwrapp{
display:none
}
#header{
padding-top:1px
}
#header .logo{
margin:20px 10px;
}
#header .logo img{
display:block;
margin:20px auto
}
.widget {
padding: 0 30px;
}
.sidebar #searchform #s {
width:135px;
}
.homepage .koenda-chb {
width: 100%;
}
}
|
style.css
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font:400 13px/1 Arial, sans-serif;
color:#5a5a5a;
background:#dddddd;
}
body, input, textarea {
word-wrap: break-word;
}
strong {
font-weight:bold;
}
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;
}
a:focus, input:focus, select:focus, textarea:focus {outline:0;}
img{
max-width:100%;
height:auto;
}
table {
border-bottom: 1px solid #DDDDDD;
margin: 25px 0;
width: 100%;
}
td {
border: 1px solid #DDDDDD;
padding: 10px;
}
th {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #0592c9;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
text-transform: uppercase;
}
blockquote {
background: none repeat scroll 0 0 #EEEEEE;
border-left: 4px solid #0592c9;
font-style: italic;
font-weight: normal;
padding: 1px 15px;
}
cite, em, i {
font-style: italic;
}
pre, code, kbd {
background-color: #EEEEEE;
font-family: monospace;
font-size: 13px;
line-height: 20px;
}
pre {
padding: 18px;
overflow: auto;
white-space:pre-wrap;
}
ins {
background: none repeat scroll 0 0 #EEEEEE;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 20px;
}
address {
margin: 0 0 15px;
display: block;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #0592c9;
cursor: help;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sub {
top: 2px;
}
embed, iframe, object {
max-width: 100%;
}
.singlepost ul {
list-style-type: disc;
margin: 0 0 0 20px;
}
.singlepost ol {
list-style: decimal outside none;
margin: 5px 0 5px 20px;
}
.singlepost li {
margin: 5px 0;
}
/** Fonts **/
@font-face {
font-family: 'BebasNeueRegular';
src: url('css/fonts/BebasNeue-webfont.eot');
src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('css/fonts/BebasNeue-webfont.woff') format('woff'),
url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/** H1-H6 **/
h1{
font:700 21px Arial, sans-serif;
margin:0 0 10px 0
}
h2, h3{
font-family:'BebasNeueRegular', sans-serif;
margin:0 0 10px 0
}
h2, h2 a, h3, h3 a, h5, h5 a{
color:#343434
}
h2{
font-size:24px
}
h3{
font-size:22px
}
h4{
font:400 17px Corbel, 'Myriad Pro', sans serif;
margin:0 0 3px 0
}
h4, h4 a{
color:#252525
}
.sidebar h4{
font-size:16px;
}
h5, h6{
line-height:1.2
}
h5{
font-size:18px;
margin:0 0 3px 0
}
h6{
font-size:14px;
margin:0 0 5px 0
}
h6, h6a{
color:#505050;
}
/** Colors **/
a, .posted .date_time, .posted .postedby, .posted .commentcount, .logo .color{
color:#ffffff
}
#topsearch #button, .menu .current_page_item a, .menu .current_page_item a:hover, .readmore, .button, .menu_mobile{
background-color:#ec1e24
}
.menu, .business .fullwidth h2, .postlist li:first-child, .videoblock, #footer, .mobilemenu_toggle{
border-color:#ec1e24
}
.blog_thumbnail {
float:left;
}
.blog_excerpt {
float:left;
}
/** Main Styles **/
#wrapper{
width:980px;
margin:0 auto;
background:#fff;
position:relative;
z-index:1;
}
.fullwidth{
margin-left:30px;
margin-right:30px;
}
.columnwrapp{
padding:0 15px
}
.clear{
display:block;
width:100%;
height:0px;
clear:both;
overflow:hidden;
visibility: hidden;
font:400 0px/0px Arial;
}
.clearfix{
zoom:1
}
.clearfix:before, .clearfix:after{
content:'';
display:block;
width:100%;
height:0px;
overflow:hidden;
text-indent:-99999px;
}
.clearfix:after{
clear:both
}
.fleft{
float:left
}
.fright{
float:right
}
p{
line-height:1.4
}
.italic{
font-style:italic
}
.bold{
font-weight:700
}
.posted{
font-size:11px;
color:#bfbfbf
}
.posted .date_time, .posted .postedby, .posted .commentcount{
margin:0 15px 0 0
}
.date_time{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 2px
}
.postedby{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 -19px
}
.commentcount{
padding:0 0 0 17px;
background:url(images/meta.png) no-repeat 0 -38px
}
a, .underline:hover{
text-decoration:none
}
.underline{
text-decoration:underline
}
.name_logo {
font-family: 'BebasNeueRegular',sans-serif;
font-size: 35px;
font-weight: normal;
margin: 0;
}
.readmore, .button{
display:block;
width:60px;
height:22px;
font-size:12px;
line-height:22px;
color:#fff;
text-align:center;
border:none;
cursor:pointer
}
.readpost{
padding:0 10px 0 0;
background:url(images/arrow.png) no-repeat 100% 50%
}
/** social **/
.social{
padding:1px 0;
}
.social li{
float:left;
position:relative;
margin:0 0 0 7px
}
.social a{
background: none repeat scroll 0 0 #A3A3A3;
border-radius: 12px 12px 12px 12px;
float: left;
height: 24px;
width: 24px;
}
.social img{
height: 24px;
width: 24px;
display: block;
}
.social a:hover{
background: none repeat scroll 0 0 #0592c9;
}
.topbar .social{
float:right;
padding:15px 25px 0 25px
}
/** Thumb **/
.thumb{
display:block;
border:4px solid #fff;
position:relative;
z-index:1;
-moz-box-shadow:0px 0px 4px #868686; /* Mozila Firefox box shadow */
-webkit-box-shadow:0px 0px 4px #868686; /* Safari, Chrome box shadow */
-khtml-box-shadow:0px 0px 4px #868686; /* KHTML box shadow */
-icab-box-shadow:0px 0px 4px #868686; /* icab box shadow */
box-shadow:0px 0px 4px #868686; /* CSS3 Opera box shadow */
-opera-box-shadow:0px 0px 4px #868686;
-o-box-shadow:0px 0px 4px #868686;
-box-shadow:0px 0px 4px #868686;
behavior: url(css/PIE.htc);
}
/** grayblock **/
.grayblock{
border:4px solid #fff;
background:#f1f1f1;
padding:13px;
position:relative;
margin:0 0 20px 0;
color:#5a5a5a;
z-index:1;
-moz-box-shadow:0px 0px 4px #868686; /* Mozila Firefox box shadow */
-webkit-box-shadow:0px 0px 4px #868686; /* Safari, Chrome box shadow */
-khtml-box-shadow:0px 0px 4px #868686; /* KHTML box shadow */
-icab-box-shadow:0px 0px 4px #868686; /* icab box shadow */
box-shadow:0px 0px 4px #868686; /* CSS3 Opera box shadow */
-opera-box-shadow:0px 0px 4px #868686;
-o-box-shadow:0px 0px 4px #868686;
-box-shadow:0px 0px 4px #868686;
behavior: url(css/PIE.htc);
}
/** Header **/
#header{
position:relative;
z-index:99;
margin:0 0 0 0;
zoom:1
}
/** Topbar **/
.topbar{
height:53px;
line-height:54px;
border-bottom:1px solid #cdcdcd
}
.topbar, .topbar a{
color:#a3a3a3;
}
.topbar a{
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
text-transform: uppercase;
}
.topbar a:hover{
color:#777777;
}
/** Topbarnav **/
.topbar .topbarnav{
float:left;
}
.topbarnav {
float: left;
font-size: 15px;
height: 100%;
max-width: 500px;
overflow: hidden;
}
.topbarnav li{
height:100%;
float:left;
padding:0 20px;
border-left:1px solid #cdcdcd
}
.topbarnav .sub-menu {
display:none;
}
/** Search Form **/
.topbar #topsearch{
float:right;
margin:0 0 0 0;
zoom:1
}
#topsearch{
width:205px;
height:100%;
border-left:1px solid #cdcdcd;
position:relative;
}
#topsearch label{
display:block;
height:100%;
font-size:12px;
cursor:text;
position:absolute;
top:0;
left:15px
}
#topsearch #search{
font-size:12px;
line-height:16px;
height:16px;
padding:19px 0;
color:#5a5a5a;
width:155px;
position:absolute;
top:0;
left:15px;
border:none;
background:none
}
#topsearch #button{
cursor:pointer;
display:block;
width:40px;
height:100%;
overflow:hidden;
position:absolute;
top:0;
right:0;
border:none;
background-image:url(images/search.png);
background-repeat:no-repeat;
background-position:50% 50%;
_height:53px;
}
#topsearch #button:hover{
background-color: #424242;
}
#searchform #s {
background: none repeat scroll 0 0 transparent;
border: 1px solid #CDCDCD;
color: #ffffff;
font-size: 16px;
height: 16px;
left: 15px;
line-height: 16px;
padding: 19px 10px;
width: 155px;
}
.type-post input[type="password"] {
color: #A3A3A3;
font-family: Arial,sans-serif;
font-size: 12px;
font-weight: normal;
background: none repeat scroll 0 0 transparent;
border: 1px solid #E0E0E0;
color: #868686;
font-size: 13px;
height: 18px;
padding: 9px;
width: 170px;
}
.type-post input[type="submit"] {
background-color: #0592c9;
border: 0 none;
color: #FFFFFF;
cursor: pointer;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 10px;
width: 60px;
}
.widget-footer #searchform #s {
width: 105px;
}
#searchform label {
display:none;
}
#searchform #searchsubmit {
background-image: url("images/search.png");
background-position: 50% 50%;
background-repeat: no-repeat;
border: medium none;
color: transparent;
cursor: pointer;
display: block;
float: right;
height: 100%;
overflow: hidden;
padding: 19px 10px;
background-color: #0592c9;
}
#searchform #searchsubmit:hover {
background-color: #424242;
}
/** Logo **/
#header .logo{
float:center;
margin: 20px 20px 20px 20px;
}
.logo{
font-family: 'BebasNeueRegular';
font-size:42px;
color:#343434;
line-height:1;
max-width: 95%;
}
.logo .logotitle{
font:normal 400 10px/1 Arial, sans-serif;
color:#a8a8a8;
display:block;
margin-top:-5px;
}
/** Subscribe **/
#header .subscribe{
float:right;
margin:45px 20px 0 20px;
}
#header .widget{
clear: none;
float: right;
margin: 0;
padding: 10px;
min-height: 80px;
}
#header .widget .textwidget{
margin:0px;
}
.subscribe{
font-size:15px;
line-height:17px;
font-weight:700;
color:#acacac;
padding:0 0 0 25px;
background:url(images/subscribe.png) no-repeat 0 50%
}
/** Menu **/
.menuwrapp{
clear:both;
padding:0 0 0 0
}
.menu{
line-height:45px;
font-size:14px;
text-transform:capitalize;
background:#1b1b1b;
padding:4px 25px 0 25px;
border-bottom-width:3px;
border-bottom-style:solid
}
.menu li{
display: inline-block;
position:relative
}
.menu a{
display:block;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
padding:0 15px;
color:#fefefe;
text-transform: uppercase;
}
.menu a:hover, .menu a.hover{
background:#ec1ec24;
}
.menu .sub-menu{
display:none;
background:#ecle24;
position:absolute;
width:180px;
font-size:12px;
line-height:1;
padding:0 0 0 0;
top:45px;
left:0;
z-index: 9999;
}
.sub-menu .sub-menu{
top:0;
left:100%;
}
.menu .sub-menu li{
float:none;
width:100%;
border-top:1px solid #212121
}
.menu .sub-menu a{
padding:10px 15px;
color:#ffffff;
}
.menu .sub-menu a:hover, .menu .sub-menu a.hover{
background: none repeat scroll 0 0 #1C1C1C;
color:#ffffff;
}
.menu .current_page_item .sub-menu a:hover{
background: none repeat scroll 0 0 #1C1C1C!important;
color:#ffffff!important;
}
.menu .sub-menu .current_page_item a, .menu .sub-menu .current_page_item a:hover{
color:#fff;
background:#1c1c1c;
}
/** Menu Mobile **/
.menuwrapp_mobile{
display:none !important;
clear:both;
margin:20px 30px;
position:relative;
}
.mobilemenu_toggle{
font-family: 'BebasNeueRegular',sans-serif;
font-size:20px;
line-height:24px;
display:block;
padding:7px 20px;
background:url(images/menuicon.png) no-repeat 100% 50% #1b1b1b;
color:#fff;
border-bottom-width:3px;
border-bottom-style:solid
}
.menuwrapp_mobile .menu_mobile{
position:absolute;
top:41px;
left:0;
right:0;
width:100%;
z-index:99;
display:none;
}
.menu_mobile{
font-family: 'BebasNeueRegular',sans-serif;
font-size: 18px;
overflow:hidden;
}
.menu_mobile .sub-menu{
background:none;
}
.menu_mobile a{
display:block;
color:#fff;
padding:5px 20px;
border-top:1px solid #1b1b1b;
border-bottom:1px solid #1b1b1b;
margin:-1px 0
}
.menu_mobile .sub-menu a{
padding:5px 30px
}
.menu_mobile a:hover{
background:#1b1b1b
}
/** Slider **/
.sliderwrapp{
position:relative;
zoom:1
}
.slider{
overflow:hidden
}
.slider li{
position:relative;
width:100%;
height:100%;
}
.slider .slide{
display:block;
margin:0;
max-width:540px;
}
.slider .slidedata{
position:absolute;
top:0;
right:0;
bottom:0;
left:535px;
padding:25px 30px;
background:#212121;
font-size:12px;
color:#999;
_height:240px;
_width:385px;
}
.slidedata h1, .slidedata h1 a{
color:#fefefe;
font-family: 'BebasNeueRegular',sans-serif;
font-weight: normal;
}
.slider .readmore{
width:100px;
height:37px;
line-height:37px;
font-weight:700;
position:absolute;
right:0;
bottom:0
}
.slider img{
max-width: 540px;
}
.sliderwrapp #prevslide, .sliderwrapp #nextslide{
display:block;
width:50px;
height:37px;
overflow:hidden;
text-indent:-99999px;
background-image:url(images/prevnext.png);
background-repeat:no-repeat;
position:absolute;
bottom:0;
z-index:98;
}
.sliderwrapp #prevslide{
background-position:0 50%;
right:163px
}
.sliderwrapp #nextslide{
background-position:100% 50%;
right:110px
}
.homepage {
margin:0 30px 30px;
}
.homepage .koenda-heading-homepage {
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
margin: 0 0 20px;
padding: 2px 0;
}
.homepage h1 {
border-bottom: 2px solid #0592c9;
border-top: 2px solid #0592c9;
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 22px;
font-weight: normal;
margin: 0;
padding: 20px 0;
text-align: center;
}
.homepage .koenda-column-homepage {
float: left;
margin: 20px 4% 20px 0;
position: relative;
width: 22%;
}
.homepage .last {
clear: right;
margin-right: 0 !important;
}
.homepage .koenda-homepage-dropcap {
background: none repeat scroll 0 0 #0592c9;
display: inline-block;
border-radius: 2em 2em 2em 2em;
color: #F0F0F0;
font-size: 20px;
float: left;
height: 2em;
line-height: 2em;
margin: 0.2em 0.5em 0.2em 0;
overflow: hidden;
text-align: center;
text-transform: uppercase;
width: 2em;
}
.homepage .koenda-column-homepage h5 {
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 20px;
font-weight: normal;
margin: 10px 0;
}
.homepage blockquote {
font-size: 16px;
margin: 20px 0;
padding: 20px;
}
.homepage blockquote p {
line-height: 2em;
}
.homepage .koenda-chb {
float: left;
margin: 1.5em 4% 1.5em 0;
position: relative;
width: 30.66%;
font-size: 12px;
line-height: 1.4;
}
.homepage .koenda-chb h5{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 20px;
font-weight: normal;
margin: 10px 0;
}
.homepage .koenda-chb img{
border: 4px solid #FFFFFF;
box-shadow: 0 0 4px #868686;
display: block;
margin: 0 0 10px;
position: relative;
z-index: 1;
}
/** Content **/
#content{
margin:20px 0
}
.pagecontent{
width:680px;
float:left
}
.innerpage{
width:679px;
border-right:1px solid #cdcdcd;
margin:0 0 50px 0
}
.sidebar{
width:300px;
float:right;
padding-top: 12px;
}
.left_sidebar .sidebar{
float:left;
}
.nosidebar .pagecontent{
width: 100%;
}
.sitemap li {
padding: 5px 0 !important;
}
.widget{
padding:10px 30px 10px 10px;
margin:10px 10px 10px 10px;
border: 2px solid #0592c9;
clear:both;
}
.left_sidebar .widget{
padding:0 10px 0 30px;
margin:0 0 20px 0;
clear:both;
}
.widget li{
line-height: 20px;
}
.widget img{
margin:10px 0;
}
.widget .wp-caption-text img{
margin:0;
}
.widget form{
margin:10px 0;
}
.widget a:hover {
text-decoration:underline;
}
.widget select {
border:1px solid #0592c9;
padding:5px;
width:100%;
}
.widget-footer .widget {
padding:0px;
}
.widget-footer .widget h2 {
border-bottom: 1px dashed #747474;
padding: 0 0 7px;
width: 170px;
color: #FFFFFF;
margin-top: 20px;
}
.widget-footer select {
border:1px solid #0592c9;
padding:5px;
background:transparent;
color:#ffffff;
width:100%;
}
.widget-footer img{
margin:10px 0;
}
.widget-footer .wp-caption-text img{
margin:0;
}
.widget-footer form{
margin:10px 0;
}
.singlepost a:hover {
text-decoration:underline;
}
.pagination a:hover {
text-decoration:underline;
}
.copyright a:hover {
text-decoration:underline;
}
/** recentposts **/
.recentposts{
margin:0 0 20px 0
}
.recentposts .column{
width:186.6px;
padding:0 15px;
float:left
}
.recentposts .thumb{
width:178.6px;
height:97px;
margin:0 0 13px 0
}
.recentposts .posted .underline{
color:inherit
}
/** Business **/
.business{
margin:0 0 20px 0
}
.business .fullwidth h2{
padding-top:17px;
border-top-width:5px;
border-top-style:solid
}
.business .column{
width:295px;
padding:0 15px;
float:left
}
.business .thumb{
width:287px;
height:150px;
margin:0 0 13px 0
}
.business .posted{
margin:0 0 2px 0
}
.sticky {
background-color: #EEEEEE;
padding: 18px !important;
}
/** Postlistblock **/
.postlistblock .column{
width:295px;
padding:0 15px;
float:left;
margin:0 0 10px 0
}
.postlist li{
padding:11px 0;
border-top:1px solid #d4d4d4;
zoom:1;
}
.postlist li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.postlist li:first-child{
padding-top:20px;
border-width:2px
}
.postlist img{
display:block;
width:83px;
height:63px;
float:left;
margin:0 10px 0 0
}
.postlist .posted{
margin-top:7px
}
.postlist .posted .readpost{
padding-left:15px;
margin-left:15px;
border-left:1px solid #a0a0a0
}
/** Posts **/
.posts{
margin-bottom:20px;
padding:0 0 10px;
border-bottom:1px solid #e2e2e2;
font-size:12px;
}
.posts li{
padding:5px 0;
line-height:1.4;
zoom:1
}
.posts li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.posts .thumb{
display:block;
width:157px;
height:137px;
float:left;
margin:0 15px 0 0
}
.alignright {
float: right;
margin-left: 10px!important;
}
.alignrightcontact {
float: right;
}
.alignleft{
float: left;
margin-right: 10px!important;
}
.pagination {
padding:0 30px;
}
.pagination .prev {
float:left;
}
.pagination .next {
float:right;
}
.singlepost .pagination {
padding:0px;
}
.singlepost .pagination .prev {
float: left;
width: 40%;
margin-top: 10px;
}
.singlepost .pagination .next {
float: right;
width: 40%;
margin-top: 10px;
text-align: right;
}
#comments {
clear:both;
padding: 10px 0;
}
#comments .avatar {
box-shadow: 0 0 0;
float: left;
}
#comments .commentlist {
list-style-type: none;
margin: 0;
}
#comments .commentlist .children {
list-style-type: none;
}
#comments .comment {
margin: 15px 0;
}
#comments .comment-author{
float:left;
font-weight: bold;
}
#comments .children{
padding: 30px 0 0 50px;
}
#comments .comment-meta{
float:right;
}
#comments .reply{
float:right;
}
#comments p{
clear: both;
margin: 0;
padding: 10px 0;
}
.comments-area li.bypostauthor cite span {
margin-left: 5px;
}
.posts h2{
margin:10px 0 10px 0;
line-height: 10px;
}
.posts h2, .posts .posted{
margin:10px 0 10px 0;
line-height: 20px;
}
.posts .readmore{
margin-top:7px;
font-weight:700;
}
.posts .readmore:hover, .slider .readmore:hover{
background-color: #424242;
text-decoration:none;
}
/** Single Post **/
.singlepost h1, .singlepost h2, .singlepost h3, .singlepost h4, .singlepost h5, .singlepost h6 {
font-family: 'BebasNeueRegular',sans-serif;
clear:both;
font-weight: normal;
color:#343434;
margin: 10px 0;
}
.singlepost h1 {
font-size:24px;
}
.singlepost h2 {
font-size:22px;
}
.singlepost h3 {
font-size:20px;
}
.singlepost h4 {
font-size:18px;
}
.singlepost h5 {
font-size:16px;
}
.singlepost h6 {
font-size:14px;
}
.singlepost p{
font-size:12px;
margin:15px 0;
}
.singlepost li{
font-size:12px;
padding: 0;
line-height: 1.4;
}
.singlepost .post{
margin:0 0 30px;
}
.singlepostsitemap li{
font-size:12px;
padding: 0;
line-height: 1.4;
}
.singlepost .postavatar{
float:left;
margin: 2px 20px 5px 0
}
.tags, .singlepost .tags{
font-size:12px;
margin:15px 0;
border-top:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
padding:13px 10px;
margin:20px 0
}
.meta_tags {
clear:both;
}
.singlepost img {
border: 4px solid #FFFFFF;
box-shadow: 0 0 4px #868686;
margin-bottom: 15px;
position: relative;
z-index: 1;
}
.wp-caption {
max-width:100%;
}
.singlepost .subtitle {
color: #BFBFBF;
font-size: 11px;
}
.tags, .tags a{
color:#9c9c9c
}
.grayblock h3{
margin:0 0 10px 0;
}
.grayblock .thumb{
width:57px;
height:50px;
float:left;
margin:0 13px 0 0
}
.postnav{
margin:30px 0
}
.prevpost, .nextpost{
display:block;
width:150px;
height:40px;
line-height:20px;
color:#fff;
}
.postnav .prevpost{
float:left;
}
.postnav .nextpost{
float:right;
}
.prevpost{
padding:3px 10px 3px 30px;
background:url(images/postnav.png) no-repeat 4% 11px #2e2e2e;
}
.nextpost{
padding:3px 30px 3px 10px;
background:url(images/postnav.png) no-repeat 96% -89px #2e2e2e;
}
.prevpost span, .nextpost span{
display:block;
height:40px;
overflow:hidden;
cursor:pointer;
}
/** Commentblock **/
.commentblock{
margin:0 0 50px 0
}
#commentform{
color:#aaa;
}
#commentform p{
margin:0 0 15px 0;
line-height:1
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
font:400 13px/1 Arial, sans-serif;
padding:13px 20px;
display:block;
margin:10px 0 0 0;
background:#FFF;
position:relative;
z-index:1;
border:1px solid #e0e0e0;
-moz-border-radius:3px; /* Mozila Firefox border radius */
-webkit-border-radius:3px; /* Safari, Chrome border radius */
-khtml-border-radius:3px; /* KHTML border radius */
-icab-border-radius:3px; /* icab border radius */
border-radius:3px; /* CSS3 Opera border radius */
-opera-border-radius:3px;
-o-border-radius:3px;
-border-radius:3px;
behavior: url(css/PIE.htc);
}
#commentform #author, #commentform #email, #commentform #url{
width:250px;
}
#commentform #comment{
line-height:1.2;
width:93%;
}
#submit{
display:block;
width:105px;
height:38px;
padding: 9px 0 20px;
cursor:pointer;
background:url(images/button.png) no-repeat 50% 0;
border:none;
overflow:hidden;
font-size:12px;
color:#6f6f6f;
text-align:center
}
#submit:hover{
background:url(images/button.png) no-repeat 50% -50px;
}
/** Popular **/
.popular li{
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom:1px solid #c0c0c0
}
.popular li:after{
content:'';
display:block;
width:100%;
height:0px;
clear:both
}
.popular .thumb{
width:57px;
height:50px;
float:left;
margin:0 13px 0 0
}
.popular h4{
padding:3px 0 0 0;
margin:0 0 5px 0
}
/** Newsletter **/
.newsletter{
height:36px;
position:relative;
border:1px solid #e0e0e0;
zoom:1
}
.newsletter label{
display:block;
height:36px;
font-size:13px;
line-height:36px;
color:#868686;
cursor:text;
position:absolute;
top:0;
left:10px;
max-width:70%;
overflow:hidden
}
.newsletter .nl{
font-size:13px;
height:18px;
border:none;
background:none;
padding:9px 0;
position:absolute;
top:0;
left:10px;
width:70%
}
.newsletter .button{
position:absolute;
top:-1px;
right:-1px;
height:38px;
vertical-align:middle;
width:23%;
}
/** Videoblock **/
.videoblock{
border-width:3px;
border-style:solid
}
.videoblock img{
display:block;
width:100%
}
/** Facebook **/
.facebook{
padding:0 15px 0 0;
margin:0 0 20px 0
}
/* WP Caption */
.wp-caption {
margin-bottom: 30px;
max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
font-style: italic;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #EAEAEA;
margin: 0;
padding: 0 0 15px;
}
/** Footer **/
#footer{
border-top-style:solid;
border-top-width:0px;
clear:both;
padding:20px 20px;
background:#212121;
}
#footer, #footer h3, #footer h3 a{
color:#fff
}
#footer h3{
padding:0 0 7px 0;
border-bottom:1px dashed #747474;
width:170px
}
/** Widget Footer **/
#footer .widget-footer{
float: left;
margin: 0 30px 40px 0;
width: 207px;
}
.widget-footer{
color:#686868;
text-align:justify;
width:300px
}
.widget-footer p{
margin:0 0 20px 0;
line-height: 1.4;
}
.widget .textwidget{
margin:0 0 20px 0;
line-height: 1.4;
}
.tagcloud {
line-height: 1.4;
}
#wp-calendar td {
border: 1px solid #0592c9;
padding: 10px;
text-align: center;
}
.widget-footer #wp-calendar td {
padding: 7px;
}
#wp-calendar td a {
font-weight:bold;
}
#wp-calendar th{
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #FF7200;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
#wp-calendar caption{
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-weight: bold;
padding: 10px;
}
.widget-footer #wp-calendar caption{
background: none;
color: #ffffff;
}
.widget-footer .menuwidget .sub-menu{
display:block!important;
margin-left: 10px;
}
.widget .menu {
background:none;
border: none;
clear:both;
text-transform: none;
padding: 0;
}
.widget .menu li{
clear:both;
margin: 5px;
display: block;
font-family: 'BebasNeueRegular',sans-serif;
}
.widget .menuwidget .sub-menu{
display:block!important;
margin-left: 20px;
background:none;
}
.widget .menu a {
clear: both;
color: #0592c9;
font: 400 13px/1.4 Arial,sans-serif;
padding: 0;
text-decoration: none;
text-transform: none;
}
.widget .menu a:hover {
background:none;
text-decoration:underline;
}
.widget .menu .current-menu-item a {
background:none;
text-decoration:underline;
}
.widget .menu .current-menu-item a:hover {
background:none;
text-decoration:underline;
}
.widget-footer .menu {
background:none;
border: none;
clear:both;
text-transform: none;
padding: 0;
}
.widget-footer .menu li{
clear:both;
display:block;
}
.widget-footer .menu a {
clear: both;
color: #0592c9;
font: 400 13px/1.4 Arial,sans-serif;
padding: 0;
text-decoration: none;
}
.widget-footer a:hover {
text-decoration:underline;
}
.widget-footer .menu a:hover {
background:none;
text-decoration:underline;
}
.widget-footer .textwidget{
margin:0 0 20px 0;
line-height: 1.4;
}
.widget-footer .readmore{
width:75px;
height:33px;
line-height:33px
}
.widget-footer li{
line-height: 20px;
}
.widget-footer h3{
margin-top: 20px;
clear: both;
}
/** Copyright **/
#footer .copyright{
float:left;
width:100%;
margin:0px;
}
.copyright{
color:#979797;
font-size:10px;
text-align:right
}
.copyright span{
display:block;
font-size:12px;
font-weight:400;
}
.ycopy {
float:left;
}
.wflast {
margin-right:0px!important;
}
/** Plugins **/
/** Ultimate Shortcode **/
.su-heading-style-1 {
border-bottom: 0 none;
border-top: 0 none;
}
.su-heading-style-2 {
border-bottom: 0 none;
border-top: 0 none;
}
.su-heading-style-1 .su-heading-shell{
border-bottom: 2px solid #0592c9;
border-top: 2px solid #0592c90;
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
font-size: 22px;
font-weight: normal;
}
.su-heading-style-2 .su-heading-shell{
border-bottom: 2px solid #CDCDCD;
border-top: 2px solid #CDCDCD;
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
font-size: 22px;
font-weight: normal;
}
.su-frame {
border: 0 none;
clear: both;
width: 100% !important;
margin: 10px 0 !important;
}
.su-frame .su-frame-shell {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-tabs-pane {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-tabs-style-1 .su-tabs-nav {
background: none repeat scroll 0 0 #0592c9;
}
.su-tabs-style-1 .su-tabs-pane {
border-bottom: 5px solid #0592c9;
border-left: 5px solid #0592c9;
border-right: 5px solid #0592c9;
}
.su-tabs-style-1 .su-tabs-nav span{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-1 .su-tabs-nav span:hover{
color: #343434;
}
.su-tabs-style-1 .su-tabs-nav .su-tabs-current{
color: #343434;
}
.su-tabs-style-2 .su-tabs-nav {
background: none repeat scroll 0 0 #CDCDCD;
}
.su-tabs-style-2 .su-tabs-pane {
border-bottom: 5px solid #CDCDCD;
border-left: 5px solid #CDCDCD;
border-right: 5px solid #CDCDCD;
}
.su-tabs-style-2 .su-tabs-nav span{
color: #343434;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-2 .su-tabs-nav span:hover{
color: #343434;
}
.su-tabs-style-2 .su-tabs-nav .su-tabs-current{
color: #343434;
}
.su-tabs-style-3{
border: 5px solid #0592c9;
}
.su-tabs-style-3 .su-tabs-nav span{
padding:10px;
background: none repeat scroll 0 0 #0592c9;
color: #FFFFFF;
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
}
.su-tabs-style-3 .su-tabs-nav span:hover{
background: none repeat scroll 0 0 #F1F1F1;
color: #343434;
}
.su-tabs-style-3 .su-tabs-nav .su-tabs-current{
background: none repeat scroll 0 0 #0592c9;
color: #343434;
}
.su-spoiler-style-1 .su-spoiler-content, .su-spoiler-style-2 .su-spoiler-content {
border: 0 none;
font-size: 12px;
padding:10px;
line-height: 1.4;
}
.su-spoiler-style-1 .su-spoiler-title {
font-family: 'BebasNeueRegular',sans-serif;
color: #343434;
}
.su-spoiler-style-2 {
border-radius:0px;
border:0 none;
}
.su-spoiler-style-2 .su-spoiler-title {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
padding: 12px 15px 10px;
}
.su-spoiler-open .su-spoiler-title {
background: none repeat scroll 0 0 #F1F1F1!important;
color:#343434;
padding: 12px 15px 10px;
font-family: 'BebasNeueRegular',sans-serif;
}
.su-divider {
border-top: 1px solid #E2E2E2!important;
}
.su-divider a {
color:#E2E2E2;
margin-top: -0.8em;
}
.su-quote .su-quote-shell {
font-size: 12px;
line-height: 1.4;
}
.su-pullquote {
font-size: 12px;
line-height: 1.4;
}
.su-label {
height: auto;
border-radius:0px;
margin:5px 0;
font-size: 12px;
line-height: 1.4;
text-transform: none;
padding:10px;
}
.su-accordion .su-spoiler{
border:none;
}
.su-accordion .su-spoiler-title {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
font-size: 16px;
padding: 6px 10px 5px;
font-family: 'BebasNeueRegular',sans-serif;
}
.su-accordion .su-spoiler-open .su-spoiler-title {
background: none repeat scroll 0 0 #F1F1F1;
color:#343434;
font-size: 16px;
padding: 6px 10px 5px;
}
.su-pullquote-style-1 {
border-left: 5px solid #0592c9;
}
.su-dropcap-style-1 {
background: none repeat scroll 0 0 #0592c9;
color:#ffffff;
text-shadow: none!important;
}
.su-dropcap-style-2 {
background: none repeat scroll 0 0 #FFFFFF;
color:#FF7200;
}
.su-dropcap-style-3 {
background: none repeat scroll 0 0 #ffffff;
color:#343434;
}
.su-box .su-box-content {
font-size: 12px;
line-height: 1.4;
}
.su-box .su-box-title {
font-family: 'BebasNeueRegular',sans-serif;
font-size: 16px;
text-shadow: none !important;
border-top: 0 none!important;
}
.su-note {
border:0 none!important;
}
.su-note .su-note-shell {
font-size: 12px;
line-height: 1.4;
color:#ffffff!important;
}
.su-table td {
font-size: 12px;
line-height: 1.4;
}
.su-table-style-1 .su-even td {
background: none repeat scroll 0 0 #0592c9 !important;
color: #FFFFFF;
}
.su-table-style-2 .su-even td {
background: none repeat scroll 0 0 #0592c9 !important;
color: #FFFFFF;
}
.su-column {
font-size: 12px;
line-height: 1.4;
}
.su-list {
width:150px;
float:left;
}
/** WP-PageNavi **/
.wp-pagenavi {
padding:0 30px 30px;
}
.wp-pagenavi .pagecontent {
float:none;
padding: 3px 8px;
}
.wp-pagenavi a, .wp-pagenavi span {
border: 1px solid #E2E2E2;
}
.wp-pagenavi a:hover {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #FF7200;
color: #FFFFFF;
}
.wp-pagenavi span.current {
background: none repeat scroll 0 0 #0592c9;
border: 1px solid #0592c9;
color: #FFFFFF;
padding: 3px 8px;
}
.template_paginated {
padding: 0px;
}
.template_paginated a {
text-decoration:none;
border:none;
}
.template_paginated a:hover {
text-decoration:none;
border:none;
}
.template_paginated a span {
background: none repeat scroll 0 0 #FFFFFF !important;
border: 1px solid #E2E2E2 !important;
color: #FF7200 !important;
}
.template_paginated a span:hover {
background: none repeat scroll 0 0 #0592c9 !important;
border: 1px solid #E2E2E2 !important;
color: #FFFFFF !important;
}
/** Wordpress Popular Posts **/
.wpp-list li {
margin-bottom: 10px;
}
/** Wordpress Email Newsletter **/
.eemail_textbox {
float:left;
}
#eemail_txt_email{
background: none repeat scroll 0 0 transparent;
border: medium none;
font-size: 13px;
height: 18px;
padding: 9px;
width: 170px;
border: 1px solid #E0E0E0;
color: #868686;
}
#eemail_txt_Button {
background-color: #0592c9;
border: 0 none;
color: #FFFFFF;
display: block;
margin: 0;
padding: 10px;
width: 60px;
cursor:pointer;
font-size: 12px;
font-weight: bold;
}
#eemail_txt_Button:hover {
background-color: #424242;
}
/** wp125 **/
.wp125ad {
float:left;
padding: 1px 2px !important;
}
.wp125ad img {
width:125px;
}
/** Contact Form 7 **/
.wpcf7-form p {
color: #A3A3A3;
font-family: Arial,sans-serif;
font-size: 12px;
font-weight: normal;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
display: block;
font: 400 13px/1 Arial,sans-serif;
margin: 10px 0 0;
padding: 13px 20px;
position: relative;
z-index: 1;
}
.wpcf7-form .wpcf7-textarea {
width:90%;
height:100px;
}
.wpcf7-submit{
background: url("images/button.png") no-repeat scroll 50% 0 transparent;
border: medium none;
color: #6F6F6F;
cursor: pointer;
display: block;
font-size: 12px;
height: 38px;
overflow: hidden;
padding: 9px 0 20px;
text-align: center;
width: 105px;
margin-top: 20px;
}
.wpcf7-submit:hover {
background: url("images/button.png") no-repeat scroll 50% -50px transparent;
}
.wpcf7-response-output {
border:0 none!important;
padding:0px!important;
}
.wpcf7-not-valid-tip {
border: 0 none !important;
color: #FF0000;
display: block;
padding: 8px 0 12px !important;
position: static !important;
}
/** Twitter Widget Pro **/
.time-meta {
display:block;
margin-bottom: 15px;
}
.from-meta {
display:none;
}
.entry-content {
background:url(images/twitter.png) no-repeat 0 3px;
padding-left: 25px;
}
.headerphone {
float: left;
margin: 17px;
color: #888888;
font-weight: bold;
}
.right {
float:right!important;
}
.left {
float:left!important;
}
/** Desktop **/
@media screen and (min-width:769px) and (max-width:1024px) {
#wrapper{
width:720px
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed{
max-width:100% !important;
}
.slider .slidedata{
left:375px;
overflow:hidden;
}
.slider ul{
height:213px !important;
}
.pagecontent{
width:420px;
}
#footer .widget-footer{
width:150px;
margin:0 20px 15px 0
}
#footer h3{
width:auto
}
}
/** Tablet **/
@media screen and (min-width:481px) and (max-width:768px) {
#wrapper{
width:460px
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed, table{
max-width:100% !important;
}
table{
word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer{
width:auto !important;
float:none !important;
margin-left:0 !important;
margin-right:0 !important;
}
#footer h3{
width:auto
}
.menuwrapp_mobile{
display:block !important
}
.topbar #topsearch, .menuwrapp, .sliderwrapp{
display:none
}
#header{
padding-top:1px
}
#header .logo{
margin:20px 20px 20px 20px
}
#header .logo img{
display:block;
margin:20px auto
}
.widget {
padding: 0 30px;
}
}
/** Mobile **/
@media screen and (max-width:480px) {
#wrapper{
width:300px;
}
img{
max-width:100% !important;
height:auto !important;
}
iframe, embed, table{
max-width:100% !important;
}
table{
word-break:break-all
}
.su-column, .pagecontent, .sidebar, #footer .widget-footer{
width:auto !important;
float:none !important;
margin-left:0 !important;
margin-right:0 !important;
}
#footer h3{
width:auto
}
.menuwrapp_mobile{
display:block !important
}
.topbar, .menuwrapp, .sliderwrapp{
display:none
}
#header{
padding-top:1px
}
#header .logo{
margin:20px 10px;
}
#header .logo img{
display:block;
margin:20px auto
}
.widget {
padding: 0 30px;
}
.sidebar #searchform #s {
width:135px;
}
.homepage .koenda-chb {
width: 100%;
}
}
| 0.289673 | 0.064212 |
html {
font-size: 16px;
}
@font-face {
font-family: 'Noto Sans Thai UI';
src:
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Regular.woff2')
format('woff2'),
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Regular.woff')
format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Noto Sans Thai UI';
src:
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Bold.woff2')
format('woff2'),
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Bold.woff')
format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
body {
font-family:
'Noto Sans Thai UI',
system-ui,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
'Helvetica Neue',
sans-serif;
background: #fff;
}
img {
max-width: 100%;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
}
/* dropdown */
.dropdown-menu {
padding: 8px 16px;
width: 100%;
}
.dropdown-content {
min-width: 250px;
max-height: 80vh;
}
/* add blue waves-effect */
.waves-effect.waves-blue .waves-ripple {
background-color: rgba(33, 150, 243, 0.65);
}
/* nav */
nav .brand-logo {
left: inherit;
-webkit-transform: inherit;
transform: inherit;
margin-left: 16px;
}
nav ul li {
max-height: 64px;
}
.nav-icon {
width: 48px;
height: 48px;
padding: 10px 0 0 0;
}
span.badge.new {
font-size: 1em;
font-weight: normal;
}
span.badge.flood-badge {
font-size: 0.9em;
}
.navbar-fixed {
height: 120px;
}
.nav-extended {
transition: top 0.2s ease-in-out;
}
li a.loadradar,
li a.loadtwitter {
display: block !important;
}
/* tab */
.tabs {
position: static;
}
.tabs .tab {
font-size: 1.1em;
letter-spacing: normal;
}
.indicator {
display: none;
}
/* main screen */
.block-header {
font-weight: 700;
margin: 0;
}
.home-content .new-badge {
padding: 0 5px;
font-size: 0.85em;
}
.alert-message-block {
display: none;
}
.alert-message-block.card-panel {
padding: 1em;
}
.alert-message-block.simple-alert p {
margin: 0.25em 0;
}
.alert-message-content {
margin: 0.5em 0;
}
.alert-message-link {
font-weight: bold;
font-size: 1rem;
height: 2em;
line-height: 2em;
padding: 0 0.5em;
}
.home-announcement-block {
display: none;
}
.home-announcement-content {
margin: 0.5rem 0 0;
}
.home-announcement-link {
font-size: inherit;
font-weight: bold;
margin-top: 0.75rem;
padding: 0 1rem;
}
.weather-alert-block,
.aqi-open-block {
cursor: pointer;
}
.weather-alert-block iframe {
margin-top: 0.75rem;
width: 100%;
height: 0;
}
.traffic-notice {
display: none;
}
.dropdown-content li.imganiold {
display: none;
}
.loading {
margin: 1em 0 0;
}
.loading-text {
vertical-align: middle;
margin-right: 8px;
font-size: 1.2em;
}
.preloader-wrapper.small {
vertical-align: middle;
width: 24px;
height: 24px;
}
.spinner-blue-only {
border-color: #2196f3;
}
.status-text {
font-size: 1.2em;
}
.radar-output {
margin-bottom: 0;
}
.twitter-block {
max-width: 760px;
margin: 0 auto;
}
.btn-go-home {
font-size: 1.25em;
}
.radar-unit-notice {
display: none;
font-size: 0.85em;
color: #555;
padding: 0 0.25em;
}
/* modal */
.modal.modal-fixed-footer {
max-height: 80%;
height: 80%;
}
.modal .modal-content {
overflow-x: hidden;
}
.modal[alt='about'] {
background-color: #2196f3;
}
.modal[alt='about'] .modal-content {
background-color: #2196f3;
color: #e3f2fd;
text-align: center;
}
.modal[alt='about'] .modal-footer {
background-color: #2196f3;
border: none;
}
.modal[alt='about'] .modal-footer .btn {
background-color: #e3f2fd !important;
color: #212121 !important;
border: none;
}
.modal[alt='about'] .modal-footer .btn .waves-ripple {
background-color: rgba(33, 150, 243, 0.65);
}
.about-credit li a {
color: #e3f2fd;
}
/* AQI */
.aqi-nav {
margin: 1.5rem 0;
}
.aqi-nav a {
padding: 0 0.75rem;
}
.home-content .aqi-nav {
margin: 1.5rem 0 0;
}
/* mobile */
@media only screen and (max-width: 600px) {
.container {
width: 100%;
}
.navbar-fixed {
height: 105px;
}
nav ul li {
max-height: 56px;
}
.nav-icon {
width: 36px;
height: 36px;
padding: 5px 0;
}
.brand-logo {
margin-left: 8px;
}
.modal.modal-fixed-footer {
max-height: 96%;
height: 96%;
width: 96%;
top: 2% !important;
}
.dropdown-content {
width: 100% !important;
left: 0 !important;
max-height: 72vh;
}
.home-content .aqi-nav a {
display: block;
}
}
|
main.css
|
html {
font-size: 16px;
}
@font-face {
font-family: 'Noto Sans Thai UI';
src:
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Regular.woff2')
format('woff2'),
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Regular.woff')
format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Noto Sans Thai UI';
src:
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Bold.woff2')
format('woff2'),
url('https://cdn.lazywasabi.net/fonts/NotoSansThai/NotoSansThaiUI-Bold.woff')
format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
body {
font-family:
'Noto Sans Thai UI',
system-ui,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
'Helvetica Neue',
sans-serif;
background: #fff;
}
img {
max-width: 100%;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
}
/* dropdown */
.dropdown-menu {
padding: 8px 16px;
width: 100%;
}
.dropdown-content {
min-width: 250px;
max-height: 80vh;
}
/* add blue waves-effect */
.waves-effect.waves-blue .waves-ripple {
background-color: rgba(33, 150, 243, 0.65);
}
/* nav */
nav .brand-logo {
left: inherit;
-webkit-transform: inherit;
transform: inherit;
margin-left: 16px;
}
nav ul li {
max-height: 64px;
}
.nav-icon {
width: 48px;
height: 48px;
padding: 10px 0 0 0;
}
span.badge.new {
font-size: 1em;
font-weight: normal;
}
span.badge.flood-badge {
font-size: 0.9em;
}
.navbar-fixed {
height: 120px;
}
.nav-extended {
transition: top 0.2s ease-in-out;
}
li a.loadradar,
li a.loadtwitter {
display: block !important;
}
/* tab */
.tabs {
position: static;
}
.tabs .tab {
font-size: 1.1em;
letter-spacing: normal;
}
.indicator {
display: none;
}
/* main screen */
.block-header {
font-weight: 700;
margin: 0;
}
.home-content .new-badge {
padding: 0 5px;
font-size: 0.85em;
}
.alert-message-block {
display: none;
}
.alert-message-block.card-panel {
padding: 1em;
}
.alert-message-block.simple-alert p {
margin: 0.25em 0;
}
.alert-message-content {
margin: 0.5em 0;
}
.alert-message-link {
font-weight: bold;
font-size: 1rem;
height: 2em;
line-height: 2em;
padding: 0 0.5em;
}
.home-announcement-block {
display: none;
}
.home-announcement-content {
margin: 0.5rem 0 0;
}
.home-announcement-link {
font-size: inherit;
font-weight: bold;
margin-top: 0.75rem;
padding: 0 1rem;
}
.weather-alert-block,
.aqi-open-block {
cursor: pointer;
}
.weather-alert-block iframe {
margin-top: 0.75rem;
width: 100%;
height: 0;
}
.traffic-notice {
display: none;
}
.dropdown-content li.imganiold {
display: none;
}
.loading {
margin: 1em 0 0;
}
.loading-text {
vertical-align: middle;
margin-right: 8px;
font-size: 1.2em;
}
.preloader-wrapper.small {
vertical-align: middle;
width: 24px;
height: 24px;
}
.spinner-blue-only {
border-color: #2196f3;
}
.status-text {
font-size: 1.2em;
}
.radar-output {
margin-bottom: 0;
}
.twitter-block {
max-width: 760px;
margin: 0 auto;
}
.btn-go-home {
font-size: 1.25em;
}
.radar-unit-notice {
display: none;
font-size: 0.85em;
color: #555;
padding: 0 0.25em;
}
/* modal */
.modal.modal-fixed-footer {
max-height: 80%;
height: 80%;
}
.modal .modal-content {
overflow-x: hidden;
}
.modal[alt='about'] {
background-color: #2196f3;
}
.modal[alt='about'] .modal-content {
background-color: #2196f3;
color: #e3f2fd;
text-align: center;
}
.modal[alt='about'] .modal-footer {
background-color: #2196f3;
border: none;
}
.modal[alt='about'] .modal-footer .btn {
background-color: #e3f2fd !important;
color: #212121 !important;
border: none;
}
.modal[alt='about'] .modal-footer .btn .waves-ripple {
background-color: rgba(33, 150, 243, 0.65);
}
.about-credit li a {
color: #e3f2fd;
}
/* AQI */
.aqi-nav {
margin: 1.5rem 0;
}
.aqi-nav a {
padding: 0 0.75rem;
}
.home-content .aqi-nav {
margin: 1.5rem 0 0;
}
/* mobile */
@media only screen and (max-width: 600px) {
.container {
width: 100%;
}
.navbar-fixed {
height: 105px;
}
nav ul li {
max-height: 56px;
}
.nav-icon {
width: 36px;
height: 36px;
padding: 5px 0;
}
.brand-logo {
margin-left: 8px;
}
.modal.modal-fixed-footer {
max-height: 96%;
height: 96%;
width: 96%;
top: 2% !important;
}
.dropdown-content {
width: 100% !important;
left: 0 !important;
max-height: 72vh;
}
.home-content .aqi-nav a {
display: block;
}
}
| 0.444324 | 0.072834 |
:root {
--azul-escuro: #069cfb;
--azul-claro: #80c4e7;
--cinza-claro: #cdcdcd;
--cinza-escuro: #c7c7c7;
--laranja: #d85a2c;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
width: 100%;
height: 100%;
font-size: 16px;
font-family: 'Arial', sans-serif;
}
a {
text-decoration: none;
}
.background {
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
background-image: url('../Assets/bg.gif');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.container {
width: 95%;
max-width: 1200px;
margin: 10px auto;
}
.table-header{
width: 100%;
background-color: #fff;
display: flex;
align-items: center;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 5px;
margin-bottom: 10px;
color: var(--azul-escuro);
}
.table-header .btnVoltar {
margin-left: 2.5%;
}
.table-header h1 {
display: block;
width: 92%;
text-align: center;
}
.table-header i{
color: var(--azul-escuro);
}
.content-table {
width: 100%;
text-align: center;
background-color: var(--azul-escuro);
color: #fff;
border-collapse: collapse;
}
.content-table thead th {
background-color: #fff;
color: var(--azul-escuro);
text-transform: uppercase;
padding: 5px;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #fff;
}
.content-table tbody td {
padding: 10px;
border-bottom: 1px solid #fff;
}
.content-table tbody tr td a {
color: #fff;
}
.content-table tbody tr .excluir ,
.content-table tbody tr .editar {
cursor: pointer;
}
/* Estilização para fazer efeito zebra na tabela */
.content-table tbody tr:nth-child(2n) {
background-color: var(--azul-claro);
}
/* Configurando as medidas das colunas da tabela */
/* Número do aluno */
.content-table tbody tr td:nth-child(1) {
width: 1%;
}
/* Nome do aluno */
.content-table tbody tr td:nth-child(2) {
width: 40%;
}
/* Break Points */
@media screen and (max-width: 768px) {
.content-table thead th {
display: none;
}
.content-table tbody tr {
display: flex;
flex-direction: column;
align-items: center;
}
.content-table tbody tr td {
border: none;
padding: 0px;
padding-bottom: 10px;
width: auto !important;
}
}
|
ListaAlunos/lista-alunos.css
|
:root {
--azul-escuro: #069cfb;
--azul-claro: #80c4e7;
--cinza-claro: #cdcdcd;
--cinza-escuro: #c7c7c7;
--laranja: #d85a2c;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
width: 100%;
height: 100%;
font-size: 16px;
font-family: 'Arial', sans-serif;
}
a {
text-decoration: none;
}
.background {
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
background-image: url('../Assets/bg.gif');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.container {
width: 95%;
max-width: 1200px;
margin: 10px auto;
}
.table-header{
width: 100%;
background-color: #fff;
display: flex;
align-items: center;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 5px;
margin-bottom: 10px;
color: var(--azul-escuro);
}
.table-header .btnVoltar {
margin-left: 2.5%;
}
.table-header h1 {
display: block;
width: 92%;
text-align: center;
}
.table-header i{
color: var(--azul-escuro);
}
.content-table {
width: 100%;
text-align: center;
background-color: var(--azul-escuro);
color: #fff;
border-collapse: collapse;
}
.content-table thead th {
background-color: #fff;
color: var(--azul-escuro);
text-transform: uppercase;
padding: 5px;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #fff;
}
.content-table tbody td {
padding: 10px;
border-bottom: 1px solid #fff;
}
.content-table tbody tr td a {
color: #fff;
}
.content-table tbody tr .excluir ,
.content-table tbody tr .editar {
cursor: pointer;
}
/* Estilização para fazer efeito zebra na tabela */
.content-table tbody tr:nth-child(2n) {
background-color: var(--azul-claro);
}
/* Configurando as medidas das colunas da tabela */
/* Número do aluno */
.content-table tbody tr td:nth-child(1) {
width: 1%;
}
/* Nome do aluno */
.content-table tbody tr td:nth-child(2) {
width: 40%;
}
/* Break Points */
@media screen and (max-width: 768px) {
.content-table thead th {
display: none;
}
.content-table tbody tr {
display: flex;
flex-direction: column;
align-items: center;
}
.content-table tbody tr td {
border: none;
padding: 0px;
padding-bottom: 10px;
width: auto !important;
}
}
| 0.364551 | 0.131842 |
.red-02{
background: #ff3547!important;
}
.black-01{
background: #212529!important;
}
.fond-02{
background: #e6e6e6!important;
}
.nos-bg{
background: #6c757d!important;
}
.white-tras{
background-color: #ffffff8a!important;
}
.b-text{
color: #000000!important;
}
/* bar */
.pana-c-02{
background: #5f451f9c!important;
}
.pana-c{
background: #ff99009c!important;
}
.bar-c{
background: #081d2dc4!important;
}
.gastro-c-02{
background:#07500db5!important
}
.gastro-c{
background: #07500d8f!important;
}
/* texto-color */
.gastro-text{
color: #ff9800c9!important;
}
.bar-text{
color: #081d2dc4!important;
}
.pana-text{
color: #07500d8f!important;
}
.strong-mid{
background: #00000033!important;
}
.grey-t{
background-color: #e8e9ea!important;
}
.cook-text{
/* color: #dd0033!important; */
color:#c40056;
}
.cook-bg{
background: #c40056!important;
}
.transpa{
background: #ffffff00!important;
}
.container-res{
width: 100%;
height: 500px;
}
/* decoraciones */
.list-group a li:hover{
background: #c1c1c19e!important;
color: #c40056;
}
.blog-avi{
position: absolute;
right: 4px;
top: 25px;
width: 85%;
height: 30px;
}
.controller{
position: absolute;
right: -35px;
width: 150px;
height: 70px;
bottom: -25px;
background: black;
z-index: 900;
}
.controller-logo{
position: absolute;
right: 0px;
width: 150px;
height: 70px;
top: 1px;
background: black;
z-index: 900;
}
.border-sh{
text-shadow: 2px 2px 5px #dd0033;
}
.border-sh-1{
text-shadow: 2px 2px 5px black;
}
.btn-primary.dropdown-toggle {
background-color: #dd0033!important;
}
/* .btn-primary {
border-color: #dd0033!important;
} */
.show>.btn-primary.dropdown-toggle {
-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
background-color: #dd0033!important;
}
.btn {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
font-weight: bold!important;
}
.nav-top{
height: 50px!important;
}
.soles{
position: absolute;
font-weight: bold;
left: 40px;
top: 20px;
font-size: 20px;
}
.descrip{
position: absolute;
right: 2px;
bottom: 10px;
}
.number{
font-size: 45px;
font-weight: bold;
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.349)!important;
}
.amber-textarea textarea.md-textarea:focus:not([readonly]) {
border-bottom: 1px solid #dd0033;
box-shadow: 0 1px 0 0 #dd0033;
}
.active-amber-textarea.md-form label.active {
color: #dd0033;
}
.active-amber-textarea-2 textarea.md-textarea {
border-bottom: 1px solid #dd0033;
box-shadow: 0 1px 0 0 #dd0033;
}
.active-amber-textarea-2.md-form label.active {
color: #dd0033;
}
.active-amber-textarea-2.md-form label {
color: #dd0033;
}
.md-form input [type=text]{
border-bottom: 1px solid #dd0033!important;
}
.content {
max-height: 4.4em;
overflow: hidden;
position: relative;
display: block;
background-color: white;
}
.content::before {
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
content: '\200C';
display: block;
position: absolute;
right: 0;
top: 3.5em;
width: 100px;;
text-align: center;
}
.s-deco{
text-decoration:none!important;
}
.selecMe{
color: #dd0033!important;
padding: 10px;
border-width: 0.4px;
border-style: solid;
border-color: #dd0033!important;
}
.border-01{
border:2px solid orange;
}
.border-black{
border:2px solid black;
}
.redondea-01{
border-radius: 7px!important;
}
.redondea-05{
border-radius: 30px!important;
}
.ultimo-01{
position: absolute!important;
bottom: 15%;
right: 50%;
}
.ultimo-02{
position: absolute!important;
bottom: 18%;
right: 42%;
}
.border-cook{
border-width: 0.4px;
border-style: solid;
border-color: #dd0033!important;
}
.border-mesg{
border-width: 0.8px;
border-style: solid;
border-color: orange!important;
}
.border-mesg-bar{
border-width: 0.8px;
border-style: solid;
border-color: #081d2dc4!important;
}
.border-mesg-pana{
border-width: 0.8px;
border-style: solid;
border-color: green!important;
}
.b-01{
font-weight: bold!important;
}
/* images */
.ima-home{
max-width:100%;
height:700px;
}
/* texto Decoracion */
.mens{
position: absolute;
bottom: 10px;
}
.signs{
position: absolute;
left: 7px;
top:5px;
}
#red1 .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover{
color: #dd0033;
}
#red1 .navbar.navbar-dark .navbar-nav .nav-item .nav-link :hover{
color: #dd0033!important;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: #000000!important;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav #rest .nav-item span {
color: white!important;
transition: 0.35s;
}
.text-blog{
font-family: Helvetica!important;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
/* texto Tamaño */
.m-text-15{
font-size: 15px;
}
.m-text-16{
font-size: 16px;
}
.m-text-17{
font-size: 17px;
}
.m-text-18{
font-size: 18px;
}
.m-text-19{
font-size: 19px;
}
.m-text-20{
font-size: 20px;
}
.m-text-21{
font-size: 21px;
}
.m-text-22{
font-size: 22px;
}
.m-text-23{
font-size: 23px;
}
.m-text-24{
font-size: 24px;
}
.m-text-25{
font-size: 25px;
}
.m-text-30{
font-size: 30px;
}
.m-text-40{
font-size: 40px;
}
/* transisiones */
.rotate:hover
{
-webkit-transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
}
/* margenes */
.mn-t-10{
margin-top: -20px!important;
}
.mar-r-5{
margin-right: 20px;
}
.sp-0{
padding: 0!important;
}
.sm-0{
margin: 0!important;
}
/* botones */
.btn-outline-cook {
border: 2px solid #dd0033 !important;
background-color: transparent !important;
color: #dd0033 !important;
}
.btn-outline {
border: 2px solid #f8f9fa !important;
background-color: transparent !important;
color: #f8f9fa !important;
}
.btn-outline-b {
border: 2px solid black !important;
background-color: transparent !important;
color: black !important;
}
/* imagenes */
.blink-ima{
width: 100%;
height: auto;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
/* modal */
@media (min-width: 992px){
.modal .modal-full-height {
position: absolute;
display: flex;
margin-top: 30px!important;
margin-right: 30px!important;
margin: 0;
width: 800px!important;
min-width: 700px !important;
min-height: 100%;
height: auto;
min-height: auto;
top: 0;
right: 0;
}
}
/* Menu navbar */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: white;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav #meC .nav-item .nav-link {
color: black!important;
transition: 0.35s;
}
.navbar {
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0)!important;
font-weight: 300;
}
/* Contenedores */
.taller-aviso{
background: rgba(255, 255, 255, 0.842);
width: 100%;
bottom: 0px;
position: absolute;
height: 100px;
}
.mas-t{
position: absolute;
bottom: 0px;
right: 10px;
z-index: 4;
}
.fixed-t-25{
position: fixed;
max-height: 100%;
background-color: #eee;
}
.navbar .dropdown-menu button a p:hover {
text-decoration: none!important;
color: #dd0033!important;
}
#menuG{
z-index: 1000;
}
#menu{
z-index: 1000;
}
#ast{
margin-right: 70px!important;
background: #21252900!important;
color: #21252900!important;
}
.conta-rede{
background: #dd0033!important;
width: 100%;
height: 400px;
}
.triangulo {
width: 0;
height: 0;
border-left: 100px solid #f0ad4e;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
}
.container-65{
width: 65%!important;
display: block;
margin: auto;
}
.container-70{
width: 70%!important;
display: block;
margin: auto;
}
.imagesco{
width: 100%;
height: auto;
display: block;
}
.linea-t-25{
background: red;
width: 15%;
height: 3px;
}
.linea-01{
background: red;
width: 100%;
height: 3px;
}
.mesg-01{
position: absolute!important;
background: #1717176e;
padding: 10px;
left: 5%;
bottom: 20%;
width: 40%;
}
.mesg-02{
position: absolute!important;
right: 40px;
bottom: 5%;
width: 400px;
}
.mesg-01-res{
position: absolute!important;
background: #1717176e;
padding: 10px;
right: 5%;
bottom: 5%;
width: 60%;
text-align: end;
}
.precio{
position: absolute;
bottom: 10px;
right:10px;
width: 130px;
}
.mesg-01-carrera{
position: absolute!important;
left: 10px;;
top: 10px;;
width: 100%;
text-align: start;
}
.mesg-02-res{
margin-top: 10px;
width: 100%;
background: #dd0033;
}
.enu-es{
width: 700px;
height: 500px;
background: #dd0033;
position: absolute;
top:0px;
right: 10px;
z-index: 3;
}
.ir-arriba {
display:none;
width:50px;
height:50px;
line-height:45px;
border: 2px solid #f5f5f5;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #dd0033;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
position: fixed;
bottom:20px;
right:20px;
z-index: 200;
}
.mas-conte{
width:31px;
height:31px;
line-height:30px;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #dd0033;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
}
.icon-redondear{
width:31px;
height:31px;
line-height:30px;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
font-size:20px;
font-weight:bold;
}
@media (min-width: 769px){
.sticky {
position: fixed;
top: 60px;
width: 24%!important;
}
.sticky + .content {
padding-top: 102px;
}
.container-25{
width: 25%;
display: block;
margin: 0;
height: auto;
}
.container-75{
display: block;
width: 75%;
margin: 0;
height: auto;
}
.container-10p{
width: 100%;
margin: 0!important;
}
.conte-01{
position: absolute;
background: white;
top: 50px;
right: -120px;
width: 400px;
height: auto;
z-index: 40;
}
.conte-02{
position: absolute;
background: white;
top: 50px;
left: -120px;
width: 400px;
height: auto;
z-index: 40;
}
.bg-75p{
width: 75%;
height: auto;
margin: 0;
display: block;
z-index: 4;
}
.conte-Nos{
position: relative;
right: -20px;
top: -20px;
}
.conte-vis{
position: relative;
left: -20px;
top: 5px;
}
.visible-cop{
display: block;
}
.visible-res{
display: none
}
.logo-fixed{
left: 20px;
width: 125px;
position: absolute;
top: -23px;
}
.logo-flui{
width: 70px
}
.iniciar-go{
position: absolute;
right: 1px;
width: 200px;
height: 100%;
background: #dd0033;
color: white;
}
.rows-taller{
width: 100%;
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-bottom: 0px;
}
.rows-01{
width: 100%;
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/gastronomia-01.jpg);
background-position: center center;
padding-top: 105px;
padding-bottom: 0px;
}
.rows-02{
width: 100%;
height: 450px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-taller-02{
width: 280px;
height: 400px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-03{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-baner{
width: 100%;
height: 450px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.conte-flot{
width: 100%;
position: absolute;
top: 10%;
left: -120px;
height: auto;
color: white!important;
padding: 10px;
}
}
@media (max-width: 768px){
.rows-taller{
width: 100%;
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-bottom: 0px;
}
.container-10p{
width: 96%;
margin: 0!important;
}
.rows-baner{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-03{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-02{
width: 100%;
height: 120px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-01{
width: 100%;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/gastronomia-01.jpg);
background-position: center center;
padding-top: 70px;
padding-bottom: 0px;
}
.iniciar-go{
position: absolute;
right: 1px;
width: 100px;
height: 100%;
background: #dd0033;
color: white;
}
.visible-cop{
display: none;
}
.visible-res{
display: block
}
.logo-fixed{
right: 1%;
position: absolute;
top: -15px;
}
.logo-flui{
width: 40px
}
.conte-flot{
width: 100%;
top: 10%;
left: -120px;
height: auto;
color: white!important;
padding: 10px;
}
}
|
public/css/general.css
|
.red-02{
background: #ff3547!important;
}
.black-01{
background: #212529!important;
}
.fond-02{
background: #e6e6e6!important;
}
.nos-bg{
background: #6c757d!important;
}
.white-tras{
background-color: #ffffff8a!important;
}
.b-text{
color: #000000!important;
}
/* bar */
.pana-c-02{
background: #5f451f9c!important;
}
.pana-c{
background: #ff99009c!important;
}
.bar-c{
background: #081d2dc4!important;
}
.gastro-c-02{
background:#07500db5!important
}
.gastro-c{
background: #07500d8f!important;
}
/* texto-color */
.gastro-text{
color: #ff9800c9!important;
}
.bar-text{
color: #081d2dc4!important;
}
.pana-text{
color: #07500d8f!important;
}
.strong-mid{
background: #00000033!important;
}
.grey-t{
background-color: #e8e9ea!important;
}
.cook-text{
/* color: #dd0033!important; */
color:#c40056;
}
.cook-bg{
background: #c40056!important;
}
.transpa{
background: #ffffff00!important;
}
.container-res{
width: 100%;
height: 500px;
}
/* decoraciones */
.list-group a li:hover{
background: #c1c1c19e!important;
color: #c40056;
}
.blog-avi{
position: absolute;
right: 4px;
top: 25px;
width: 85%;
height: 30px;
}
.controller{
position: absolute;
right: -35px;
width: 150px;
height: 70px;
bottom: -25px;
background: black;
z-index: 900;
}
.controller-logo{
position: absolute;
right: 0px;
width: 150px;
height: 70px;
top: 1px;
background: black;
z-index: 900;
}
.border-sh{
text-shadow: 2px 2px 5px #dd0033;
}
.border-sh-1{
text-shadow: 2px 2px 5px black;
}
.btn-primary.dropdown-toggle {
background-color: #dd0033!important;
}
/* .btn-primary {
border-color: #dd0033!important;
} */
.show>.btn-primary.dropdown-toggle {
-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
background-color: #dd0033!important;
}
.btn {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
font-weight: bold!important;
}
.nav-top{
height: 50px!important;
}
.soles{
position: absolute;
font-weight: bold;
left: 40px;
top: 20px;
font-size: 20px;
}
.descrip{
position: absolute;
right: 2px;
bottom: 10px;
}
.number{
font-size: 45px;
font-weight: bold;
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.349)!important;
}
.amber-textarea textarea.md-textarea:focus:not([readonly]) {
border-bottom: 1px solid #dd0033;
box-shadow: 0 1px 0 0 #dd0033;
}
.active-amber-textarea.md-form label.active {
color: #dd0033;
}
.active-amber-textarea-2 textarea.md-textarea {
border-bottom: 1px solid #dd0033;
box-shadow: 0 1px 0 0 #dd0033;
}
.active-amber-textarea-2.md-form label.active {
color: #dd0033;
}
.active-amber-textarea-2.md-form label {
color: #dd0033;
}
.md-form input [type=text]{
border-bottom: 1px solid #dd0033!important;
}
.content {
max-height: 4.4em;
overflow: hidden;
position: relative;
display: block;
background-color: white;
}
.content::before {
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
content: '\200C';
display: block;
position: absolute;
right: 0;
top: 3.5em;
width: 100px;;
text-align: center;
}
.s-deco{
text-decoration:none!important;
}
.selecMe{
color: #dd0033!important;
padding: 10px;
border-width: 0.4px;
border-style: solid;
border-color: #dd0033!important;
}
.border-01{
border:2px solid orange;
}
.border-black{
border:2px solid black;
}
.redondea-01{
border-radius: 7px!important;
}
.redondea-05{
border-radius: 30px!important;
}
.ultimo-01{
position: absolute!important;
bottom: 15%;
right: 50%;
}
.ultimo-02{
position: absolute!important;
bottom: 18%;
right: 42%;
}
.border-cook{
border-width: 0.4px;
border-style: solid;
border-color: #dd0033!important;
}
.border-mesg{
border-width: 0.8px;
border-style: solid;
border-color: orange!important;
}
.border-mesg-bar{
border-width: 0.8px;
border-style: solid;
border-color: #081d2dc4!important;
}
.border-mesg-pana{
border-width: 0.8px;
border-style: solid;
border-color: green!important;
}
.b-01{
font-weight: bold!important;
}
/* images */
.ima-home{
max-width:100%;
height:700px;
}
/* texto Decoracion */
.mens{
position: absolute;
bottom: 10px;
}
.signs{
position: absolute;
left: 7px;
top:5px;
}
#red1 .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover{
color: #dd0033;
}
#red1 .navbar.navbar-dark .navbar-nav .nav-item .nav-link :hover{
color: #dd0033!important;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: #000000!important;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav #rest .nav-item span {
color: white!important;
transition: 0.35s;
}
.text-blog{
font-family: Helvetica!important;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
/* texto Tamaño */
.m-text-15{
font-size: 15px;
}
.m-text-16{
font-size: 16px;
}
.m-text-17{
font-size: 17px;
}
.m-text-18{
font-size: 18px;
}
.m-text-19{
font-size: 19px;
}
.m-text-20{
font-size: 20px;
}
.m-text-21{
font-size: 21px;
}
.m-text-22{
font-size: 22px;
}
.m-text-23{
font-size: 23px;
}
.m-text-24{
font-size: 24px;
}
.m-text-25{
font-size: 25px;
}
.m-text-30{
font-size: 30px;
}
.m-text-40{
font-size: 40px;
}
/* transisiones */
.rotate:hover
{
-webkit-transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
}
/* margenes */
.mn-t-10{
margin-top: -20px!important;
}
.mar-r-5{
margin-right: 20px;
}
.sp-0{
padding: 0!important;
}
.sm-0{
margin: 0!important;
}
/* botones */
.btn-outline-cook {
border: 2px solid #dd0033 !important;
background-color: transparent !important;
color: #dd0033 !important;
}
.btn-outline {
border: 2px solid #f8f9fa !important;
background-color: transparent !important;
color: #f8f9fa !important;
}
.btn-outline-b {
border: 2px solid black !important;
background-color: transparent !important;
color: black !important;
}
/* imagenes */
.blink-ima{
width: 100%;
height: auto;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
/* modal */
@media (min-width: 992px){
.modal .modal-full-height {
position: absolute;
display: flex;
margin-top: 30px!important;
margin-right: 30px!important;
margin: 0;
width: 800px!important;
min-width: 700px !important;
min-height: 100%;
height: auto;
min-height: auto;
top: 0;
right: 0;
}
}
/* Menu navbar */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: white;
transition: 0.35s;
}
.navbar.navbar-dark .navbar-nav #meC .nav-item .nav-link {
color: black!important;
transition: 0.35s;
}
.navbar {
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0)!important;
font-weight: 300;
}
/* Contenedores */
.taller-aviso{
background: rgba(255, 255, 255, 0.842);
width: 100%;
bottom: 0px;
position: absolute;
height: 100px;
}
.mas-t{
position: absolute;
bottom: 0px;
right: 10px;
z-index: 4;
}
.fixed-t-25{
position: fixed;
max-height: 100%;
background-color: #eee;
}
.navbar .dropdown-menu button a p:hover {
text-decoration: none!important;
color: #dd0033!important;
}
#menuG{
z-index: 1000;
}
#menu{
z-index: 1000;
}
#ast{
margin-right: 70px!important;
background: #21252900!important;
color: #21252900!important;
}
.conta-rede{
background: #dd0033!important;
width: 100%;
height: 400px;
}
.triangulo {
width: 0;
height: 0;
border-left: 100px solid #f0ad4e;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
}
.container-65{
width: 65%!important;
display: block;
margin: auto;
}
.container-70{
width: 70%!important;
display: block;
margin: auto;
}
.imagesco{
width: 100%;
height: auto;
display: block;
}
.linea-t-25{
background: red;
width: 15%;
height: 3px;
}
.linea-01{
background: red;
width: 100%;
height: 3px;
}
.mesg-01{
position: absolute!important;
background: #1717176e;
padding: 10px;
left: 5%;
bottom: 20%;
width: 40%;
}
.mesg-02{
position: absolute!important;
right: 40px;
bottom: 5%;
width: 400px;
}
.mesg-01-res{
position: absolute!important;
background: #1717176e;
padding: 10px;
right: 5%;
bottom: 5%;
width: 60%;
text-align: end;
}
.precio{
position: absolute;
bottom: 10px;
right:10px;
width: 130px;
}
.mesg-01-carrera{
position: absolute!important;
left: 10px;;
top: 10px;;
width: 100%;
text-align: start;
}
.mesg-02-res{
margin-top: 10px;
width: 100%;
background: #dd0033;
}
.enu-es{
width: 700px;
height: 500px;
background: #dd0033;
position: absolute;
top:0px;
right: 10px;
z-index: 3;
}
.ir-arriba {
display:none;
width:50px;
height:50px;
line-height:45px;
border: 2px solid #f5f5f5;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #dd0033;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
position: fixed;
bottom:20px;
right:20px;
z-index: 200;
}
.mas-conte{
width:31px;
height:31px;
line-height:30px;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
background: #dd0033;
box-shadow: 0 0 3px gray;
font-size:20px;
font-weight:bold;
}
.icon-redondear{
width:31px;
height:31px;
line-height:30px;
border-radius: 50%;
color:#f5f5f5;
text-align:center;
text-decoration:none;
font-size:20px;
font-weight:bold;
}
@media (min-width: 769px){
.sticky {
position: fixed;
top: 60px;
width: 24%!important;
}
.sticky + .content {
padding-top: 102px;
}
.container-25{
width: 25%;
display: block;
margin: 0;
height: auto;
}
.container-75{
display: block;
width: 75%;
margin: 0;
height: auto;
}
.container-10p{
width: 100%;
margin: 0!important;
}
.conte-01{
position: absolute;
background: white;
top: 50px;
right: -120px;
width: 400px;
height: auto;
z-index: 40;
}
.conte-02{
position: absolute;
background: white;
top: 50px;
left: -120px;
width: 400px;
height: auto;
z-index: 40;
}
.bg-75p{
width: 75%;
height: auto;
margin: 0;
display: block;
z-index: 4;
}
.conte-Nos{
position: relative;
right: -20px;
top: -20px;
}
.conte-vis{
position: relative;
left: -20px;
top: 5px;
}
.visible-cop{
display: block;
}
.visible-res{
display: none
}
.logo-fixed{
left: 20px;
width: 125px;
position: absolute;
top: -23px;
}
.logo-flui{
width: 70px
}
.iniciar-go{
position: absolute;
right: 1px;
width: 200px;
height: 100%;
background: #dd0033;
color: white;
}
.rows-taller{
width: 100%;
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-bottom: 0px;
}
.rows-01{
width: 100%;
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/gastronomia-01.jpg);
background-position: center center;
padding-top: 105px;
padding-bottom: 0px;
}
.rows-02{
width: 100%;
height: 450px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-taller-02{
width: 280px;
height: 400px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-03{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-baner{
width: 100%;
height: 450px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.conte-flot{
width: 100%;
position: absolute;
top: 10%;
left: -120px;
height: auto;
color: white!important;
padding: 10px;
}
}
@media (max-width: 768px){
.rows-taller{
width: 100%;
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding-bottom: 0px;
}
.container-10p{
width: 96%;
margin: 0!important;
}
.rows-baner{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-03{
width: 100%;
height: 250px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-02{
width: 100%;
height: 120px;
background-size: cover !important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.rows-01{
width: 100%;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/gastronomia-01.jpg);
background-position: center center;
padding-top: 70px;
padding-bottom: 0px;
}
.iniciar-go{
position: absolute;
right: 1px;
width: 100px;
height: 100%;
background: #dd0033;
color: white;
}
.visible-cop{
display: none;
}
.visible-res{
display: block
}
.logo-fixed{
right: 1%;
position: absolute;
top: -15px;
}
.logo-flui{
width: 40px
}
.conte-flot{
width: 100%;
top: 10%;
left: -120px;
height: auto;
color: white!important;
padding: 10px;
}
}
| 0.356111 | 0.107437 |
.bord-bot{
border-bottom: 1px solid #d8d8d8;
}
.bord-lft{
border-left: 1px solid #d8d8d8;
}
.blog-img{
width: 100%;
height: auto;
margin-bottom: 15px;
}
.filldate{
font-size: 14px !important;
font-weight: 600;
}
.blog-a{
font-weight: 800;
}
.blog-sub-div{
padding: 15px;
border: 1px solid #d8d8d8;
margin-bottom: 15px;
}
.carousel-inner>.item>img{
height: 765px !important;
}
.scroll{
height: 215px !important;
overflow-y: auto !important;
overflow-x: hidden !important;
}
* { margin:0px; padding:0px; }
h1,h2,h3,h4 { margin-top:0px; }
ul li { list-style:none; }
.eventhead{
font-size: 20px;
color: #098fcc !important;
text-transform: capitalize;
}
/*====================================================================================*/
/* 02 GLOBAL SETTINGS
/*====================================================================================*/
@font-face {
font-family: 'Proxima Nova Light';
src: url('font/proximanova-light-webfont.eot');
src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-light-webfont.woff') format('woff'),
url('font/proximanova-light-webfont.ttf') format('truetype'),
url('font/proximanova-light-webfont.svg#proxima_novalight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova Reg';
src: url('font/proximanova-regular-webfont.eot');
src: url('font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-regular-webfont.woff') format('woff'),
url('font/proximanova-regular-webfont.ttf') format('truetype'),
url('font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova Semi-bold';
src: url('font/proximanova-semibold-webfont.eot');
src: url('font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-semibold-webfont.woff') format('woff'),
url('font/proximanova-semibold-webfont.ttf') format('truetype'),
url('font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
font-weight: normal;
font-style: normal;
}
html { width:100%; height:100%; }
body {
font-family:Proxima Nova Light, Helvetica, Arial !important;
font-size:15px;
color:#464646;
width:100%;
}
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
margin-right:-4px;
}
.proj-details>li.active>a, .proj-details>li.active>a:hover, .proj-details>li.active>a:focus {
color: #000;
background-color: #e7e7e7;
border-bottom: 3px solid #0f336d;
}
.proj-details li a{
font-size: 15px;
font-weight: 600;
color: #000;
border-bottom: 1px solid #ccc;
border-radius: 0px;
margin-bottom: 20px;
margin-right: 20px;
}
.proj-details>li {
float: none;
display: inline-block;
}
select{
width: 100%;
padding: 10px;
background: #fff;
margin-bottom: 20px;
border-radius: 3px;
border: 1px solid #c9c9c9;
}
.bxslider img{
max-height:650px;
width:100%;
}
@media screen and (max-width: 480px) {
.bigMessage p {
font-size: 15px;
}
}
.padlr{
padding-right: 5px !important;
padding-left: 5px !important;
}
.proj-img{
width: 100%;
height: 150px !important;
}
.proj-logo{
max-width: 250px;
height: auto;
margin-top: 10px;
}
.navbar-brand .hero-site-logo{
max-height:130px;
height:75px;;
/*height:auto;*/
width:auto;
}
.sub-btn{
background: #0f336d !important;
color: #fff !important;
width: 120px !important;
border: none !important;
height: 35px;
border-radius: 3px;
}
h1 { font-family:Proxima Nova Light, Helvetica, Arial; }
h3 {
font-family:Proxima Nova Light, Helvetica, Arial;
color:#4a4786;
font-size:19px;
padding-bottom:7px;
border-bottom:7px solid #0f336d;
display:inline-block;
}
img.flLeft{ float:left; margin-right:10px; margin-bottom:5px}
.pageData h3{ border:none; display:block }
h4 {
font-family:Proxima Nova Semi-bold, Helvetica, Arial;
font-size:16px;
}
a {
color:#0f336d;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
a:hover { color:#000; text-decoration:none; }
.sep {
background-color:#d7d7d7;
max-width:100%;
height:2px;
margin:30px auto;
width:100%; float:left; clear:both;
}
.divider.thin {
height:1px;
margin-top:15px;
margin-bottom:15px;
}
.navbar-nav{ margin-top:20px;}
.genericSection { padding:70px 0px 70px 0px; }
/* BUTTONS */
.buttonColor {
font-family:Open Sans;
font-size:13px;
letter-spacing:0.2px;
padding:10px 35px 10px 35px !important;
color:white;
border-radius:5px;
border:1px solid #0f336d;
box-shadow: inset 0 1px 1px white;
text-shadow:0px -1px 3px #0e4562;
background-color:#0f336d;
background: -webkit-linear-gradient(#3862a6, #0f336d); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3862a6, #0f336d); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3862a6, #0f336d); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3862a6, #0f336d); /* Standard syntax */
}
.buttonColor:hover {
color:white;
text-decoration:none;
background: -webkit-linear-gradient(#0f336d, #5b82c1); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0f336d, #5b82c1); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0f336d, #5b82c1); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0f336d, #5b82c1); /* Standard syntax */
}
.buttonGrey {
font-family:Open Sans;
font-size:11.4px;
letter-spacing:0.2px;
padding:6px 27px 6px 27px !important;
color:#868686;
border-radius:5px;
border:1px solid #cfcfcf;
background-color:#f6f6f6;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.buttonGrey:hover {
text-decoration:none;
color:#393939;
background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
.buttonGrey.large {
font-size:14px;
padding:10px 30px 10px 12px !important;
color:#868686;
}
.buttonGrey.large:hover {
color:#393939;
background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
/** FORM ELEMENTS **/
.formDropdown, input,textarea{
width:100% !important;
padding:8px;
margin-bottom:20px;
border-radius:3px;
border:none;
border:1px solid #c9c9c9;
box-shadow: 0 1px 1px white;
}
.rsform-select-box{ width:100%; margin-bottom:20px}
input[type="file"] {
background:white;
border:none;
padding:5px 0px 5px 0px;
}
label {
font-family:Open Sans;
color:#787878;
font-size:13px;
}
textarea { height:130px; width:100% !important; }
.icon {
float:left;
margin-right:10px;
padding-top:0px;
}
/*====================================================================================*/
/* 03 HEADER
/*====================================================================================*/
/* TOP BAR */
/***********************/
.topBar {
padding:7px 0px 7px 0px;
min-height:36px;
border-bottom:1px solid #e8e8e8;
background-color:#f6f6f6;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f8f8f8, #f2f2f2); /* Standard syntax */
}
.topBarText {
font-family:Open Sans;
color:#8e8e8e;
font-size:11px;
float:left;
margin-top:3px;
margin-right:20px;
margin-bottom:0;
}
.socialIcons { float:right; margin-bottom:0; }
.socialIcons li {
display:inline;
padding-left:10px;
padding-right:6px;
border-left:1px solid #e2e2e2;
}
.topBarText a { color:#8e8e8e; }
.socialIcons li a {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.socialIcons li a:hover { opacity:0.6; }
.socialIcons .topBarText {
display:none;
float:none;
margin-right:0px;
}
/* MAIN HEADER */
/***********************/
.dropdown:hover .dropdown-menu {
display: block;
}
.csutom_heigh{
display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
min-height: 520px;
}
.navbar.navbar-default.navbar-fixed-top {
background-color:white;
border:none;
box-shadow: 0px 0px 3px #9c9c9c;
z-index:1000;
}
.navbar-toggle { margin-top:17px; }
.navbar-brand { margin-top:6px; font-size:21px; }
.navbar-brand span { font-family:Open Sans; color:#0f336d; }
.navbar-brand img { margin-right:15px; padding-bottom:3px; }
.nav.navbar-nav { float:right; }
.nav.navbar-nav li a {
color: #686868;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.4px;
padding-top: 26px;
padding-bottom: 26px;
margin-right: 2px !important;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
font-weight: 600;
line-height: 23px;
}
.nav.navbar-nav li a:hover {
background-color:transparent;
color:#0f336d;
}
.nav.navbar-nav li:hover .sub-menu { display:block; }
.bigMessage.innerPage .pageData .propertyContent p{ font-size:14px;}
.nav.navbar-nav > .current > a{ box-shadow: inset 0 -4px 0px #0f336d; }
.nav.navbar-nav li li.current-sub a{ background-color:#f4f4f4; color:#868686; }
.upcoming ul{ margin:0; padding:0; text-align:center}
.upcoming ul li{ margin:0; padding:10px 25px; text-transform:capitalize; margin:0 0 10px; color:#000; background:#f5f5f5; font-size:20px; display:inline-block; text-align:center}
.upcoming ul li span{ color:#333; font-size:16px;}
.nav.navbar-nav .dropdown .dropdown-menu {
box-shadow: 0px 2px 3px #9c9c9c;
background-color:white;
border:none;
border-radius:0px;
padding:0px;
margin-top:0px;
}
.nav.navbar-nav .dropdown .dropdown-menu li a {
font-family:Proxima Nova Semi-bold;
margin:0px 0px 0px 0px;
padding:10px;
color:#868686;
font-size:12px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#efefef;
}
.nav.navbar-nav .dropdown .dropdown-menu li a:hover { background-color:#f4f4f4; color:#868686; }
/** DROPDOWN SUB-MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu {
position:relative;
overflow: visible;
}
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
left:161px;
margin-top:-39px;
margin-left:-1px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
display:none;
background-color:white;
}
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
display:block;
}
/** MEGA MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content h4 a {
font-family:Proxima Nova Light;
font-size:15px;
color:#868686;
}
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a {
padding:0px;
border:none;
color:#0f336d;
}
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a:hover {
background:transparent;
color:#0f336d;
}
.googleMap { border:none; width:100%; }
/* LOGIN/REGISTER */
/**************************/
.userButtons {
margin-right:-15px;
padding-left:25px;
float:right;
border-left:1px solid #dcdcdc;
margin-bottom:0px !important;
}
.userButtons li { display:inline-block; }
.userButtons .userBtn { padding:25px 0px 25px 0px; }
/** HEADER 2 **/
.header2 .topBar {
background:#2f2f2f;
border-bottom:1px solid #e8e8e8;
background: -webkit-linear-gradient(#3f3f3f, #2a2a2a); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3f3f3f, #2a2a2a); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3f3f3f, #2a2a2a); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3f3f3f, #2a2a2a); /* Standard syntax */
}
.header2 .socialIcons li { border:none; }
/** HEADER 3 **/
.header3 .socialIcons li a {
font-family:Proxima Nova Semi-bold;
color:#606060;
font-size:12px;
}
.header3 .socialIcons li:first-child { border:none; }
.header3 .verticalDivider { background-color:#e9e9e9; }
/*====================================================================================*/
/* 04 SUB-HEADERS
/*====================================================================================*/
/** SUBHEADER HOME **/
.subHeader.home { margin-top: 8.7% !important; }
.subHeader.home.bxslider .container { padding:90px 0px 150px 0px; }
.bx-wrapper img{ width:100% !important}
/*
#slide1 {
background-image: url('../img/banner/banner1.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide2 {
background-image: url('../img/banner/banner2.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide4 {
background-image: url('../img/banner/banner4.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide3 {
background-image: url('../img/banner/banner3.jpg');
background-repeat:no-repeat;
background-size:cover;
}
*/
.subHeader.home.headerMinimal {
margin-top:71px;
}
.subHeader.home h1 {
display:inline;
font-family:Proxima Nova Light;
font-size:59px;
background:rgba(225, 225, 225, 0.8);
padding:5px 10px 0px 10px;
line-height:80px;
}
.subHeader.home h1 span { font-family:Proxima Nova Semi-bold; }
.sliderTextBox {
background:rgba(225, 225, 225, 0.8);
padding:10px 15px 15px 15px;
font-size:19px;
}
.sliderTextBox p { margin-bottom:20px; }
.sliderTextBox .buttonGrey.large { border-color:#bdbdbd; display:inline-block; }
.sliderTextBox .buttonColor { padding:10px 30px 10px 12px !important; display:inline-block; }
.icon-button-arrow {
margin-top:-9px;
width:29px;
height:19px;
background-image: url('../img/icon-button-arrow.png');
background-position:0px 10px;
background-repeat:no-repeat;
border-right:1px solid #c6c6c6;
padding:20px 10px 20px 0px;
position:absolute;
}
.icon-button-user {
margin-top:-10px;
width:29px;
height:19px;
background-image: url('../img/icon-button-user.png');
background-position:0px 10px;
background-repeat:no-repeat;
border-right:1px solid #629125;
padding:20px 10px 19px 0px;
position:absolute;
}
.buttonText { margin-left:50px; }
.subHeader.home .sliderPrice {
font-size:50px;
float:right;
line-height:55px;
margin-top:190px;
visibility:hidden
}
.or {
font-family:Proxima Nova Semi-bold;
font-size:13px;
padding:10px 30px 10px 30px;
margin:0px 10px 0px 10px;
background-image: url('../img/arrow.png');
background-repeat:no-repeat;
background-size:75px;
}
.sliderControls {
margin-top:300px;
position:absolute;
width:100%;
}
.sliderControls span {
margin-top:0px;
opacity:0.5;
position:relative;
z-index:1000;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.sliderControls span:hover { opacity:1.0; }
.sliderControls .slider-prev { float:left; margin-left:15px; }
.sliderControls .slider-next { float:right; margin-right:15px; }
/** SUBHEADER MAP **/
.subHeader.map { margin-top:108px; width:100%; }
#map-canvas { width:100%; height:675px; position:absolute; }
.mapFilter { padding:70px 15px 70px 15px; }
.info-box { width:210px; height:270px; }
/** SUBHEADER PAGE **/
.subHeader.page {
margin-top:108px;
padding:65px 0px 65px 0px;
background-color:#4a4763;
background-image: url('../img/subHeader-page-bg.jpg');
background-repeat:no-repeat;
background-size:cover;
}
.subHeader.page h1 {
float:left;
font-family:Proxima Nova Light;
background:rgba(225, 225, 225, 0.7);
padding:0px 10px 0px 10px;
line-height:67px;
display:inline;
}
.searchForm input {
margin-top:18px;
padding-right:30px;
width:200px;
float:right;
border:none;
box-shadow:none;
background:rgba(225, 225, 225, 0.8);
background-image: url('../img/icon-search.png');
background-repeat:no-repeat;
background-position: right 10px center;
}
/*====================================================================================*/
/* 05 FILTER
/*====================================================================================*/
.filter { margin-top:-68px; position:relative; z-index:1; }
.filterHeader {
background-color:#545098;
height:68px;
}
.filterNav { float:left; padding:23px; padding-left:0px; }
.filterNav li { display:inline; }
.filterNav li a {
font-family:Proxima Nova Semi-bold;
color:white;
padding:24px 30px 23px 30px;
text-decoration:none;
outline:none;
}
.filterNav .current {
position:relative;
background-color:#0f336d;
}
.filterNav .current:after {
content:"";
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50%; /* controls horizontal position */
margin-left:-15px;
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#0f336d transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
z-index:1;
}
.filterHeadButton {
float:right;
background-color:#0f336d;
padding:23px;
}
.filterContent {
display:none;
padding:23px;
border-radius:5px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border:1px solid #c9c9c9;
border-top:none;
box-shadow: inset 0 -1px 1px white;
background-color:#f2f2f2;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f8f8f8, #ebebeb); /* Standard syntax */
}
.filterContent.defaultTab { display:block; }
.formBlock {
float:left;
margin-right:40px;
width:100%;
}
.priceSlider { margin-top:-12px; margin-bottom:7px; height:9px !important; }
.priceInput {
float:left;
height:20px;
background:#e7e7e7;
border-radius:5px;
padding:0px 3px 0px 3px;
font-size:13px;
}
.priceInput input {
border:none;
box-shadow:none;
width:60px;
padding:0;
}
.noUi-connect { background-color:#0f336d !important; }
.noUi-handle {
border-radius:80px !important;
cursor:pointer !important;
width:20px !important;
height:20px !important;
}
.noUi-handle:after,.noUi-handle:before { display:none !important; }
.priceSliderLabel {
font-size:12px;
color:#b9b9b9;
margin-bottom:19px;
}
img{ max-width:100%}
.projectWrap{ background:#f5f5f5}
.project_details em {
color: #727272;
float: left;
font-size: 14px;
font-style: normal;
font-weight: normal;
padding: 0;
width: 70%;
}
.project_details strong {
color: #727272;
float: left;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 0;
width: 30%;
}
.project_details {
padding: 0;
}
.project_details span {
border-bottom: 1px solid #e3e3e3;
color: #454545;
float: left;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 5px 0;
width: 100%;
}
a.but_goback {
border-bottom: 1px solid #999;
border-radius: 3px;
color: #fff;
background:#333;
padding: 13px 25px;
margin:15px 10px 0 0;
float:left;
display:inline-block;
}
ul.project-menu li.active a{
background-color: #e7e7e7;
border-bottom: 3px solid #0f336d;
}
ul.project-menu { border-bottom: 1px solid #CCCCCC; margin: 0 0 30px; padding: 5px 0; text-align: center; width: 100%; }
ul.project-menu li { display: inline; list-style-type: none; margin: 0; padding: 3px 0;}
ul.project-menu li a { border-right: 1px solid #CCCCCC;
color: #333333;
display: inline-block;
line-height: normal;
padding: 5px 13px;
text-decoration: none;
font-size: 15px;
font-weight: 600;
}
ul.project-menu li i{ background: url(../img/info.png) 3px top no-repeat; width:34px; height:34px; display:block; margin:0 auto}
ul.project-menu li.layout i{ background-position:-141px top}
ul.project-menu li.floor i{ background-position:-250px top}
ul.project-menu li.location i{ background-position:-360px top}
ul.project-menu li.amenities i{ background-position:-478px top}
ul.project-menu li.gallery i{ background-position:-590px top}
ul.project-menu li.status i{ background-position:-715px top}
ul.project-menu li.download i{ background: url(../img/download.png) 3px top no-repeat !important;}
ul.project-menu li:last-child a{ border:none !important}
.projectHeader{ margin-top:25px}
.fixed{ position: fixed; top:0; left:0; width:100%; z-index:99999 }
/*.sep{ width:100%; margin:30px auto; height:1px; background:#ccc; clear:both}
*/.lifestyleTable th{ font-weight:bold; padding:5px; border-top:1px dotted #ccc; border-right:1px dotted #ccc;}
.lifestyleTable td{ padding:5px; border-top:1px dotted #ccc; border-right:1px dotted #ccc; font-size:14px; }
.lifestyleTable td:last-child{ border-right:none }
/*====================================================================================*/
/* 06 BIG MESSAGE
/*====================================================================================*/
.bigMessage {
padding:70px 0px 70px 0px;
}
.bigMessage h1 {
text-align:center;
font-family:Proxima Nova Light;
font-size:40px;
margin:0px 0 10px;
}
.bigMessage.innerPage h1{ text-align:left}
.bigMessage h1 span { font-family:Proxima Nova Semi-bold; }
.bigMessage p {
font-size:19px;
text-align:center;
}
.bigMessage strong{ font-size:18px}
.bigMessage.innerPage p{ text-align:left}
.flRight{ float:right; margin:0 0 10px 10px; max-width: 300px;
height: auto;}
/*====================================================================================*/
/* 07 PROPERTIES
/*====================================================================================*/
/** PROPERTIES GLOBAL & HEADER **/
.properties {
/*padding:70px 0px 70px 0px;*/
padding:70px 0px 0px 0px;
background-color:#f5f5f5;
border:1px solid #dedede;
box-shadow: inset 0 1px 1px white;
}
.propertyCat_list { background-color:#e1e1e3; width:323px; margin-bottom:12px; }
.propertyCat_list li { display:inline-block; }
.propertyCat_list li a {
font-family:Proxima Nova Semi-bold;
color:#a2a2a2;
padding:13px 25px 13px 25px;
display:inline-block;
}
.propertyCat_list li a:hover { color:#0f336d; }
.propertyCat_list li .current {
position:relative;
color:white;
background-color:#0f336d;
}
.propertyCat_list li .current:after {
content:"";
position:absolute;
bottom:-10px; /* value = - border-top-width - border-bottom-width */
left:38%; /* controls horizontal position */
border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#0f336d transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
z-index:1;
}
.propertyCat_list li .current:hover { color:white; }
.propertySort_list { margin-top:-55px; margin-bottom:53px; }
.propertySort_list li {
float:right;
display:inline;
padding:10px;
}
/** PROPERTIES GRID **/
.propertyItem {
background-color:#f1f1f1;
box-shadow: 0px 1px 3px #d4d4d4;
margin-bottom:30px;
}
.propertyContent { padding:9px; }
.propertyContent a { color:#2a2a2a; }
.propertyContent a:hover { color:#0f336d; }
.propertyImg {
width: 100%;
margin-bottom: 15px;
max-height: 150px !important;
}
.propertyImgLink {
-webkit-transition: opacity 0.3s linear;
-moz-transition: copacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.propertyImgLink:hover { opacity:0.8; }
.propertyType {
position:absolute;
font-family:Proxima Nova Semi-bold;
font-size:12px;
background-color:#0f336d;
color:white !important;
padding:7px;
z-index:1;
}
.openHouse {
position:absolute;
font-family:Proxima Nova Semi-bold;
color:white;
font-size:13px;
right:7px;
background-image: url('../img/open-house-bg.png');
background-repeat:no-repeat;
padding:19px 13px 15px 15px;
z-index:1;
}
.forSale {
float:left;
font-family:Proxima Nova Semi-bold;
font-size:15px;
background-color:#d5d5d5;
color:white;
padding:4px 9px 4px 9px;
border-radius:4px;
display:inline-block;
}
.price {
font-family:Proxima Nova Semi-bold;
float:right;
color:#0f336d;
font-size:23px;
}
.propertyDetails {
background-color:#f8f8f8;
margin-top:0px;
border:1px solid #cacaca;
width:100%;
text-align:center;
}
.propertyDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:33.6%;
height:45px;
border-color:#cacaca;
color:#ababab;
}
.pageList { text-align:center; margin-top:20px; }
.pageList li { display:inline; }
.pageList li .current { background-color:#0f336d; color:white; font-family:Proxima Nova Semi-bold; }
.pageList li a {
color:#a1a1a1;
padding:4px 10px 4px 10px;
border-radius:3px;
background-color:#dcdcdc;
}
.pageList li a:hover {
background-color:#0f336d;
color:white;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;
}
.masonryRow .col-lg-3 { width:292px; }
.masonryRow .col-lg-3.wide { width:583px; }
/** PROPERTIES ROW **/
.rowText { padding-top:17px; padding-right:33px; }
.rowText h4 { float:left; font-size:19px; margin-bottom:0px; }
.rowText .price { float:right; }
.rowText .forSale { float:right; margin-right:20px; }
.propertyImgRow { max-width:100%; }
/** PROPERTY SINGLE **/
.gallery .sliderControls span {
margin-top:-420px;
opacity:0.6;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.gallery:hover .sliderControls span { opacity:1.0; }
.gallery .sliderControls .slider-prev { float:left; margin-left:35px; }
.gallery .sliderControls .slider-next { float:right; margin-right:60px; }
.gallery #bx-pager {
text-align:center;
background-color:white;
padding:10px;
margin-bottom:40px;
}
.gallery #bx-pager a img { opacity:0.6; }
.gallery #bx-pager a.active img { opacity:1.0; }
.overview {
background-color:#f8f8f8;
padding:10px;
border:1px solid #d6d6d6;
border-radius:5px;
margin-bottom:30px;
}
.overviewList li {
padding-top:7px;
padding-bottom:7px;
border-bottom:1px solid #dcdcdc;
}
.overviewList li:last-child { border:none; padding-bottom:0px; }
.overviewList span {
font-size:13px;
font-family:Proxima Nova Semi-bold;
float:right;
color:#0f336d;
}
.amentitiesTable { width:100%; }
.amentitiesTable td { width:27%; height:43px; }
.mapSmall {
max-width:100% !important;
height:200px !important;
position:relative !important;
margin-bottom:30px;
}
/** SUBMISSIONS **/
.sidebarWidget.submission { height:600px; }
.myProperties { width:100%; }
.myProperties td.myPropertyImg { width:15%; }
.myPropertyAddress { width:20%; }
.myPropertyType { width:15%; }
.myPropertyStatus { width:11%; }
.myPropertyDate { width:15%; }
.myPropertyActions { width:24%; }
.myPropertyActions .icon { margin-right:5px; }
.myProperties .smallThumb { width:50%; }
.myProperties tr { border-bottom:1px solid #d8d8d8; }
.myProperties td { padding:10px 0px 10px 0px; }
.myProperties span {
font-family:Open Sans;
font-size:12px;
margin-right:27px;
float:left;
}
.myPropertiesHeader {
font-family:Open Sans;
font-size:13px;
}
.amenityCheck { margin-bottom:4px; }
.amenityCheckList input { float:left; width:20px; margin-right:5px; }
.amenityCheckList div label {
float:left;
font-family:Proxima Nova Light;
font-weight:normal;
font-size:15px;
color:#464646;
}
/*====================================================================================*/
/* 08 SERVICES
/*====================================================================================*/
.services { padding:70px 0px 70px 0px; text-align:center; }
.services .col-lg-4.col-md-4.col-sm-4 { margin-bottom:30px; }
.services h1 {
text-align:center;
font-family:Proxima Nova Light;
font-size:40px;
margin:0px;
}
.services h1 span { font-family:Proxima Nova Semi-bold; }
.serviceArrow {
position:absolute;
margin-left:35%;
margin-top:-263px;
opacity:0.6;
}
/*====================================================================================*/
/* 09 AGENTS
/*====================================================================================*/
/** TOP AGENTS **/
.topAgents {
padding:70px 0px 70px 0px;
color:white;
text-align:center;
background-image: url('../img/topAgents-bg.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
}
.topAgents .col-lg-3.col-md-3.col-sm-3 { margin-bottom:60px; }
.agentImg { max-width:100%; }
.topAgents .socialIcons, .socialIcons.agent { float:none; }
.topAgents .socialIcons li, .socialIcons.agent li { border:none; padding-left:3px; }
.topAgents .socialIcons li a {
background-color:white;
padding:2% 3% 2% 3%;
border-radius:4px;
}
.topAgents .socialIcons li a:hover { background-color:#393939; }
/** AGENT LISTING GRID **/
.agentDetails {
background-color:#f8f8f8;
margin-top:0px;
border:1px solid #cacaca;
width:100%;
}
.agentDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:50%;
height:50px;
border:none;
color:#ababab;
text-align:right;
padding:9px;
}
.agentDetails .buttonGrey {
float:left;
padding:6px 14px 6px 14px !important;
}
/** AGENT LISTING ROW **/
.rowText.agentRow .buttonGrey { float:right; }
.rowText.agentRow .socialIcons { float:left; }
.rowText.agentRow .socialIcons li { border:none; }
/*====================================================================================*/
/* 10 BLOG
/*====================================================================================*/
/** RECENT BLOG POSTS WIDGET **/
.recentBlogPost { display:inline-block; }
.recentBlogPost h4 a { color:#2a2a2a; }
.recentBlogPost h4 a:hover { color:#0f336d; }
.blogThumb { float:left; margin-right:20px; }
.recentBlogContent { float:left; width:76%; }
.recentBlogContent p { margin-bottom:15px; }
.date { float:right; }
/** BLOG CLASSIC **/
.blogPost {
background-color:white;
box-shadow: 0px 1px 3px #d4d4d4;
margin-bottom:30px;
}
.blogPost .rowText { padding:30px; }
.blogDetails {
margin-top:-10px;
margin-bottom:25px;
border:1px solid #cacaca;
width:100%;
text-align:center;
}
.blogDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:25%;
height:45px;
border-color:#cacaca;
}
.blogDetails td a { color:#ababab; }
.blogPost h4 { font-family:Proxima Nova Light; font-size:19px;}
.blogPost h5 {
font-family:Proxima Nova Semi-bold;
font-size:16px;
margin-top:25px;
}
.blogPost span {
font-family:Proxima Nova Semi-bold;
font-size:12px;
color:#939393;
line-height:33px;
display:inline-block;
margin-bottom:20px;
}
.blogPost span a { color:#0f336d; }
/** BLOG SINGLE **/
.quote {
font-family:Proxima Nova Semi-bold;
color:#9a9a9a;
font-size:16px;
background-color:#f5f5f5;
padding:27px;
width:82%;
margin:30px 0px 35px 9%;
border-left:4px solid #514f8b;
}
.arrow-left {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right:8px solid #514f8b;
float:left;
margin-top:50px;
margin-left:-8px;
}
.commentList { margin-bottom:20px; }
.commentImg { max-width:100%; }
.commentText {
padding:14px;
padding-bottom:30px;
background-color:white;
border:1px solid #c9c9c9;
border-left:4px solid #514f8b;
border-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
margin-bottom:20px;
}
.commentText h1 {
font-family:Proxima Nova Semi-bold;
font-size:14px;
color:#514f8b;
}
.commentText p { font-size:14px; }
.commentText .commentFooter {
float:left;
font-family:Proxima Nova Semi-bold;
font-size:11px;
color:#ababab;
}
.commentText .commentFooter.replyIcon:hover { opacity:0.7; }
.commentText .commentFooter.replyIcon { float:right; }
.comment.reply { margin-left:145px; }
/*====================================================================================*/
/* 11 PAGES
/*====================================================================================*/
/** ABOUT **/
.topAgents.about {
background:none;
padding-top:0px;
color:#464646;
}
.topAgents.about h4 { color:#0f336d; }
.callToAction.about { padding-top:70px; }
/** FAQ **/
.accordianTab {
margin-bottom:20px;
background:white;
padding:10px;
border-radius:5px;
border:1px solid #dadada;
}
.accordianLink {
background-image: url('../img/icon-plus.png');
background-position:4px 9px;
background-repeat:no-repeat;
padding-left:35px;
}
.accordianLink p { padding-top:9px; }
.accordianTab .accordianLink { cursor:pointer; }
.accordianTab .accordianLink:hover { color:#0f336d; }
.accordianContent { display:none; padding:15px 20px 0px 20px; }
/** 404 **/
.error-404 {
background:url('../img/icon-search-big.png');
background-repeat:no-repeat;
background-position:56% 0;
text-align:center;
padding-bottom:20px;
padding-top:50px;
margin-top:20px;
}
.error-404 h1 {
font-family:Proxima Nova Semi-bold;
font-size:85px;
color:#0f336d;
}
.error-404 p { font-size:21px; }
/*====================================================================================*/
/* 12 CONTACT
/*====================================================================================*/
.contactDetails { margin-bottom:40px; }
.contactDetails li {
display:inline;
margin-right:40px;
}
.contactDetails li img { margin-right:13px; }
.mapContact {
max-width:100% !important;
height:330px !important;
position:relative !important;
}
.contactImg { max-width:50%; float:left; margin-right:20px; }
/*====================================================================================*/
/* 13 CALL TO ACTION
/*====================================================================================*/
.callToAction { padding:30px 0px 30px 0px; }
.ctaBox {
background-color:#ebebeb;
padding:15px;
border-radius:5px;
}
.callToAction h1 { font-family:Proxima Nova Light; font-size:32px; }
.callToAction h1 span { font-family:Proxima Nova Semi-bold; }
.callToAction p { font-size:17px; }
/*====================================================================================*/
/* 14 SIDEBAR
/*====================================================================================*/
.sidebarWidget {
margin-bottom:40px;
background:white;
padding:15px;
border-radius:5px;
border:1px solid #dadada;
}
.sidebarWidget h4 a, .sidebarWidget.recentPosts h4 a {
font-family:Proxima Nova Light;
font-size:15px;
color:#868686;
}
.sidebarWidget h4 a:hover { color:#0f336d; }
.sidebarWidget.recentPosts a {
font-family:Proxima Nova Semi-bold;
font-size:12px;
color:#0f336d;
float:left;
}
.sidebarWidget.recentPosts .date {
font-size:12px;
font-family:Proxima Nova Semi-bold;
color:#acacac;
}
.propertyTypesWidget ul li h4 { margin:0; }
.propertyTypesWidget ul li {
padding:5px 0px 5px 0px;
border-bottom:1px solid #dadada;
}
/*====================================================================================*/
/* 15 SHORTCODES
/*====================================================================================*/
/** TABS **/
.tabSmall li { display:inline; }
.tabSmall li a.current {
font-family:Open Sans;
color:white;
border:1px solid #69992c;
box-shadow: inset 0 1px 1px white;
text-shadow:0px -1px 3px #0e4562;
background-color:#0f336d;
background: -webkit-linear-gradient(#0f336d, #76ae2e); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0f336d, #76ae2e); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0f336d, #76ae2e); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0f336d, #76ae2e); /* Standard syntax */
}
.tabSmall .buttonGrey {
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
}
.tabConent {
display:none;
margin-top:-6px;
border-top-left-radius:0px;
}
.tabConent.defaultTab { display:block; }
/** ALERT BOXES **/
.alertBox {
border-style:solid;
border-radius:3px;
padding:18px 18px 8px 18px;
margin-bottom:15px;
}
.alertBox img { float:left; margin-right:10px; margin-top:-3px; }
.success {
background-color:#e2f1db;
border-color:#8dca70;
color:#73a45b;
}
.success h4 { color:#73a45b; }
.error {
background-color:#f1d9d9;
border-color:#c44747;
color:#c44747;
}
span.error {
display:inline-block;
margin-bottom:25px;
padding:0px 3px 0px 3px;
border-radius:3px;
}
.error h4 { color:#c44747; }
.info {
background-color:#d9e7f1;
border-color:#70a3ca;
color:#70a3ca;
}
.info h4 { color:#70a3ca; }
.warning {
background-color:#ebe8bc;
border-color:#aca530;
color:#aca530;
}
.warning h4 { color:#aca530; }
/** PRICING TABLE **/
.pricingTable {
margin-top:-15px;
padding:0px;
text-align:center;
border-radius:5px;
border-style:solid;
border-width:1px;
border-color:#c9c9c9;
-webkit-box-shadow: 0px 0px 4px #d6d6d6;
-moz-box-shadow: 0px 0px 4px #d6d6d6;
box-shadow: 0px 0px 4px #d6d6d6;
margin-bottom:30px;
}
.pricingTable:hover {
margin-top:-25px;
animation-duration: 0.55s;
animation-name: slideUpPrice;
animation-direction: normal;
animation-iteration-count: 1;
}
/* animation */
@keyframes slideUpPrice {
from {
margin-top: -20px;
}
to {
margin-top: -25px;
}
}
.pricingHeader { padding:11px 0px 18px 0px; }
.pricingTable h1 {
font-family:Open Sans;
color:#0f336d;
font-size:20px;
}
.pricingTable h2 {
font-family:Open Sans;
color:white;
font-size:48px;
line-height:25px;
-webkit-text-shadow:0px 0px 3px #202020;
-moz-text-shadow:0px 0px 3px #202020;
text-shadow:0px 0px 3px #202020;
}
.priceAmount {
margin-top:-19px;
background-color:#0f336d;
padding:28px 0px 10px 0px;
}
.priceAmount h2 span {
font-size:16px;
font-style:italic;
}
.pricingTable ul li {
list-style:none;
line-height:50px;
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(2,2,2,0));
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#d3d3d3;
}
.pricingTable ul li:last-child { border-bottom:none; line-height:70px; background:none; }
/*====================================================================================*/
/* 16 FOOTER
/*====================================================================================*/
footer {
padding:70px 0px 50px 0px;
background-color:#ccc;
color:#000;
margin-top: 20px;
}
footer .col-lg-3.col-md-3 { margin-bottom:30px; }
.footerLogo { font-family:Proxima Nova Light; color:white; font-size:21px; }
.footerLogo span { font-family:Proxima Nova Semi-bold; color:#0f336d; font-size:21px; }
.footerLogo img { margin-right:15px; }
footer h4 { color:#000; margin-bottom:20px; }
footer span {
font-family:Proxima Nova Semi-bold;
font-size:11px;
}
.contactList li {
margin-bottom:17px;
}
footer .icon { padding-top:3px; }
footer input {
border:1px solid #4f4d6e;
width:61%;
float:left;
margin-right:8px;
}
footer .buttonColor {
margin-top:-1px;
width:80px;
border-color:#4f4d6e;
padding:10px 15px 10px 15px !important;
}
.bottomBar {
font-family:Open Sans;
padding-top:15px;
padding-bottom:7px;
font-size:11px;
color:#fff;
background-color:#0f336d;
}
.bottomBar a{ color:#fff }
.bottomBar p { float:left; margin-top:6px; }
.bottomBar .socialIcons { margin-top:5px; }
.bottomBar .socialIcons li { border-color:#5b597c; }
#footer2 { text-align:center; }
.socialIcons.footer2 {float:none; }
.socialIcons.footer2 li {display:inline; border:none; }
.socialIcons.footer2 li a {
width:50px;
height:50px;
padding-top:10px;
display:inline-block;
border:3px solid #5b597c;
border-radius:75px;
}
.innerBanner{ margin:0 auto; width:100%; margin-top:134px; text-align:center;}
.innerBanner img{ width:100%; max-height: 550px; }
.bullet{ margin:0px; padding:0}
.bullet li{ list-style-type:disc; margin:0 0 0 15px}
.feedback_submit {
border: medium none;
margin: 0;
padding: 0;
width: auto !important;
}
.input-txt.rsform-captcha-box{ width:80px !important}
.team{ margin:0 0 20px; min-height:140px; background:#f5f5f5; width:98%; clear:both; padding:1%}
.projectWrap .project_details {
margin-left: 30px;
margin-right: 50px;
}
.projectWrap p {
margin-left: 40px;
}
.prelaunch {
background: #ccc;
font-weight: bold;
padding: 2px 20px;
position: absolute;
right: 20px;
top: 20px;
}
/* EMI Calculator CSS & Enquiry Form css*/
ul.contForm{ margin:0; padding:0}
.contForm label{ width:220px; float:left }
.mceItemTable input,.contForm input{ width:270px !important; height:35px; background:#e7dbcb; border:solid #cdc2b4 0px; padding:4px 5px;}
.mceItemTable select, .contForm select{ width:280px; height: 35px; padding: 2px 5px; background:#e7dbcb; border:solid #cdc2b4 0px; }
.mceItemTable textarea, .contForm textarea { width:270px !important; height:60px; background:#e7dbcb; }
.contForm input[type="button"],.contForm input[type="submit"]{ width: auto !important; height: auto; padding:0}
.contForm input.rsform-captcha-box{ width: 80px !important; }
.mceItemTable input[type="reset"],.mceItemTable input[type="button"]{ background:#000; color: #fff; height: auto; padding: 3px 35px 3px 30px; text-align: center; text-transform: uppercase; width: 133px !important;}
.category{ width:100%}
.category th{ background:#ccc; color:#000 }
.category th a{ color:#000; }
.category td,.category th{ padding:4px 10px; border-bottom:1px solid #ccc }
.highlight{ padding:20px; background:#f5f5f5 }
.jt-menu{ margin-top:20px !important}
|
public/frontend/Gagan/css/style.css
|
.bord-bot{
border-bottom: 1px solid #d8d8d8;
}
.bord-lft{
border-left: 1px solid #d8d8d8;
}
.blog-img{
width: 100%;
height: auto;
margin-bottom: 15px;
}
.filldate{
font-size: 14px !important;
font-weight: 600;
}
.blog-a{
font-weight: 800;
}
.blog-sub-div{
padding: 15px;
border: 1px solid #d8d8d8;
margin-bottom: 15px;
}
.carousel-inner>.item>img{
height: 765px !important;
}
.scroll{
height: 215px !important;
overflow-y: auto !important;
overflow-x: hidden !important;
}
* { margin:0px; padding:0px; }
h1,h2,h3,h4 { margin-top:0px; }
ul li { list-style:none; }
.eventhead{
font-size: 20px;
color: #098fcc !important;
text-transform: capitalize;
}
/*====================================================================================*/
/* 02 GLOBAL SETTINGS
/*====================================================================================*/
@font-face {
font-family: 'Proxima Nova Light';
src: url('font/proximanova-light-webfont.eot');
src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-light-webfont.woff') format('woff'),
url('font/proximanova-light-webfont.ttf') format('truetype'),
url('font/proximanova-light-webfont.svg#proxima_novalight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova Reg';
src: url('font/proximanova-regular-webfont.eot');
src: url('font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-regular-webfont.woff') format('woff'),
url('font/proximanova-regular-webfont.ttf') format('truetype'),
url('font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova Semi-bold';
src: url('font/proximanova-semibold-webfont.eot');
src: url('font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/proximanova-semibold-webfont.woff') format('woff'),
url('font/proximanova-semibold-webfont.ttf') format('truetype'),
url('font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
font-weight: normal;
font-style: normal;
}
html { width:100%; height:100%; }
body {
font-family:Proxima Nova Light, Helvetica, Arial !important;
font-size:15px;
color:#464646;
width:100%;
}
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
margin-right:-4px;
}
.proj-details>li.active>a, .proj-details>li.active>a:hover, .proj-details>li.active>a:focus {
color: #000;
background-color: #e7e7e7;
border-bottom: 3px solid #0f336d;
}
.proj-details li a{
font-size: 15px;
font-weight: 600;
color: #000;
border-bottom: 1px solid #ccc;
border-radius: 0px;
margin-bottom: 20px;
margin-right: 20px;
}
.proj-details>li {
float: none;
display: inline-block;
}
select{
width: 100%;
padding: 10px;
background: #fff;
margin-bottom: 20px;
border-radius: 3px;
border: 1px solid #c9c9c9;
}
.bxslider img{
max-height:650px;
width:100%;
}
@media screen and (max-width: 480px) {
.bigMessage p {
font-size: 15px;
}
}
.padlr{
padding-right: 5px !important;
padding-left: 5px !important;
}
.proj-img{
width: 100%;
height: 150px !important;
}
.proj-logo{
max-width: 250px;
height: auto;
margin-top: 10px;
}
.navbar-brand .hero-site-logo{
max-height:130px;
height:75px;;
/*height:auto;*/
width:auto;
}
.sub-btn{
background: #0f336d !important;
color: #fff !important;
width: 120px !important;
border: none !important;
height: 35px;
border-radius: 3px;
}
h1 { font-family:Proxima Nova Light, Helvetica, Arial; }
h3 {
font-family:Proxima Nova Light, Helvetica, Arial;
color:#4a4786;
font-size:19px;
padding-bottom:7px;
border-bottom:7px solid #0f336d;
display:inline-block;
}
img.flLeft{ float:left; margin-right:10px; margin-bottom:5px}
.pageData h3{ border:none; display:block }
h4 {
font-family:Proxima Nova Semi-bold, Helvetica, Arial;
font-size:16px;
}
a {
color:#0f336d;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
a:hover { color:#000; text-decoration:none; }
.sep {
background-color:#d7d7d7;
max-width:100%;
height:2px;
margin:30px auto;
width:100%; float:left; clear:both;
}
.divider.thin {
height:1px;
margin-top:15px;
margin-bottom:15px;
}
.navbar-nav{ margin-top:20px;}
.genericSection { padding:70px 0px 70px 0px; }
/* BUTTONS */
.buttonColor {
font-family:Open Sans;
font-size:13px;
letter-spacing:0.2px;
padding:10px 35px 10px 35px !important;
color:white;
border-radius:5px;
border:1px solid #0f336d;
box-shadow: inset 0 1px 1px white;
text-shadow:0px -1px 3px #0e4562;
background-color:#0f336d;
background: -webkit-linear-gradient(#3862a6, #0f336d); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3862a6, #0f336d); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3862a6, #0f336d); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3862a6, #0f336d); /* Standard syntax */
}
.buttonColor:hover {
color:white;
text-decoration:none;
background: -webkit-linear-gradient(#0f336d, #5b82c1); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0f336d, #5b82c1); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0f336d, #5b82c1); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0f336d, #5b82c1); /* Standard syntax */
}
.buttonGrey {
font-family:Open Sans;
font-size:11.4px;
letter-spacing:0.2px;
padding:6px 27px 6px 27px !important;
color:#868686;
border-radius:5px;
border:1px solid #cfcfcf;
background-color:#f6f6f6;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ffffff, #f2f2f2); /* Standard syntax */
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.buttonGrey:hover {
text-decoration:none;
color:#393939;
background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
.buttonGrey.large {
font-size:14px;
padding:10px 30px 10px 12px !important;
color:#868686;
}
.buttonGrey.large:hover {
color:#393939;
background: linear-gradient(#f2f2f2, #ffffff); /* Standard syntax */
}
/** FORM ELEMENTS **/
.formDropdown, input,textarea{
width:100% !important;
padding:8px;
margin-bottom:20px;
border-radius:3px;
border:none;
border:1px solid #c9c9c9;
box-shadow: 0 1px 1px white;
}
.rsform-select-box{ width:100%; margin-bottom:20px}
input[type="file"] {
background:white;
border:none;
padding:5px 0px 5px 0px;
}
label {
font-family:Open Sans;
color:#787878;
font-size:13px;
}
textarea { height:130px; width:100% !important; }
.icon {
float:left;
margin-right:10px;
padding-top:0px;
}
/*====================================================================================*/
/* 03 HEADER
/*====================================================================================*/
/* TOP BAR */
/***********************/
.topBar {
padding:7px 0px 7px 0px;
min-height:36px;
border-bottom:1px solid #e8e8e8;
background-color:#f6f6f6;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f8f8f8, #f2f2f2); /* Standard syntax */
}
.topBarText {
font-family:Open Sans;
color:#8e8e8e;
font-size:11px;
float:left;
margin-top:3px;
margin-right:20px;
margin-bottom:0;
}
.socialIcons { float:right; margin-bottom:0; }
.socialIcons li {
display:inline;
padding-left:10px;
padding-right:6px;
border-left:1px solid #e2e2e2;
}
.topBarText a { color:#8e8e8e; }
.socialIcons li a {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.socialIcons li a:hover { opacity:0.6; }
.socialIcons .topBarText {
display:none;
float:none;
margin-right:0px;
}
/* MAIN HEADER */
/***********************/
.dropdown:hover .dropdown-menu {
display: block;
}
.csutom_heigh{
display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
min-height: 520px;
}
.navbar.navbar-default.navbar-fixed-top {
background-color:white;
border:none;
box-shadow: 0px 0px 3px #9c9c9c;
z-index:1000;
}
.navbar-toggle { margin-top:17px; }
.navbar-brand { margin-top:6px; font-size:21px; }
.navbar-brand span { font-family:Open Sans; color:#0f336d; }
.navbar-brand img { margin-right:15px; padding-bottom:3px; }
.nav.navbar-nav { float:right; }
.nav.navbar-nav li a {
color: #686868;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.4px;
padding-top: 26px;
padding-bottom: 26px;
margin-right: 2px !important;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
font-weight: 600;
line-height: 23px;
}
.nav.navbar-nav li a:hover {
background-color:transparent;
color:#0f336d;
}
.nav.navbar-nav li:hover .sub-menu { display:block; }
.bigMessage.innerPage .pageData .propertyContent p{ font-size:14px;}
.nav.navbar-nav > .current > a{ box-shadow: inset 0 -4px 0px #0f336d; }
.nav.navbar-nav li li.current-sub a{ background-color:#f4f4f4; color:#868686; }
.upcoming ul{ margin:0; padding:0; text-align:center}
.upcoming ul li{ margin:0; padding:10px 25px; text-transform:capitalize; margin:0 0 10px; color:#000; background:#f5f5f5; font-size:20px; display:inline-block; text-align:center}
.upcoming ul li span{ color:#333; font-size:16px;}
.nav.navbar-nav .dropdown .dropdown-menu {
box-shadow: 0px 2px 3px #9c9c9c;
background-color:white;
border:none;
border-radius:0px;
padding:0px;
margin-top:0px;
}
.nav.navbar-nav .dropdown .dropdown-menu li a {
font-family:Proxima Nova Semi-bold;
margin:0px 0px 0px 0px;
padding:10px;
color:#868686;
font-size:12px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#efefef;
}
.nav.navbar-nav .dropdown .dropdown-menu li a:hover { background-color:#f4f4f4; color:#868686; }
/** DROPDOWN SUB-MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu {
position:relative;
overflow: visible;
}
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
left:161px;
margin-top:-39px;
margin-left:-1px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
display:none;
background-color:white;
}
.nav.navbar-nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
display:block;
}
/** MEGA MENU **/
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content h4 a {
font-family:Proxima Nova Light;
font-size:15px;
color:#868686;
}
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a {
padding:0px;
border:none;
color:#0f336d;
}
.nav.navbar-nav .dropdown .dropdown-menu .yamm-content a:hover {
background:transparent;
color:#0f336d;
}
.googleMap { border:none; width:100%; }
/* LOGIN/REGISTER */
/**************************/
.userButtons {
margin-right:-15px;
padding-left:25px;
float:right;
border-left:1px solid #dcdcdc;
margin-bottom:0px !important;
}
.userButtons li { display:inline-block; }
.userButtons .userBtn { padding:25px 0px 25px 0px; }
/** HEADER 2 **/
.header2 .topBar {
background:#2f2f2f;
border-bottom:1px solid #e8e8e8;
background: -webkit-linear-gradient(#3f3f3f, #2a2a2a); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3f3f3f, #2a2a2a); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3f3f3f, #2a2a2a); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3f3f3f, #2a2a2a); /* Standard syntax */
}
.header2 .socialIcons li { border:none; }
/** HEADER 3 **/
.header3 .socialIcons li a {
font-family:Proxima Nova Semi-bold;
color:#606060;
font-size:12px;
}
.header3 .socialIcons li:first-child { border:none; }
.header3 .verticalDivider { background-color:#e9e9e9; }
/*====================================================================================*/
/* 04 SUB-HEADERS
/*====================================================================================*/
/** SUBHEADER HOME **/
.subHeader.home { margin-top: 8.7% !important; }
.subHeader.home.bxslider .container { padding:90px 0px 150px 0px; }
.bx-wrapper img{ width:100% !important}
/*
#slide1 {
background-image: url('../img/banner/banner1.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide2 {
background-image: url('../img/banner/banner2.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide4 {
background-image: url('../img/banner/banner4.jpg');
background-repeat:no-repeat;
background-size:cover;
}
#slide3 {
background-image: url('../img/banner/banner3.jpg');
background-repeat:no-repeat;
background-size:cover;
}
*/
.subHeader.home.headerMinimal {
margin-top:71px;
}
.subHeader.home h1 {
display:inline;
font-family:Proxima Nova Light;
font-size:59px;
background:rgba(225, 225, 225, 0.8);
padding:5px 10px 0px 10px;
line-height:80px;
}
.subHeader.home h1 span { font-family:Proxima Nova Semi-bold; }
.sliderTextBox {
background:rgba(225, 225, 225, 0.8);
padding:10px 15px 15px 15px;
font-size:19px;
}
.sliderTextBox p { margin-bottom:20px; }
.sliderTextBox .buttonGrey.large { border-color:#bdbdbd; display:inline-block; }
.sliderTextBox .buttonColor { padding:10px 30px 10px 12px !important; display:inline-block; }
.icon-button-arrow {
margin-top:-9px;
width:29px;
height:19px;
background-image: url('../img/icon-button-arrow.png');
background-position:0px 10px;
background-repeat:no-repeat;
border-right:1px solid #c6c6c6;
padding:20px 10px 20px 0px;
position:absolute;
}
.icon-button-user {
margin-top:-10px;
width:29px;
height:19px;
background-image: url('../img/icon-button-user.png');
background-position:0px 10px;
background-repeat:no-repeat;
border-right:1px solid #629125;
padding:20px 10px 19px 0px;
position:absolute;
}
.buttonText { margin-left:50px; }
.subHeader.home .sliderPrice {
font-size:50px;
float:right;
line-height:55px;
margin-top:190px;
visibility:hidden
}
.or {
font-family:Proxima Nova Semi-bold;
font-size:13px;
padding:10px 30px 10px 30px;
margin:0px 10px 0px 10px;
background-image: url('../img/arrow.png');
background-repeat:no-repeat;
background-size:75px;
}
.sliderControls {
margin-top:300px;
position:absolute;
width:100%;
}
.sliderControls span {
margin-top:0px;
opacity:0.5;
position:relative;
z-index:1000;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.sliderControls span:hover { opacity:1.0; }
.sliderControls .slider-prev { float:left; margin-left:15px; }
.sliderControls .slider-next { float:right; margin-right:15px; }
/** SUBHEADER MAP **/
.subHeader.map { margin-top:108px; width:100%; }
#map-canvas { width:100%; height:675px; position:absolute; }
.mapFilter { padding:70px 15px 70px 15px; }
.info-box { width:210px; height:270px; }
/** SUBHEADER PAGE **/
.subHeader.page {
margin-top:108px;
padding:65px 0px 65px 0px;
background-color:#4a4763;
background-image: url('../img/subHeader-page-bg.jpg');
background-repeat:no-repeat;
background-size:cover;
}
.subHeader.page h1 {
float:left;
font-family:Proxima Nova Light;
background:rgba(225, 225, 225, 0.7);
padding:0px 10px 0px 10px;
line-height:67px;
display:inline;
}
.searchForm input {
margin-top:18px;
padding-right:30px;
width:200px;
float:right;
border:none;
box-shadow:none;
background:rgba(225, 225, 225, 0.8);
background-image: url('../img/icon-search.png');
background-repeat:no-repeat;
background-position: right 10px center;
}
/*====================================================================================*/
/* 05 FILTER
/*====================================================================================*/
.filter { margin-top:-68px; position:relative; z-index:1; }
.filterHeader {
background-color:#545098;
height:68px;
}
.filterNav { float:left; padding:23px; padding-left:0px; }
.filterNav li { display:inline; }
.filterNav li a {
font-family:Proxima Nova Semi-bold;
color:white;
padding:24px 30px 23px 30px;
text-decoration:none;
outline:none;
}
.filterNav .current {
position:relative;
background-color:#0f336d;
}
.filterNav .current:after {
content:"";
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50%; /* controls horizontal position */
margin-left:-15px;
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#0f336d transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
z-index:1;
}
.filterHeadButton {
float:right;
background-color:#0f336d;
padding:23px;
}
.filterContent {
display:none;
padding:23px;
border-radius:5px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border:1px solid #c9c9c9;
border-top:none;
box-shadow: inset 0 -1px 1px white;
background-color:#f2f2f2;
background: -webkit-linear-gradient(#f8f8f8, #f2f2f2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#f8f8f8, #f2f2f2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#f8f8f8, #f2f2f2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#f8f8f8, #ebebeb); /* Standard syntax */
}
.filterContent.defaultTab { display:block; }
.formBlock {
float:left;
margin-right:40px;
width:100%;
}
.priceSlider { margin-top:-12px; margin-bottom:7px; height:9px !important; }
.priceInput {
float:left;
height:20px;
background:#e7e7e7;
border-radius:5px;
padding:0px 3px 0px 3px;
font-size:13px;
}
.priceInput input {
border:none;
box-shadow:none;
width:60px;
padding:0;
}
.noUi-connect { background-color:#0f336d !important; }
.noUi-handle {
border-radius:80px !important;
cursor:pointer !important;
width:20px !important;
height:20px !important;
}
.noUi-handle:after,.noUi-handle:before { display:none !important; }
.priceSliderLabel {
font-size:12px;
color:#b9b9b9;
margin-bottom:19px;
}
img{ max-width:100%}
.projectWrap{ background:#f5f5f5}
.project_details em {
color: #727272;
float: left;
font-size: 14px;
font-style: normal;
font-weight: normal;
padding: 0;
width: 70%;
}
.project_details strong {
color: #727272;
float: left;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 0;
width: 30%;
}
.project_details {
padding: 0;
}
.project_details span {
border-bottom: 1px solid #e3e3e3;
color: #454545;
float: left;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 5px 0;
width: 100%;
}
a.but_goback {
border-bottom: 1px solid #999;
border-radius: 3px;
color: #fff;
background:#333;
padding: 13px 25px;
margin:15px 10px 0 0;
float:left;
display:inline-block;
}
ul.project-menu li.active a{
background-color: #e7e7e7;
border-bottom: 3px solid #0f336d;
}
ul.project-menu { border-bottom: 1px solid #CCCCCC; margin: 0 0 30px; padding: 5px 0; text-align: center; width: 100%; }
ul.project-menu li { display: inline; list-style-type: none; margin: 0; padding: 3px 0;}
ul.project-menu li a { border-right: 1px solid #CCCCCC;
color: #333333;
display: inline-block;
line-height: normal;
padding: 5px 13px;
text-decoration: none;
font-size: 15px;
font-weight: 600;
}
ul.project-menu li i{ background: url(../img/info.png) 3px top no-repeat; width:34px; height:34px; display:block; margin:0 auto}
ul.project-menu li.layout i{ background-position:-141px top}
ul.project-menu li.floor i{ background-position:-250px top}
ul.project-menu li.location i{ background-position:-360px top}
ul.project-menu li.amenities i{ background-position:-478px top}
ul.project-menu li.gallery i{ background-position:-590px top}
ul.project-menu li.status i{ background-position:-715px top}
ul.project-menu li.download i{ background: url(../img/download.png) 3px top no-repeat !important;}
ul.project-menu li:last-child a{ border:none !important}
.projectHeader{ margin-top:25px}
.fixed{ position: fixed; top:0; left:0; width:100%; z-index:99999 }
/*.sep{ width:100%; margin:30px auto; height:1px; background:#ccc; clear:both}
*/.lifestyleTable th{ font-weight:bold; padding:5px; border-top:1px dotted #ccc; border-right:1px dotted #ccc;}
.lifestyleTable td{ padding:5px; border-top:1px dotted #ccc; border-right:1px dotted #ccc; font-size:14px; }
.lifestyleTable td:last-child{ border-right:none }
/*====================================================================================*/
/* 06 BIG MESSAGE
/*====================================================================================*/
.bigMessage {
padding:70px 0px 70px 0px;
}
.bigMessage h1 {
text-align:center;
font-family:Proxima Nova Light;
font-size:40px;
margin:0px 0 10px;
}
.bigMessage.innerPage h1{ text-align:left}
.bigMessage h1 span { font-family:Proxima Nova Semi-bold; }
.bigMessage p {
font-size:19px;
text-align:center;
}
.bigMessage strong{ font-size:18px}
.bigMessage.innerPage p{ text-align:left}
.flRight{ float:right; margin:0 0 10px 10px; max-width: 300px;
height: auto;}
/*====================================================================================*/
/* 07 PROPERTIES
/*====================================================================================*/
/** PROPERTIES GLOBAL & HEADER **/
.properties {
/*padding:70px 0px 70px 0px;*/
padding:70px 0px 0px 0px;
background-color:#f5f5f5;
border:1px solid #dedede;
box-shadow: inset 0 1px 1px white;
}
.propertyCat_list { background-color:#e1e1e3; width:323px; margin-bottom:12px; }
.propertyCat_list li { display:inline-block; }
.propertyCat_list li a {
font-family:Proxima Nova Semi-bold;
color:#a2a2a2;
padding:13px 25px 13px 25px;
display:inline-block;
}
.propertyCat_list li a:hover { color:#0f336d; }
.propertyCat_list li .current {
position:relative;
color:white;
background-color:#0f336d;
}
.propertyCat_list li .current:after {
content:"";
position:absolute;
bottom:-10px; /* value = - border-top-width - border-bottom-width */
left:38%; /* controls horizontal position */
border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#0f336d transparent;
/* reduce the damage in FF3.0 */
display:block;
width:0;
z-index:1;
}
.propertyCat_list li .current:hover { color:white; }
.propertySort_list { margin-top:-55px; margin-bottom:53px; }
.propertySort_list li {
float:right;
display:inline;
padding:10px;
}
/** PROPERTIES GRID **/
.propertyItem {
background-color:#f1f1f1;
box-shadow: 0px 1px 3px #d4d4d4;
margin-bottom:30px;
}
.propertyContent { padding:9px; }
.propertyContent a { color:#2a2a2a; }
.propertyContent a:hover { color:#0f336d; }
.propertyImg {
width: 100%;
margin-bottom: 15px;
max-height: 150px !important;
}
.propertyImgLink {
-webkit-transition: opacity 0.3s linear;
-moz-transition: copacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.propertyImgLink:hover { opacity:0.8; }
.propertyType {
position:absolute;
font-family:Proxima Nova Semi-bold;
font-size:12px;
background-color:#0f336d;
color:white !important;
padding:7px;
z-index:1;
}
.openHouse {
position:absolute;
font-family:Proxima Nova Semi-bold;
color:white;
font-size:13px;
right:7px;
background-image: url('../img/open-house-bg.png');
background-repeat:no-repeat;
padding:19px 13px 15px 15px;
z-index:1;
}
.forSale {
float:left;
font-family:Proxima Nova Semi-bold;
font-size:15px;
background-color:#d5d5d5;
color:white;
padding:4px 9px 4px 9px;
border-radius:4px;
display:inline-block;
}
.price {
font-family:Proxima Nova Semi-bold;
float:right;
color:#0f336d;
font-size:23px;
}
.propertyDetails {
background-color:#f8f8f8;
margin-top:0px;
border:1px solid #cacaca;
width:100%;
text-align:center;
}
.propertyDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:33.6%;
height:45px;
border-color:#cacaca;
color:#ababab;
}
.pageList { text-align:center; margin-top:20px; }
.pageList li { display:inline; }
.pageList li .current { background-color:#0f336d; color:white; font-family:Proxima Nova Semi-bold; }
.pageList li a {
color:#a1a1a1;
padding:4px 10px 4px 10px;
border-radius:3px;
background-color:#dcdcdc;
}
.pageList li a:hover {
background-color:#0f336d;
color:white;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;
}
.masonryRow .col-lg-3 { width:292px; }
.masonryRow .col-lg-3.wide { width:583px; }
/** PROPERTIES ROW **/
.rowText { padding-top:17px; padding-right:33px; }
.rowText h4 { float:left; font-size:19px; margin-bottom:0px; }
.rowText .price { float:right; }
.rowText .forSale { float:right; margin-right:20px; }
.propertyImgRow { max-width:100%; }
/** PROPERTY SINGLE **/
.gallery .sliderControls span {
margin-top:-420px;
opacity:0.6;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.gallery:hover .sliderControls span { opacity:1.0; }
.gallery .sliderControls .slider-prev { float:left; margin-left:35px; }
.gallery .sliderControls .slider-next { float:right; margin-right:60px; }
.gallery #bx-pager {
text-align:center;
background-color:white;
padding:10px;
margin-bottom:40px;
}
.gallery #bx-pager a img { opacity:0.6; }
.gallery #bx-pager a.active img { opacity:1.0; }
.overview {
background-color:#f8f8f8;
padding:10px;
border:1px solid #d6d6d6;
border-radius:5px;
margin-bottom:30px;
}
.overviewList li {
padding-top:7px;
padding-bottom:7px;
border-bottom:1px solid #dcdcdc;
}
.overviewList li:last-child { border:none; padding-bottom:0px; }
.overviewList span {
font-size:13px;
font-family:Proxima Nova Semi-bold;
float:right;
color:#0f336d;
}
.amentitiesTable { width:100%; }
.amentitiesTable td { width:27%; height:43px; }
.mapSmall {
max-width:100% !important;
height:200px !important;
position:relative !important;
margin-bottom:30px;
}
/** SUBMISSIONS **/
.sidebarWidget.submission { height:600px; }
.myProperties { width:100%; }
.myProperties td.myPropertyImg { width:15%; }
.myPropertyAddress { width:20%; }
.myPropertyType { width:15%; }
.myPropertyStatus { width:11%; }
.myPropertyDate { width:15%; }
.myPropertyActions { width:24%; }
.myPropertyActions .icon { margin-right:5px; }
.myProperties .smallThumb { width:50%; }
.myProperties tr { border-bottom:1px solid #d8d8d8; }
.myProperties td { padding:10px 0px 10px 0px; }
.myProperties span {
font-family:Open Sans;
font-size:12px;
margin-right:27px;
float:left;
}
.myPropertiesHeader {
font-family:Open Sans;
font-size:13px;
}
.amenityCheck { margin-bottom:4px; }
.amenityCheckList input { float:left; width:20px; margin-right:5px; }
.amenityCheckList div label {
float:left;
font-family:Proxima Nova Light;
font-weight:normal;
font-size:15px;
color:#464646;
}
/*====================================================================================*/
/* 08 SERVICES
/*====================================================================================*/
.services { padding:70px 0px 70px 0px; text-align:center; }
.services .col-lg-4.col-md-4.col-sm-4 { margin-bottom:30px; }
.services h1 {
text-align:center;
font-family:Proxima Nova Light;
font-size:40px;
margin:0px;
}
.services h1 span { font-family:Proxima Nova Semi-bold; }
.serviceArrow {
position:absolute;
margin-left:35%;
margin-top:-263px;
opacity:0.6;
}
/*====================================================================================*/
/* 09 AGENTS
/*====================================================================================*/
/** TOP AGENTS **/
.topAgents {
padding:70px 0px 70px 0px;
color:white;
text-align:center;
background-image: url('../img/topAgents-bg.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
}
.topAgents .col-lg-3.col-md-3.col-sm-3 { margin-bottom:60px; }
.agentImg { max-width:100%; }
.topAgents .socialIcons, .socialIcons.agent { float:none; }
.topAgents .socialIcons li, .socialIcons.agent li { border:none; padding-left:3px; }
.topAgents .socialIcons li a {
background-color:white;
padding:2% 3% 2% 3%;
border-radius:4px;
}
.topAgents .socialIcons li a:hover { background-color:#393939; }
/** AGENT LISTING GRID **/
.agentDetails {
background-color:#f8f8f8;
margin-top:0px;
border:1px solid #cacaca;
width:100%;
}
.agentDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:50%;
height:50px;
border:none;
color:#ababab;
text-align:right;
padding:9px;
}
.agentDetails .buttonGrey {
float:left;
padding:6px 14px 6px 14px !important;
}
/** AGENT LISTING ROW **/
.rowText.agentRow .buttonGrey { float:right; }
.rowText.agentRow .socialIcons { float:left; }
.rowText.agentRow .socialIcons li { border:none; }
/*====================================================================================*/
/* 10 BLOG
/*====================================================================================*/
/** RECENT BLOG POSTS WIDGET **/
.recentBlogPost { display:inline-block; }
.recentBlogPost h4 a { color:#2a2a2a; }
.recentBlogPost h4 a:hover { color:#0f336d; }
.blogThumb { float:left; margin-right:20px; }
.recentBlogContent { float:left; width:76%; }
.recentBlogContent p { margin-bottom:15px; }
.date { float:right; }
/** BLOG CLASSIC **/
.blogPost {
background-color:white;
box-shadow: 0px 1px 3px #d4d4d4;
margin-bottom:30px;
}
.blogPost .rowText { padding:30px; }
.blogDetails {
margin-top:-10px;
margin-bottom:25px;
border:1px solid #cacaca;
width:100%;
text-align:center;
}
.blogDetails td {
font-family:Proxima Nova Semi-bold;
font-size:12px;
width:25%;
height:45px;
border-color:#cacaca;
}
.blogDetails td a { color:#ababab; }
.blogPost h4 { font-family:Proxima Nova Light; font-size:19px;}
.blogPost h5 {
font-family:Proxima Nova Semi-bold;
font-size:16px;
margin-top:25px;
}
.blogPost span {
font-family:Proxima Nova Semi-bold;
font-size:12px;
color:#939393;
line-height:33px;
display:inline-block;
margin-bottom:20px;
}
.blogPost span a { color:#0f336d; }
/** BLOG SINGLE **/
.quote {
font-family:Proxima Nova Semi-bold;
color:#9a9a9a;
font-size:16px;
background-color:#f5f5f5;
padding:27px;
width:82%;
margin:30px 0px 35px 9%;
border-left:4px solid #514f8b;
}
.arrow-left {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right:8px solid #514f8b;
float:left;
margin-top:50px;
margin-left:-8px;
}
.commentList { margin-bottom:20px; }
.commentImg { max-width:100%; }
.commentText {
padding:14px;
padding-bottom:30px;
background-color:white;
border:1px solid #c9c9c9;
border-left:4px solid #514f8b;
border-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
margin-bottom:20px;
}
.commentText h1 {
font-family:Proxima Nova Semi-bold;
font-size:14px;
color:#514f8b;
}
.commentText p { font-size:14px; }
.commentText .commentFooter {
float:left;
font-family:Proxima Nova Semi-bold;
font-size:11px;
color:#ababab;
}
.commentText .commentFooter.replyIcon:hover { opacity:0.7; }
.commentText .commentFooter.replyIcon { float:right; }
.comment.reply { margin-left:145px; }
/*====================================================================================*/
/* 11 PAGES
/*====================================================================================*/
/** ABOUT **/
.topAgents.about {
background:none;
padding-top:0px;
color:#464646;
}
.topAgents.about h4 { color:#0f336d; }
.callToAction.about { padding-top:70px; }
/** FAQ **/
.accordianTab {
margin-bottom:20px;
background:white;
padding:10px;
border-radius:5px;
border:1px solid #dadada;
}
.accordianLink {
background-image: url('../img/icon-plus.png');
background-position:4px 9px;
background-repeat:no-repeat;
padding-left:35px;
}
.accordianLink p { padding-top:9px; }
.accordianTab .accordianLink { cursor:pointer; }
.accordianTab .accordianLink:hover { color:#0f336d; }
.accordianContent { display:none; padding:15px 20px 0px 20px; }
/** 404 **/
.error-404 {
background:url('../img/icon-search-big.png');
background-repeat:no-repeat;
background-position:56% 0;
text-align:center;
padding-bottom:20px;
padding-top:50px;
margin-top:20px;
}
.error-404 h1 {
font-family:Proxima Nova Semi-bold;
font-size:85px;
color:#0f336d;
}
.error-404 p { font-size:21px; }
/*====================================================================================*/
/* 12 CONTACT
/*====================================================================================*/
.contactDetails { margin-bottom:40px; }
.contactDetails li {
display:inline;
margin-right:40px;
}
.contactDetails li img { margin-right:13px; }
.mapContact {
max-width:100% !important;
height:330px !important;
position:relative !important;
}
.contactImg { max-width:50%; float:left; margin-right:20px; }
/*====================================================================================*/
/* 13 CALL TO ACTION
/*====================================================================================*/
.callToAction { padding:30px 0px 30px 0px; }
.ctaBox {
background-color:#ebebeb;
padding:15px;
border-radius:5px;
}
.callToAction h1 { font-family:Proxima Nova Light; font-size:32px; }
.callToAction h1 span { font-family:Proxima Nova Semi-bold; }
.callToAction p { font-size:17px; }
/*====================================================================================*/
/* 14 SIDEBAR
/*====================================================================================*/
.sidebarWidget {
margin-bottom:40px;
background:white;
padding:15px;
border-radius:5px;
border:1px solid #dadada;
}
.sidebarWidget h4 a, .sidebarWidget.recentPosts h4 a {
font-family:Proxima Nova Light;
font-size:15px;
color:#868686;
}
.sidebarWidget h4 a:hover { color:#0f336d; }
.sidebarWidget.recentPosts a {
font-family:Proxima Nova Semi-bold;
font-size:12px;
color:#0f336d;
float:left;
}
.sidebarWidget.recentPosts .date {
font-size:12px;
font-family:Proxima Nova Semi-bold;
color:#acacac;
}
.propertyTypesWidget ul li h4 { margin:0; }
.propertyTypesWidget ul li {
padding:5px 0px 5px 0px;
border-bottom:1px solid #dadada;
}
/*====================================================================================*/
/* 15 SHORTCODES
/*====================================================================================*/
/** TABS **/
.tabSmall li { display:inline; }
.tabSmall li a.current {
font-family:Open Sans;
color:white;
border:1px solid #69992c;
box-shadow: inset 0 1px 1px white;
text-shadow:0px -1px 3px #0e4562;
background-color:#0f336d;
background: -webkit-linear-gradient(#0f336d, #76ae2e); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0f336d, #76ae2e); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0f336d, #76ae2e); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0f336d, #76ae2e); /* Standard syntax */
}
.tabSmall .buttonGrey {
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
}
.tabConent {
display:none;
margin-top:-6px;
border-top-left-radius:0px;
}
.tabConent.defaultTab { display:block; }
/** ALERT BOXES **/
.alertBox {
border-style:solid;
border-radius:3px;
padding:18px 18px 8px 18px;
margin-bottom:15px;
}
.alertBox img { float:left; margin-right:10px; margin-top:-3px; }
.success {
background-color:#e2f1db;
border-color:#8dca70;
color:#73a45b;
}
.success h4 { color:#73a45b; }
.error {
background-color:#f1d9d9;
border-color:#c44747;
color:#c44747;
}
span.error {
display:inline-block;
margin-bottom:25px;
padding:0px 3px 0px 3px;
border-radius:3px;
}
.error h4 { color:#c44747; }
.info {
background-color:#d9e7f1;
border-color:#70a3ca;
color:#70a3ca;
}
.info h4 { color:#70a3ca; }
.warning {
background-color:#ebe8bc;
border-color:#aca530;
color:#aca530;
}
.warning h4 { color:#aca530; }
/** PRICING TABLE **/
.pricingTable {
margin-top:-15px;
padding:0px;
text-align:center;
border-radius:5px;
border-style:solid;
border-width:1px;
border-color:#c9c9c9;
-webkit-box-shadow: 0px 0px 4px #d6d6d6;
-moz-box-shadow: 0px 0px 4px #d6d6d6;
box-shadow: 0px 0px 4px #d6d6d6;
margin-bottom:30px;
}
.pricingTable:hover {
margin-top:-25px;
animation-duration: 0.55s;
animation-name: slideUpPrice;
animation-direction: normal;
animation-iteration-count: 1;
}
/* animation */
@keyframes slideUpPrice {
from {
margin-top: -20px;
}
to {
margin-top: -25px;
}
}
.pricingHeader { padding:11px 0px 18px 0px; }
.pricingTable h1 {
font-family:Open Sans;
color:#0f336d;
font-size:20px;
}
.pricingTable h2 {
font-family:Open Sans;
color:white;
font-size:48px;
line-height:25px;
-webkit-text-shadow:0px 0px 3px #202020;
-moz-text-shadow:0px 0px 3px #202020;
text-shadow:0px 0px 3px #202020;
}
.priceAmount {
margin-top:-19px;
background-color:#0f336d;
padding:28px 0px 10px 0px;
}
.priceAmount h2 span {
font-size:16px;
font-style:italic;
}
.pricingTable ul li {
list-style:none;
line-height:50px;
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(2,2,2,0));
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#d3d3d3;
}
.pricingTable ul li:last-child { border-bottom:none; line-height:70px; background:none; }
/*====================================================================================*/
/* 16 FOOTER
/*====================================================================================*/
footer {
padding:70px 0px 50px 0px;
background-color:#ccc;
color:#000;
margin-top: 20px;
}
footer .col-lg-3.col-md-3 { margin-bottom:30px; }
.footerLogo { font-family:Proxima Nova Light; color:white; font-size:21px; }
.footerLogo span { font-family:Proxima Nova Semi-bold; color:#0f336d; font-size:21px; }
.footerLogo img { margin-right:15px; }
footer h4 { color:#000; margin-bottom:20px; }
footer span {
font-family:Proxima Nova Semi-bold;
font-size:11px;
}
.contactList li {
margin-bottom:17px;
}
footer .icon { padding-top:3px; }
footer input {
border:1px solid #4f4d6e;
width:61%;
float:left;
margin-right:8px;
}
footer .buttonColor {
margin-top:-1px;
width:80px;
border-color:#4f4d6e;
padding:10px 15px 10px 15px !important;
}
.bottomBar {
font-family:Open Sans;
padding-top:15px;
padding-bottom:7px;
font-size:11px;
color:#fff;
background-color:#0f336d;
}
.bottomBar a{ color:#fff }
.bottomBar p { float:left; margin-top:6px; }
.bottomBar .socialIcons { margin-top:5px; }
.bottomBar .socialIcons li { border-color:#5b597c; }
#footer2 { text-align:center; }
.socialIcons.footer2 {float:none; }
.socialIcons.footer2 li {display:inline; border:none; }
.socialIcons.footer2 li a {
width:50px;
height:50px;
padding-top:10px;
display:inline-block;
border:3px solid #5b597c;
border-radius:75px;
}
.innerBanner{ margin:0 auto; width:100%; margin-top:134px; text-align:center;}
.innerBanner img{ width:100%; max-height: 550px; }
.bullet{ margin:0px; padding:0}
.bullet li{ list-style-type:disc; margin:0 0 0 15px}
.feedback_submit {
border: medium none;
margin: 0;
padding: 0;
width: auto !important;
}
.input-txt.rsform-captcha-box{ width:80px !important}
.team{ margin:0 0 20px; min-height:140px; background:#f5f5f5; width:98%; clear:both; padding:1%}
.projectWrap .project_details {
margin-left: 30px;
margin-right: 50px;
}
.projectWrap p {
margin-left: 40px;
}
.prelaunch {
background: #ccc;
font-weight: bold;
padding: 2px 20px;
position: absolute;
right: 20px;
top: 20px;
}
/* EMI Calculator CSS & Enquiry Form css*/
ul.contForm{ margin:0; padding:0}
.contForm label{ width:220px; float:left }
.mceItemTable input,.contForm input{ width:270px !important; height:35px; background:#e7dbcb; border:solid #cdc2b4 0px; padding:4px 5px;}
.mceItemTable select, .contForm select{ width:280px; height: 35px; padding: 2px 5px; background:#e7dbcb; border:solid #cdc2b4 0px; }
.mceItemTable textarea, .contForm textarea { width:270px !important; height:60px; background:#e7dbcb; }
.contForm input[type="button"],.contForm input[type="submit"]{ width: auto !important; height: auto; padding:0}
.contForm input.rsform-captcha-box{ width: 80px !important; }
.mceItemTable input[type="reset"],.mceItemTable input[type="button"]{ background:#000; color: #fff; height: auto; padding: 3px 35px 3px 30px; text-align: center; text-transform: uppercase; width: 133px !important;}
.category{ width:100%}
.category th{ background:#ccc; color:#000 }
.category th a{ color:#000; }
.category td,.category th{ padding:4px 10px; border-bottom:1px solid #ccc }
.highlight{ padding:20px; background:#f5f5f5 }
.jt-menu{ margin-top:20px !important}
| 0.382257 | 0.109563 |
@import "../tooltip/mixins/_tooltip.css";
:root {
--ck-dropdown-max-width: 75vw;
}
.ck.ck-dropdown {
display: inline-block;
position: relative;
& .ck-dropdown__arrow {
pointer-events: none;
z-index: var(--ck-z-default);
}
/* Dropdown button should span horizontally, e.g. in vertical toolbars */
& .ck-button.ck-dropdown__button {
width: 100%;
/* Disable main button's tooltip when the dropdown is open. Otherwise the panel may
partially cover the tooltip */
&.ck-on {
@mixin ck-tooltip_disabled;
}
}
& .ck-dropdown__panel {
/* This is to get rid of flickering when the tooltip is shown under the panel,
which looks like the panel moves vertically a pixel down and up. */
-webkit-backface-visibility: hidden;
display: none;
z-index: var(--ck-z-modal);
max-width: var(--ck-dropdown-max-width);
position: absolute;
&.ck-dropdown__panel-visible {
display: inline-block;
}
&.ck-dropdown__panel_ne,
&.ck-dropdown__panel_nw,
&.ck-dropdown__panel_n,
&.ck-dropdown__panel_nmw,
&.ck-dropdown__panel_nme {
bottom: 100%;
}
&.ck-dropdown__panel_se,
&.ck-dropdown__panel_sw,
&.ck-dropdown__panel_smw,
&.ck-dropdown__panel_sme,
&.ck-dropdown__panel_s {
/*
* Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
* See https://github.com/ckeditor/ckeditor5/issues/1053.
*/
top: 100%;
bottom: auto;
}
&.ck-dropdown__panel_ne,
&.ck-dropdown__panel_se {
left: 0px;
}
&.ck-dropdown__panel_nw,
&.ck-dropdown__panel_sw {
right: 0px;
}
&.ck-dropdown__panel_s,
&.ck-dropdown__panel_n {
/* Positioning panels relative to the center of the button */
left: 50%;
transform: translateX(-50%);
}
&.ck-dropdown__panel_nmw,
&.ck-dropdown__panel_smw {
/* Positioning panels relative to the middle-west of the button */
left: 75%;
transform: translateX(-75%);
}
&.ck-dropdown__panel_nme,
&.ck-dropdown__panel_sme {
/* Positioning panels relative to the middle-east of the button */
left: 25%;
transform: translateX(-25%);
}
}
}
/*
* Toolbar dropdown panels should be always above the UI (eg. other dropdown panels) from the editor's content.
* See https://github.com/ckeditor/ckeditor5/issues/7874
*/
.ck.ck-toolbar .ck-dropdown__panel {
z-index: calc( var(--ck-z-modal) + 1 );
}
|
packages/ckeditor5-ui/theme/components/dropdown/dropdown.css
|
@import "../tooltip/mixins/_tooltip.css";
:root {
--ck-dropdown-max-width: 75vw;
}
.ck.ck-dropdown {
display: inline-block;
position: relative;
& .ck-dropdown__arrow {
pointer-events: none;
z-index: var(--ck-z-default);
}
/* Dropdown button should span horizontally, e.g. in vertical toolbars */
& .ck-button.ck-dropdown__button {
width: 100%;
/* Disable main button's tooltip when the dropdown is open. Otherwise the panel may
partially cover the tooltip */
&.ck-on {
@mixin ck-tooltip_disabled;
}
}
& .ck-dropdown__panel {
/* This is to get rid of flickering when the tooltip is shown under the panel,
which looks like the panel moves vertically a pixel down and up. */
-webkit-backface-visibility: hidden;
display: none;
z-index: var(--ck-z-modal);
max-width: var(--ck-dropdown-max-width);
position: absolute;
&.ck-dropdown__panel-visible {
display: inline-block;
}
&.ck-dropdown__panel_ne,
&.ck-dropdown__panel_nw,
&.ck-dropdown__panel_n,
&.ck-dropdown__panel_nmw,
&.ck-dropdown__panel_nme {
bottom: 100%;
}
&.ck-dropdown__panel_se,
&.ck-dropdown__panel_sw,
&.ck-dropdown__panel_smw,
&.ck-dropdown__panel_sme,
&.ck-dropdown__panel_s {
/*
* Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
* See https://github.com/ckeditor/ckeditor5/issues/1053.
*/
top: 100%;
bottom: auto;
}
&.ck-dropdown__panel_ne,
&.ck-dropdown__panel_se {
left: 0px;
}
&.ck-dropdown__panel_nw,
&.ck-dropdown__panel_sw {
right: 0px;
}
&.ck-dropdown__panel_s,
&.ck-dropdown__panel_n {
/* Positioning panels relative to the center of the button */
left: 50%;
transform: translateX(-50%);
}
&.ck-dropdown__panel_nmw,
&.ck-dropdown__panel_smw {
/* Positioning panels relative to the middle-west of the button */
left: 75%;
transform: translateX(-75%);
}
&.ck-dropdown__panel_nme,
&.ck-dropdown__panel_sme {
/* Positioning panels relative to the middle-east of the button */
left: 25%;
transform: translateX(-25%);
}
}
}
/*
* Toolbar dropdown panels should be always above the UI (eg. other dropdown panels) from the editor's content.
* See https://github.com/ckeditor/ckeditor5/issues/7874
*/
.ck.ck-toolbar .ck-dropdown__panel {
z-index: calc( var(--ck-z-modal) + 1 );
}
| 0.561936 | 0.080105 |
body
{
background: url('../imgs/sub.jpg') fixed center center no-repeat;
background-size: cover;
}
/*start navbar*/
.navbar
{
background-color: #1F2D3D !important;
}
nav .navbar-brand
{
font-size: 25px;
font-weight: 600;
letter-spacing: 2px
}
nav .navbar-brand .logo-color
{
color: rgb(0,95,213);
font-weight: 400
}
@media (min-width:1024px)
{
nav ul li
{
margin-right: 20px;
}
}
/*end navbar*/
/*start of subjects section*/
.subjects
{
margin-top:76px;
padding-top: 30px;
}
.subjects h2
{
color: #FFF;
background: rgba(0,0,0,0.4);
padding: 10px;
width: 200px;
display: block;
margin: 0px auto 50px;
border-radius: 5px;
}
.subjects .card
{
margin-bottom: 30px;
overflow: hidden;
border: none
}
.subjects .card .poll-icon
{
display:block;
z-index:4;
position:absolute;
top:-100px;
left:50%;
margin:0 auto;
margin-left:-41px;
width:80px;
height:80px;
font-size:40px;
color:#fff;
text-decoration:none;
line-height: 70px;
text-align: center;
}
.subjects .card:hover .poll-icon
{
top:50%;
margin-top:-40px;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
/*black overlay that apear in hover*/
.subjects .mask {
opacity:0.85;
filter: alpha(opacity=85);
top:100%;
left:0;
width:100%;
height:100%;
background:rgba(24, 26, 28);
position:absolute;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.subjects .card:hover .mask {
top:0;
}
.subjects .card .card-body
{
background: #f8f9fa;
color: #000;
}
@media (min-width : 376px) and (max-width : 1024px)
{
.subjects .card .card-body h5
{
font-size: 17px;
}
}
/*end of subjects section*/
|
public/website/css/subject-page-style.css
|
body
{
background: url('../imgs/sub.jpg') fixed center center no-repeat;
background-size: cover;
}
/*start navbar*/
.navbar
{
background-color: #1F2D3D !important;
}
nav .navbar-brand
{
font-size: 25px;
font-weight: 600;
letter-spacing: 2px
}
nav .navbar-brand .logo-color
{
color: rgb(0,95,213);
font-weight: 400
}
@media (min-width:1024px)
{
nav ul li
{
margin-right: 20px;
}
}
/*end navbar*/
/*start of subjects section*/
.subjects
{
margin-top:76px;
padding-top: 30px;
}
.subjects h2
{
color: #FFF;
background: rgba(0,0,0,0.4);
padding: 10px;
width: 200px;
display: block;
margin: 0px auto 50px;
border-radius: 5px;
}
.subjects .card
{
margin-bottom: 30px;
overflow: hidden;
border: none
}
.subjects .card .poll-icon
{
display:block;
z-index:4;
position:absolute;
top:-100px;
left:50%;
margin:0 auto;
margin-left:-41px;
width:80px;
height:80px;
font-size:40px;
color:#fff;
text-decoration:none;
line-height: 70px;
text-align: center;
}
.subjects .card:hover .poll-icon
{
top:50%;
margin-top:-40px;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
/*black overlay that apear in hover*/
.subjects .mask {
opacity:0.85;
filter: alpha(opacity=85);
top:100%;
left:0;
width:100%;
height:100%;
background:rgba(24, 26, 28);
position:absolute;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.subjects .card:hover .mask {
top:0;
}
.subjects .card .card-body
{
background: #f8f9fa;
color: #000;
}
@media (min-width : 376px) and (max-width : 1024px)
{
.subjects .card .card-body h5
{
font-size: 17px;
}
}
/*end of subjects section*/
| 0.260295 | 0.055362 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600|Raleway:500,700&subset=latin-ext");
/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: "Raleway", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
padding: 0;
margin: 0 10%;
position: relative;
box-sizing: border-box;
background-color: #f0f0f0;
font-size: 16px; }
@media only screen and (max-width: 767px) {
body {
font-size: 14px; } }
div, p, footer, header {
box-sizing: border-box; }
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;
text-decoration: none;
color: inherit; }
a:active, a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-family: "Open Sans", sans-serif;
font-size: 1.777rem;
line-height: 1.875rem;
margin: 0.67em 0; }
h2 {
font-size: 1.333rem;
line-height: 1.875rem;
margin: 0.67em 0; }
p {
font-size: 1rem;
line-height: 1.5rem; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
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;
text-transform: none; }
select {
text-transform: none; }
button, html input[type="button"] {
-webkit-appearance: button;
cursor: pointer; }
input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled], html input[disabled] {
cursor: default; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input::-moz-focus-inner {
border: 0;
padding: 0; }
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; }
ul {
list-style-position: outside;
padding-left: calc(20px * 1); }
li {
margin-top: calc(20px * 0.5); }
@font-face {
font-family: "FA";
src: url("../font/fontello.woff") format("woff");
font-weight: normal;
font-style: normal; }
.text-bold {
font-weight: 900; }
.header {
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0 10%; }
.header {
transition: min-height 1s ease, margin-left 0.8s ease, padding 0.8s ease, font-size 0.1s ease; }
.header-first {
display: flex;
align-items: center;
justify-content: flex-start;
top: 0;
left: 0;
position: fixed;
background-color: #f0f0f0;
z-index: 20; }
.header-second {
top: 50px;
left: 0;
position: fixed;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #000;
color: #f0f0f0;
z-index: 19; }
.header-third {
top: 0;
left: 0;
position: fixed;
background-color: #f0f0f0;
z-index: 18;
transition: min-height 1s ease 0.8s, margin-left 0.8s ease 0.8s, padding 0.8s ease 0.8s, font-size 0.1s ease 0.8s; }
.header-navigation {
opacity: 0;
z-index: -1;
-webkit-transition: opacity 2s ease 1s;
-o-transition: opacity 2s ease 1s;
transition: opacity 2s ease 1s;
flex: 1 1 20%; }
.header-checkbox {
opacity: 0;
z-index: -10;
top: 0;
left: 0;
position: fixed; }
.header-checkbox:checked + .header {
margin: 0 -10%;
min-height: calc(20px * 2.5);
padding: 0 calc(20px * 1) 0 20%;
height: calc(20px * 2.5); }
.header-checkbox:checked + .header .header-navigation {
opacity: 1;
z-index: 1; }
.header-checkbox:checked + .header .header-title {
font-size: 1.333rem;
line-height: 1.5rem; }
.header-checkbox:checked + .header .header-title-accent-first-underline::after {
width: 0; }
.header-checkbox:checked + .header .header-title-accent-second-underline::after {
width: 0; }
.header-checkbox:checked:nth-of-type(2) ~ .header-third {
max-height: calc(20px * 2.5);
min-height: 0;
margin-left: -10%;
padding: 0 0 0 20%; }
.header-title {
font-size: 1.777rem;
transition: font-size 1s ease, line-height 1s ease;
flex: 1 1 75%;
z-index: 2; }
.header-title-accent {
color: #f03a47;
position: relative;
white-space: nowrap; }
.header-title-accent::after {
content: "";
display: inline-block;
height: 2px;
background-color: #f03a47;
border: none;
top: 85%;
left: 0;
position: absolute;
z-index: 2;
width: 100%;
transition: width 0.8s ease; }
.header-title-accent-first {
text-shadow: 0px 2px 2px #f3f3f3; }
.header-title-accent-second {
text-shadow: 0px 2px 2px black; }
.pages-container {
margin: 0 20px; }
.page {
width: 100%;
min-height: 100vh;
position: relative;
padding: calc(20px * 2) 0; }
@media only screen and (max-width: 767px) {
.page {
min-height: 0;
border-bottom: 1px solid lightgrey; } }
.page-navigation {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: calc(calc(20px * 2.5) * 2 + calc(20px * 2)); }
.page-sidebar {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
flex: 1 1 33.3333333333%; }
.page-nextto-sidebar {
align-items: center;
display: inline-flex;
justify-content: center;
width: calc(100% - 150px);
flex: 1 1 66.6666666667%; }
.page-text-width {
width: 400px; }
.page-description {
display: flex;
align-items: center;
justify-content: space-between; }
.footer-main {
bottom: 0;
position: fixed;
width: calc(100% - 10%);
height: calc(20px * 3);
border-top: 1px solid #F1F2EB;
background-color: #f0f0f0;
padding: 0 10%;
margin: 0 -10%;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.75rem; }
.footer-right {
top: 50%;
right: 0;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.footer-static {
position: static; }
.footer-author {
margin: 0;
margin-right: calc(20px * 1); }
.inline {
display: inline-block; }
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(720deg);
-ms-transform: rotate(720deg);
transform: rotate(720deg); } }
@keyframes beat {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
44% {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03); }
50% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
52% {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04); }
58% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes page-rotate {
0% {
transform: rotateY(0deg); }
99% {
transform: rotateY(180deg); }
100% {
transform: rotateY(0deg); } }
@keyframes page-start {
from {
min-height: 100vh; }
to {
min-height: calc(20px * 2.5); } }
.button {
display: block;
padding: 0.5rem 1rem;
font-size: font-setting("-1");
font-weight: bold;
letter-spacing: 1px;
border: 1px;
border-style: solid;
border-radius: 0;
text-decoration: none;
outline: none; }
.button-highlight {
color: #f0f0f0;
background-color: #f03a47;
border-color: #f03a47; }
.button-highlight:hover {
color: #f0f0f0;
background-color: #c02e39;
border-color: #c02e39; }
.button-footer-outside {
top: -20px;
right: 0;
position: absolute;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.button-contact {
margin-right: calc(20px * 1);
z-index: 1; }
.button-contact::after {
content: "";
top: 0;
right: 0;
position: absolute;
z-index: -1;
width: 20px;
height: 100%;
background-color: #f0f0f0; }
.button-contact-icon {
color: #273043;
background-color: transparent;
border-color: transparent;
font-size: 1.777rem;
display: inline-block; }
.button-contact-icon:hover {
color: #f03a47;
background-color: transparent;
border-color: transparent; }
.button-contact-icon-phone::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-skype::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-mail::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-messenger::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-card::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-svg-big-title {
opacity: 1;
font-weight: 600;
text-align: center;
line-height: 1.125rem; }
.button-header-description {
display: inline-block;
top: -10px;
right: 0;
position: absolute;
transition: top 0.3s ease-out;
color: #000;
z-index: -1;
opacity: 1;
white-space: nowrap; }
.button-svg-big {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
flex: 1 1 calc(100% / 3);
max-width: 150px; }
.button-svg-big:hover .button-svg-big-title {
opacity: 1; }
.button-svg-sidebar {
width: 80%;
height: auto; }
.button-svg-header {
width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center; }
.button-svg-header svg {
width: 20px;
height: auto; }
.button-svg-header:hover .button-header-description {
top: 20px; }
.navigation-list {
list-style: none;
display: inline-block;
flex-wrap: nowrap;
margin: 0;
padding: 0; }
.navigation-list-make-wide {
transition: right 0.4s ease-in 0.1s; }
.navigation-list-contact {
display: flex;
align-items: center;
justify-content: center;
padding-right: calc(calc(20px * 1) / 2);
direction: ltr;
position: relative; }
.navigation-list-header {
display: flex;
align-items: center;
justify-content: space-between; }
.navigation-item {
margin: 0; }
.contact-options {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 1rem; }
.button-contact-icon {
display: inline-block;
overflow: hidden;
transition: max-width 0.3s ease-in;
width: 50px; }
.contact-options-open {
width: 200px;
right: 0px; }
.contact-options-open .button-contact-icon {
max-width: 50px; }
.contact-options-close {
padding: 0;
right: -100px; }
.contact-options-close .button-contact-icon {
display: inline-block;
max-width: 25px; }
.svg-page-fill {
fill: #e6e6e6;
fill-opacity: 1;
transition: fill 0.3s ease; }
.svg-page-stroke {
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-book:hover .svg-page-fill {
stroke: #000;
fill: #96b2c4; }
svg#svg-book:hover .page-rotate {
transform-origin: 0% 50%;
animation: page-rotate 0.1s ease-in 0s 7; }
.svg-heart {
fill: #e6e6e6;
fill-opacity: 1;
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-heart:hover .svg-heart {
animation: beat 1s infinite;
-webkit-animation: beat 1s infinite;
stroke: #000;
fill: #d83440; }
.svg-gear-fill-outside {
fill: #e6e6e6;
fill-opacity: 1; }
.svg-gear-fill-inside {
fill: #273043;
fill-opacity: 1; }
.svg-gear-stroke {
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-gear:hover #gear-outside {
transform-origin: 50% 50%;
animation: rotate 3s linear infinite;
-webkit-animation: rotate 3s linear infinite;
stroke: #000; }
.svg-filtered {
filter: url(#filter); }
.img-me-round {
display: block;
border-radius: 50%;
max-width: 100%; }
.img-me-round-header {
min-height: 20px;
min-width: 20px; }
.portfolio-image {
width: 100%;
height: auto;
filter: grayscale(100%); }
.portfolio-image:hover {
filter: none; }
.pointer {
cursor: pointer; }
.hidden {
display: none; }
.underline {
text-decoration: underline; }
/*# sourceMappingURL=main.css.map */
|
app/css/main.css
|
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600|Raleway:500,700&subset=latin-ext");
/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: "Raleway", sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
padding: 0;
margin: 0 10%;
position: relative;
box-sizing: border-box;
background-color: #f0f0f0;
font-size: 16px; }
@media only screen and (max-width: 767px) {
body {
font-size: 14px; } }
div, p, footer, header {
box-sizing: border-box; }
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;
text-decoration: none;
color: inherit; }
a:active, a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-family: "Open Sans", sans-serif;
font-size: 1.777rem;
line-height: 1.875rem;
margin: 0.67em 0; }
h2 {
font-size: 1.333rem;
line-height: 1.875rem;
margin: 0.67em 0; }
p {
font-size: 1rem;
line-height: 1.5rem; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
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;
text-transform: none; }
select {
text-transform: none; }
button, html input[type="button"] {
-webkit-appearance: button;
cursor: pointer; }
input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled], html input[disabled] {
cursor: default; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input::-moz-focus-inner {
border: 0;
padding: 0; }
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; }
ul {
list-style-position: outside;
padding-left: calc(20px * 1); }
li {
margin-top: calc(20px * 0.5); }
@font-face {
font-family: "FA";
src: url("../font/fontello.woff") format("woff");
font-weight: normal;
font-style: normal; }
.text-bold {
font-weight: 900; }
.header {
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0 10%; }
.header {
transition: min-height 1s ease, margin-left 0.8s ease, padding 0.8s ease, font-size 0.1s ease; }
.header-first {
display: flex;
align-items: center;
justify-content: flex-start;
top: 0;
left: 0;
position: fixed;
background-color: #f0f0f0;
z-index: 20; }
.header-second {
top: 50px;
left: 0;
position: fixed;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #000;
color: #f0f0f0;
z-index: 19; }
.header-third {
top: 0;
left: 0;
position: fixed;
background-color: #f0f0f0;
z-index: 18;
transition: min-height 1s ease 0.8s, margin-left 0.8s ease 0.8s, padding 0.8s ease 0.8s, font-size 0.1s ease 0.8s; }
.header-navigation {
opacity: 0;
z-index: -1;
-webkit-transition: opacity 2s ease 1s;
-o-transition: opacity 2s ease 1s;
transition: opacity 2s ease 1s;
flex: 1 1 20%; }
.header-checkbox {
opacity: 0;
z-index: -10;
top: 0;
left: 0;
position: fixed; }
.header-checkbox:checked + .header {
margin: 0 -10%;
min-height: calc(20px * 2.5);
padding: 0 calc(20px * 1) 0 20%;
height: calc(20px * 2.5); }
.header-checkbox:checked + .header .header-navigation {
opacity: 1;
z-index: 1; }
.header-checkbox:checked + .header .header-title {
font-size: 1.333rem;
line-height: 1.5rem; }
.header-checkbox:checked + .header .header-title-accent-first-underline::after {
width: 0; }
.header-checkbox:checked + .header .header-title-accent-second-underline::after {
width: 0; }
.header-checkbox:checked:nth-of-type(2) ~ .header-third {
max-height: calc(20px * 2.5);
min-height: 0;
margin-left: -10%;
padding: 0 0 0 20%; }
.header-title {
font-size: 1.777rem;
transition: font-size 1s ease, line-height 1s ease;
flex: 1 1 75%;
z-index: 2; }
.header-title-accent {
color: #f03a47;
position: relative;
white-space: nowrap; }
.header-title-accent::after {
content: "";
display: inline-block;
height: 2px;
background-color: #f03a47;
border: none;
top: 85%;
left: 0;
position: absolute;
z-index: 2;
width: 100%;
transition: width 0.8s ease; }
.header-title-accent-first {
text-shadow: 0px 2px 2px #f3f3f3; }
.header-title-accent-second {
text-shadow: 0px 2px 2px black; }
.pages-container {
margin: 0 20px; }
.page {
width: 100%;
min-height: 100vh;
position: relative;
padding: calc(20px * 2) 0; }
@media only screen and (max-width: 767px) {
.page {
min-height: 0;
border-bottom: 1px solid lightgrey; } }
.page-navigation {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: calc(calc(20px * 2.5) * 2 + calc(20px * 2)); }
.page-sidebar {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
flex: 1 1 33.3333333333%; }
.page-nextto-sidebar {
align-items: center;
display: inline-flex;
justify-content: center;
width: calc(100% - 150px);
flex: 1 1 66.6666666667%; }
.page-text-width {
width: 400px; }
.page-description {
display: flex;
align-items: center;
justify-content: space-between; }
.footer-main {
bottom: 0;
position: fixed;
width: calc(100% - 10%);
height: calc(20px * 3);
border-top: 1px solid #F1F2EB;
background-color: #f0f0f0;
padding: 0 10%;
margin: 0 -10%;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.75rem; }
.footer-right {
top: 50%;
right: 0;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.footer-static {
position: static; }
.footer-author {
margin: 0;
margin-right: calc(20px * 1); }
.inline {
display: inline-block; }
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(720deg);
-ms-transform: rotate(720deg);
transform: rotate(720deg); } }
@keyframes beat {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
40% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
44% {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03); }
50% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
52% {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04); }
58% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes page-rotate {
0% {
transform: rotateY(0deg); }
99% {
transform: rotateY(180deg); }
100% {
transform: rotateY(0deg); } }
@keyframes page-start {
from {
min-height: 100vh; }
to {
min-height: calc(20px * 2.5); } }
.button {
display: block;
padding: 0.5rem 1rem;
font-size: font-setting("-1");
font-weight: bold;
letter-spacing: 1px;
border: 1px;
border-style: solid;
border-radius: 0;
text-decoration: none;
outline: none; }
.button-highlight {
color: #f0f0f0;
background-color: #f03a47;
border-color: #f03a47; }
.button-highlight:hover {
color: #f0f0f0;
background-color: #c02e39;
border-color: #c02e39; }
.button-footer-outside {
top: -20px;
right: 0;
position: absolute;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.button-contact {
margin-right: calc(20px * 1);
z-index: 1; }
.button-contact::after {
content: "";
top: 0;
right: 0;
position: absolute;
z-index: -1;
width: 20px;
height: 100%;
background-color: #f0f0f0; }
.button-contact-icon {
color: #273043;
background-color: transparent;
border-color: transparent;
font-size: 1.777rem;
display: inline-block; }
.button-contact-icon:hover {
color: #f03a47;
background-color: transparent;
border-color: transparent; }
.button-contact-icon-phone::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-skype::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-mail::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-messenger::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-contact-icon-card::before {
content: "";
display: inline-block;
font-family: "FA";
padding-right: calc(calc(20px * 1) ); }
.button-svg-big-title {
opacity: 1;
font-weight: 600;
text-align: center;
line-height: 1.125rem; }
.button-header-description {
display: inline-block;
top: -10px;
right: 0;
position: absolute;
transition: top 0.3s ease-out;
color: #000;
z-index: -1;
opacity: 1;
white-space: nowrap; }
.button-svg-big {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
flex: 1 1 calc(100% / 3);
max-width: 150px; }
.button-svg-big:hover .button-svg-big-title {
opacity: 1; }
.button-svg-sidebar {
width: 80%;
height: auto; }
.button-svg-header {
width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center; }
.button-svg-header svg {
width: 20px;
height: auto; }
.button-svg-header:hover .button-header-description {
top: 20px; }
.navigation-list {
list-style: none;
display: inline-block;
flex-wrap: nowrap;
margin: 0;
padding: 0; }
.navigation-list-make-wide {
transition: right 0.4s ease-in 0.1s; }
.navigation-list-contact {
display: flex;
align-items: center;
justify-content: center;
padding-right: calc(calc(20px * 1) / 2);
direction: ltr;
position: relative; }
.navigation-list-header {
display: flex;
align-items: center;
justify-content: space-between; }
.navigation-item {
margin: 0; }
.contact-options {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 1rem; }
.button-contact-icon {
display: inline-block;
overflow: hidden;
transition: max-width 0.3s ease-in;
width: 50px; }
.contact-options-open {
width: 200px;
right: 0px; }
.contact-options-open .button-contact-icon {
max-width: 50px; }
.contact-options-close {
padding: 0;
right: -100px; }
.contact-options-close .button-contact-icon {
display: inline-block;
max-width: 25px; }
.svg-page-fill {
fill: #e6e6e6;
fill-opacity: 1;
transition: fill 0.3s ease; }
.svg-page-stroke {
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-book:hover .svg-page-fill {
stroke: #000;
fill: #96b2c4; }
svg#svg-book:hover .page-rotate {
transform-origin: 0% 50%;
animation: page-rotate 0.1s ease-in 0s 7; }
.svg-heart {
fill: #e6e6e6;
fill-opacity: 1;
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-heart:hover .svg-heart {
animation: beat 1s infinite;
-webkit-animation: beat 1s infinite;
stroke: #000;
fill: #d83440; }
.svg-gear-fill-outside {
fill: #e6e6e6;
fill-opacity: 1; }
.svg-gear-fill-inside {
fill: #273043;
fill-opacity: 1; }
.svg-gear-stroke {
stroke: #e6e6e6;
stroke-width: 10px; }
svg#svg-gear:hover #gear-outside {
transform-origin: 50% 50%;
animation: rotate 3s linear infinite;
-webkit-animation: rotate 3s linear infinite;
stroke: #000; }
.svg-filtered {
filter: url(#filter); }
.img-me-round {
display: block;
border-radius: 50%;
max-width: 100%; }
.img-me-round-header {
min-height: 20px;
min-width: 20px; }
.portfolio-image {
width: 100%;
height: auto;
filter: grayscale(100%); }
.portfolio-image:hover {
filter: none; }
.pointer {
cursor: pointer; }
.hidden {
display: none; }
.underline {
text-decoration: underline; }
/*# sourceMappingURL=main.css.map */
| 0.393385 | 0.083292 |
@font-face {
font-family: 'OswaldRegular';
src: url('oswald/oswald-webfont.eot');
src: url('oswald/oswald-webfont.eot?#iefix') format('embedded-opentype'),
url('oswald/oswald-webfont.woff') format('woff'),
url('oswald/oswald-webfont.ttf') format('truetype'),
url('oswald/oswald-webfont.svg#OswaldRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PTSansRegular';
src: url('ptsans/ptsans-regular-webfont.eot');
src: url('ptsans/ptsans-regular-webfont.eot?iefix') format('eot'),
url('ptsans/ptsans-regular-webfont.woff') format('woff'),
url('ptsans/ptsans-regular-webfont.ttf') format('truetype'),
url('ptsans/ptsans-regular-webfont.svg#webfontdeSwgHNj') format('svg');
font-weight: normal;
font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/* RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent
}
ol, ul {
list-style:none
}
blockquote, q {
quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none
}
:focus {
outline:0
}
ins {
text-decoration:none
}
del {
text-decoration:line-through
}
table {
border-collapse:collapse;
border-spacing:0
}
.clearfix:after {
clear:both;
content:' ';
display:block;
font-size:0;
line-height:0;
visibility:hidden;
width:0;
height:0
}
.clearfix {
display:inline-block
}
* html .clearfix {
height:1%
}
.clearfix {
display:block
}
th, td {
margin:0;
padding:0
}
table {
border-collapse:collapse;
border-spacing:0
}
.clear, .push {
clear: both;
}
.both {
clear: both;
}
br {
line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
outline : none;
}
/* LAYOUT */
/* ----------------------------------------- */
body {
background: #dfdfdf url(images/noize.png) repeat 100% 0;
color: #343434;
font-family: 'PTSansRegular';
font-size: 14px;
}
a {
color: #3B5998;
}
a:hover {
color: #d3573e;
}
h1, h2, h3 {
color: #4d87ab;
}
p {
line-height: 1.5em;
margin-bottom: 1em;
}
a {
text-decoration: none;
}
a:hover {
}
h1, h2, h3, h4, h5, h6 {
font-family: 'OswaldRegular';
font-weight: normal;
padding-bottom: 12px;
}
.tab-inner .profile h3 {
font-weight: normal;
line-height: 16px;
text-transform: uppercase;
padding-top: 0!important;
margin-top: 0!important;
}
.tab-inner.tab-digg .digg-widget-head .premium h2 {
font-weight: normal!important;
line-height: 16px;
text-transform: uppercase;
}
h1 {
font-size: 22px;
background: url(images/h1.png) repeat;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
width: 870px;
}
#banner {
height: 239px;
position: relative;
}
#banner img {
margin: 0;
padding: 0;
}
h2 {
font-size: 20px;
clear: both;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
line-height: 18px;
}
#nav-container {
background: #545454 url(images/hdr.png) repeat 0 0;
width: 100%;
overflow: hidden;
}
#dctsp-nav {
float: left;
border-right: 1px solid #333;
text-transform: uppercase;
font-family: 'OswaldRegular';
margin-bottom: 0;
}
#dctsp-nav li {
float: left;
border-right: #ccc;
border-left: #111;
padding: 0;
background: 0;
margin: 0;
font-size: 14px;
}
#dctsp-nav li a {
float: left;
display: block;
padding: 10px 20px;
color: #fefefe;
border-left: 1px solid #333;
border-right: 1px solid #666;
text-shadow: 0 0 1px #000;
}
#dctsp-nav li a:hover {
background: #888 url(images/hdr_on.png) repeat 0 0;
color: #fefefe;
}
.caps {
text-transform: uppercase;
}
.col-main p, .col-main ul, .col-main ol {
margin-bottom: 1.5em;
}
.text-content p, .text-content ul, .text-content ol, .post-text p, .post-text ul, .post-text ol {
margin-bottom: 1.5em;
line-height: 1.5em;
}
ul {
margin-bottom: 1.5em;
}
ul li {
background: url(images/bullet.png) no-repeat 0px 1px;
margin-bottom:5px;
padding-left:20px;
font-size:13px;
line-height: 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 1em 20px;
}
ol li {
padding: 0;
margin: 0 0 5px 0;
line-height: 1.5em;
}
.intro {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
.introduction {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
blockquote, blockquote p {
font-size: 18px;
font-weight: normal;
line-height: 25px;
}
blockquote {
padding-left: 30px;
}
.hr2 {
border-top: 3px solid #454545;
height: 4px;
border-bottom: 1px solid #454545;
margin: 36px 0;
clear: both;
}
.hr1 {
height: 0;
border-bottom: 1px solid #454545;
margin: 36px 0;
clear: both;
}
.center {
text-align: center;
display: block;
margin: 0 auto;
}
p .center {
text-align: center;
display: block;
margin: 0 auto 10px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
img.center, .img-center {
margin: 0 0 15px 0;
}
.img-center {
text-align: center;
}
img.left, .img-left {
float: left;
margin: 0 20px 15px 0;
}
img.right, .img-right {
float: right;
margin: 0 0 15px 20px;
}
h1 img, h2 img, h3 img, h4 img, h5 img {
float: left;
margin-right: 6px;
}
.img-left-col {
float: left;
margin: 0 30px 30px 0;
}
.margin-bottom {
margin-bottom: 36px;
}
a.button {
background: #5499c3 url(style/images/button.png) repeat-x;
border: none;
height: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-family: 'CharisSILItalic';
font-size: 14px;
padding: 6px 15px 6px 15px;
margin: 10px 0;
display: inline-block;
-webkit-transition:all 200ms ease-in;
-o-transition:all 200ms ease-in;
-moz-transition:all 200ms ease-in;
}
p a.button {
line-height: 15px;
}
a.button.blue {
background-color: #5499c3;
}
a.button.green {
background-color: #4dab96;
}
a.button.lime {
background-color: #92ab4d;
}
a.button.red {
background-color: #ab4d63;
}
a.button.purple {
background-color: #8d4dab;
}
a.button.blue:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.green:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.lime:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.red:hover {
color: #fff;
background-color: #4d87ab;
}
a.button.purple:hover {
color: #fff;
background-color: #4dab96;
}
.dropcap {
display:block;
float:left;
font-size:45px;
padding:0;
margin: 0;
margin:10px 8px 3px 0;
font-family: 'OswaldRegular';
}
pre {
margin: 5px 0px 40px 0px;
padding: 0 10px 0px 10px;
display: block;
clear: both;
background: url(style/images/codebg.jpg) repeat;
line-height: 20px;
font-size: 12px;
border: 1px solid #cfcfcf;
color: #222;
}
.download-box, .warning-box, .info-box, .note-box {
clear:both;
margin: 10px 0px;
text-shadow: none;
padding: 15px 15px 13px 15px;
line-height: 17px;
}
/*-----------------------------------------------------------------------------------*/
/* LAYOUT
/*-----------------------------------------------------------------------------------*/
#wrapper, .wrap {
width: 960px;
margin: 0 auto;
}
#header {
padding: 30px 0 25px 0;
display: block;
overflow: hidden;
position: relative;
}
#logo {
}
h1 {color: #f0f0f0; text-align: center; padding: 15px; font-size: 26px; text-shadow: 1px 1px 1px #333;}
.col-side {width: 300px; float: right;}
.col-main{width: 570px; float: left;}
.col-main p {margin-bottom: 0;}
.clear {
clear: both;
}
.social {
float: right;
position: absolute;
bottom: 25px;
right: 0;
}
.social ul li {
float: left;
margin-left: 1px;
background: none;
padding: 0;
}
#container {
width: 960px;
margin: 0 auto;
overflow: hidden;
position: relative;
padding-top: 10px;
}
.opacity {
padding: 30px 30px 10px 30px;
background: #fff;
margin-bottom: 15px;
-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
}
.opacity.pad-btm {
padding: 30px;
}
.header {
padding: 0 30px;
color: #fff;
margin-bottom: 20px;
}
#copyright p {
padding-top: 10px;
border-top: 1px dashed #ccc;
font-size: 12px;
text-align: center;
margin-bottom: 0;
}
#footer {
padding: 40px 0 0 0;
overflow: hidden;
}
#footer h3 {
margin-bottom: 5px;
}
/* MENU */
/* ----------------------------------------- */
.menu {
background-image:url(images/menu.png);
width:932px;
height:32px;
margin:0 auto;
background-repeat: no-repeat;
overflow:hidden;
clear:both;
padding:12px;
line-height: 16px;
padding-left:15px;
padding-right:15px;
font-size: 20px;
margin-bottom:0px;
display: block;
font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
color: #747474;
}
a.menu {
color: #555;
}
/* ABOUT */
/* ----------------------------------------- */
.question-container {
overflow: hidden;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
border: 1px solid #cfcfcf;
padding:15px;
margin-bottom: 30px;
}
.question-container p {
line-height: 22px;
}
.info {
font-style: italic;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 1.5em;
}
.large.info {
font-size: 18px;
}
.info em {
display: block;
padding-top:10px;
color:#4d82b3;
}
.info a {
color:#4d82b3;
}
.info-left {
width:230px;
float:left;
border-right: 1px dashed #999;
}
.info-right {
width:500px;
float:right;
margin-left:30px;
padding-right:20px;
}
hr.knot {
background-image: url(images/hr.png);
background-repeat: no-repeat;
width:600px;
height:32px;
border:0;
float:right;
}
hr.knot2 {
background-image: url(images/hr.png);
background-repeat: no-repeat;
width:600px;
height:32px;
text-align: center;
border:0;
margin-top:50px;
clear: both;
}
pre {
margin: 0 0 20px 0;
padding: 0 10px 0px 10px;
display: block;
clear: both;
background: url(images/codebg.jpg) repeat;
line-height: 20px;
font-size: 11px;
border: 1px solid #cfcfcf;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
h3 {
font-size: 26px;
padding:0 0 5px 0;
margin:0;
color: #333;
}
.title {
margin-bottom: 10px;
}
hr {
border: none;
border-bottom: 1px dashed #999;
padding: 10px 0;
margin: 0 0 20px 0;
}
/*
pre strong, strong {
background-color: #b5d0e6;
padding:0px 4px 1px;
font-weight: normal;
}
*/
.toggle {
margin-bottom: 20px;
}
.toggle-wrapper {
padding-bottom:5px;
}
.togglebox {
overflow: hidden;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
background-color: white;
border: 1px solid #cfcfcf;
border-top: none;
}
.togglebox div {
padding:10px 15px;
}
.togglebox p {
margin-bottom: 1em;
line-height: 22px;
font-size: 14px;
font-weight: normal;
}
.togglebox li {
font-size: 14px;
font-weight: normal;
}
.togglebox h2 {
display:inline-block;
overflow: hidden;
line-height: 30px;
}
.togglebox h4 {
font-size: 16px;
line-height: 16px;
height: 16px;
font-weight: normal;
margin: 0 0 15px 0;
padding: 10px 0 0;
color: #222;
text-transform: uppercase;
}
.togglebox ul {
overflow: hidden;
}
.togglebox ul li {
background: url(images/bullet.png) no-repeat 0px 1px;
margin-bottom:10px;
padding-left:20px;
font-size:13px;
}
.togglebox ul li ol {
padding-top: 10px;
}
.togglebox ul li ol li {
background: none;
margin-bottom: 5px;
padding-left: 0;
}
.togglebox ul li strong {
font-weight: bold;
background: none;
padding: 0;
display: block;
}
.margin-bottom {
margin-bottom: 15px;
}
#nav-shortcode-mega div.mega-box {
float: left;
width: 23%;
margin: 0 2% 2% -2px;
padding: 0;
}
#nav-shortcode-mega h3 {
padding: 7px 10px;
margin: 0 0 10px 0;
border-bottom: 1px solid #ccc;
font-size: 13px;
}
#nav-shortcode-mega div ul {
padding-left: 10px;
}
.togglebox .float-list {
width: 100%; overflow: hiddem; margin-bottom: 15px;
}
.togglebox .float-list li {
width: 20%;
float: left;
}
h2.trigger {
clear:both;
font-size: 18px;
padding: 12px;
margin:0px;
display: block;
cursor: pointer;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
border: 1px solid #cfcfcf;
position: relative;
}
h2.trigger.active {
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
border-bottom: none;
}
.trigger span{
background: transparent url(images/down.png) no-repeat center center;
width: 26px;
height: 14px;
position: absolute;
top: 50%;
/* right: -26px;*/
right: 12px;
margin-top: -7px;
opacity:0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.trigger:hover span{
opacity:1;
right: 12px;
}
.trigger.active span{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
transform:rotate(180deg);
right:10px;
opacity:1;
}
.tbl {border-top: 1px solid #ccc; margin-bottom: 20px;}
.tbl tr th {padding: 5px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-left: 1px solid #fff; text-shadow: 0 1px 0 #fff; text-transform: capitalize;
background-color: #F1F1F1; background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);}
.tbl tr th.first {border-left: 1px solid #ccc;}
.tbl tr td {padding: 5px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-left: 1px solid #fff; background: #fff; font-size: 13px; vertical-align: top;}
.tbl tr td.first {border-left: 1px solid #ccc;}
.tbl tr.odd td {background: #f9f9f9;}
.tbl tr.total td, .tbl tr td.total, .tbl tr.odd td.total, .tbl tr th.total {background: #e3f3f7;}
.demo-height {height: 1200px;}
.text-input {
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #555;
font-size: 13px;
padding: 3px;
width: 195px; margin-right: 6px;
}
.select {
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #555;
font-size: 13px;
padding: 3px;
width: 200px; margin-right: 6px;
}
#dcsns-form {
float: left;
width: 390px;
padding: 10px 15px 0 15px;
border: 1px solid #ccc;
margin-bottom: 1em;
margin-right: 30px;
background-color: #fcfcfc;
background-image: -moz-linear-gradient(center top , #fefefe, #dfdfdf);
-webkit-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
}
#dcsns-form h4 {
padding-bottom: 5px;
text-shadow: 0 0 1px #fff;
}
#dcsns-form p.border-top {
padding-top: 10px;
}
#dcsns-pre {
float: left;
width: 400px;
}
#dcsns-form p {
clear: both;
width: 100%;
overflow: hidden;
}
#dcsns-form label {
display: block;
float: left;
width: 110px;
padding-top: 3px;
}
#link-go {
cursor: pointer;
margin-right: 80px;
float: right;
font: bold 12px/14px Arial, sans-serif;
display:inline-block;
text-decoration:none;
outline:none;
padding: 4px 8px;
background-color: #4A8BF6;
background-image: -moz-linear-gradient(center top , #73a7fd, #3b84fb);
border: 1px solid #2a79fb;
color: #fff;
text-shadow: 0 1px 0 #555;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
#link-go:hover{
background-color: #4A8BF6;
background-image: -moz-linear-gradient(center top , #3b84fb, #73a7fd);
border: 1px solid #2a79fb;
color: #fff;
text-shadow: none;
}
.opacity {position: relative;}
.demo-list {position: absolute; top: 10px; right: 0; background: 0; margin: 0; padding: 0;}
.demo-list li {display: inline; background: 0; margin: 0; padding: 0;}
.demo-list li a{display: block; float: left; padding: 5px 10px; background: #555; color: #fff; margin-right: 20px;}
#adverts {width: 100%; overflow: hidden; text-align: center; margin: 0 0 15px 0; padding: 0; clear: both;}
#adverts li {display: inline; margin: 0 20px; padding: 0; background: none;}
#adverts li img {border-top: 1px solid #efefef; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #efefef;}
|
stream/inc/layout.css
|
@font-face {
font-family: 'OswaldRegular';
src: url('oswald/oswald-webfont.eot');
src: url('oswald/oswald-webfont.eot?#iefix') format('embedded-opentype'),
url('oswald/oswald-webfont.woff') format('woff'),
url('oswald/oswald-webfont.ttf') format('truetype'),
url('oswald/oswald-webfont.svg#OswaldRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PTSansRegular';
src: url('ptsans/ptsans-regular-webfont.eot');
src: url('ptsans/ptsans-regular-webfont.eot?iefix') format('eot'),
url('ptsans/ptsans-regular-webfont.woff') format('woff'),
url('ptsans/ptsans-regular-webfont.ttf') format('truetype'),
url('ptsans/ptsans-regular-webfont.svg#webfontdeSwgHNj') format('svg');
font-weight: normal;
font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/* RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent
}
ol, ul {
list-style:none
}
blockquote, q {
quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none
}
:focus {
outline:0
}
ins {
text-decoration:none
}
del {
text-decoration:line-through
}
table {
border-collapse:collapse;
border-spacing:0
}
.clearfix:after {
clear:both;
content:' ';
display:block;
font-size:0;
line-height:0;
visibility:hidden;
width:0;
height:0
}
.clearfix {
display:inline-block
}
* html .clearfix {
height:1%
}
.clearfix {
display:block
}
th, td {
margin:0;
padding:0
}
table {
border-collapse:collapse;
border-spacing:0
}
.clear, .push {
clear: both;
}
.both {
clear: both;
}
br {
line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
outline : none;
}
/* LAYOUT */
/* ----------------------------------------- */
body {
background: #dfdfdf url(images/noize.png) repeat 100% 0;
color: #343434;
font-family: 'PTSansRegular';
font-size: 14px;
}
a {
color: #3B5998;
}
a:hover {
color: #d3573e;
}
h1, h2, h3 {
color: #4d87ab;
}
p {
line-height: 1.5em;
margin-bottom: 1em;
}
a {
text-decoration: none;
}
a:hover {
}
h1, h2, h3, h4, h5, h6 {
font-family: 'OswaldRegular';
font-weight: normal;
padding-bottom: 12px;
}
.tab-inner .profile h3 {
font-weight: normal;
line-height: 16px;
text-transform: uppercase;
padding-top: 0!important;
margin-top: 0!important;
}
.tab-inner.tab-digg .digg-widget-head .premium h2 {
font-weight: normal!important;
line-height: 16px;
text-transform: uppercase;
}
h1 {
font-size: 22px;
background: url(images/h1.png) repeat;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
width: 870px;
}
#banner {
height: 239px;
position: relative;
}
#banner img {
margin: 0;
padding: 0;
}
h2 {
font-size: 20px;
clear: both;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
line-height: 18px;
}
#nav-container {
background: #545454 url(images/hdr.png) repeat 0 0;
width: 100%;
overflow: hidden;
}
#dctsp-nav {
float: left;
border-right: 1px solid #333;
text-transform: uppercase;
font-family: 'OswaldRegular';
margin-bottom: 0;
}
#dctsp-nav li {
float: left;
border-right: #ccc;
border-left: #111;
padding: 0;
background: 0;
margin: 0;
font-size: 14px;
}
#dctsp-nav li a {
float: left;
display: block;
padding: 10px 20px;
color: #fefefe;
border-left: 1px solid #333;
border-right: 1px solid #666;
text-shadow: 0 0 1px #000;
}
#dctsp-nav li a:hover {
background: #888 url(images/hdr_on.png) repeat 0 0;
color: #fefefe;
}
.caps {
text-transform: uppercase;
}
.col-main p, .col-main ul, .col-main ol {
margin-bottom: 1.5em;
}
.text-content p, .text-content ul, .text-content ol, .post-text p, .post-text ul, .post-text ol {
margin-bottom: 1.5em;
line-height: 1.5em;
}
ul {
margin-bottom: 1.5em;
}
ul li {
background: url(images/bullet.png) no-repeat 0px 1px;
margin-bottom:5px;
padding-left:20px;
font-size:13px;
line-height: 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 1em 20px;
}
ol li {
padding: 0;
margin: 0 0 5px 0;
line-height: 1.5em;
}
.intro {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
.introduction {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1em;
}
blockquote, blockquote p {
font-size: 18px;
font-weight: normal;
line-height: 25px;
}
blockquote {
padding-left: 30px;
}
.hr2 {
border-top: 3px solid #454545;
height: 4px;
border-bottom: 1px solid #454545;
margin: 36px 0;
clear: both;
}
.hr1 {
height: 0;
border-bottom: 1px solid #454545;
margin: 36px 0;
clear: both;
}
.center {
text-align: center;
display: block;
margin: 0 auto;
}
p .center {
text-align: center;
display: block;
margin: 0 auto 10px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
img.center, .img-center {
margin: 0 0 15px 0;
}
.img-center {
text-align: center;
}
img.left, .img-left {
float: left;
margin: 0 20px 15px 0;
}
img.right, .img-right {
float: right;
margin: 0 0 15px 20px;
}
h1 img, h2 img, h3 img, h4 img, h5 img {
float: left;
margin-right: 6px;
}
.img-left-col {
float: left;
margin: 0 30px 30px 0;
}
.margin-bottom {
margin-bottom: 36px;
}
a.button {
background: #5499c3 url(style/images/button.png) repeat-x;
border: none;
height: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-family: 'CharisSILItalic';
font-size: 14px;
padding: 6px 15px 6px 15px;
margin: 10px 0;
display: inline-block;
-webkit-transition:all 200ms ease-in;
-o-transition:all 200ms ease-in;
-moz-transition:all 200ms ease-in;
}
p a.button {
line-height: 15px;
}
a.button.blue {
background-color: #5499c3;
}
a.button.green {
background-color: #4dab96;
}
a.button.lime {
background-color: #92ab4d;
}
a.button.red {
background-color: #ab4d63;
}
a.button.purple {
background-color: #8d4dab;
}
a.button.blue:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.green:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.lime:hover {
color: #fff;
background-color: #ab4d63;
}
a.button.red:hover {
color: #fff;
background-color: #4d87ab;
}
a.button.purple:hover {
color: #fff;
background-color: #4dab96;
}
.dropcap {
display:block;
float:left;
font-size:45px;
padding:0;
margin: 0;
margin:10px 8px 3px 0;
font-family: 'OswaldRegular';
}
pre {
margin: 5px 0px 40px 0px;
padding: 0 10px 0px 10px;
display: block;
clear: both;
background: url(style/images/codebg.jpg) repeat;
line-height: 20px;
font-size: 12px;
border: 1px solid #cfcfcf;
color: #222;
}
.download-box, .warning-box, .info-box, .note-box {
clear:both;
margin: 10px 0px;
text-shadow: none;
padding: 15px 15px 13px 15px;
line-height: 17px;
}
/*-----------------------------------------------------------------------------------*/
/* LAYOUT
/*-----------------------------------------------------------------------------------*/
#wrapper, .wrap {
width: 960px;
margin: 0 auto;
}
#header {
padding: 30px 0 25px 0;
display: block;
overflow: hidden;
position: relative;
}
#logo {
}
h1 {color: #f0f0f0; text-align: center; padding: 15px; font-size: 26px; text-shadow: 1px 1px 1px #333;}
.col-side {width: 300px; float: right;}
.col-main{width: 570px; float: left;}
.col-main p {margin-bottom: 0;}
.clear {
clear: both;
}
.social {
float: right;
position: absolute;
bottom: 25px;
right: 0;
}
.social ul li {
float: left;
margin-left: 1px;
background: none;
padding: 0;
}
#container {
width: 960px;
margin: 0 auto;
overflow: hidden;
position: relative;
padding-top: 10px;
}
.opacity {
padding: 30px 30px 10px 30px;
background: #fff;
margin-bottom: 15px;
-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
}
.opacity.pad-btm {
padding: 30px;
}
.header {
padding: 0 30px;
color: #fff;
margin-bottom: 20px;
}
#copyright p {
padding-top: 10px;
border-top: 1px dashed #ccc;
font-size: 12px;
text-align: center;
margin-bottom: 0;
}
#footer {
padding: 40px 0 0 0;
overflow: hidden;
}
#footer h3 {
margin-bottom: 5px;
}
/* MENU */
/* ----------------------------------------- */
.menu {
background-image:url(images/menu.png);
width:932px;
height:32px;
margin:0 auto;
background-repeat: no-repeat;
overflow:hidden;
clear:both;
padding:12px;
line-height: 16px;
padding-left:15px;
padding-right:15px;
font-size: 20px;
margin-bottom:0px;
display: block;
font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
color: #747474;
}
a.menu {
color: #555;
}
/* ABOUT */
/* ----------------------------------------- */
.question-container {
overflow: hidden;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
border: 1px solid #cfcfcf;
padding:15px;
margin-bottom: 30px;
}
.question-container p {
line-height: 22px;
}
.info {
font-style: italic;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
line-height: 1.5em;
}
.large.info {
font-size: 18px;
}
.info em {
display: block;
padding-top:10px;
color:#4d82b3;
}
.info a {
color:#4d82b3;
}
.info-left {
width:230px;
float:left;
border-right: 1px dashed #999;
}
.info-right {
width:500px;
float:right;
margin-left:30px;
padding-right:20px;
}
hr.knot {
background-image: url(images/hr.png);
background-repeat: no-repeat;
width:600px;
height:32px;
border:0;
float:right;
}
hr.knot2 {
background-image: url(images/hr.png);
background-repeat: no-repeat;
width:600px;
height:32px;
text-align: center;
border:0;
margin-top:50px;
clear: both;
}
pre {
margin: 0 0 20px 0;
padding: 0 10px 0px 10px;
display: block;
clear: both;
background: url(images/codebg.jpg) repeat;
line-height: 20px;
font-size: 11px;
border: 1px solid #cfcfcf;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
h3 {
font-size: 26px;
padding:0 0 5px 0;
margin:0;
color: #333;
}
.title {
margin-bottom: 10px;
}
hr {
border: none;
border-bottom: 1px dashed #999;
padding: 10px 0;
margin: 0 0 20px 0;
}
/*
pre strong, strong {
background-color: #b5d0e6;
padding:0px 4px 1px;
font-weight: normal;
}
*/
.toggle {
margin-bottom: 20px;
}
.toggle-wrapper {
padding-bottom:5px;
}
.togglebox {
overflow: hidden;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
background-color: white;
border: 1px solid #cfcfcf;
border-top: none;
}
.togglebox div {
padding:10px 15px;
}
.togglebox p {
margin-bottom: 1em;
line-height: 22px;
font-size: 14px;
font-weight: normal;
}
.togglebox li {
font-size: 14px;
font-weight: normal;
}
.togglebox h2 {
display:inline-block;
overflow: hidden;
line-height: 30px;
}
.togglebox h4 {
font-size: 16px;
line-height: 16px;
height: 16px;
font-weight: normal;
margin: 0 0 15px 0;
padding: 10px 0 0;
color: #222;
text-transform: uppercase;
}
.togglebox ul {
overflow: hidden;
}
.togglebox ul li {
background: url(images/bullet.png) no-repeat 0px 1px;
margin-bottom:10px;
padding-left:20px;
font-size:13px;
}
.togglebox ul li ol {
padding-top: 10px;
}
.togglebox ul li ol li {
background: none;
margin-bottom: 5px;
padding-left: 0;
}
.togglebox ul li strong {
font-weight: bold;
background: none;
padding: 0;
display: block;
}
.margin-bottom {
margin-bottom: 15px;
}
#nav-shortcode-mega div.mega-box {
float: left;
width: 23%;
margin: 0 2% 2% -2px;
padding: 0;
}
#nav-shortcode-mega h3 {
padding: 7px 10px;
margin: 0 0 10px 0;
border-bottom: 1px solid #ccc;
font-size: 13px;
}
#nav-shortcode-mega div ul {
padding-left: 10px;
}
.togglebox .float-list {
width: 100%; overflow: hiddem; margin-bottom: 15px;
}
.togglebox .float-list li {
width: 20%;
float: left;
}
h2.trigger {
clear:both;
font-size: 18px;
padding: 12px;
margin:0px;
display: block;
cursor: pointer;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
border: 1px solid #cfcfcf;
position: relative;
}
h2.trigger.active {
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
border-bottom: none;
}
.trigger span{
background: transparent url(images/down.png) no-repeat center center;
width: 26px;
height: 14px;
position: absolute;
top: 50%;
/* right: -26px;*/
right: 12px;
margin-top: -7px;
opacity:0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.trigger:hover span{
opacity:1;
right: 12px;
}
.trigger.active span{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
transform:rotate(180deg);
right:10px;
opacity:1;
}
.tbl {border-top: 1px solid #ccc; margin-bottom: 20px;}
.tbl tr th {padding: 5px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-left: 1px solid #fff; text-shadow: 0 1px 0 #fff; text-transform: capitalize;
background-color: #F1F1F1; background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);}
.tbl tr th.first {border-left: 1px solid #ccc;}
.tbl tr td {padding: 5px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-left: 1px solid #fff; background: #fff; font-size: 13px; vertical-align: top;}
.tbl tr td.first {border-left: 1px solid #ccc;}
.tbl tr.odd td {background: #f9f9f9;}
.tbl tr.total td, .tbl tr td.total, .tbl tr.odd td.total, .tbl tr th.total {background: #e3f3f7;}
.demo-height {height: 1200px;}
.text-input {
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #555;
font-size: 13px;
padding: 3px;
width: 195px; margin-right: 6px;
}
.select {
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #555;
font-size: 13px;
padding: 3px;
width: 200px; margin-right: 6px;
}
#dcsns-form {
float: left;
width: 390px;
padding: 10px 15px 0 15px;
border: 1px solid #ccc;
margin-bottom: 1em;
margin-right: 30px;
background-color: #fcfcfc;
background-image: -moz-linear-gradient(center top , #fefefe, #dfdfdf);
-webkit-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
}
#dcsns-form h4 {
padding-bottom: 5px;
text-shadow: 0 0 1px #fff;
}
#dcsns-form p.border-top {
padding-top: 10px;
}
#dcsns-pre {
float: left;
width: 400px;
}
#dcsns-form p {
clear: both;
width: 100%;
overflow: hidden;
}
#dcsns-form label {
display: block;
float: left;
width: 110px;
padding-top: 3px;
}
#link-go {
cursor: pointer;
margin-right: 80px;
float: right;
font: bold 12px/14px Arial, sans-serif;
display:inline-block;
text-decoration:none;
outline:none;
padding: 4px 8px;
background-color: #4A8BF6;
background-image: -moz-linear-gradient(center top , #73a7fd, #3b84fb);
border: 1px solid #2a79fb;
color: #fff;
text-shadow: 0 1px 0 #555;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
#link-go:hover{
background-color: #4A8BF6;
background-image: -moz-linear-gradient(center top , #3b84fb, #73a7fd);
border: 1px solid #2a79fb;
color: #fff;
text-shadow: none;
}
.opacity {position: relative;}
.demo-list {position: absolute; top: 10px; right: 0; background: 0; margin: 0; padding: 0;}
.demo-list li {display: inline; background: 0; margin: 0; padding: 0;}
.demo-list li a{display: block; float: left; padding: 5px 10px; background: #555; color: #fff; margin-right: 20px;}
#adverts {width: 100%; overflow: hidden; text-align: center; margin: 0 0 15px 0; padding: 0; clear: both;}
#adverts li {display: inline; margin: 0 20px; padding: 0; background: none;}
#adverts li img {border-top: 1px solid #efefef; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #efefef;}
| 0.234231 | 0.071041 |
@font-face {
font-family: 'iconfont'; /* project id 1542236 */
src: url('https://at.alicdn.com/t/font_1542236_613yc09npbg.eot');
src: url('https://at.alicdn.com/t/font_1542236_613yc09npbg.eot?#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.woff2') format('woff2'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.woff') format('woff'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.ttf') format('truetype'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.iconshenglvehao:before {
content: "\e626";
}
.icontouxiang-:before {
content: "\e67b";
}
.icondizhi:before {
content: "\e622";
}
.iconzanwutupian:before {
content: "\e714";
}
.iconzanwutupian1-copy-copy-copy-copy-copy:before {
content: "\e607";
}
.iconshezhi1:before {
content: "\e60c";
}
.iconshezhi:before {
content: "\e605";
}
.icondatu:before {
content: "\e604";
}
.icondefault-image:before {
content: "\e61b";
}
.iconmoban:before {
content: "\e6e3";
}
.iconasmkticon0249:before {
content: "\e600";
}
.iconqianbao:before {
content: "\e603";
}
.iconzuji:before {
content: "\e636";
}
.iconzhifeiji:before {
content: "\e681";
}
.iconmoban1:before {
content: "\e6fd";
}
.iconmoban2:before {
content: "\e615";
}
.iconshoucang:before {
content: "\e60a";
}
.iconxiayi:before {
content: "\e683";
}
.iconguanbi:before {
content: "\e6c5";
}
.icontext:before {
content: "\e6ac";
}
.iconshangyi11:before {
content: "\e602";
}
.iconupon:before {
content: "\e601";
}
.iconhao:before {
content: "\e66e";
}
.iconguanbi2:before {
content: "\e658";
}
.icondanxiangxuanze1:before {
content: "\e60b";
}
.icontupian2:before {
content: "\e61a";
}
.iconfujian1:before {
content: "\e634";
}
.iconshipin1:before {
content: "\e794";
}
.iconicon-test:before {
content: "\e638";
}
.iconicon-test1:before {
content: "\e640";
}
.iconwenzi:before {
content: "\e856";
}
.iconduoxiangxuanze:before {
content: "\e609";
}
|
src/common/iconfont/iconfont.css
|
@font-face {
font-family: 'iconfont'; /* project id 1542236 */
src: url('https://at.alicdn.com/t/font_1542236_613yc09npbg.eot');
src: url('https://at.alicdn.com/t/font_1542236_613yc09npbg.eot?#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.woff2') format('woff2'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.woff') format('woff'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.ttf') format('truetype'),
url('https://at.alicdn.com/t/font_1542236_613yc09npbg.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.iconshenglvehao:before {
content: "\e626";
}
.icontouxiang-:before {
content: "\e67b";
}
.icondizhi:before {
content: "\e622";
}
.iconzanwutupian:before {
content: "\e714";
}
.iconzanwutupian1-copy-copy-copy-copy-copy:before {
content: "\e607";
}
.iconshezhi1:before {
content: "\e60c";
}
.iconshezhi:before {
content: "\e605";
}
.icondatu:before {
content: "\e604";
}
.icondefault-image:before {
content: "\e61b";
}
.iconmoban:before {
content: "\e6e3";
}
.iconasmkticon0249:before {
content: "\e600";
}
.iconqianbao:before {
content: "\e603";
}
.iconzuji:before {
content: "\e636";
}
.iconzhifeiji:before {
content: "\e681";
}
.iconmoban1:before {
content: "\e6fd";
}
.iconmoban2:before {
content: "\e615";
}
.iconshoucang:before {
content: "\e60a";
}
.iconxiayi:before {
content: "\e683";
}
.iconguanbi:before {
content: "\e6c5";
}
.icontext:before {
content: "\e6ac";
}
.iconshangyi11:before {
content: "\e602";
}
.iconupon:before {
content: "\e601";
}
.iconhao:before {
content: "\e66e";
}
.iconguanbi2:before {
content: "\e658";
}
.icondanxiangxuanze1:before {
content: "\e60b";
}
.icontupian2:before {
content: "\e61a";
}
.iconfujian1:before {
content: "\e634";
}
.iconshipin1:before {
content: "\e794";
}
.iconicon-test:before {
content: "\e638";
}
.iconicon-test1:before {
content: "\e640";
}
.iconwenzi:before {
content: "\e856";
}
.iconduoxiangxuanze:before {
content: "\e609";
}
| 0.286868 | 0.209955 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: black;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.app-container {
display: flex;
flex-direction: column;
}
.header {
display: flex;
justify-content: center;
margin: 20px 0;
}
.logo {
animation: logo-spin infinite 20s linear;
height: 7vmin;
pointer-events: none;
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.fake-header {
text-align: center;
font-weight: bold;
font-size: 30px;
padding: 15px;
}
.form-container {
margin: 0 25%;
}
.search-bt {
margin-left: 10px;
}
.users-container {
display: flex;
flex-direction: column;
align-items: center;
color: white;
width: 100%;
}
.user-container {
width: 50%;
color: #000;
background-color: red;
margin: 5px;
text-align: center;
}
.user-container:hover {
cursor: pointer;
color: #fff;
font-weight: 600;
background-color: rgba(255, 0, 0, 0.507);
padding-left: 5px;
box-shadow: 1px 1px 10px 1px;
border-radius: 10px;
}
.modal-fade-in {
animation: fadeIn 2s;
position: fixed;
left: 0;
top: -300px;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.modal-fade-out {
animation: fadeOut 2s;
position: fixed;
left: 0;
top: -300px;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
}
@keyframes fadeOut {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
}
.modal-content {
width: 600px;
background-color: #fff;
}
.modal-header {
padding: 10px;
display: flex;
align-items: center;
}
.modal-title {
margin: 0;
}
.modal-body {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.modal-close-btn {
font-weight: bold;
border: none;
background-color: unset;
}
.modal-close-btn:hover {
cursor: pointer;
}
.row-content {
padding: 5px 20px;
}
.row {
display: flex;
justify-content: space-between;
}
.inline {
display: inline;
margin-bottom: 0;
}
.user-text {
color: #000;
}
|
first-solidjs-try-react/src/index.css
|
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: black;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.app-container {
display: flex;
flex-direction: column;
}
.header {
display: flex;
justify-content: center;
margin: 20px 0;
}
.logo {
animation: logo-spin infinite 20s linear;
height: 7vmin;
pointer-events: none;
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.fake-header {
text-align: center;
font-weight: bold;
font-size: 30px;
padding: 15px;
}
.form-container {
margin: 0 25%;
}
.search-bt {
margin-left: 10px;
}
.users-container {
display: flex;
flex-direction: column;
align-items: center;
color: white;
width: 100%;
}
.user-container {
width: 50%;
color: #000;
background-color: red;
margin: 5px;
text-align: center;
}
.user-container:hover {
cursor: pointer;
color: #fff;
font-weight: 600;
background-color: rgba(255, 0, 0, 0.507);
padding-left: 5px;
box-shadow: 1px 1px 10px 1px;
border-radius: 10px;
}
.modal-fade-in {
animation: fadeIn 2s;
position: fixed;
left: 0;
top: -300px;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.modal-fade-out {
animation: fadeOut 2s;
position: fixed;
left: 0;
top: -300px;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
}
@keyframes fadeOut {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
}
.modal-content {
width: 600px;
background-color: #fff;
}
.modal-header {
padding: 10px;
display: flex;
align-items: center;
}
.modal-title {
margin: 0;
}
.modal-body {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.modal-close-btn {
font-weight: bold;
border: none;
background-color: unset;
}
.modal-close-btn:hover {
cursor: pointer;
}
.row-content {
padding: 5px 20px;
}
.row {
display: flex;
justify-content: space-between;
}
.inline {
display: inline;
margin-bottom: 0;
}
.user-text {
color: #000;
}
| 0.517571 | 0.115561 |
.Switch {
position: relative;
display: block;
cursor: pointer;
/* Добавляем отступы, если пин больше трека */
padding: calc(
(
var(--vkui--size_switch_pin--regular) -
var(--vkui--size_switch_height--regular)
) / 2
);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact {
padding: calc(
(
var(--vkui--size_switch_pin--compact) -
var(--vkui--size_switch_height--compact)
) / 2
);
}
.Switch--disabled {
cursor: default;
}
.Switch__pseudo {
position: relative;
display: block;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
/**
* Пин
*/
.Switch__pseudo::before {
position: absolute;
content: "";
border-radius: 50%;
box-sizing: border-box;
background: var(--vkui--color_icon_contrast_secondary);
box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
/* Делаем пин по центру */
top: calc(
(
var(--vkui--size_switch_height--regular) -
var(--vkui--size_switch_pin--regular)
) / 2
);
left: calc(
(
var(--vkui--size_switch_height--regular) -
var(--vkui--size_switch_pin--regular)
) / 2
);
width: var(--vkui--size_switch_pin--regular);
height: var(--vkui--size_switch_pin--regular);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__pseudo::before {
top: calc(
(
var(--vkui--size_switch_height--compact) -
var(--vkui--size_switch_pin--compact)
) / 2
);
left: calc(
(
var(--vkui--size_switch_height--compact) -
var(--vkui--size_switch_pin--compact)
) / 2
);
width: var(--vkui--size_switch_pin--compact);
height: var(--vkui--size_switch_pin--compact);
}
.Switch__self:checked + .Switch__pseudo::before {
background: var(--accent, var(--vkui--color_icon_accent));
transform: translateX(
calc(
var(--vkui--size_switch_width--regular) -
var(--vkui--size_switch_height--regular)
)
);
}
/**
* Трек
*/
.Switch__pseudo::after {
content: "";
display: block;
background: var(--vkui--color_icon_tertiary_alpha);
border-radius: calc(var(--vkui--size_switch_width--regular) / 2);
width: var(--vkui--size_switch_width--regular);
height: var(--vkui--size_switch_height--regular);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__pseudo::after {
border-radius: calc(var(--vkui--size_switch_width--compact) / 2);
width: var(--vkui--size_switch_width--compact);
height: var(--vkui--size_switch_height--compact);
}
.Switch__self:checked + .Switch__pseudo::after {
opacity: 0.48;
background: var(--accent, var(--vkui--color_icon_accent));
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__self:checked + .Switch__pseudo::before {
transform: translateX(
calc(
var(--vkui--size_switch_width--compact) -
var(--vkui--size_switch_height--compact)
)
);
}
.Switch__self[disabled] + .Switch__pseudo {
opacity: var(--vkui--opacity_disable);
}
/**
* Пин
*/
.Switch--ios .Switch__pseudo::before {
background: var(--white);
box-shadow: 0 3px 8px rgb(0 0 0 / 15%), 0 3px 1px rgb(0 0 0 / 6%),
inset 0 0 0 0.5px rgb(0 0 0 / 4%);
}
.Switch--ios .Switch__self:checked + .Switch__pseudo::before {
background: var(--white);
}
/**
* Трек
*/
.Switch--ios .Switch__pseudo::after {
background: var(
--placeholder_icon_background,
var(--vkui--color_track_background)
);
}
.Switch--ios .Switch__self:checked + .Switch__pseudo::after {
opacity: 1;
}
/**
* [a11y]
* add animation for browsers that support prefers-reduced-motion
* so that users with vestibular motion disorders have no problem
* navigating accessible vkui apps via keyboard
*/
@media (prefers-reduced-motion: no-preference) {
.Switch__pseudo::after {
transition: background-color 0.1s ease;
}
.Switch__pseudo::before {
transition: transform 0.1s ease;
}
.Switch--ios .Switch__pseudo::after {
transition: background-color 0.2s ease;
}
.Switch--ios .Switch__pseudo::before {
transition: transform 0.2s cubic-bezier(0.36, -0.24, 0.26, 1.32);
}
}
/**
* CMP:
* SimpleCell
*/
.SimpleCell .Switch {
margin-left: 10px;
}
|
src/components/Switch/Switch.css
|
.Switch {
position: relative;
display: block;
cursor: pointer;
/* Добавляем отступы, если пин больше трека */
padding: calc(
(
var(--vkui--size_switch_pin--regular) -
var(--vkui--size_switch_height--regular)
) / 2
);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact {
padding: calc(
(
var(--vkui--size_switch_pin--compact) -
var(--vkui--size_switch_height--compact)
) / 2
);
}
.Switch--disabled {
cursor: default;
}
.Switch__pseudo {
position: relative;
display: block;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
/**
* Пин
*/
.Switch__pseudo::before {
position: absolute;
content: "";
border-radius: 50%;
box-sizing: border-box;
background: var(--vkui--color_icon_contrast_secondary);
box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
/* Делаем пин по центру */
top: calc(
(
var(--vkui--size_switch_height--regular) -
var(--vkui--size_switch_pin--regular)
) / 2
);
left: calc(
(
var(--vkui--size_switch_height--regular) -
var(--vkui--size_switch_pin--regular)
) / 2
);
width: var(--vkui--size_switch_pin--regular);
height: var(--vkui--size_switch_pin--regular);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__pseudo::before {
top: calc(
(
var(--vkui--size_switch_height--compact) -
var(--vkui--size_switch_pin--compact)
) / 2
);
left: calc(
(
var(--vkui--size_switch_height--compact) -
var(--vkui--size_switch_pin--compact)
) / 2
);
width: var(--vkui--size_switch_pin--compact);
height: var(--vkui--size_switch_pin--compact);
}
.Switch__self:checked + .Switch__pseudo::before {
background: var(--accent, var(--vkui--color_icon_accent));
transform: translateX(
calc(
var(--vkui--size_switch_width--regular) -
var(--vkui--size_switch_height--regular)
)
);
}
/**
* Трек
*/
.Switch__pseudo::after {
content: "";
display: block;
background: var(--vkui--color_icon_tertiary_alpha);
border-radius: calc(var(--vkui--size_switch_width--regular) / 2);
width: var(--vkui--size_switch_width--regular);
height: var(--vkui--size_switch_height--regular);
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__pseudo::after {
border-radius: calc(var(--vkui--size_switch_width--compact) / 2);
width: var(--vkui--size_switch_width--compact);
height: var(--vkui--size_switch_height--compact);
}
.Switch__self:checked + .Switch__pseudo::after {
opacity: 0.48;
background: var(--accent, var(--vkui--color_icon_accent));
}
/* TODO: v5 новая адаптивность */
.Switch--sizeY-compact .Switch__self:checked + .Switch__pseudo::before {
transform: translateX(
calc(
var(--vkui--size_switch_width--compact) -
var(--vkui--size_switch_height--compact)
)
);
}
.Switch__self[disabled] + .Switch__pseudo {
opacity: var(--vkui--opacity_disable);
}
/**
* Пин
*/
.Switch--ios .Switch__pseudo::before {
background: var(--white);
box-shadow: 0 3px 8px rgb(0 0 0 / 15%), 0 3px 1px rgb(0 0 0 / 6%),
inset 0 0 0 0.5px rgb(0 0 0 / 4%);
}
.Switch--ios .Switch__self:checked + .Switch__pseudo::before {
background: var(--white);
}
/**
* Трек
*/
.Switch--ios .Switch__pseudo::after {
background: var(
--placeholder_icon_background,
var(--vkui--color_track_background)
);
}
.Switch--ios .Switch__self:checked + .Switch__pseudo::after {
opacity: 1;
}
/**
* [a11y]
* add animation for browsers that support prefers-reduced-motion
* so that users with vestibular motion disorders have no problem
* navigating accessible vkui apps via keyboard
*/
@media (prefers-reduced-motion: no-preference) {
.Switch__pseudo::after {
transition: background-color 0.1s ease;
}
.Switch__pseudo::before {
transition: transform 0.1s ease;
}
.Switch--ios .Switch__pseudo::after {
transition: background-color 0.2s ease;
}
.Switch--ios .Switch__pseudo::before {
transition: transform 0.2s cubic-bezier(0.36, -0.24, 0.26, 1.32);
}
}
/**
* CMP:
* SimpleCell
*/
.SimpleCell .Switch {
margin-left: 10px;
}
| 0.366817 | 0.090173 |
@import '../fonts.css';
/* Add */
*{
margin: 0;
box-sizing: border-box;
padding: 0;
}
a:link, :visited, :active {
color: rgb(36, 36, 36);
transition: .5s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.container-master{
width: 100%;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
}
/* Form */
.form {
width: 100%;
max-width: 1000px;
padding: 20px 5px;
margin: 10px auto;
background-color: #1d1d1d;
color: white;
border-radius: 8px;
font-family: Poppins-Thin;
-webkit-box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
}
.form fieldset{
border: none;
}
.form legend {
font-size: 1.4em;
margin-bottom: 10px;
}
.form label {
display: block;
margin-bottom: 8px;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="time"],
.form input[type="url"],
.form input[type="password"],
.form input[type="file"],
.form textarea,
.form select,
.form label {
font-family: Poppins-Regular;
background: rgba(255,255,255,.1);
border: none;
border-radius: 4px;
font-size: 1em;
margin: 0;
outline: 0;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #2b2b2b;
transition: .2s;
color:#999999;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
margin-bottom: 15px;
}
.form textarea{
height: 100px;
resize: none;
}
.form input[type="text"]:focus,
.form input[type="date"]:focus,
.form input[type="datetime"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="time"]:focus,
.form input[type="url"]:focus,
.form input[type="password"]:focus,
.form input[type="file"]:focus,
.form textarea:focus,
.form select:focus
.form label.active {
background-color: #222222;
transition: .2s;
}
.form select{
-webkit-appearance: menulist-button;
}
.images{
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
}
.images img{
max-width: 450px;
width: 100%;
margin: 5px 0;
border-radius: 5px;
}
.error{
background-color: #f89ea5;
border-radius: 4px;
color: #990101;
margin: 10px 0;
padding: 10px 15px;
font-weight: bold;
font-size: .9em;
display: none;
letter-spacing: 1px;
border: .7px solid #990101;
font-family: Poppins-Regular,sans-serif;
}
.form .number {
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-radius: 15px 15px 15px 0px;
}
.form input[type="submit"],
.form input[type="button"]{
font-family: Poppins-Regular;
padding: 10px 0;
color: #FFF;
background: #fa073c;
transition: .2s;
font-size: 18px;
font-style: normal;
border: none;
cursor: pointer;
margin: 0 10px;
margin-bottom: 10px;
border-radius: 4px;
}
.form input[type="submit"]:hover,
.form input[type="button"]:hover{
background: #c4002a;
transition: .2s;
}
.form a{
color: #9e9e9e;
}
.title{
color: #EAEAEA;
padding-left: 30px;
padding-right: 30px;
font-family: Poppins-Bold;
}
.form label{
font-family: Poppins-Thin;
font-style: normal;
color:#7c7c7c;
font-weight: 100;
}
#form form{
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
#form form > #name, #form form > #fileLabel,#form form > #desc{
margin: 0 10px 15px;
}
#form form > div{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#form form > div input, #form form > div select{
margin: 0 10px 15px;
}
.address-1 > input,.address-1 > select{
flex-grow: 1;
flex-basis: 0;
}
.address-2 > input,.money > input{
flex-grow: 1;
flex-basis: 0;
}
.address-2 > #street{
flex-grow: 1.5;
flex-basis: 0;
}
.fileSel{
background-color: #999999 !important;
color: #1d1d1d !important;
font-weight: bold !important;
}
.form form input[type="submit"]{
flex-grow: 1;
}
@media screen and (max-width:380px){
.form form{
display: block;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="time"],
.form input[type="url"],
.form input[type="password"],
.form input[type="file"],
.form textarea,
.form select,
.form label {
width: 90% !important;
font-size: 12px;
word-break: break-all;
word-wrap: wrap;
}
#form form > div{
flex-direction: column;
}
#form form input[type='submit']{
font-size: 14px;
}
.title{
font-size: 1.3em;
}
.container-master{
padding: 0px;
}
}
|
GellaGuella/public/css/adm/admAdd.css
|
@import '../fonts.css';
/* Add */
*{
margin: 0;
box-sizing: border-box;
padding: 0;
}
a:link, :visited, :active {
color: rgb(36, 36, 36);
transition: .5s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.container-master{
width: 100%;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
}
/* Form */
.form {
width: 100%;
max-width: 1000px;
padding: 20px 5px;
margin: 10px auto;
background-color: #1d1d1d;
color: white;
border-radius: 8px;
font-family: Poppins-Thin;
-webkit-box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
box-shadow: 10px 10px 10px 2px rgba(0,0,0,0.25);
}
.form fieldset{
border: none;
}
.form legend {
font-size: 1.4em;
margin-bottom: 10px;
}
.form label {
display: block;
margin-bottom: 8px;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="time"],
.form input[type="url"],
.form input[type="password"],
.form input[type="file"],
.form textarea,
.form select,
.form label {
font-family: Poppins-Regular;
background: rgba(255,255,255,.1);
border: none;
border-radius: 4px;
font-size: 1em;
margin: 0;
outline: 0;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #2b2b2b;
transition: .2s;
color:#999999;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
margin-bottom: 15px;
}
.form textarea{
height: 100px;
resize: none;
}
.form input[type="text"]:focus,
.form input[type="date"]:focus,
.form input[type="datetime"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="time"]:focus,
.form input[type="url"]:focus,
.form input[type="password"]:focus,
.form input[type="file"]:focus,
.form textarea:focus,
.form select:focus
.form label.active {
background-color: #222222;
transition: .2s;
}
.form select{
-webkit-appearance: menulist-button;
}
.images{
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
}
.images img{
max-width: 450px;
width: 100%;
margin: 5px 0;
border-radius: 5px;
}
.error{
background-color: #f89ea5;
border-radius: 4px;
color: #990101;
margin: 10px 0;
padding: 10px 15px;
font-weight: bold;
font-size: .9em;
display: none;
letter-spacing: 1px;
border: .7px solid #990101;
font-family: Poppins-Regular,sans-serif;
}
.form .number {
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-radius: 15px 15px 15px 0px;
}
.form input[type="submit"],
.form input[type="button"]{
font-family: Poppins-Regular;
padding: 10px 0;
color: #FFF;
background: #fa073c;
transition: .2s;
font-size: 18px;
font-style: normal;
border: none;
cursor: pointer;
margin: 0 10px;
margin-bottom: 10px;
border-radius: 4px;
}
.form input[type="submit"]:hover,
.form input[type="button"]:hover{
background: #c4002a;
transition: .2s;
}
.form a{
color: #9e9e9e;
}
.title{
color: #EAEAEA;
padding-left: 30px;
padding-right: 30px;
font-family: Poppins-Bold;
}
.form label{
font-family: Poppins-Thin;
font-style: normal;
color:#7c7c7c;
font-weight: 100;
}
#form form{
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
#form form > #name, #form form > #fileLabel,#form form > #desc{
margin: 0 10px 15px;
}
#form form > div{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#form form > div input, #form form > div select{
margin: 0 10px 15px;
}
.address-1 > input,.address-1 > select{
flex-grow: 1;
flex-basis: 0;
}
.address-2 > input,.money > input{
flex-grow: 1;
flex-basis: 0;
}
.address-2 > #street{
flex-grow: 1.5;
flex-basis: 0;
}
.fileSel{
background-color: #999999 !important;
color: #1d1d1d !important;
font-weight: bold !important;
}
.form form input[type="submit"]{
flex-grow: 1;
}
@media screen and (max-width:380px){
.form form{
display: block;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="time"],
.form input[type="url"],
.form input[type="password"],
.form input[type="file"],
.form textarea,
.form select,
.form label {
width: 90% !important;
font-size: 12px;
word-break: break-all;
word-wrap: wrap;
}
#form form > div{
flex-direction: column;
}
#form form input[type='submit']{
font-size: 14px;
}
.title{
font-size: 1.3em;
}
.container-master{
padding: 0px;
}
}
| 0.164819 | 0.061621 |
.RealEstateTable{margin:0;}
.RealEstateContentCell{color:black;padding:6px;padding-top:10px;background-color:#fefefe;}
.RealEstateContentCellAlternate{color:black;padding:6px;background-color:#e7ffce;}
.ilanistatistik{font-size:10px;}
div.hr{margin:4px 0 4px 0;padding:0;height:1px;font-size:1px;background-image:url(/images/hdot.gif);}
.Normal .RealEstateCity{text-transform:uppercase;}
.Normal .RealEstateLink a:link,.Normal .RealEstateLink a:active,.Normal .RealEstateLink a:visited{color:#f27606;font-weight:bold;}
.RealEstateLink{font-size:12px;}
.bed{background:url("images/icon_bed.gif") right center no-repeat;}
.bath{background:url("images/icon_bath.gif") right center no-repeat;}
.car{background:url("images/icon_car.gif") right center no-repeat;}
a.arrowLink:link,a.arrowLink:visited,a.arrowLink:active{background:url("images/icon_arrow.gif") no-repeat 3px 7px;margin:2px 10px 2px 0;padding:2px 2px 2px 18px;}
.photo_198{border:4px solid #fff;}
.album-frame .topx----,.album-frame .top----x,.album-frame .botx----,.album-frame .bot----x{height:14px;width:14px;}
.album-frame .top-x---{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);text-align:left;height:14px;width:auto;}
.album-frame .top--x--{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);height:14px;width:auto;}
.album-frame .top---x-{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);text-align:right;height:14px;width:auto;}
.album-frame .mtpx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);vertical-align:top;height:auto;width:14px;}
.album-frame .mtp----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);vertical-align:top;height:auto;width:14px;}
.album-frame .midx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);height:auto;width:14px;}
.album-frame .mid----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);height:auto;width:14px;}
.album-frame .mbtx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);vertical-align:bottom;height:auto;width:14px;}
.album-frame .mbt----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);vertical-align:bottom;height:auto;width:14px;}
.album-frame .bot-x---{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);text-align:right;height:14px;width:auto;}
.album-frame .bot--x--{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);height:14px;width:auto;}
.album-frame .bot---x-{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);text-align:left;height:14px;width:auto;}
.photo-frame{margin:0;padding:0;border:0;border-collapse:collapse;}
.photo-frame TD{margin:0;padding:0;}
.photo-frame .topx--{background-repeat:no-repeat;background-image:url(images/borders/frame-topx--.gif);width:auto;height:4px;vertical-align:top;}
.photo-frame .top-x-{background-repeat:repeat-x;background-image:url(images/borders/frame-top-x-.gif);width:auto;height:4px;}
.photo-frame .top--x{background-repeat:no-repeat;background-image:url(images/borders/frame-top--x.gif);width:auto;height:4px;vertical-align:top;}
.photo-frame .midx--{background-repeat:repeat-y;background-image:url(images/borders/frame-midx--.gif);width:4px;height:auto;}
.photo-frame .mid--x{background-repeat:repeat-y;background-image:url(images/borders/frame-mid--x.gif);width:4px;height:auto;}
.photo-frame .botx--{background-repeat:no-repeat;background-image:url(images/borders/frame-botx--.gif);width:4px;height:4px;vertical-align:top;}
.photo-frame .bot-x-{background-repeat:repeat-x;background-image:url(images/borders/frame-bot-x-.gif);width:auto;height:4px;}
.photo-frame .bot--x{background-repeat:no-repeat;background-image:url(images/borders/frame-bot--x.gif);width:4px;height:4px;vertical-align:bottom;}
#lightbox{position:absolute;top:40px;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#lightbox a img{border:none;}
#outerImageContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#imageContainer{padding:10px;}
#loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}
#loading #loadingLink{width:32px;height:32px;background:url(images/lightbox/loading.gif) no-repeat;}
#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#imageContainer>#hoverNav{left:0;}
#hoverNav a{outline:none;}
#prevLink,#nextLink{width:49%;height:100%;background:transparent url(images/lightbox/blank.gif) no-repeat;display:block;}
#prevLink{left:0;float:left;}
#nextLink{right:0;float:right;}
#prevLink:hover,#prevLink:visited:hover{background:url(images/lightbox/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover,#nextLink:visited:hover{background:url(images/lightbox/nextlabel.gif) right 15% no-repeat;}
#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;}
#imageData{padding:0 10px;}
#imageData #imageDetails{width:70%;float:left;text-align:left;}
#imageData #caption{font-weight:bold;}
#imageData #numberDisplay{display:block;clear:left;padding-bottom:1.0em;}
#imageData #bottomNavClose{width:66px;height:22px;float:right;padding-bottom:.7em;background:url(images/lightbox/closelabel.gif) no-repeat;}
#overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html>body .clearfix{display:inline-block;width:100%;}
* html .clearfix{/* Hides from IE-mac \*/ height:1%;/* End hide from IE-mac */;}
.telefon{border:1px solid #999;width:350px;font-size:12px;background-color:#ffdba4;}
.style1{font-size:12px;}
.style2{font-size:12px;font-weight:bold;}
.yorum{border:1px solid #999;width:350px;font-size:12px;}
|
Templates/Melih/Template.css
|
.RealEstateTable{margin:0;}
.RealEstateContentCell{color:black;padding:6px;padding-top:10px;background-color:#fefefe;}
.RealEstateContentCellAlternate{color:black;padding:6px;background-color:#e7ffce;}
.ilanistatistik{font-size:10px;}
div.hr{margin:4px 0 4px 0;padding:0;height:1px;font-size:1px;background-image:url(/images/hdot.gif);}
.Normal .RealEstateCity{text-transform:uppercase;}
.Normal .RealEstateLink a:link,.Normal .RealEstateLink a:active,.Normal .RealEstateLink a:visited{color:#f27606;font-weight:bold;}
.RealEstateLink{font-size:12px;}
.bed{background:url("images/icon_bed.gif") right center no-repeat;}
.bath{background:url("images/icon_bath.gif") right center no-repeat;}
.car{background:url("images/icon_car.gif") right center no-repeat;}
a.arrowLink:link,a.arrowLink:visited,a.arrowLink:active{background:url("images/icon_arrow.gif") no-repeat 3px 7px;margin:2px 10px 2px 0;padding:2px 2px 2px 18px;}
.photo_198{border:4px solid #fff;}
.album-frame .topx----,.album-frame .top----x,.album-frame .botx----,.album-frame .bot----x{height:14px;width:14px;}
.album-frame .top-x---{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);text-align:left;height:14px;width:auto;}
.album-frame .top--x--{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);height:14px;width:auto;}
.album-frame .top---x-{background-repeat:repeat-x;background-image:url(images/borders/album-tstretch.gif);text-align:right;height:14px;width:auto;}
.album-frame .mtpx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);vertical-align:top;height:auto;width:14px;}
.album-frame .mtp----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);vertical-align:top;height:auto;width:14px;}
.album-frame .midx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);height:auto;width:14px;}
.album-frame .mid----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);height:auto;width:14px;}
.album-frame .mbtx----{background-repeat:repeat-y;background-image:url(images/borders/album-lstretch.gif);vertical-align:bottom;height:auto;width:14px;}
.album-frame .mbt----x{background-repeat:repeat-y;background-image:url(images/borders/album-rstretch.gif);vertical-align:bottom;height:auto;width:14px;}
.album-frame .bot-x---{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);text-align:right;height:14px;width:auto;}
.album-frame .bot--x--{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);height:14px;width:auto;}
.album-frame .bot---x-{background-repeat:repeat-x;background-image:url(images/borders/album-bstretch.gif);text-align:left;height:14px;width:auto;}
.photo-frame{margin:0;padding:0;border:0;border-collapse:collapse;}
.photo-frame TD{margin:0;padding:0;}
.photo-frame .topx--{background-repeat:no-repeat;background-image:url(images/borders/frame-topx--.gif);width:auto;height:4px;vertical-align:top;}
.photo-frame .top-x-{background-repeat:repeat-x;background-image:url(images/borders/frame-top-x-.gif);width:auto;height:4px;}
.photo-frame .top--x{background-repeat:no-repeat;background-image:url(images/borders/frame-top--x.gif);width:auto;height:4px;vertical-align:top;}
.photo-frame .midx--{background-repeat:repeat-y;background-image:url(images/borders/frame-midx--.gif);width:4px;height:auto;}
.photo-frame .mid--x{background-repeat:repeat-y;background-image:url(images/borders/frame-mid--x.gif);width:4px;height:auto;}
.photo-frame .botx--{background-repeat:no-repeat;background-image:url(images/borders/frame-botx--.gif);width:4px;height:4px;vertical-align:top;}
.photo-frame .bot-x-{background-repeat:repeat-x;background-image:url(images/borders/frame-bot-x-.gif);width:auto;height:4px;}
.photo-frame .bot--x{background-repeat:no-repeat;background-image:url(images/borders/frame-bot--x.gif);width:4px;height:4px;vertical-align:bottom;}
#lightbox{position:absolute;top:40px;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#lightbox a img{border:none;}
#outerImageContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#imageContainer{padding:10px;}
#loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}
#loading #loadingLink{width:32px;height:32px;background:url(images/lightbox/loading.gif) no-repeat;}
#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#imageContainer>#hoverNav{left:0;}
#hoverNav a{outline:none;}
#prevLink,#nextLink{width:49%;height:100%;background:transparent url(images/lightbox/blank.gif) no-repeat;display:block;}
#prevLink{left:0;float:left;}
#nextLink{right:0;float:right;}
#prevLink:hover,#prevLink:visited:hover{background:url(images/lightbox/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover,#nextLink:visited:hover{background:url(images/lightbox/nextlabel.gif) right 15% no-repeat;}
#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;}
#imageData{padding:0 10px;}
#imageData #imageDetails{width:70%;float:left;text-align:left;}
#imageData #caption{font-weight:bold;}
#imageData #numberDisplay{display:block;clear:left;padding-bottom:1.0em;}
#imageData #bottomNavClose{width:66px;height:22px;float:right;padding-bottom:.7em;background:url(images/lightbox/closelabel.gif) no-repeat;}
#overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html>body .clearfix{display:inline-block;width:100%;}
* html .clearfix{/* Hides from IE-mac \*/ height:1%;/* End hide from IE-mac */;}
.telefon{border:1px solid #999;width:350px;font-size:12px;background-color:#ffdba4;}
.style1{font-size:12px;}
.style2{font-size:12px;font-weight:bold;}
.yorum{border:1px solid #999;width:350px;font-size:12px;}
| 0.269518 | 0.109706 |
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
/* Your CSS rules go here */
body {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
}
main {
padding-left: 0;
padding-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Raleway, Helvetica, Arial, sans-serif;
}
/* H1 Rules */
h1 {
color: white;
font-weight: 100;
margin: 0 0 0 0px;
}
@media (min-width: 768px) {
h1 {
color: black;
font-size: 3em;
}
}
@media (min-width: 992px) {
h1 {
font-size: 4em;
}
}
@media (min-width: 1200px) {
h1 {
font-size: 5em;
}
}
/* Paragraph Rules */
p {
color: white;
line-height: 1.43;
margin-top: 0px;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
p {
color: black;
max-width: 50%;
}
}
@media (min-width: 992px) {} @media (min-width: 1200px) {}
/* "Get Yours Now" Button Rules */
#getYours {
display: none;
margin: 0;
}
@media (min-width: 768px) {
#getYours {
display: block;
font-family: Raleway, Helvetica, Arial, sans-serif;
background-color: #814236;
border: #391d18;
padding: 10px;
}
#getYours:hover {
background-color: #5d3027;
}
a:link,
a:visited,
a:hover {
color: white;
text-decoration: none;
}
}
/* Header Rules */
header {
padding: 20px;
margin-top: 2.5rem;
background: brown;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(#391D18, #814236);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#391D18, #814236);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#391D18, #814236);
/* For Firefox 3.6 to 15 */
background: linear-gradient(#391D18, #814236);
/* Standard syntax */
}
@media (min-width: 768px) {
header {
padding: 100px 20px 20px 50px;
margin-top: 0px;
background-image: url("../img/pencil-header-sm.jpg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
}
}
@media (min-width: 992px) {
header {
background-image: url("../img/pencil-header-md.jpg");
}
}
@media (min-width: 1200px) {
header {
background-image: url("../img/pencil-header-lg.jpg");
}
}
/* Navigation Bar Rules */
#navi {
z-index: 5;
color: white;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 1.9rem;
background-color: #391D18;
padding-top: 15px;
}
#navi li {
padding: 20px 3% 0px 10px;
}
#navi li,
#navi ul {
display: inline;
list-style: none;
}
#navi a:link,
#navi a:visited {
color: #dfdfdf;
text-decoration: none;
}
#navi a:hover {
color: white;
}
@media (min-width: 768px) {
#navi {
left: 50%;
z-index: -1;
width: 10%;
}
}
#shoppingCart {
float: right;
margin-right: 20px;
}
/* Section and Section Flexbox Rules */
section {
margin: 2.5rem 3rem 1rem 3rem;
}
h2 {
font-variant: small-caps;
text-align: center;
padding: 2rem 0rem 0rem 0rem;
margin-top: 0;
padding-top: 60px;
}
.flex-container {
margin: 0;
padding: 0px;
padding-bottom: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: center;
list-style: none;
-webkit-align-content: space-between;
/* Safari */
align-content: space-between;
}
.flex-item {
margin: 0.5rem;
background-color: white;
flex-grow: 1;
flex-basis: 0;
min-width: 200px;
padding: 15px;
border-radius: 3px;
text-align: left;
border: 1px solid #dfdfdf;
}
/*Features Code */
@media (min-width: 768px) {
#features .flex-container {
flex-direction: row;
-webkit-flex-wrap: wrap;
/* Safari */
flex-wrap: wrap;
}
#features .flex-item {
text-align: center;
flex-basis: 40%;
}
}
@media (min-width: 1200px) {
#features .flex-container {
flex-direction: row;
-webkit-flex-wrap: nowrap;
/* Safari */
flex-wrap: nowrap;
}
#features .flex-item {
text-align: center;
}
}
#features,
#testimonials {
background-color: #f8f8f8;
margin-top: 0px;
margin-bottom: 0px;
}
/*Uses Code */
#uses {
background-color: #ebebeb;
margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 992px) {
#uses .flex-container,
#testimonials .flex-container {
flex-direction: row;
-webkit-flex-wrap: wrap;
/* Safari */
flex-wrap: wrap;
}
#uses .flex-item {
text-align: center;
flex-basis: 40%;
}
#testimonials .flex-item {
flex-basis: 25%;
}
}
#img1,
#img2,
#img3,
#img4 {
background-size: 100% 150px;
background-repeat: no-repeat;
background-position: top;
}
#img1 {
background-image: url("../img/note-taking.jpg");
}
#img2 {
background-image: url("../img/art.jpg");
}
#img3 {
background-image: url("../img/drafting.jpg");
}
#img4 {
background-image: url("../img/coloring.jpg");
}
svg {
fill: #814236;
height: 60px;
float: left;
padding: 10px 10px 40px 10px;
}
#uses .flex-item {
text-align: left;
padding-top: 160px;
}
@media (min-width: 768px) {
svg {
float: none;
}
}
h3 {
padding: 0;
margin: 0;
}
/*Testimonials Code*/
#testimonials .flex-item {
background-color: #f8f8f8;
border: none;
}
#testimonials h3 {
display: inline;
}
#testimonials span {
color: #999999;
font-size: 80%;
padding-left: 5px;
}
#testimonials p {
color: black;
padding: 0 0 0 100px;
margin: 0;
max-width: 100%;
}
.gravatar {
float: left;
padding: 10px;
border-radius: 100%;
}
/* Footer Code */
#footer {
margin-top: 0px;
color: #eeeeee;
background-color: #391d18;
padding: 20px;
}
#footer a:link,
#footer a:visited {
color: #aaaaaa;
text-decoration: none;
}
#footer a:hover {
color: #ffffff;
}
#footer p {
color: white;
}
#footer ul {
float: none;
padding: 0;
}
#footer li {
font-size: 20px;
display: inline;
list-style: none;
padding: 5px;
}
@media (min-width: 768px) {
#footer ul {
float: right;
}
}
|
pencil/css/style.css
|
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
/* Your CSS rules go here */
body {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
}
main {
padding-left: 0;
padding-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Raleway, Helvetica, Arial, sans-serif;
}
/* H1 Rules */
h1 {
color: white;
font-weight: 100;
margin: 0 0 0 0px;
}
@media (min-width: 768px) {
h1 {
color: black;
font-size: 3em;
}
}
@media (min-width: 992px) {
h1 {
font-size: 4em;
}
}
@media (min-width: 1200px) {
h1 {
font-size: 5em;
}
}
/* Paragraph Rules */
p {
color: white;
line-height: 1.43;
margin-top: 0px;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
p {
color: black;
max-width: 50%;
}
}
@media (min-width: 992px) {} @media (min-width: 1200px) {}
/* "Get Yours Now" Button Rules */
#getYours {
display: none;
margin: 0;
}
@media (min-width: 768px) {
#getYours {
display: block;
font-family: Raleway, Helvetica, Arial, sans-serif;
background-color: #814236;
border: #391d18;
padding: 10px;
}
#getYours:hover {
background-color: #5d3027;
}
a:link,
a:visited,
a:hover {
color: white;
text-decoration: none;
}
}
/* Header Rules */
header {
padding: 20px;
margin-top: 2.5rem;
background: brown;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(#391D18, #814236);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#391D18, #814236);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#391D18, #814236);
/* For Firefox 3.6 to 15 */
background: linear-gradient(#391D18, #814236);
/* Standard syntax */
}
@media (min-width: 768px) {
header {
padding: 100px 20px 20px 50px;
margin-top: 0px;
background-image: url("../img/pencil-header-sm.jpg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
}
}
@media (min-width: 992px) {
header {
background-image: url("../img/pencil-header-md.jpg");
}
}
@media (min-width: 1200px) {
header {
background-image: url("../img/pencil-header-lg.jpg");
}
}
/* Navigation Bar Rules */
#navi {
z-index: 5;
color: white;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 1.9rem;
background-color: #391D18;
padding-top: 15px;
}
#navi li {
padding: 20px 3% 0px 10px;
}
#navi li,
#navi ul {
display: inline;
list-style: none;
}
#navi a:link,
#navi a:visited {
color: #dfdfdf;
text-decoration: none;
}
#navi a:hover {
color: white;
}
@media (min-width: 768px) {
#navi {
left: 50%;
z-index: -1;
width: 10%;
}
}
#shoppingCart {
float: right;
margin-right: 20px;
}
/* Section and Section Flexbox Rules */
section {
margin: 2.5rem 3rem 1rem 3rem;
}
h2 {
font-variant: small-caps;
text-align: center;
padding: 2rem 0rem 0rem 0rem;
margin-top: 0;
padding-top: 60px;
}
.flex-container {
margin: 0;
padding: 0px;
padding-bottom: 15px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: center;
list-style: none;
-webkit-align-content: space-between;
/* Safari */
align-content: space-between;
}
.flex-item {
margin: 0.5rem;
background-color: white;
flex-grow: 1;
flex-basis: 0;
min-width: 200px;
padding: 15px;
border-radius: 3px;
text-align: left;
border: 1px solid #dfdfdf;
}
/*Features Code */
@media (min-width: 768px) {
#features .flex-container {
flex-direction: row;
-webkit-flex-wrap: wrap;
/* Safari */
flex-wrap: wrap;
}
#features .flex-item {
text-align: center;
flex-basis: 40%;
}
}
@media (min-width: 1200px) {
#features .flex-container {
flex-direction: row;
-webkit-flex-wrap: nowrap;
/* Safari */
flex-wrap: nowrap;
}
#features .flex-item {
text-align: center;
}
}
#features,
#testimonials {
background-color: #f8f8f8;
margin-top: 0px;
margin-bottom: 0px;
}
/*Uses Code */
#uses {
background-color: #ebebeb;
margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 992px) {
#uses .flex-container,
#testimonials .flex-container {
flex-direction: row;
-webkit-flex-wrap: wrap;
/* Safari */
flex-wrap: wrap;
}
#uses .flex-item {
text-align: center;
flex-basis: 40%;
}
#testimonials .flex-item {
flex-basis: 25%;
}
}
#img1,
#img2,
#img3,
#img4 {
background-size: 100% 150px;
background-repeat: no-repeat;
background-position: top;
}
#img1 {
background-image: url("../img/note-taking.jpg");
}
#img2 {
background-image: url("../img/art.jpg");
}
#img3 {
background-image: url("../img/drafting.jpg");
}
#img4 {
background-image: url("../img/coloring.jpg");
}
svg {
fill: #814236;
height: 60px;
float: left;
padding: 10px 10px 40px 10px;
}
#uses .flex-item {
text-align: left;
padding-top: 160px;
}
@media (min-width: 768px) {
svg {
float: none;
}
}
h3 {
padding: 0;
margin: 0;
}
/*Testimonials Code*/
#testimonials .flex-item {
background-color: #f8f8f8;
border: none;
}
#testimonials h3 {
display: inline;
}
#testimonials span {
color: #999999;
font-size: 80%;
padding-left: 5px;
}
#testimonials p {
color: black;
padding: 0 0 0 100px;
margin: 0;
max-width: 100%;
}
.gravatar {
float: left;
padding: 10px;
border-radius: 100%;
}
/* Footer Code */
#footer {
margin-top: 0px;
color: #eeeeee;
background-color: #391d18;
padding: 20px;
}
#footer a:link,
#footer a:visited {
color: #aaaaaa;
text-decoration: none;
}
#footer a:hover {
color: #ffffff;
}
#footer p {
color: white;
}
#footer ul {
float: none;
padding: 0;
}
#footer li {
font-size: 20px;
display: inline;
list-style: none;
padding: 5px;
}
@media (min-width: 768px) {
#footer ul {
float: right;
}
}
| 0.343232 | 0.071235 |
.header-fixed {
background-color: #292c2f;
box-shadow: 0 1px 1px #ccc;
padding: 20px 40px;
height: 80px;
color: #ffffff;
box-sizing: border-box;
top: -100px;
-webkit-transition: top 0.3s;
transition: top 0.3s;
}
.header-fixed .header-limiter {
max-width: 1200px;
text-align: center;
margin: 0 auto;
}
/* The header placeholder. It is displayed when the header is fixed to the top of the
browser window, in order to prevent the content of the page from jumping up. */
.header-fixed-placeholder {
height: 80px;
display: none;
}
/* Logo */
.header-fixed .header-limiter h1 {
float: left;
font: normal 28px Cookie, Arial, Helvetica, sans-serif;
line-height: 40px;
margin: 0;
}
.header-fixed .header-limiter h1 span {
color: #5383d3;
}
/* The navigation links */
.header-fixed .header-limiter a {
color: #ffffff;
text-decoration: none;
}
.header-fixed .header-limiter nav {
font: 16px Arial, Helvetica, sans-serif;
line-height: 40px;
float: right;
}
.header-fixed .header-limiter nav a {
display: inline-block;
padding: 0 5px;
text-decoration: none;
color: #ffffff;
opacity: 0.9;
}
.header-fixed .header-limiter nav a:hover {
opacity: 1;
}
.header-fixed .header-limiter nav a.selected {
color: #608bd2;
pointer-events: none;
opacity: 1;
}
/* Fixed version of the header */
body.fixed .header-fixed {
padding: 10px 40px;
height: 50px;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1;
}
body.fixed .header-fixed-placeholder {
display: block;
}
body.fixed .header-fixed .header-limiter h1 {
font-size: 24px;
line-height: 30px;
}
body.fixed .header-fixed .header-limiter nav {
line-height: 28px;
font-size: 13px;
}
h1 span {
color: #296ee4;
}
/* Making the header responsive */
@media all and (max-width: 600px) {
.header-fixed {
padding: 20px 0;
height: 75px;
}
.header-fixed .header-limiter h1 {
float: none;
margin: -8px 0 10px;
text-align: center;
font-size: 24px;
line-height: 1;
}
.header-fixed .header-limiter nav {
line-height: 1;
float: none;
}
.header-fixed .header-limiter nav a {
font-size: 13px;
}
body.fixed .header-fixed {
display: none;
}
}
|
src/Styles/Header2.css
|
.header-fixed {
background-color: #292c2f;
box-shadow: 0 1px 1px #ccc;
padding: 20px 40px;
height: 80px;
color: #ffffff;
box-sizing: border-box;
top: -100px;
-webkit-transition: top 0.3s;
transition: top 0.3s;
}
.header-fixed .header-limiter {
max-width: 1200px;
text-align: center;
margin: 0 auto;
}
/* The header placeholder. It is displayed when the header is fixed to the top of the
browser window, in order to prevent the content of the page from jumping up. */
.header-fixed-placeholder {
height: 80px;
display: none;
}
/* Logo */
.header-fixed .header-limiter h1 {
float: left;
font: normal 28px Cookie, Arial, Helvetica, sans-serif;
line-height: 40px;
margin: 0;
}
.header-fixed .header-limiter h1 span {
color: #5383d3;
}
/* The navigation links */
.header-fixed .header-limiter a {
color: #ffffff;
text-decoration: none;
}
.header-fixed .header-limiter nav {
font: 16px Arial, Helvetica, sans-serif;
line-height: 40px;
float: right;
}
.header-fixed .header-limiter nav a {
display: inline-block;
padding: 0 5px;
text-decoration: none;
color: #ffffff;
opacity: 0.9;
}
.header-fixed .header-limiter nav a:hover {
opacity: 1;
}
.header-fixed .header-limiter nav a.selected {
color: #608bd2;
pointer-events: none;
opacity: 1;
}
/* Fixed version of the header */
body.fixed .header-fixed {
padding: 10px 40px;
height: 50px;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1;
}
body.fixed .header-fixed-placeholder {
display: block;
}
body.fixed .header-fixed .header-limiter h1 {
font-size: 24px;
line-height: 30px;
}
body.fixed .header-fixed .header-limiter nav {
line-height: 28px;
font-size: 13px;
}
h1 span {
color: #296ee4;
}
/* Making the header responsive */
@media all and (max-width: 600px) {
.header-fixed {
padding: 20px 0;
height: 75px;
}
.header-fixed .header-limiter h1 {
float: none;
margin: -8px 0 10px;
text-align: center;
font-size: 24px;
line-height: 1;
}
.header-fixed .header-limiter nav {
line-height: 1;
float: none;
}
.header-fixed .header-limiter nav a {
font-size: 13px;
}
body.fixed .header-fixed {
display: none;
}
}
| 0.329715 | 0.100348 |
div.play-store-container {
line-height:1;
border:0px;
width:100%;
max-width: 480px;
margin:0 auto;
padding: 0;
text-align:center;
}
div.play-store-container #top-play-store{
height: 12px;
background-image: url(/wp-content/plugins/savrix-android-market/images/top-market.jpg);
background-position: left top;
margin:0 auto;
padding: 0;
/*-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;*/
}
div.play-store-table {
border:0px;
/*overflow:hidden;*/
background-image: url(/wp-content/plugins/savrix-android-market/images/background.jpg);
background-position: left top;
margin:0 auto;
padding: 6px 0 6px 0;
/*-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;*/
}
div.play-store-table img{
box-shadow:none;
border-radius:0px;
}
div.play-store-table a{
text-decoration:none !important;
}
div.play-store-table #play-store-app-icon, div.play-store-table #play-store-install {
width: 85px;
text-align: center;
vertical-align:middle;
padding: 0;
margin: 0 auto;
display:inline-block;
}
div.play-store-table #play-store-app-icon img {
width: 75px;
height: 75px;
margin: 0 auto;
border: 0;
/*border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;*/
background:none !important;
}
div.play-store-table #play-store-text {
width: 280px;
padding: 0;
margin: 0 10px;
vertical-align: middle;
display:inline-block;
text-align:left;
}
div.play-store-table #play-store-install img.play-store-button {
width: 85px;
height: 24px;
margin: 2px auto;
padding: 0;
border: 0;
}
div.play-store-table #play-store-qrcode{
width: 85px;
padding: 0;
margin: 0 auto;
text-align: center;
vertical-align: middle;
display:inline-block;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
div.play-store-table #play-store-qrcode img {
width: 80px;
height: 80px;
margin: auto;
border: 0;
background:none !important;
}
span.play-store-app-name {
font-size: 19px;
color: #a4c639;
text-shadow:0px -2px 0px #222222;
line-height: 23px;
}
span.play-store-developer {
font-size: 13px;
color: #ffffff;
line-height: 17px;
}
span.play-store-price{
font-size: 14px;
color: #ffffff;
line-height:18px;
}
div.stars-container{
display: inline-block;
vertical-align: top;
white-space: nowrap;
padding-top:3px;
}
div.tiny-star{
background:url(/wp-content/plugins/savrix-android-market/images/star-empty.png);
height: 14px;
width: 69px;
}
div.current-rating{
background:url(/wp-content/plugins/savrix-android-market/images/star-full.png);
height:14px;
}
@media only screen and (max-width : 800px){
div.play-store-table #play-store-qrcode{
display:none;
}
div.play-store-table #play-store-text {
margin:0 auto !important;
}
}
|
wp-content/plugins/savrix-android-market/savrix-style-only-play.css
|
div.play-store-container {
line-height:1;
border:0px;
width:100%;
max-width: 480px;
margin:0 auto;
padding: 0;
text-align:center;
}
div.play-store-container #top-play-store{
height: 12px;
background-image: url(/wp-content/plugins/savrix-android-market/images/top-market.jpg);
background-position: left top;
margin:0 auto;
padding: 0;
/*-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;*/
}
div.play-store-table {
border:0px;
/*overflow:hidden;*/
background-image: url(/wp-content/plugins/savrix-android-market/images/background.jpg);
background-position: left top;
margin:0 auto;
padding: 6px 0 6px 0;
/*-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;*/
}
div.play-store-table img{
box-shadow:none;
border-radius:0px;
}
div.play-store-table a{
text-decoration:none !important;
}
div.play-store-table #play-store-app-icon, div.play-store-table #play-store-install {
width: 85px;
text-align: center;
vertical-align:middle;
padding: 0;
margin: 0 auto;
display:inline-block;
}
div.play-store-table #play-store-app-icon img {
width: 75px;
height: 75px;
margin: 0 auto;
border: 0;
/*border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;*/
background:none !important;
}
div.play-store-table #play-store-text {
width: 280px;
padding: 0;
margin: 0 10px;
vertical-align: middle;
display:inline-block;
text-align:left;
}
div.play-store-table #play-store-install img.play-store-button {
width: 85px;
height: 24px;
margin: 2px auto;
padding: 0;
border: 0;
}
div.play-store-table #play-store-qrcode{
width: 85px;
padding: 0;
margin: 0 auto;
text-align: center;
vertical-align: middle;
display:inline-block;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
div.play-store-table #play-store-qrcode img {
width: 80px;
height: 80px;
margin: auto;
border: 0;
background:none !important;
}
span.play-store-app-name {
font-size: 19px;
color: #a4c639;
text-shadow:0px -2px 0px #222222;
line-height: 23px;
}
span.play-store-developer {
font-size: 13px;
color: #ffffff;
line-height: 17px;
}
span.play-store-price{
font-size: 14px;
color: #ffffff;
line-height:18px;
}
div.stars-container{
display: inline-block;
vertical-align: top;
white-space: nowrap;
padding-top:3px;
}
div.tiny-star{
background:url(/wp-content/plugins/savrix-android-market/images/star-empty.png);
height: 14px;
width: 69px;
}
div.current-rating{
background:url(/wp-content/plugins/savrix-android-market/images/star-full.png);
height:14px;
}
@media only screen and (max-width : 800px){
div.play-store-table #play-store-qrcode{
display:none;
}
div.play-store-table #play-store-text {
margin:0 auto !important;
}
}
| 0.082378 | 0.037257 |
@charset "UTF-8";
/*! Gutenberg reset — adapted from Normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0; }
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
cite,
code,
small {
display: block; }
body,
article,
section,
footer,
header,
div,
input,
nav,
article ol,
article ul,
blockquote,
figure {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
/* Links
========================================================================== */
a {
background: transparent; }
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
abbr {
letter-spacing: 0.1em; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 70%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
em,
i {
line-height: 0;
position: relative;
vertical-align: baseline; }
/* Embedded content
========================================================================== */
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace; }
/* Tables
========================================================================== */
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/* Images
========================================================================== */
img {
max-width: 100%;
display: block;
margin: inherit auto; }
/* Configuration
========================================================================== */
/* Mixins
========================================================================== */
/* Calculations
========================================================================== */
/* Mixins
========================================================================== */
/* Font themes
========================================================================== */
/* Defaults
========================================================================== */
html {
font-size: 16px;
font-size: 100%;
font-family: Open Sans, Arial, Helvetica, Sans-serif;
color: #222; }
* {
line-height: 26px;
line-height: 1.625rem;
margin: 0px 0px 26px;
margin: 0rem 0rem 1.625rem; }
/* Paragraph
========================================================================== */
/* Headings
========================================================================== */
h1 {
font-size: 40px;
font-size: 2.5rem;
line-height: 52px;
line-height: 3.25rem;
margin-top: 104px;
margin-top: 6.5rem;
margin-bottom: 26px;
margin-bottom: 1.625rem; }
h2 {
font-size: 27px;
font-size: 1.6875rem;
line-height: 39px;
line-height: 2.4375rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h3 {
font-size: 22px;
font-size: 1.375rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 52px;
margin-top: 3.25rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h4 {
font-size: 19.2px;
font-size: 1.2rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 39px;
margin-top: 2.4375rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h5 {
font-size: 16px;
font-size: 1rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h6 {
font-size: 16px;
font-size: 1rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h1 + h2 {
margin-top: 26px;
margin-top: 1.625rem; }
h2 + h3,
h3 + h4,
h4 + h5 {
margin-top: 13px;
margin-top: 0.8125rem; }
h5 + h6 {
margin-top: -13px;
margin-top: -0.8125rem; }
h6 {
font-style: italic;
font-weight: normal; }
/* Links
========================================================================== */
a {
color: #222;
transition: all .3s; }
a:hover {
color: #222; }
a:visited {
color: #666; }
a:visited:hover {
color: #222; }
a:active {
color: #280680; }
/* Figures & other elements
========================================================================== */
figcaption {
line-height: 26px;
line-height: 1.625rem;
color: #222;
font-size: .8125rem;
font-style: italic;
margin-bottom: 0;
text-align: center; }
blockquote {
font-style: italic;
padding-left: 1.4375rem; }
cite {
font-style: normal; }
figure blockquote {
padding: 26px 0px;
padding: 1.625rem 0rem; }
figure blockquote p {
font-size: 27px;
font-size: 1.6875rem;
line-height: 39px;
line-height: 2.4375rem; }
ul li,
ol li {
margin-bottom: 0; }
hr {
margin-top: 52px;
margin-top: 3.25rem;
margin-bottom: 52px;
margin-bottom: 3.25rem;
border: 0;
color: #222;
display: block;
height: 26px;
height: 1.625rem;
margin-right: auto;
margin-left: auto;
background-size: 100% 26px;
background-size: 100% 1.625rem;
background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #222 11px, #222 15px, transparent 15px, transparent 26px);
width: 100px; }
small {
line-height: 13px;
line-height: 0.8125rem; }
code {
padding: 26px;
padding: 1.625rem; }
.attention-grabber {
font-size: 19.2px;
font-size: 1.2rem; }
/* Grid
========================================================================== */
.grid, .grid-double {
background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
background-position: left top;
background-repeat: repeat;
background-size: 100% 26px;
background-size: 100% 1.625rem; }
.grid-double {
background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px); }
/* Gutenberg defaults
========================================================================== */
article {
width: 80%;
margin: 0 auto; }
.toggleWrapper {
display: block;
position: fixed;
top: 26px;
right: 26px;
background-color: #231F20;
border-radius: 25px;
padding: 0 10px 0 20px;
height: 32px; }
.btnToggleGrid {
background: url("../../assets/images/grid-icons.png") top right no-repeat;
background-size: 32px;
display: block;
font-size: 14px;
text-decoration: none;
padding-right: 35px;
height: 32px;
line-height: 34px;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #fff; }
.btnToggleGrid:hover {
color: #fff; }
.btnToggleGrid:active {
color: #f00; }
.double-grid {
background-position-y: -32px; }
.grid-off {
background-position-y: -64px; }
.alignLeft {
text-align: left; }
.alignCenter {
text-align: center; }
.alignRight {
text-align: right; }
.uppercase {
letter-spacing: .1em;
text-transform: uppercase; }
/* Put your styles below this line
========================================================================== */
* {
box-sizing: border-box; }
.wrapper {
margin: 0 auto;
width: 90%;
max-width: 1600px; }
.content {
max-width: 780px; }
.header {
background-color: rgba(0, 0, 0, 0.98);
background-image: url("/img/inflicted.png");
color: #fff;
padding: .5rem 0 0 0;
margin: 0; }
.footer {
background-color: rgba(0, 0, 0, 0.98);
background-image: url("/img/inflicted.png");
color: #000;
padding: 1rem 0;
margin: 4rem 0 0 0;
font-size: 85%; }
.footer a:link, .footer a:visited {
color: #000; }
.footer p {
margin: 0;
padding: 0; }
.footer .wrapper {
background-color: rgba(255, 255, 255, 0.6);
padding: 1rem;
border-radius: 3px; }
.main {
border-bottom: 1px solid #222;
background-color: rgba(255, 255, 255, 0.6);
transition: all;
transition-duration: .5s; }
.main .nav {
list-style: none;
margin: 0 auto;
width: 90%;
max-width: 1600px;
padding: 0;
display: flex;
flex-direction: column;
justify-content: space-between; }
.main .nav a:link,
.main .nav a:visited {
font-weight: bold;
color: #000; }
.nav a:hover:link,
.nav a:hover:visited {
background-color: rgba(255, 255, 255, 0.6); }
.subnav {
list-style: none;
margin: 0 auto;
width: 90%;
max-width: 1600px;
padding: 0;
display: flex;
flex-direction: column; }
.subnav a:link,
.subnav a:visited {
text-decoration: none;
display: block;
padding: .5rem;
margin: 0 0 5px 0;
background-color: #ccc;
color: #000;
border-radius: 3px; }
.subnav a:hover,
.subnav a.selected:link,
.subnav a.selected:visited {
background-color: #333;
color: #fff; }
@media screen and (min-width: 640px) {
.main .nav {
flex-direction: row;
justify-content: space-between; } }
.main .nav a:link,
.main .nav a:visited {
text-decoration: none;
display: block;
padding: .5rem 2rem;
margin: 0; }
.subnav {
flex-direction: row; }
.subnav li {
margin-right: 10px; }
h1 small {
display: block;
padding: 0.5rem 0 0 0;
color: #666;
line-height: 1.4; }
.box {
border: 1px solid #999;
border-radius: 3px;
padding: 1rem; }
.box *:last-child {
margin-bottom: 0; }
.flag-new::before {
content: "New!";
background-color: #087f23;
position: absolute;
top: -.8rem;
left: -.8rem;
padding: .3rem .5rem;
display: inline-block;
color: #fff;
font-weight: both;
transform: rotate(-20deg); }
.panel-box {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
padding: 1rem;
position: relative; }
.panel-primary {
background-image: url(/img/inflicted.png);
color: #fff; }
.panel-primary a:link,
.panel-primary a:visited,
.homepage-bar a:link,
.homepage-bar a:visited {
color: #fff; }
.panel-box > a:link, .panel-box > a:visited {
text-decoration: none;
color: #000; }
.panel-box ul {
margin: 1rem 0;
padding: 0 0 0 1.2em; }
.home-layout h1, .home-layout h2, .panel-box h3, .example-layout h3 {
margin: 0; }
.homepage-bar {
background-color: #5e35b1;
color: #fff;
padding: 1rem;
position: relative; }
.homepage-bar a {
text-decoration: none; }
.learn-section h2 {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-gap: 1rem; }
.learn-section h2::before {
content: "";
border-bottom: 1px solid #ddd;
align-self: center; }
.learn-section h2::after {
content: "";
border-bottom: 1px solid #ddd;
align-self: center; }
@media screen and (min-width: 640px) {
.learn-section {
display: grid;
grid-column-gap: 2rem;
grid-template-columns: repeat(3, minmax(0, 1fr)); }
.learn-section h2 {
grid-column: 1 / -1; }
.home-layout {
display: grid;
grid-column-gap: 2rem;
grid-template-columns: 1fr 2fr 2fr 1fr 1fr; }
.homepage-bar {
grid-column: 1 / -1; }
.home-layout .panel-box {
grid-column: auto / span 2; }
.home-layout .panel-c, .home-layout .panel-d {
grid-column: auto / span 3; }
.home-layout .panel-g {
grid-column: auto / span 1; }
.home-layout .panel-i {
grid-column: 1 / -1; }
.home-layout .panel-primary {
grid-column: 1 / 4; } }
.examples-listing ul {
list-style: none;
padding: 0;
margin: 0; }
.examples-listing li {
margin-top: 26px;
margin-top: 1.625rem; }
.examples-detail-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 2rem; }
.example img {
border: 1px solid #ccc;
padding: 10px;
max-width: 350px; }
@supports (display: grid) {
.example {
display: flex;
flex-direction: column; }
.example img {
width: 100%;
height: 200px;
object-fit: contain; } }
.example h3 {
margin: 0; }
.example header {
order: 2; }
.example .description {
order: 3; }
.example figure {
margin: 0;
order: 1; }
.example footer {
order: 4;
margin-top: auto; }
.example-layout {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
padding: 1rem; }
@media screen and (min-width: 640px) {
.example-layout .body {
display: grid;
grid-gap: 1rem;
grid-template-columns: 300px 1fr;
background-color: #fff;
border-radius: 3px;
padding: .5rem; } }
code {
display: inline;
padding: 0; }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:visited:hover, h1 a:visited {
color: #fff;
text-decoration: none; }
.card-listing {
list-style: none;
margin: 0 0 1em 0;
padding: 0; }
.card-listing li {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
margin-bottom: 2rem; }
.card-listing h3 {
background-color: #fff;
color: #fff;
margin: 0;
padding: 1rem 20px; }
.card-listing li:hover h3 {
transition: all;
transition-duration: 1s; }
.card-listing .type-article h3 {
background-color: rgba(50, 205, 235, 0.3); }
.card-listing li h3:before {
content: "Article";
font-size: 0.7rem;
font-weight: normal;
background-color: #000;
border-radius: 10px;
float: right;
padding: 0 5px; }
.card-listing .type-article:hover h3 {
background-color: rgba(50, 205, 235, 0.8); }
.card-listing .type-video h3 {
background-color: rgba(255, 108, 129, 0.3); }
.card-listing .type-video:hover h3 {
background-color: rgba(255, 108, 129, 0.8); }
.card-listing .type-video h3:before {
content: "Video"; }
.card-listing .type-spec h3 {
background-color: rgba(119, 213, 129, 0.3); }
.card-listing .type-spec:hover h3 {
background-color: rgba(119, 213, 129, 0.8); }
.card-listing .type-spec h3:before {
content: "Spec"; }
.card-listing .type-browsers h3 {
background-color: rgba(253, 137, 78, 0.3); }
.card-listing .type-browsers:hover h3 {
background-color: rgba(253, 137, 78, 0.8); }
.card-listing .type-browsers h3:before {
content: "Browsers"; }
.card-listing .type-discussion h3 {
background-color: rgba(155, 131, 209, 0.3); }
.card-listing .type-discussion:hover h3 {
background-color: rgba(155, 131, 209, 0.8); }
.card-listing .type-discussion h3:before {
content: "Discuss"; }
.card-listing .type-example h3 {
background-color: rgba(249, 175, 70, 0.3); }
.card-listing .type-example:hover h3 {
background-color: rgba(249, 175, 70, 0.8); }
.card-listing .type-example h3:before {
content: "Code"; }
.card-listing h3 a:link,
.card-listing h3 a:visited {
color: #000;
text-decoration: none;
font-weight: normal;
display: block;
margin: 0; }
.card-listing .details {
padding: .8rem 1rem 0.2rem 1rem; }
@media screen and (min-width: 800px) {
@supports (grid-gap: 10px) {
.card-listing {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 2rem; }
.card-listing li {
margin: 0; } } }
.imagegrid {
margin: 0;
padding: 0;
list-style: none; }
.imagegrid img {
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
@media screen and (min-width: 600px) {
.imagegrid li {
float: left;
max-width: 49%;
padding: 10px; }
.patterncontent {
clear: both; }
@supports (grid-gap: 10px) {
.imagegrid {
display: grid;
grid-template-columns: 2fr 3fr;
grid-gap: 10px; }
.imagegrid li {
float: none;
max-width: 100%;
padding: 0; }
.imagegrid li:first-child {
grid-row: 1 / 3; } } }
.examples-listing,
.video-list,
.blog-list,
.blog-list-home {
margin: 0;
padding: 0;
list-style: none;
width: 100%; }
.video-list li,
.blog-list li .blog-list-home li {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
margin: 0;
padding: 0; }
.video-list p,
.video-list h3 {
margin: 0;
padding: 0; }
.video-list li a {
display: block;
text-decoration: none;
margin: 0;
padding: 1rem 0; }
.video-list li a:hover {
background-color: rgba(0, 0, 0, 0.05); }
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.box h4 {
margin-top: 0; }
.follow {
position: absolute;
top: 20px;
right: 20px; }
|
assets/css/common.css
|
@charset "UTF-8";
/*! Gutenberg reset — adapted from Normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0; }
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
cite,
code,
small {
display: block; }
body,
article,
section,
footer,
header,
div,
input,
nav,
article ol,
article ul,
blockquote,
figure {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
/* Links
========================================================================== */
a {
background: transparent; }
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
abbr {
letter-spacing: 0.1em; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 70%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
em,
i {
line-height: 0;
position: relative;
vertical-align: baseline; }
/* Embedded content
========================================================================== */
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace; }
/* Tables
========================================================================== */
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/* Images
========================================================================== */
img {
max-width: 100%;
display: block;
margin: inherit auto; }
/* Configuration
========================================================================== */
/* Mixins
========================================================================== */
/* Calculations
========================================================================== */
/* Mixins
========================================================================== */
/* Font themes
========================================================================== */
/* Defaults
========================================================================== */
html {
font-size: 16px;
font-size: 100%;
font-family: Open Sans, Arial, Helvetica, Sans-serif;
color: #222; }
* {
line-height: 26px;
line-height: 1.625rem;
margin: 0px 0px 26px;
margin: 0rem 0rem 1.625rem; }
/* Paragraph
========================================================================== */
/* Headings
========================================================================== */
h1 {
font-size: 40px;
font-size: 2.5rem;
line-height: 52px;
line-height: 3.25rem;
margin-top: 104px;
margin-top: 6.5rem;
margin-bottom: 26px;
margin-bottom: 1.625rem; }
h2 {
font-size: 27px;
font-size: 1.6875rem;
line-height: 39px;
line-height: 2.4375rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h3 {
font-size: 22px;
font-size: 1.375rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 52px;
margin-top: 3.25rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h4 {
font-size: 19.2px;
font-size: 1.2rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 39px;
margin-top: 2.4375rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h5 {
font-size: 16px;
font-size: 1rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h6 {
font-size: 16px;
font-size: 1rem;
line-height: 26px;
line-height: 1.625rem;
margin-top: 65px;
margin-top: 4.0625rem;
margin-bottom: 13px;
margin-bottom: 0.8125rem; }
h1 + h2 {
margin-top: 26px;
margin-top: 1.625rem; }
h2 + h3,
h3 + h4,
h4 + h5 {
margin-top: 13px;
margin-top: 0.8125rem; }
h5 + h6 {
margin-top: -13px;
margin-top: -0.8125rem; }
h6 {
font-style: italic;
font-weight: normal; }
/* Links
========================================================================== */
a {
color: #222;
transition: all .3s; }
a:hover {
color: #222; }
a:visited {
color: #666; }
a:visited:hover {
color: #222; }
a:active {
color: #280680; }
/* Figures & other elements
========================================================================== */
figcaption {
line-height: 26px;
line-height: 1.625rem;
color: #222;
font-size: .8125rem;
font-style: italic;
margin-bottom: 0;
text-align: center; }
blockquote {
font-style: italic;
padding-left: 1.4375rem; }
cite {
font-style: normal; }
figure blockquote {
padding: 26px 0px;
padding: 1.625rem 0rem; }
figure blockquote p {
font-size: 27px;
font-size: 1.6875rem;
line-height: 39px;
line-height: 2.4375rem; }
ul li,
ol li {
margin-bottom: 0; }
hr {
margin-top: 52px;
margin-top: 3.25rem;
margin-bottom: 52px;
margin-bottom: 3.25rem;
border: 0;
color: #222;
display: block;
height: 26px;
height: 1.625rem;
margin-right: auto;
margin-left: auto;
background-size: 100% 26px;
background-size: 100% 1.625rem;
background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #222 11px, #222 15px, transparent 15px, transparent 26px);
width: 100px; }
small {
line-height: 13px;
line-height: 0.8125rem; }
code {
padding: 26px;
padding: 1.625rem; }
.attention-grabber {
font-size: 19.2px;
font-size: 1.2rem; }
/* Grid
========================================================================== */
.grid, .grid-double {
background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
background-position: left top;
background-repeat: repeat;
background-size: 100% 26px;
background-size: 100% 1.625rem; }
.grid-double {
background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px); }
/* Gutenberg defaults
========================================================================== */
article {
width: 80%;
margin: 0 auto; }
.toggleWrapper {
display: block;
position: fixed;
top: 26px;
right: 26px;
background-color: #231F20;
border-radius: 25px;
padding: 0 10px 0 20px;
height: 32px; }
.btnToggleGrid {
background: url("../../assets/images/grid-icons.png") top right no-repeat;
background-size: 32px;
display: block;
font-size: 14px;
text-decoration: none;
padding-right: 35px;
height: 32px;
line-height: 34px;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #fff; }
.btnToggleGrid:hover {
color: #fff; }
.btnToggleGrid:active {
color: #f00; }
.double-grid {
background-position-y: -32px; }
.grid-off {
background-position-y: -64px; }
.alignLeft {
text-align: left; }
.alignCenter {
text-align: center; }
.alignRight {
text-align: right; }
.uppercase {
letter-spacing: .1em;
text-transform: uppercase; }
/* Put your styles below this line
========================================================================== */
* {
box-sizing: border-box; }
.wrapper {
margin: 0 auto;
width: 90%;
max-width: 1600px; }
.content {
max-width: 780px; }
.header {
background-color: rgba(0, 0, 0, 0.98);
background-image: url("/img/inflicted.png");
color: #fff;
padding: .5rem 0 0 0;
margin: 0; }
.footer {
background-color: rgba(0, 0, 0, 0.98);
background-image: url("/img/inflicted.png");
color: #000;
padding: 1rem 0;
margin: 4rem 0 0 0;
font-size: 85%; }
.footer a:link, .footer a:visited {
color: #000; }
.footer p {
margin: 0;
padding: 0; }
.footer .wrapper {
background-color: rgba(255, 255, 255, 0.6);
padding: 1rem;
border-radius: 3px; }
.main {
border-bottom: 1px solid #222;
background-color: rgba(255, 255, 255, 0.6);
transition: all;
transition-duration: .5s; }
.main .nav {
list-style: none;
margin: 0 auto;
width: 90%;
max-width: 1600px;
padding: 0;
display: flex;
flex-direction: column;
justify-content: space-between; }
.main .nav a:link,
.main .nav a:visited {
font-weight: bold;
color: #000; }
.nav a:hover:link,
.nav a:hover:visited {
background-color: rgba(255, 255, 255, 0.6); }
.subnav {
list-style: none;
margin: 0 auto;
width: 90%;
max-width: 1600px;
padding: 0;
display: flex;
flex-direction: column; }
.subnav a:link,
.subnav a:visited {
text-decoration: none;
display: block;
padding: .5rem;
margin: 0 0 5px 0;
background-color: #ccc;
color: #000;
border-radius: 3px; }
.subnav a:hover,
.subnav a.selected:link,
.subnav a.selected:visited {
background-color: #333;
color: #fff; }
@media screen and (min-width: 640px) {
.main .nav {
flex-direction: row;
justify-content: space-between; } }
.main .nav a:link,
.main .nav a:visited {
text-decoration: none;
display: block;
padding: .5rem 2rem;
margin: 0; }
.subnav {
flex-direction: row; }
.subnav li {
margin-right: 10px; }
h1 small {
display: block;
padding: 0.5rem 0 0 0;
color: #666;
line-height: 1.4; }
.box {
border: 1px solid #999;
border-radius: 3px;
padding: 1rem; }
.box *:last-child {
margin-bottom: 0; }
.flag-new::before {
content: "New!";
background-color: #087f23;
position: absolute;
top: -.8rem;
left: -.8rem;
padding: .3rem .5rem;
display: inline-block;
color: #fff;
font-weight: both;
transform: rotate(-20deg); }
.panel-box {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
padding: 1rem;
position: relative; }
.panel-primary {
background-image: url(/img/inflicted.png);
color: #fff; }
.panel-primary a:link,
.panel-primary a:visited,
.homepage-bar a:link,
.homepage-bar a:visited {
color: #fff; }
.panel-box > a:link, .panel-box > a:visited {
text-decoration: none;
color: #000; }
.panel-box ul {
margin: 1rem 0;
padding: 0 0 0 1.2em; }
.home-layout h1, .home-layout h2, .panel-box h3, .example-layout h3 {
margin: 0; }
.homepage-bar {
background-color: #5e35b1;
color: #fff;
padding: 1rem;
position: relative; }
.homepage-bar a {
text-decoration: none; }
.learn-section h2 {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-gap: 1rem; }
.learn-section h2::before {
content: "";
border-bottom: 1px solid #ddd;
align-self: center; }
.learn-section h2::after {
content: "";
border-bottom: 1px solid #ddd;
align-self: center; }
@media screen and (min-width: 640px) {
.learn-section {
display: grid;
grid-column-gap: 2rem;
grid-template-columns: repeat(3, minmax(0, 1fr)); }
.learn-section h2 {
grid-column: 1 / -1; }
.home-layout {
display: grid;
grid-column-gap: 2rem;
grid-template-columns: 1fr 2fr 2fr 1fr 1fr; }
.homepage-bar {
grid-column: 1 / -1; }
.home-layout .panel-box {
grid-column: auto / span 2; }
.home-layout .panel-c, .home-layout .panel-d {
grid-column: auto / span 3; }
.home-layout .panel-g {
grid-column: auto / span 1; }
.home-layout .panel-i {
grid-column: 1 / -1; }
.home-layout .panel-primary {
grid-column: 1 / 4; } }
.examples-listing ul {
list-style: none;
padding: 0;
margin: 0; }
.examples-listing li {
margin-top: 26px;
margin-top: 1.625rem; }
.examples-detail-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 2rem; }
.example img {
border: 1px solid #ccc;
padding: 10px;
max-width: 350px; }
@supports (display: grid) {
.example {
display: flex;
flex-direction: column; }
.example img {
width: 100%;
height: 200px;
object-fit: contain; } }
.example h3 {
margin: 0; }
.example header {
order: 2; }
.example .description {
order: 3; }
.example figure {
margin: 0;
order: 1; }
.example footer {
order: 4;
margin-top: auto; }
.example-layout {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
padding: 1rem; }
@media screen and (min-width: 640px) {
.example-layout .body {
display: grid;
grid-gap: 1rem;
grid-template-columns: 300px 1fr;
background-color: #fff;
border-radius: 3px;
padding: .5rem; } }
code {
display: inline;
padding: 0; }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:visited:hover, h1 a:visited {
color: #fff;
text-decoration: none; }
.card-listing {
list-style: none;
margin: 0 0 1em 0;
padding: 0; }
.card-listing li {
background-image: url(/img/tiny_grid.png);
border: 1px solid #999;
border-radius: 3px;
margin-bottom: 2rem; }
.card-listing h3 {
background-color: #fff;
color: #fff;
margin: 0;
padding: 1rem 20px; }
.card-listing li:hover h3 {
transition: all;
transition-duration: 1s; }
.card-listing .type-article h3 {
background-color: rgba(50, 205, 235, 0.3); }
.card-listing li h3:before {
content: "Article";
font-size: 0.7rem;
font-weight: normal;
background-color: #000;
border-radius: 10px;
float: right;
padding: 0 5px; }
.card-listing .type-article:hover h3 {
background-color: rgba(50, 205, 235, 0.8); }
.card-listing .type-video h3 {
background-color: rgba(255, 108, 129, 0.3); }
.card-listing .type-video:hover h3 {
background-color: rgba(255, 108, 129, 0.8); }
.card-listing .type-video h3:before {
content: "Video"; }
.card-listing .type-spec h3 {
background-color: rgba(119, 213, 129, 0.3); }
.card-listing .type-spec:hover h3 {
background-color: rgba(119, 213, 129, 0.8); }
.card-listing .type-spec h3:before {
content: "Spec"; }
.card-listing .type-browsers h3 {
background-color: rgba(253, 137, 78, 0.3); }
.card-listing .type-browsers:hover h3 {
background-color: rgba(253, 137, 78, 0.8); }
.card-listing .type-browsers h3:before {
content: "Browsers"; }
.card-listing .type-discussion h3 {
background-color: rgba(155, 131, 209, 0.3); }
.card-listing .type-discussion:hover h3 {
background-color: rgba(155, 131, 209, 0.8); }
.card-listing .type-discussion h3:before {
content: "Discuss"; }
.card-listing .type-example h3 {
background-color: rgba(249, 175, 70, 0.3); }
.card-listing .type-example:hover h3 {
background-color: rgba(249, 175, 70, 0.8); }
.card-listing .type-example h3:before {
content: "Code"; }
.card-listing h3 a:link,
.card-listing h3 a:visited {
color: #000;
text-decoration: none;
font-weight: normal;
display: block;
margin: 0; }
.card-listing .details {
padding: .8rem 1rem 0.2rem 1rem; }
@media screen and (min-width: 800px) {
@supports (grid-gap: 10px) {
.card-listing {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 2rem; }
.card-listing li {
margin: 0; } } }
.imagegrid {
margin: 0;
padding: 0;
list-style: none; }
.imagegrid img {
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
@media screen and (min-width: 600px) {
.imagegrid li {
float: left;
max-width: 49%;
padding: 10px; }
.patterncontent {
clear: both; }
@supports (grid-gap: 10px) {
.imagegrid {
display: grid;
grid-template-columns: 2fr 3fr;
grid-gap: 10px; }
.imagegrid li {
float: none;
max-width: 100%;
padding: 0; }
.imagegrid li:first-child {
grid-row: 1 / 3; } } }
.examples-listing,
.video-list,
.blog-list,
.blog-list-home {
margin: 0;
padding: 0;
list-style: none;
width: 100%; }
.video-list li,
.blog-list li .blog-list-home li {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
margin: 0;
padding: 0; }
.video-list p,
.video-list h3 {
margin: 0;
padding: 0; }
.video-list li a {
display: block;
text-decoration: none;
margin: 0;
padding: 1rem 0; }
.video-list li a:hover {
background-color: rgba(0, 0, 0, 0.05); }
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.box h4 {
margin-top: 0; }
.follow {
position: absolute;
top: 20px;
right: 20px; }
| 0.384334 | 0.044473 |
*{
margin: 0;
padding: 0;
}
#destino{
background-color: #121A20;
width: 100vw;
height: 100vh;
position: relative;
}
.titleDestino{
position: absolute;
width: 400px;
height: 48px;
left: 138px;
top: 95px;
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 48px;
color: #EB7F02;
}
.paragraphDestino{
position: absolute;
width: 299px;
height: 48px;
left: 138px;
top: 147px;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #F8F9FA;
}
.recife{
position: absolute;
width: 165px;
height: 165px;
left: 538px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.sancho{
position: absolute;
width: 165px;
height: 165px;
left: 738px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.arraial{
position: absolute;
width: 165px;
height: 165px;
left: 938px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.salvador{
position: absolute;
width: 165px;
height: 165px;
left: 1138px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.recife1{
position: absolute;
width: 165px;
height: 165px;
left: 538px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.sancho1{
position: absolute;
width: 165px;
height: 165px;
left: 738px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.arraial1{
position: absolute;
width: 165px;
height: 165px;
left: 938px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.salvador1{
position: absolute;
width: 165px;
height: 165px;
left: 1138px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.carro{
position: absolute;
width: 449.74px;
height: 244.05px;
left: 53px;
top: 301px;
}
.finalizarButton{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 40px;
position: absolute;
width: 147px;
height: 46px;
left: 1156px;
top: 592px;
background: #EB7F02;
border-radius: 5px;
}
.finalizarButton1{
position: static;
width: 67px;
height: 24px;
left: 40px;
top: 11px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 10px;
}
|
Hacktons/Destiny/destino.css
|
*{
margin: 0;
padding: 0;
}
#destino{
background-color: #121A20;
width: 100vw;
height: 100vh;
position: relative;
}
.titleDestino{
position: absolute;
width: 400px;
height: 48px;
left: 138px;
top: 95px;
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 48px;
color: #EB7F02;
}
.paragraphDestino{
position: absolute;
width: 299px;
height: 48px;
left: 138px;
top: 147px;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #F8F9FA;
}
.recife{
position: absolute;
width: 165px;
height: 165px;
left: 538px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.sancho{
position: absolute;
width: 165px;
height: 165px;
left: 738px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.arraial{
position: absolute;
width: 165px;
height: 165px;
left: 938px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.salvador{
position: absolute;
width: 165px;
height: 165px;
left: 1138px;
top: 179px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.recife1{
position: absolute;
width: 165px;
height: 165px;
left: 538px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.sancho1{
position: absolute;
width: 165px;
height: 165px;
left: 738px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.arraial1{
position: absolute;
width: 165px;
height: 165px;
left: 938px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.salvador1{
position: absolute;
width: 165px;
height: 165px;
left: 1138px;
top: 379px;
background: rgba(18, 26, 32, 0.6);
border-radius: 5px;
}
.carro{
position: absolute;
width: 449.74px;
height: 244.05px;
left: 53px;
top: 301px;
}
.finalizarButton{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 40px;
position: absolute;
width: 147px;
height: 46px;
left: 1156px;
top: 592px;
background: #EB7F02;
border-radius: 5px;
}
.finalizarButton1{
position: static;
width: 67px;
height: 24px;
left: 40px;
top: 11px;
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 10px;
}
| 0.572484 | 0.076684 |
position: fixed;
z-index: 999998;
width: 50%;
height: 100%;
background-color: rgb(81 81 81 / 80%);
transition: all 0.7s cubic-bezier(0.42, 0, 0, 1.01);
backdrop-filter: blur(10px);
}
#loading-box .loading-right-bg {
right: 0;
}
#loading-box>.spinner-box {
position: fixed;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
#loading-box .spinner-box .loading-word {
position: absolute;
color: #ffffff;
font-size: 0.95rem;
transform: translateY(64px);
text-align: center;
}
p.loading-title {
font-size: 1.25rem;
margin: 20px 10px 4px 10px;
}
#loading-box .spinner-box .configure-core {
width: 100%;
height: 100%;
background-color: #37474f;
}
div.loaded div.loading-left-bg {
transform: translate(-100%, 0);
}
div.loaded div.loading-right-bg {
transform: translate(100%, 0);
}
div.loaded div.spinner-box {
display: none !important;
}
.loader {
position: absolute;
top: calc(50% - 32px);
left: calc(50% - 32px);
width: 64px;
height: 64px;
border-radius: 50%;
perspective: 800px;
transition: all 0.7s cubic-bezier(0.42, 0, 0, 1.01);
}
.inner {
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 50%;
}
.inner.one {
left: 0%;
top: 0%;
animation: rotate-one 1s linear infinite;
border-bottom: 3px solid #EFEFFA;
}
.inner.two {
right: 0%;
top: 0%;
animation: rotate-two 1s linear infinite;
border-right: 3px solid #EFEFFA;
}
.inner.three {
right: 0%;
bottom: 0%;
animation: rotate-three 1s linear infinite;
border-top: 3px solid #EFEFFA;
}
@keyframes rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
|
css/loading.css
|
position: fixed;
z-index: 999998;
width: 50%;
height: 100%;
background-color: rgb(81 81 81 / 80%);
transition: all 0.7s cubic-bezier(0.42, 0, 0, 1.01);
backdrop-filter: blur(10px);
}
#loading-box .loading-right-bg {
right: 0;
}
#loading-box>.spinner-box {
position: fixed;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
#loading-box .spinner-box .loading-word {
position: absolute;
color: #ffffff;
font-size: 0.95rem;
transform: translateY(64px);
text-align: center;
}
p.loading-title {
font-size: 1.25rem;
margin: 20px 10px 4px 10px;
}
#loading-box .spinner-box .configure-core {
width: 100%;
height: 100%;
background-color: #37474f;
}
div.loaded div.loading-left-bg {
transform: translate(-100%, 0);
}
div.loaded div.loading-right-bg {
transform: translate(100%, 0);
}
div.loaded div.spinner-box {
display: none !important;
}
.loader {
position: absolute;
top: calc(50% - 32px);
left: calc(50% - 32px);
width: 64px;
height: 64px;
border-radius: 50%;
perspective: 800px;
transition: all 0.7s cubic-bezier(0.42, 0, 0, 1.01);
}
.inner {
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 50%;
}
.inner.one {
left: 0%;
top: 0%;
animation: rotate-one 1s linear infinite;
border-bottom: 3px solid #EFEFFA;
}
.inner.two {
right: 0%;
top: 0%;
animation: rotate-two 1s linear infinite;
border-right: 3px solid #EFEFFA;
}
.inner.three {
right: 0%;
bottom: 0%;
animation: rotate-three 1s linear infinite;
border-top: 3px solid #EFEFFA;
}
@keyframes rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
| 0.64791 | 0.141756 |
gallery {
width: 640px;
margin: 0 auto;
padding: 5px;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.gallery > div {
position: relative;
float: left;
padding: 5px;
}
.gallery > div > img {
width: 200px;
transition: .1s transform;
transform: translateZ(0); /* hack */
}
.gallery > div:hover {
z-index: 1;
}
.gallery > div:hover > img {
transform: scale(1.4,1.4);
transition: .3s transform;
}
.cf:before, .cf:after {
display: table;
content: "";
line-height: 0;
}
.cf:after {
clear: both;
}
h1 {
margin: 40px 0;
font-size: 24px;
text-align: center;
}
.RRT__container {
position: relative;
}
/****************************/
/******** tab styles ********/
/****************************/
.RRT__tabs {
display: flex;
flex-wrap: wrap;
}
.RRT__accordion {
flex-direction: column;
}
.RRT__tab {
background: #eee;
border-style: solid;
border-color: #ddd;
border-width: 1px 1px 1px 0;
cursor: pointer;
z-index: 1;
white-space: nowrap;
padding: 0.7em 1em;
}
.RRT__tab:focus {
outline: 0;
background-color: #e6e6e6;
}
.RRT__accordion .RRT__tab {
border-left-width: 1px;
}
.RRT__tab--first {
border-left-width: 1px;
}
.RRT__tab--selected {
background: #fff;
border-color: #ddd #ddd #fff;
}
.RRT__tab--selected:focus {
background-color: #fff;
}
.RRT__tab--disabled {
opacity: 0.5;
cursor: not-allowed;
}
.RRT__tab:focus {
z-index: 2;
}
.RRT__tab--selected .RRT__removable {
position: relative;
}
.RRT__tab--selected .RRT__removable-text {
margin-right: 10px;
}
.RRT__tab--selected .RRT__removable-icon {
position: absolute;
font-size: 18px;
right: 0.5em;
top: 0.2em;
}
/****************************/
/********* panel styles *****/
/****************************/
.RRT__panel {
margin-top: -1px;
padding: 1em;
}
.RRT__panel--hidden {
display: none;
}
.RRT__accordion .RRT__panel {
margin-top: 0;
}
/****************************/
/******* showmore control ***/
/****************************/
.RRT__showmore {
background: #eee;
border: 1px solid #ddd;
cursor: pointer;
z-index: 1;
white-space: nowrap;
margin-left: -1px;
position: relative;
}
.RRT__showmore--selected {
background: white;
border-bottom: none;
}
.RRT__showmore-label {
padding: 0.7em 1em;
position: relative;
bottom: -1px;
z-index: 1;
}
.RRT__showmore-label--selected {
background-color: #eee;
}
.RRT__showmore-list {
position: absolute;
right: -1px;
top: 100%;
display: none;
}
.RRT__showmore-list--opened {
display: block;
}
/****************************/
/********** inkbar **********/
/****************************/
.RRT__inkbar-wrapper {
width: 100%;
}
.RRT__inkbar {
position: relative;
bottom: 0;
height: 2px;
margin-top: -2px;
background-color: deepskyblue;
transition: left 800ms cubic-bezier(0.23, 1, 0.32, 1);
z-index: 2;
}
|
src/pages/notifications/media.css
|
gallery {
width: 640px;
margin: 0 auto;
padding: 5px;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.gallery > div {
position: relative;
float: left;
padding: 5px;
}
.gallery > div > img {
width: 200px;
transition: .1s transform;
transform: translateZ(0); /* hack */
}
.gallery > div:hover {
z-index: 1;
}
.gallery > div:hover > img {
transform: scale(1.4,1.4);
transition: .3s transform;
}
.cf:before, .cf:after {
display: table;
content: "";
line-height: 0;
}
.cf:after {
clear: both;
}
h1 {
margin: 40px 0;
font-size: 24px;
text-align: center;
}
.RRT__container {
position: relative;
}
/****************************/
/******** tab styles ********/
/****************************/
.RRT__tabs {
display: flex;
flex-wrap: wrap;
}
.RRT__accordion {
flex-direction: column;
}
.RRT__tab {
background: #eee;
border-style: solid;
border-color: #ddd;
border-width: 1px 1px 1px 0;
cursor: pointer;
z-index: 1;
white-space: nowrap;
padding: 0.7em 1em;
}
.RRT__tab:focus {
outline: 0;
background-color: #e6e6e6;
}
.RRT__accordion .RRT__tab {
border-left-width: 1px;
}
.RRT__tab--first {
border-left-width: 1px;
}
.RRT__tab--selected {
background: #fff;
border-color: #ddd #ddd #fff;
}
.RRT__tab--selected:focus {
background-color: #fff;
}
.RRT__tab--disabled {
opacity: 0.5;
cursor: not-allowed;
}
.RRT__tab:focus {
z-index: 2;
}
.RRT__tab--selected .RRT__removable {
position: relative;
}
.RRT__tab--selected .RRT__removable-text {
margin-right: 10px;
}
.RRT__tab--selected .RRT__removable-icon {
position: absolute;
font-size: 18px;
right: 0.5em;
top: 0.2em;
}
/****************************/
/********* panel styles *****/
/****************************/
.RRT__panel {
margin-top: -1px;
padding: 1em;
}
.RRT__panel--hidden {
display: none;
}
.RRT__accordion .RRT__panel {
margin-top: 0;
}
/****************************/
/******* showmore control ***/
/****************************/
.RRT__showmore {
background: #eee;
border: 1px solid #ddd;
cursor: pointer;
z-index: 1;
white-space: nowrap;
margin-left: -1px;
position: relative;
}
.RRT__showmore--selected {
background: white;
border-bottom: none;
}
.RRT__showmore-label {
padding: 0.7em 1em;
position: relative;
bottom: -1px;
z-index: 1;
}
.RRT__showmore-label--selected {
background-color: #eee;
}
.RRT__showmore-list {
position: absolute;
right: -1px;
top: 100%;
display: none;
}
.RRT__showmore-list--opened {
display: block;
}
/****************************/
/********** inkbar **********/
/****************************/
.RRT__inkbar-wrapper {
width: 100%;
}
.RRT__inkbar {
position: relative;
bottom: 0;
height: 2px;
margin-top: -2px;
background-color: deepskyblue;
transition: left 800ms cubic-bezier(0.23, 1, 0.32, 1);
z-index: 2;
}
| 0.341473 | 0.09401 |
* {margin: 0px; padding: 0px; box-sizing:border-box;}
::-moz-selection {
color: white;
text-shadow: none;
background: #222222;
}
::selection {
color: white;
text-shadow: none;
background: #222222;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body{
margin:0;
font-family: 'Roboto', sans-serif;
font-weight:400;
overflow-x:hidden;
color:#333;
font-size:14px;
}
html,
body {
height: 100%;
width: 100%;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
color: #f39c12;
}
a:hover,
a:focus {
color: #f39c12;
text-decoration:none;
}
hr {
width: 100%;
margin: 20px 0;
border-top:2px dashed #dedede;
}
hr.light {
border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal;
letter-spacing: 1px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
.top-marg {margin-top:10px;}
.top-marg-2 {margin-top:20px;}
.top-marg-3 {margin-top:30px;}
.top-marg-4 {margin-top:40px;}
.top-marg-5 {margin-top:50px;}
.btn-box {
color: white;
border: 1px solid #f39c12;
background:#f39c12;
}
.btn-box:hover,
.btn-box:focus,
.btn-box:active,
.btn-box.active {
color: #f39c12;
background-color: #fff;
border-color: #fff;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 5px;
}
.btn-xl {
padding: 15px 30px;
font-size: 14px;
font-weight: 700;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
outline: none;
border:1px solid #ccc !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
padding: 15px;
line-height: 20px;
height: 50px;
}
textarea{
padding: 15px;
}
.navbar-default {
background-color:#222;
border-color: transparent;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
font-weight: 200;
letter-spacing: 1px;
}
.navbar-default .nav{
margin:21px 0;
}
.navbar-default .navbar-header .navbar-brand {
height: auto;
width: 350px;
padding: 10px 15px;
}
.navbar-default .navbar-header .navbar-toggle {
font-size: 12px;
color: #000000;
padding: 8px 10px;
background: #f39c12;
border-color: #f39c12;
}
.navbar-default .nav > li > a {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 400;
padding: 10px 20px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
color: #f39c12;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
color: #fff!important;
background-color: #f39c12;
border-radius:5px;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
background-color: #f39c12;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
color: rgba(255, 255, 255, 1);
}
header {
position: relative;
width: 100%;
min-height: 100%;
overflow-y: hidden;
background: url("../images/header-bg.jpg");
background-size:100%;
color: white;
}
header:after {
position: absolute;
content:"";
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0) url("../images/overaly.png");
opacity:0.8;
}
header .container {
position: relative;
z-index:1;
}
header .bwt-header-content {
text-align: center;
padding: 200px 0 50px;
position: relative;
height: 90vh;
}
header .bwt-header-content .bwt-header-content-inner {
max-width: none;
margin: 0;
position: absolute;
top: 60%;
transform: translateY(-50%);
width: 100%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
margin-top: 0;
margin-bottom: 10px;
font-size:80px;
font-weight: 900;
letter-spacing:0px;
color: #f39c12;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-top: 0;
margin-bottom: 30px;
font-size: 26px;
font-weight:200;
}
.bwt-click-to-bottom {
font-size: 40px;
line-height: 40px;
-webkit-animation: bounce 2s infinite ease-in-out;
}
.bwt-click-to-bottom i {
color: #fff;
padding: 20px 20px;
border: 1px solid #fff;
border-radius: 50%;
font-size: 15px;
background: #f39c12;
}
@-webkit-keyframes bounce {
0%, 20%, 60%, 100% { -ms-transform: translateY(0); }
0%, 20%, 60%, 100% { -o-transform: translateY(0); }
0%, 20%, 60%, 100% { -moz-transform: translateY(0); }
0%, 20%, 60%, 100% { -webkit-transform: translateY(0); }
40% { -webkit-transform: translateY(-20px); }
80% { -webkit-transform: translateY(-10px); }
}
section {
padding: 100px 0;
}
section .bwt-section-title {
font-size: 38px;
margin:0 0;
font-weight:900;
color: #f39c12;
}
section h3{
font-size:24px;
text-transform:uppercase;
margin: 15px 0 0 0;
}
section.bwt-moeda {
position: relative;
}
section.bwt-moeda:before {
content: "";
position: absolute;
top: -71px;
left: 0;
right: 0;
display:block;
}
section.bwt-moeda blockquote {
background: #f39c12;
border-left: 0px solid #ccc;
padding: 20px;
quotes: "\201C""\201D""\2018""\2019";
color: #fff;
font-weight: 300;
font-size: 20px;
margin:30px 0;
}
section.bwt-moeda blockquote:before {
color: #fff;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
section.bwt-cotacao {
background: #f39c12 url(../images/trade-bg.png);
}
section.bwt-cotacao .bwt-section-title{
color: #fff;
}
section.bwt-cotacao .bdr{ border:2px solid #fff; background:#fff; border-radius:5px; padding:30px 20px; margin:10px 0 0 0; }
section.bwt-cotacao h2{ font-size:32px; font-weight:600; color:#f39c12; text-transform:uppercase; letter-spacing: 1px;border-bottom: 1px dashed #f39c12;padding-bottom: 15px;}
section.bwt-cotacao .image{ background:#fff; width:60%; margin:10px auto; padding: 10px 20px; border-radius:5px;}
section.bwt-cotacao p{ font-size:16px; font-weight:400; color:#555; line-height: 30px;margin: 10px 0 0 0;}
section.bwt-cotacao a{ display:inline-block; background:#f39c12; color:#fff; padding:13px 20px; margin:25px 0 0 0; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; }
section.bwt-cotacao a:hover{ background:#333; color:#fff; }
section.bwt-contato{ width:100%; background:#333; }
section.bwt-contato input[type="text"], section.bwt-contato input[type="email"], section.bwt-contato textarea{ width:100%; padding:10px; background:transparent; color:#ccc; font-weight:300; font-size:14px; border:none; border:1px solid#d5d6d7; }
section.bwt-contato textarea:focus, section.bwt-contato input:focus{ outline:none; }
section.bwt-contato input[type="submit"]{ background:#f39c12; color:#fff; padding:13px 20px; border:none; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; margin:0 0 0 25px; }
section.bwt-contato .terms{ color:#fff; font-weight:300; font-size:13px; }
section.bwt-contato .terms a{ color:#f39c12; text-decoration:underline; }
footer.bwt-footer {
background-color: #222222;
padding:40px 0;
color: rgba(255, 255, 255, 0.3);
text-align: center;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text { float:left;}
footer.bwt-footer .icon-text {width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px); width: calc(100% - 100px);}
footer.bwt-footer .icon {width: 70px;height: 70px;line-height: 70px;font-size: 36px;background:#f39c12;border-radius:50%;margin-right:20px;text-align:center;}
footer.bwt-footer .icon i{ color:#fff;}
footer.bwt-footer h3{font-size:20px; font-weight:400; position:relative; z-index:1; margin:0 0 5px 0; color:#fff; text-transform:uppercase; }
footer.bwt-footer p{color:#fff; font-weight:300; font-size:14px; margin:5px 0 0 0; line-height: 22px;}
.bwt-footer-copyright { font-size:14px; background:#111; color: #878C92; padding:10px 0; line-height:20px;}
.bwt-footer-copyright .left-text{ text-align:left; margin:10px 0;}
.bwt-footer-copyright .right-text{ text-align:right; margin:10px 0;}
/* RESPONSIVE * -------------------------- */
@media (max-width: 1024px) {
.navbar-default .nav > li > a {
padding: 10px 15px;
}
header {
min-height: 90%;
}
header .bwt-header-content {
height: 80vh;
}
}
@media (max-width: 768px) {
.navbar-default .navbar-header .navbar-brand {
width: 300px;
}
.navbar-default .navbar-header .navbar-toggle {
margin:19px 0;
}
header {
min-height: 70%;
}
header .bwt-header-content {
height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
font-size: 36px;
line-height: 25px;
}
.navbar-default.affix .navbar-header .navbar-brand {
line-height: 25px;
}
.navbar-default {
background-color: rgba(0,0,0,1);
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 50px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-bottom: 15px;
font-size: 20px;
letter-spacing: 0;
}
section {
padding: 80px 0;
}
section.bwt-about img{
margin:0 auto;
}
section .bwt-section-title {
font-size: 36px;
}
section h3 {
font-size: 20px;
}
section.bwt-team .team-box {
width: 55%;
}
.bwt-footer-copyright .left-text {
text-align: center;
}
.bwt-footer-copyright .right-text {
text-align: center;
}
.md-top-marg{
margin-top:20px;
}
}
@media (max-width: 640px) {
.navbar-default .navbar-header .navbar-toggle {
margin:19px 15px 19px 0;
}
header {
min-height: 60%;
}
header .bwt-header-content {
height: 50vh;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 36px;
margin-bottom: 10px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-bottom:15px;
font-size: 18px;
}
footer.bwt-footer {
float: none;
text-align:center !important;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text {
float: none;
margin:0 auto;
}
footer.bwt-footer .icon-text {
width: 100%;
text-align: center;
margin:10px auto 0 auto;
}
}
@media (max-width: 480px) {
header {
background-size: 140%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 30px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
font-size: 14px;
}
section .bwt-section-title {
font-size: 30px;
}
section h3 {
font-size: 18px;
}
section.bwt-about blockquote {
font-size: 18px;
}
.btn-xl {
padding: 10px 20px;
font-size: 14px;
letter-spacing: 0;
}
.bwt-click-to-bottom i {
padding: 10px 10px;
}
}
@media (max-width: 360px) {
header {
background-size: 170%;
}
section.bwt-team .team-box {
width: 75%;
}
.navbar-default .navbar-header .navbar-brand {
width: 280px;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 28px;
}
section .bwt-section-title {
font-size: 26px;
}
section.bwt-about h2 {
font-size: 18px;
}
section.bwt-about h2 {
font-size: 20px;
letter-spacing: 0;
}
}
@media (max-width: 320px) {
.navbar-default .navbar-header .navbar-brand {
width: 250px;
}
header {
min-height: 75%;
}
header .bwt-header-content {
height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
font-size: 30px;
}
header {
background-size: cover;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 24px;
}
section .bwt-section-title {
font-size: 22px;
}
}
|
DigBank -Trade/css/style.css
|
* {margin: 0px; padding: 0px; box-sizing:border-box;}
::-moz-selection {
color: white;
text-shadow: none;
background: #222222;
}
::selection {
color: white;
text-shadow: none;
background: #222222;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body{
margin:0;
font-family: 'Roboto', sans-serif;
font-weight:400;
overflow-x:hidden;
color:#333;
font-size:14px;
}
html,
body {
height: 100%;
width: 100%;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
color: #f39c12;
}
a:hover,
a:focus {
color: #f39c12;
text-decoration:none;
}
hr {
width: 100%;
margin: 20px 0;
border-top:2px dashed #dedede;
}
hr.light {
border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal;
letter-spacing: 1px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
.top-marg {margin-top:10px;}
.top-marg-2 {margin-top:20px;}
.top-marg-3 {margin-top:30px;}
.top-marg-4 {margin-top:40px;}
.top-marg-5 {margin-top:50px;}
.btn-box {
color: white;
border: 1px solid #f39c12;
background:#f39c12;
}
.btn-box:hover,
.btn-box:focus,
.btn-box:active,
.btn-box.active {
color: #f39c12;
background-color: #fff;
border-color: #fff;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 5px;
}
.btn-xl {
padding: 15px 30px;
font-size: 14px;
font-weight: 700;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
outline: none;
border:1px solid #ccc !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
padding: 15px;
line-height: 20px;
height: 50px;
}
textarea{
padding: 15px;
}
.navbar-default {
background-color:#222;
border-color: transparent;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
font-weight: 200;
letter-spacing: 1px;
}
.navbar-default .nav{
margin:21px 0;
}
.navbar-default .navbar-header .navbar-brand {
height: auto;
width: 350px;
padding: 10px 15px;
}
.navbar-default .navbar-header .navbar-toggle {
font-size: 12px;
color: #000000;
padding: 8px 10px;
background: #f39c12;
border-color: #f39c12;
}
.navbar-default .nav > li > a {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 400;
padding: 10px 20px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
color: #f39c12;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
color: #fff!important;
background-color: #f39c12;
border-radius:5px;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
background-color: #f39c12;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
color: rgba(255, 255, 255, 1);
}
header {
position: relative;
width: 100%;
min-height: 100%;
overflow-y: hidden;
background: url("../images/header-bg.jpg");
background-size:100%;
color: white;
}
header:after {
position: absolute;
content:"";
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0) url("../images/overaly.png");
opacity:0.8;
}
header .container {
position: relative;
z-index:1;
}
header .bwt-header-content {
text-align: center;
padding: 200px 0 50px;
position: relative;
height: 90vh;
}
header .bwt-header-content .bwt-header-content-inner {
max-width: none;
margin: 0;
position: absolute;
top: 60%;
transform: translateY(-50%);
width: 100%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
margin-top: 0;
margin-bottom: 10px;
font-size:80px;
font-weight: 900;
letter-spacing:0px;
color: #f39c12;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-top: 0;
margin-bottom: 30px;
font-size: 26px;
font-weight:200;
}
.bwt-click-to-bottom {
font-size: 40px;
line-height: 40px;
-webkit-animation: bounce 2s infinite ease-in-out;
}
.bwt-click-to-bottom i {
color: #fff;
padding: 20px 20px;
border: 1px solid #fff;
border-radius: 50%;
font-size: 15px;
background: #f39c12;
}
@-webkit-keyframes bounce {
0%, 20%, 60%, 100% { -ms-transform: translateY(0); }
0%, 20%, 60%, 100% { -o-transform: translateY(0); }
0%, 20%, 60%, 100% { -moz-transform: translateY(0); }
0%, 20%, 60%, 100% { -webkit-transform: translateY(0); }
40% { -webkit-transform: translateY(-20px); }
80% { -webkit-transform: translateY(-10px); }
}
section {
padding: 100px 0;
}
section .bwt-section-title {
font-size: 38px;
margin:0 0;
font-weight:900;
color: #f39c12;
}
section h3{
font-size:24px;
text-transform:uppercase;
margin: 15px 0 0 0;
}
section.bwt-moeda {
position: relative;
}
section.bwt-moeda:before {
content: "";
position: absolute;
top: -71px;
left: 0;
right: 0;
display:block;
}
section.bwt-moeda blockquote {
background: #f39c12;
border-left: 0px solid #ccc;
padding: 20px;
quotes: "\201C""\201D""\2018""\2019";
color: #fff;
font-weight: 300;
font-size: 20px;
margin:30px 0;
}
section.bwt-moeda blockquote:before {
color: #fff;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
section.bwt-cotacao {
background: #f39c12 url(../images/trade-bg.png);
}
section.bwt-cotacao .bwt-section-title{
color: #fff;
}
section.bwt-cotacao .bdr{ border:2px solid #fff; background:#fff; border-radius:5px; padding:30px 20px; margin:10px 0 0 0; }
section.bwt-cotacao h2{ font-size:32px; font-weight:600; color:#f39c12; text-transform:uppercase; letter-spacing: 1px;border-bottom: 1px dashed #f39c12;padding-bottom: 15px;}
section.bwt-cotacao .image{ background:#fff; width:60%; margin:10px auto; padding: 10px 20px; border-radius:5px;}
section.bwt-cotacao p{ font-size:16px; font-weight:400; color:#555; line-height: 30px;margin: 10px 0 0 0;}
section.bwt-cotacao a{ display:inline-block; background:#f39c12; color:#fff; padding:13px 20px; margin:25px 0 0 0; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; }
section.bwt-cotacao a:hover{ background:#333; color:#fff; }
section.bwt-contato{ width:100%; background:#333; }
section.bwt-contato input[type="text"], section.bwt-contato input[type="email"], section.bwt-contato textarea{ width:100%; padding:10px; background:transparent; color:#ccc; font-weight:300; font-size:14px; border:none; border:1px solid#d5d6d7; }
section.bwt-contato textarea:focus, section.bwt-contato input:focus{ outline:none; }
section.bwt-contato input[type="submit"]{ background:#f39c12; color:#fff; padding:13px 20px; border:none; text-transform:uppercase; font-weight:300; border-radius:3px; height:50px; font-size:16px; letter-spacing:1px; margin:0 0 0 25px; }
section.bwt-contato .terms{ color:#fff; font-weight:300; font-size:13px; }
section.bwt-contato .terms a{ color:#f39c12; text-decoration:underline; }
footer.bwt-footer {
background-color: #222222;
padding:40px 0;
color: rgba(255, 255, 255, 0.3);
text-align: center;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text { float:left;}
footer.bwt-footer .icon-text {width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px); width: calc(100% - 100px);}
footer.bwt-footer .icon {width: 70px;height: 70px;line-height: 70px;font-size: 36px;background:#f39c12;border-radius:50%;margin-right:20px;text-align:center;}
footer.bwt-footer .icon i{ color:#fff;}
footer.bwt-footer h3{font-size:20px; font-weight:400; position:relative; z-index:1; margin:0 0 5px 0; color:#fff; text-transform:uppercase; }
footer.bwt-footer p{color:#fff; font-weight:300; font-size:14px; margin:5px 0 0 0; line-height: 22px;}
.bwt-footer-copyright { font-size:14px; background:#111; color: #878C92; padding:10px 0; line-height:20px;}
.bwt-footer-copyright .left-text{ text-align:left; margin:10px 0;}
.bwt-footer-copyright .right-text{ text-align:right; margin:10px 0;}
/* RESPONSIVE * -------------------------- */
@media (max-width: 1024px) {
.navbar-default .nav > li > a {
padding: 10px 15px;
}
header {
min-height: 90%;
}
header .bwt-header-content {
height: 80vh;
}
}
@media (max-width: 768px) {
.navbar-default .navbar-header .navbar-brand {
width: 300px;
}
.navbar-default .navbar-header .navbar-toggle {
margin:19px 0;
}
header {
min-height: 70%;
}
header .bwt-header-content {
height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
font-size: 36px;
line-height: 25px;
}
.navbar-default.affix .navbar-header .navbar-brand {
line-height: 25px;
}
.navbar-default {
background-color: rgba(0,0,0,1);
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 50px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-bottom: 15px;
font-size: 20px;
letter-spacing: 0;
}
section {
padding: 80px 0;
}
section.bwt-about img{
margin:0 auto;
}
section .bwt-section-title {
font-size: 36px;
}
section h3 {
font-size: 20px;
}
section.bwt-team .team-box {
width: 55%;
}
.bwt-footer-copyright .left-text {
text-align: center;
}
.bwt-footer-copyright .right-text {
text-align: center;
}
.md-top-marg{
margin-top:20px;
}
}
@media (max-width: 640px) {
.navbar-default .navbar-header .navbar-toggle {
margin:19px 15px 19px 0;
}
header {
min-height: 60%;
}
header .bwt-header-content {
height: 50vh;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 36px;
margin-bottom: 10px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
margin-bottom:15px;
font-size: 18px;
}
footer.bwt-footer {
float: none;
text-align:center !important;
}
footer.bwt-footer .icon, footer.bwt-footer .icon-text {
float: none;
margin:0 auto;
}
footer.bwt-footer .icon-text {
width: 100%;
text-align: center;
margin:10px auto 0 auto;
}
}
@media (max-width: 480px) {
header {
background-size: 140%;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 30px;
}
header .bwt-header-content .bwt-header-content-inner h2 {
font-size: 14px;
}
section .bwt-section-title {
font-size: 30px;
}
section h3 {
font-size: 18px;
}
section.bwt-about blockquote {
font-size: 18px;
}
.btn-xl {
padding: 10px 20px;
font-size: 14px;
letter-spacing: 0;
}
.bwt-click-to-bottom i {
padding: 10px 10px;
}
}
@media (max-width: 360px) {
header {
background-size: 170%;
}
section.bwt-team .team-box {
width: 75%;
}
.navbar-default .navbar-header .navbar-brand {
width: 280px;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 28px;
}
section .bwt-section-title {
font-size: 26px;
}
section.bwt-about h2 {
font-size: 18px;
}
section.bwt-about h2 {
font-size: 20px;
letter-spacing: 0;
}
}
@media (max-width: 320px) {
.navbar-default .navbar-header .navbar-brand {
width: 250px;
}
header {
min-height: 75%;
}
header .bwt-header-content {
height: 60vh;
}
.navbar-default .navbar-header .navbar-brand {
font-size: 30px;
}
header {
background-size: cover;
}
header .bwt-header-content .bwt-header-content-inner h1 {
font-size: 24px;
}
section .bwt-section-title {
font-size: 22px;
}
}
| 0.241579 | 0.070464 |
.cbp-universal-header {
-webkit-box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.1);
max-height: 104px;
}
.cbp-universal-header__skipnav {
background: #fff;
color: #00416a !important;
left: 0;
padding: 0.5rem 1rem;
position: absolute;
top: -3.8rem;
z-index: 100;
}
.cbp-universal-header__skipnav:focus {
top: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cbp-universal-header > nav {
-ms-flex-line-pack: center;
align-content: center;
height: 52px;
}
.cbp-universal-header > nav > ul {
height: 100%;
}
.cbp-universal-header > nav > ul.cbp-grid {
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.cbp-universal-header > nav li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}
.cbp-universal-header > nav li:first-child b ~ a {
margin-left: var(--cbp-lg-space);
}
.cbp-universal-header > nav li:nth-child(2) {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cbp-universal-header > nav li:nth-child(2) a {
padding-left: var(--cbp-lg-space);
}
.cbp-universal-header__main {
background: #003e65;
color: #fff;
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
.cbp-universal-header__main a {
color: #fff;
}
.cbp-universal-header__main.expanded {
height: 104px;
}
.cbp-universal-header__main .uh-lg-up, .cbp-universal-header__main .uh-lg-down {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 52px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cbp-universal-header__main .uh-lg-left, .cbp-universal-header__main .uh-lg-right {
display: none;
}
.cbp-universal-header__main .right-sm-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cbp-universal-header__main .right-sm-nav a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: var(--cbp-lg-space);
}
@media only screen and (min-width: 1024px) {
.cbp-universal-header__main .uh-lg-up, .cbp-universal-header__main .uh-lg-down {
display: none;
height: 52px;
}
.cbp-universal-header__main .uh-lg-left, .cbp-universal-header__main .uh-lg-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
/*# sourceMappingURL=universal-header.css.map */
|
ds-ux-guidelines/src/components/universal-header/universal-header.css
|
.cbp-universal-header {
-webkit-box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: -1px 2px 3px 2px rgba(0, 0, 0, 0.1);
max-height: 104px;
}
.cbp-universal-header__skipnav {
background: #fff;
color: #00416a !important;
left: 0;
padding: 0.5rem 1rem;
position: absolute;
top: -3.8rem;
z-index: 100;
}
.cbp-universal-header__skipnav:focus {
top: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cbp-universal-header > nav {
-ms-flex-line-pack: center;
align-content: center;
height: 52px;
}
.cbp-universal-header > nav > ul {
height: 100%;
}
.cbp-universal-header > nav > ul.cbp-grid {
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.cbp-universal-header > nav li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}
.cbp-universal-header > nav li:first-child b ~ a {
margin-left: var(--cbp-lg-space);
}
.cbp-universal-header > nav li:nth-child(2) {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cbp-universal-header > nav li:nth-child(2) a {
padding-left: var(--cbp-lg-space);
}
.cbp-universal-header__main {
background: #003e65;
color: #fff;
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
.cbp-universal-header__main a {
color: #fff;
}
.cbp-universal-header__main.expanded {
height: 104px;
}
.cbp-universal-header__main .uh-lg-up, .cbp-universal-header__main .uh-lg-down {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 52px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cbp-universal-header__main .uh-lg-left, .cbp-universal-header__main .uh-lg-right {
display: none;
}
.cbp-universal-header__main .right-sm-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cbp-universal-header__main .right-sm-nav a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: var(--cbp-lg-space);
}
@media only screen and (min-width: 1024px) {
.cbp-universal-header__main .uh-lg-up, .cbp-universal-header__main .uh-lg-down {
display: none;
height: 52px;
}
.cbp-universal-header__main .uh-lg-left, .cbp-universal-header__main .uh-lg-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
/*# sourceMappingURL=universal-header.css.map */
| 0.302803 | 0.071041 |
* {
margin: 0;
padding: 0;
scrollbar-width: thin;
}
*::-webkit-scrollbar {
display: none;
}
*::-webkit-scrollbar-track {
background: #ffffff;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
body {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
background: rgba(0, 0, 0, 0.02);
}
h3,
h5,
h4 {
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.content-title {
font-size: 22px;
letter-spacing: 3px;
}
.content-subtitle {
text-transform: capitalize;
font-size: 14px;
}
.content-query {
text-transform: capitalize;
font-size: 13px;
}
p {
font-size: 14px !important;
color: #8b8b8b;
}
.mainContent {
display: grid;
grid-template-columns: 15.5rem auto;
margin-top: 5rem !important;
width: 99vw;
padding: 0;
margin: 0;
overflow: hidden;
}
.mainContentSm {
grid-template-columns: 5rem auto !important;
}
.landing-overlay {
display: none;
}
.allBody-content {
padding: 1.5rem 1rem 1.5rem 7rem;
}
.allBody-content-lg {
width: 100vw;
z-index: 1;
position: absolute;
display: flex;
justify-content: center;
}
.allpody-fixed {
position: relative;
}
.sidebar-wraper-small {
background-color: red !important;
width: 0 !important;
}
.sidebar-wraper {
display: none;
}
.sidebar {
display: none;
position: fixed;
z-index: 100;
top: 4rem;
bottom: 0;
background: white;
overflow: auto;
}
.sidebar-small {
width: 0 !important;
text-align: center;
font-size: 11px;
transition: width 0.1s ease;
}
.side-text {
font-size: 10px !important;
}
.side-inner {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
color: #000000;
text-decoration: none;
}
.side-inner:hover {
background: #0000000a;
}
.side-inner:focus {
color: red;
}
/* ======== side lg */
.sidebar-lg {
width: 15.5rem;
font-size: 17px;
transition: width 0.1s ease;
}
.side-inner-lg {
padding: 0.5rem 1.4rem;
display: flex;
text-align: left !important;
cursor: pointer;
color: #000000;
text-decoration: none;
}
.side-inner-lg:hover {
background: rgba(0, 0, 0, 0.04);
}
.side-inner-lg:focus {
background: rgba(0, 0, 0, 0.2);
}
.side-inner-lg:focus .side-icon-lg {
color: red;
}
.side-inner-lg .side-text-lg {
margin-left: 1.3rem;
text-transform: capitalize !important;
}
.subs-pic {
width: 1.7rem;
height: 1.7rem;
border-radius: 50%;
}
.line-Defider {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
min-width: 10vw;
height: 1px;
background: rgb(204, 203, 203);
align-self: center;
margin-left: 0.5rem !important;
}
/* .sidebar::-webkit-scrollbar {
display: none;
} */
.sidebar:hover::-webkit-scrollbar {
display: block;
width: 8px;
}
/* .sidebar::-webkit-scrollbar-track {
background: #ffffff;
}
.sidebar::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
} */
.welcome {
margin-top: 2rem;
display: flex;
width: 80%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.welcome-title {
color: #ff0000;
}
.welcome-text {
line-height: 2;
margin-top: 2rem !important;
color: rgba(0, 0, 0, 0.5);
}
.welcome-text strong {
color: #ff0000;
}
.welcome-btn {
margin-top: 1.7rem;
padding: 0.7rem 2.5rem;
font-size: 20px;
color: #ff0000;
text-transform: capitalize;
border: 2px solid #ff0000;
background: transparent;
border-radius: 5px;
}
.welcome-btn:hover {
background: #ff0000;
color: #ffffff !important;
}
@media only screen and (min-width: 425px) {
.allBody-content-lg {
width: 90%;
margin-left: 5%;
}
}
@media only screen and (min-width: 576px) {
.sidebar-wraper {
display: block;
}
.sidebar {
display: block !important;
top: 3.5rem;
}
.sidebar-small {
width: 0 !important;
transition: width 0.5s ease;
}
.sidebar-lg {
transition: width 0.5s ease;
}
.sidebar-wraper-small {
width: 0 !important;
}
.allBody-content-lg {
width: 85%;
margin-left: 9%;
}
.allpody-fixed {
position: fixed;
}
.landing-overlay {
display: block;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.mainContent {
display: grid !important;
grid-template-columns: 15.5rem auto;
margin-top: 4rem;
width: 99vw;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.mainContentSm {
grid-template-columns: 5rem auto !important;
}
.landing-overlay {
display: none;
}
.allBody-content {
padding: 1.5rem 1rem 1.5rem 7rem;
}
.allBody-content-lg {
width: 95%;
padding: 0 1.5rem 1.5rem !important;
margin: 0 auto !important;
position: static !important;
}
.sidebar-wraper {
position: relative;
height: 100% !important;
}
.sidebar {
position: fixed;
z-index: 100;
top: 4rem;
bottom: 0;
background: white;
overflow: auto;
}
.sidebar-small {
width: 5rem !important;
text-align: center;
font-size: 11px;
transition: width 0.1s ease;
}
.sidebar-wraper-small {
display: block;
width: 100% !important;
}
}
|
client/src/App.css
|
* {
margin: 0;
padding: 0;
scrollbar-width: thin;
}
*::-webkit-scrollbar {
display: none;
}
*::-webkit-scrollbar-track {
background: #ffffff;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
}
body {
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
background: rgba(0, 0, 0, 0.02);
}
h3,
h5,
h4 {
margin-top: 7px !important;
margin-bottom: 7px !important;
}
.content-title {
font-size: 22px;
letter-spacing: 3px;
}
.content-subtitle {
text-transform: capitalize;
font-size: 14px;
}
.content-query {
text-transform: capitalize;
font-size: 13px;
}
p {
font-size: 14px !important;
color: #8b8b8b;
}
.mainContent {
display: grid;
grid-template-columns: 15.5rem auto;
margin-top: 5rem !important;
width: 99vw;
padding: 0;
margin: 0;
overflow: hidden;
}
.mainContentSm {
grid-template-columns: 5rem auto !important;
}
.landing-overlay {
display: none;
}
.allBody-content {
padding: 1.5rem 1rem 1.5rem 7rem;
}
.allBody-content-lg {
width: 100vw;
z-index: 1;
position: absolute;
display: flex;
justify-content: center;
}
.allpody-fixed {
position: relative;
}
.sidebar-wraper-small {
background-color: red !important;
width: 0 !important;
}
.sidebar-wraper {
display: none;
}
.sidebar {
display: none;
position: fixed;
z-index: 100;
top: 4rem;
bottom: 0;
background: white;
overflow: auto;
}
.sidebar-small {
width: 0 !important;
text-align: center;
font-size: 11px;
transition: width 0.1s ease;
}
.side-text {
font-size: 10px !important;
}
.side-inner {
display: block;
padding-top: 1rem;
padding-bottom: 1rem;
color: #000000;
text-decoration: none;
}
.side-inner:hover {
background: #0000000a;
}
.side-inner:focus {
color: red;
}
/* ======== side lg */
.sidebar-lg {
width: 15.5rem;
font-size: 17px;
transition: width 0.1s ease;
}
.side-inner-lg {
padding: 0.5rem 1.4rem;
display: flex;
text-align: left !important;
cursor: pointer;
color: #000000;
text-decoration: none;
}
.side-inner-lg:hover {
background: rgba(0, 0, 0, 0.04);
}
.side-inner-lg:focus {
background: rgba(0, 0, 0, 0.2);
}
.side-inner-lg:focus .side-icon-lg {
color: red;
}
.side-inner-lg .side-text-lg {
margin-left: 1.3rem;
text-transform: capitalize !important;
}
.subs-pic {
width: 1.7rem;
height: 1.7rem;
border-radius: 50%;
}
.line-Defider {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
min-width: 10vw;
height: 1px;
background: rgb(204, 203, 203);
align-self: center;
margin-left: 0.5rem !important;
}
/* .sidebar::-webkit-scrollbar {
display: none;
} */
.sidebar:hover::-webkit-scrollbar {
display: block;
width: 8px;
}
/* .sidebar::-webkit-scrollbar-track {
background: #ffffff;
}
.sidebar::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
} */
.welcome {
margin-top: 2rem;
display: flex;
width: 80%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.welcome-title {
color: #ff0000;
}
.welcome-text {
line-height: 2;
margin-top: 2rem !important;
color: rgba(0, 0, 0, 0.5);
}
.welcome-text strong {
color: #ff0000;
}
.welcome-btn {
margin-top: 1.7rem;
padding: 0.7rem 2.5rem;
font-size: 20px;
color: #ff0000;
text-transform: capitalize;
border: 2px solid #ff0000;
background: transparent;
border-radius: 5px;
}
.welcome-btn:hover {
background: #ff0000;
color: #ffffff !important;
}
@media only screen and (min-width: 425px) {
.allBody-content-lg {
width: 90%;
margin-left: 5%;
}
}
@media only screen and (min-width: 576px) {
.sidebar-wraper {
display: block;
}
.sidebar {
display: block !important;
top: 3.5rem;
}
.sidebar-small {
width: 0 !important;
transition: width 0.5s ease;
}
.sidebar-lg {
transition: width 0.5s ease;
}
.sidebar-wraper-small {
width: 0 !important;
}
.allBody-content-lg {
width: 85%;
margin-left: 9%;
}
.allpody-fixed {
position: fixed;
}
.landing-overlay {
display: block;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.mainContent {
display: grid !important;
grid-template-columns: 15.5rem auto;
margin-top: 4rem;
width: 99vw;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.mainContentSm {
grid-template-columns: 5rem auto !important;
}
.landing-overlay {
display: none;
}
.allBody-content {
padding: 1.5rem 1rem 1.5rem 7rem;
}
.allBody-content-lg {
width: 95%;
padding: 0 1.5rem 1.5rem !important;
margin: 0 auto !important;
position: static !important;
}
.sidebar-wraper {
position: relative;
height: 100% !important;
}
.sidebar {
position: fixed;
z-index: 100;
top: 4rem;
bottom: 0;
background: white;
overflow: auto;
}
.sidebar-small {
width: 5rem !important;
text-align: center;
font-size: 11px;
transition: width 0.1s ease;
}
.sidebar-wraper-small {
display: block;
width: 100% !important;
}
}
| 0.330363 | 0.074973 |
body
{
font: normal 13px arial, sans-serif;
background-color: #f0f0f0;
}
.navbar
{
width: 100%;
height: 50px;
margin-bottom: 2px;
}
.buttonContainer
{
margin-top: 30px;
margin-left: 70%;
}
.formBuilder {
width: 794px;
margin-left: auto;
margin-right:auto;
background-color: #fff;
color: #575757;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
}
.formBuilder[data-state="active"] {
background-color: #fbfbfb;
position:initial;
}
.formBuilder[data-state="inactive"] {
position:relative;
}
.formBuilderHover
{
background-color: #f4f4f4;
cursor: move;
}
table.mainTable > tr:nth-child(2) > td
{
padding-bottom: 0px;
}
table.mainTable > tr:nth-child(3) > td
{
padding-top: 0px;
}
/* mainTable, tblMain */
.tblMain > td {
padding-bottom: 1px;
}
.tblMain:first-child > td {
padding-bottom: 2px;
}
.tblMain > tr > td:first-child {
width: 120px;
}
.tblMain > td:first-child > label {
padding-left: 3px;
}
.mainTable input {
margin-left: 0px; /* for Chrome */
}
/* select */
.selectField
{
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 2px;
padding-bottom:3px;
border-width: 1px 1px 1px 1px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
background-color: #f5f5f5;
}
.selectField:hover
{
background-color: #f9f9f9;
box-shadow: 1px 1px rgba(0,0,0,.05);
}
.selectFieldText
{
font-size: 11px;
font-weight: bold;
color: #333333;
}
.spanImageSelect
{
margin-left:8px;
margin-right:5px;
}
.imageSelect
{
margin-bottom:1px; /*3.2px;*/
}
/* PopMenu */
.popMenuTable {
display: none;
min-height: 149px;
position: absolute;
background-color: white;
border: solid 1px rgba(0,0,0,0.2);
border-width: 1px;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
z-index: 100;
}
.popMenuTable th
{
text-align:left;
padding-left: 4px;
font-size: 11px;
padding-top: 5px;
padding-bottom: 3px;
font-weight: 400;
}
.popMenuTable th:first-child
{
padding-left: 4px;
}
.fieldMenuItem td:first-child {
width: 22px;
padding-left: 2px;
}
/*Basic column*/
.popMenuTable > tbody > tr > td:first-child table.fieldMenuItem td:nth-child(2){
min-width: 110px;
}
.popMenuTable > tbody > tr > td:first-child table.fieldMenuItem td:first-child img:not(.fieldMenuItemImage){
padding-left: 2px;
}
.fieldMenuItemSelect
{
margin-left: 2px;
}
/*Advanced column*/
.popMenuTable > tbody > tr > td:nth-child(2) table.fieldMenuItem td:nth-child(2){
min-width: 65px;
}
.popMenuTable > tbody > tr > td:nth-child(2) table.fieldMenuItem td:first-child img {
padding-left: 1px;
}
.fieldMenuItemSelect
{
border-width: 1px 1px 1px 1px;
border-color: #7c7c7c;
border-style:solid;
border-width:1px;
border-radius: 1px;
display: inline-block;
height: 11px;
}
.fieldMenuItemSelect > img
{
padding-left: 3px;
padding-right: 3px;
padding-bottom: 4.5px;
}
.popup label {
font-weight:400;
}
.fieldMenuItem {
padding-top: 1px;
padding-bottom: 1px;
}
.fieldMenuItem:hover {
background-color: #eee;
border: 0px solid #dcdcdc;
}
.divLabelTextField {
position: relative;
top: -1px;
}
.iFramePopMenu
{
width: 12px;
height: 12px;
border: none;
padding-left: 2px;
}
.labelTextField
{
font-size: 8px;
}
#dev-row > td
{
padding-top: 5px;
}
/* dev textField */
.dev-row-textField
{
height: 80px;
margin-bottom: 40px
}
.dev-div-textField
{
margin-left: 2px;
background-color: rgb(235, 235, 228); /*rgba(0,0,0,0.1); */ /* #F5F5DC, #FFEBCD; */
border-color: grey;
border-width: 1px;
border-style: dashed;
width: 180px;
}
.dev-span-textField
{
padding-top: 2px;
padding-bottom: 3px;
padding-left: 6px;
padding-right: 6px;
width: 160px;
}
/* dev paragraphField*/
.dev-row-paragField
{
/* background-color: whitesmoke; ?? */
}
.dev-div-paragField
{
margin-top: 20px;
margin-bottom: 20px;
margin-left: 2px;
background-color: rgb(235, 235, 228); /*rgba(0,0,0,0.1); */
border-color: grey;
border-width: 1px;
border-style: dashed;
width: 300px;
height: 80px;
}
.dev-span-paragField
{
margin-top: 31px;
}
/* MultiChoice */
.dev-div-multipleChoiceField
{
padding-top: 6px;
padding-bottom: 6px;
}
.dev-div-multipleChoiceField > table
{
width: 275px;
margin-left: 118px;
}
tr.optionMultiChoiceRow td
{
padding-bottom: 3px;
}
.td1MultiChoice, .td2MultiChoice
{
width: 14px;
}
.multiChoiceDelete, .gridRowDelete, .gridColumnDelete
{
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
width: 5px;
cursor: pointer;
}
.multiChoiceDelete:hover, .gridRowDelete:hover, .gridColumnDelete:hover
{
color: black;
}
.optionMultiChoiceRow input[type="text"],
#addMultiChoiceRow input[type="text"]
{
width: 200px;
background-color: #fcfcfc;
}
#addMultiChoiceRow input[type="text"]
{
opacity: 0.5;
cursor: pointer;
}
#tableMultiChoiceInner > tr
{
white-space: nowrap;
}
#tableMultiChoiceInner
{
width: 202px
}
#tableMultiChoiceInner > tr > td:first-child
{
width: 20%
}
#tableMultiChoiceInner > tr > td:last-child
{
width: 80%
}
#tableMultiChoiceInner > tr > td:first-child label
{
width: 25%;
}
#tableMultiChoiceInner > tr > td:last-child input[type="text"]
{
width: 100%
}
.td4MultiChoiceAddOther
{
font-size: 95%;
width: 80px;
white-space:nowrap;
}
.td4MultiChoiceAddOther a
{
color: #1155CC;
}
/*Scale */
.scaleTable > tr > td:first-child
{
width: 110px;
padding-left: 3px;
padding-right: 4px;
}
.scaleTable
{ border-spacing: 0px;
margin: 0px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
.scaleTable > tr:first-child > td
{ padding-bottom: 4px;
}
.scaleTable > tr:nth-child(2) > td
{ padding-bottom: 6px;
}
#scaleLabel1, #scaleLabel2
{
padding-right: 5px;
}
/*advanced */
#divAdvanced
{
border-style: solid;
border-radius: 2px;
border-color: #f1f1f1;
border-width: 1px;
margin-top: 3px;
}
#divAdvanced > table:first-child
{
width:100%;
background-color: #f5f5f5;
border-style: none;
}
#divAdvanced > table:hover
{
background-color: #f1f1f1;
}
#tblAdvanced
{
height: 26px;
}
#tblAdvanced > tr:first-child > td:first-child
{
width: 20px;
}
#tblAdvanced > tr:first-child > td:nth-child(1+1)
{
text-align: left;
}
#advSettingsSummary
{
padding-left: 20px;
}
#advSettingsContent > div
{
padding-top: 8px;
padding-left: 5px;
padding-bottom: 8px;
background-color: #ffffff;
}
h3
{
border-top: 0;
outline: none;
}
/* Grid */
.dev-div-gridField
{
padding-top: 6px;
padding-bottom: 6px;
}
.dev-div-gridField table
{
width: 460px;
}
.dev-div-gridField table tr td:first-child
{
width: 120px;
}
.dev-div-gridField table tr td
{
padding-bottom: 3px;
}
.dev-div-gridField input[type="text"]
{
width: 250px;
background-color: #fcfcfc;
}
#lastGridRow input[type="text"], #lastGridColumn input[type="text"]
{
opacity: 0.5;
cursor: pointer;
}
.td1Grid
{
width: 114px;
}
.td2Grid
{
width: 16px;
text-align:left;
}
.td4Grid
{
width: 56px;
margin-left: 2px;
}
.separator
{
border: 1px solid #e5e5e5;
width:420px;
margin-top: 4px;
margin-bottom: 4px;
}
.editForm.active
{
position: relative;
top: -18px;
}
.editForm.activeHeader
{
position: relative;
top: -36px;
left: 84px
}
.editForm.inactive
{
display: none;
position: absolute;
right: 29px;
top: 10px;
}
/*
.editForm.inactive
{
position: absolute;
top: .6em;
right: 50px;
display: none;
}
*/
.editForm td
{
border: 1px solid #dcdcdc;
border-radius: 2px;
cursor: default;
}
/*
.editForm.active
{
position: absolute;
top: .5em;
right: 23px;
}
.editForm.inactive
{
position: absolute;
top: .5em;
right: 23px;
}
*/
.editForm td
{
border: 1px solid #dcdcdc;
border-radius: 2px;
cursor: default;
}
.editForm.active td:not(:first-child)
{
opacity: 0.6;
}
.editForm.activeHeader td:not(:first-child)
{
opacity: 0.6;
}
.editForm.inactive td
{
opacity: 0.6;
}
.editForm.active td:hover
{
opacity: 1.0;
}
.editForm.activeHeader td:hover
{
opacity: 1.0;
}
.editForm.inactive td:hover
{
opacity: 1.0;
}
.editForm img
{
width: 12px;
height: 12px;
border: none;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;
padding-bottom: 2px;
}
.dateSelectTable, .timeSelectTable
{
border: 1px solid #dcdcdc;
display: inline-block;
}
.svgTable
{
border: 1px solid #dcdcdc;
}
.svgTable td
{
/*margin: 3px 3px; */
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
padding-top: 1px;
}
.divFrame
{
padding-top: 4px;
}
img.dateAndTime
{
width: 12px;
height: 12px;
border: none;
padding-left: 1px;
padding-right: 5px;
padding-top: 3px;
}
img.watch /*iframe.dateAndTime*/
{
padding-left: 2px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 1px;
}
.dateTable
{
margin-top: 10px;
margin-bottom: 2px;
margin-left: 2px;
}
.timeTable
{
margin-bottom: 4px;
margin-left: 2px;
}
.durationTable
{
margin-top: 10px;
margin-bottom: 4px;
margin-left: 2px;
}
.dateSelectTable select, .timeSelectTable select
{
margin: 3px 3px;
}
.dateAndTimeTable > tr > td:first-child
{
padding-right: 32px;
}
.popSelectField
{
/* min-height: 22px; */
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 1px;
padding-bottom:2px;
border-width: 1px 1px 1px 1px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
background-color: #f5f5f5;
}
.popSelectField:hover
{
background-color: #f9f9f9;
box-shadow: 1px 1px rgba(0,0,0,.05);
}
.popSelectFieldDisabled
{
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 1px;
padding-bottom:2px;
color: #b8b8b8;
background-color: #F1F1F1;
border-color:#f3f3f2;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
}
.selectFieldTextDisabled
{
font-size: 11px;
font-weight: bold;
color: #b8b8b8;
}
/* #popSelectField_active
{
height: 20px;
}*/
.popSelectField > table td:first-child
{
/* min-width: 150px;*/
}
.popSelect
{
position: absolute;
z-index:10;
display: none;
z-index:100;
color: #333333;
border: 1px solid rgba(0,0,0,.2);
background-color: #fff;
border-color: #eee;
padding: 6px 0px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.popSelectItem
{ min-height: 21px;
padding-left: 20px;
padding-right: 20px;
padding-top: 6px;
vertical-align: middle;
background-color: #fff;
}
.popSelectItem:hover
{
background-color: #eee;
}
.popSelectItemScale
{ min-height: 21px;
padding-left: 20px;
padding-right: 60px;
padding-top: 6px;
vertical-align: middle;
background-color: #fff;
}
.popSelectItemScale:hover
{
background-color: #eee;
}
.popSelectShow {
display: block;
/* background-color: red; */
top: 10px;
left: 10px;
}
#doneButton
{
background-color: #4d90fe;
/* background-color: #3079ed; */
color: #ffffff;
border-style: solid;
border-color: #3079ed;
border-width: 0px;
width: 54px;
height: 27px;
border-radius: 2px;
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
font-size: 11px;
text-align: center;
display: inline-block;
line-height: 27px;
}
#doneButton:hover
{
/* background-color: #3079ed; */
background-color: #357ae8;
}
#dev-td
{
width: 780px;
}
.inputLong
{
width: 446px;
}
.inputShort
{
width: 50px;
}
input[type="radio"]
{
width:1.06em;
height:1.06em;
}
input[type="checkbox"]
{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
select
{
border-color: rgb(169, 169, 169);
border-style: solid;
border-width: 1px;
}
}
input[type="text"]
{
height: 21px;
padding: 1px 8px 1px 8px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
.advanced2ndRow input
{
margin-bottom: 3px;
}
#divErrorText > input
{
width: 90%;
}
#divErrorText > input
{
width: 90%;
}
.advancedTable
{
width: 100%;
}
.advancedTable > tr > td:first-child
{
width: 20px;
padding-left: 8px;
}
/* 2nd .advancedTable row*/
.advancedTable tr:nth-child(2) label
{
margin-left: 2px;
margin-right: 3px;
}
.advancedTable > tr:nth-child(2)
{
white-space: nowrap;
}
.advancedTable > tr:nth-child(2) > td:last-child
{
width: 100%
}
/*Alternative*/
.advancedTableAlt
{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-left: 28px;
margin-bottom: 2px;
}
.advancedTableAlt label
{
margin-left: 2px;
margin-right: 3px;
}
.advancedTableAlt td
{
white-space: nowrap;
}
.advancedTableAlt > tr:nth-child(1) > td:last-child
{
width: 100%;
}
/*Alternative 2*/
.advancedTableAlt2 > tr > td:first-child
{
width: 20px;
padding-left: 8px;
padding-right: 5px;
}
.advancedTableAlt2
{
width: 100%;
margin-bottom: 2px;
}
.advancedTableAlt2 td
{
white-space: nowrap;
}
.advancedTableAlt2 > tr:nth-child(1) > td:last-child
{
width: 100%;
}
.advancedTableAlt2 td:nth-child(3) div
{
padding-left: 10px;
}
.inputError {
/* box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px; border-color: red;*/
outline:none;
box-shadow: 0 0 2px #FF0000;
border: 1px solid #FF0000;
}
#popSelectHeight
{
}
#advErrorRow
{
color: #FF0000;
width: 100%;
}
#tblLastRowInner
{
width: 120px;
}
#tblLastRowInner td
{
white-space: nowrap;
}
/*main table last row, done button*/
#lastRow > td
{
padding-top: 15px;
}
.sectionHeaderTable > td {
padding-bottom: 1px;
}
.sectionHeaderTable:first-child > td {
padding-bottom: 2px;
}
.sectionHeaderTable > tr > td:first-child {
width: 120px;
}
.sectionHeaderTable > td:first-child > label {
padding-left: 3px;
}
.sectionHeaderTable input[type="text"] {
width: 428px;
}
.sectionHeaderTable textarea {
overflow-y: hidden;
overflow-x: auto;
box-sizing: border-box;
height: 60px;
padding-bottom: 4px;
padding-top: 4px;
resize: none;
width: 446px;
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
font: normal 13px arial, sans-serif;
padding-left: 8px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
/*
.mainHeaderTitle
{
margin-top: 0.3em;
padding-right: 70px;
}
*/
.formBuilder[data-state="mainHeader"]
{
width: 814px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
color: #575757;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
z-index: 1;
box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
}
.mainHeaderTitle, mainHeaderDescription
{
width: 814px;
}
.mainHeaderTitle input
{
margin-top: 10px;
margin-left: 26px;
margin-bottom: 5px;
min-height: 28px;
font-size: 23px;
font-weight: bold;
line-height: 28px;
width: 735px;
border: solid transparent;
border-width: 1px 1px 1px 1px;
}
div.mainHeaderTitle:hover, .mainHeaderDescription:hover
{
background-color: #f4f4f4;
}
div.mainHeaderTitle:hover input, .mainHeaderDescription:hover textarea
{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
/*
.mainHeaderTitle
{
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 1px 1px 1px 6px;
min-height: 28px;
padding: 100px 0 0;
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
} */
.mainHeaderDescription
{
padding-right: 70px;
}
.mainHeaderDescription textarea {
font: normal 13px arial,sans-serif;
outline: none;
overflow-y: hidden;
overflow-x: auto;
box-sizing: border-box;
padding-bottom: 4px;
padding-top: 4px;
resize: none;
margin-top: 5px;
margin-left: 26px;
margin-bottom: 8px;
width: 752px;
padding-left: 8px;
padding-right: 8px;
border: solid transparent;
border-width: 1px 1px 1px 1px;
height: 25px;
}
.mainHeaderDescription textarea:focus
{
box-shadow: inset 0 1px 2px rgba(0,0,0,0.0);
border: 1px solid #4d90fe;
}
|
public/assets/form/src/css/main.css
|
body
{
font: normal 13px arial, sans-serif;
background-color: #f0f0f0;
}
.navbar
{
width: 100%;
height: 50px;
margin-bottom: 2px;
}
.buttonContainer
{
margin-top: 30px;
margin-left: 70%;
}
.formBuilder {
width: 794px;
margin-left: auto;
margin-right:auto;
background-color: #fff;
color: #575757;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1;
box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
}
.formBuilder[data-state="active"] {
background-color: #fbfbfb;
position:initial;
}
.formBuilder[data-state="inactive"] {
position:relative;
}
.formBuilderHover
{
background-color: #f4f4f4;
cursor: move;
}
table.mainTable > tr:nth-child(2) > td
{
padding-bottom: 0px;
}
table.mainTable > tr:nth-child(3) > td
{
padding-top: 0px;
}
/* mainTable, tblMain */
.tblMain > td {
padding-bottom: 1px;
}
.tblMain:first-child > td {
padding-bottom: 2px;
}
.tblMain > tr > td:first-child {
width: 120px;
}
.tblMain > td:first-child > label {
padding-left: 3px;
}
.mainTable input {
margin-left: 0px; /* for Chrome */
}
/* select */
.selectField
{
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 2px;
padding-bottom:3px;
border-width: 1px 1px 1px 1px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
background-color: #f5f5f5;
}
.selectField:hover
{
background-color: #f9f9f9;
box-shadow: 1px 1px rgba(0,0,0,.05);
}
.selectFieldText
{
font-size: 11px;
font-weight: bold;
color: #333333;
}
.spanImageSelect
{
margin-left:8px;
margin-right:5px;
}
.imageSelect
{
margin-bottom:1px; /*3.2px;*/
}
/* PopMenu */
.popMenuTable {
display: none;
min-height: 149px;
position: absolute;
background-color: white;
border: solid 1px rgba(0,0,0,0.2);
border-width: 1px;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
z-index: 100;
}
.popMenuTable th
{
text-align:left;
padding-left: 4px;
font-size: 11px;
padding-top: 5px;
padding-bottom: 3px;
font-weight: 400;
}
.popMenuTable th:first-child
{
padding-left: 4px;
}
.fieldMenuItem td:first-child {
width: 22px;
padding-left: 2px;
}
/*Basic column*/
.popMenuTable > tbody > tr > td:first-child table.fieldMenuItem td:nth-child(2){
min-width: 110px;
}
.popMenuTable > tbody > tr > td:first-child table.fieldMenuItem td:first-child img:not(.fieldMenuItemImage){
padding-left: 2px;
}
.fieldMenuItemSelect
{
margin-left: 2px;
}
/*Advanced column*/
.popMenuTable > tbody > tr > td:nth-child(2) table.fieldMenuItem td:nth-child(2){
min-width: 65px;
}
.popMenuTable > tbody > tr > td:nth-child(2) table.fieldMenuItem td:first-child img {
padding-left: 1px;
}
.fieldMenuItemSelect
{
border-width: 1px 1px 1px 1px;
border-color: #7c7c7c;
border-style:solid;
border-width:1px;
border-radius: 1px;
display: inline-block;
height: 11px;
}
.fieldMenuItemSelect > img
{
padding-left: 3px;
padding-right: 3px;
padding-bottom: 4.5px;
}
.popup label {
font-weight:400;
}
.fieldMenuItem {
padding-top: 1px;
padding-bottom: 1px;
}
.fieldMenuItem:hover {
background-color: #eee;
border: 0px solid #dcdcdc;
}
.divLabelTextField {
position: relative;
top: -1px;
}
.iFramePopMenu
{
width: 12px;
height: 12px;
border: none;
padding-left: 2px;
}
.labelTextField
{
font-size: 8px;
}
#dev-row > td
{
padding-top: 5px;
}
/* dev textField */
.dev-row-textField
{
height: 80px;
margin-bottom: 40px
}
.dev-div-textField
{
margin-left: 2px;
background-color: rgb(235, 235, 228); /*rgba(0,0,0,0.1); */ /* #F5F5DC, #FFEBCD; */
border-color: grey;
border-width: 1px;
border-style: dashed;
width: 180px;
}
.dev-span-textField
{
padding-top: 2px;
padding-bottom: 3px;
padding-left: 6px;
padding-right: 6px;
width: 160px;
}
/* dev paragraphField*/
.dev-row-paragField
{
/* background-color: whitesmoke; ?? */
}
.dev-div-paragField
{
margin-top: 20px;
margin-bottom: 20px;
margin-left: 2px;
background-color: rgb(235, 235, 228); /*rgba(0,0,0,0.1); */
border-color: grey;
border-width: 1px;
border-style: dashed;
width: 300px;
height: 80px;
}
.dev-span-paragField
{
margin-top: 31px;
}
/* MultiChoice */
.dev-div-multipleChoiceField
{
padding-top: 6px;
padding-bottom: 6px;
}
.dev-div-multipleChoiceField > table
{
width: 275px;
margin-left: 118px;
}
tr.optionMultiChoiceRow td
{
padding-bottom: 3px;
}
.td1MultiChoice, .td2MultiChoice
{
width: 14px;
}
.multiChoiceDelete, .gridRowDelete, .gridColumnDelete
{
font-size: 10px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
width: 5px;
cursor: pointer;
}
.multiChoiceDelete:hover, .gridRowDelete:hover, .gridColumnDelete:hover
{
color: black;
}
.optionMultiChoiceRow input[type="text"],
#addMultiChoiceRow input[type="text"]
{
width: 200px;
background-color: #fcfcfc;
}
#addMultiChoiceRow input[type="text"]
{
opacity: 0.5;
cursor: pointer;
}
#tableMultiChoiceInner > tr
{
white-space: nowrap;
}
#tableMultiChoiceInner
{
width: 202px
}
#tableMultiChoiceInner > tr > td:first-child
{
width: 20%
}
#tableMultiChoiceInner > tr > td:last-child
{
width: 80%
}
#tableMultiChoiceInner > tr > td:first-child label
{
width: 25%;
}
#tableMultiChoiceInner > tr > td:last-child input[type="text"]
{
width: 100%
}
.td4MultiChoiceAddOther
{
font-size: 95%;
width: 80px;
white-space:nowrap;
}
.td4MultiChoiceAddOther a
{
color: #1155CC;
}
/*Scale */
.scaleTable > tr > td:first-child
{
width: 110px;
padding-left: 3px;
padding-right: 4px;
}
.scaleTable
{ border-spacing: 0px;
margin: 0px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}
.scaleTable > tr:first-child > td
{ padding-bottom: 4px;
}
.scaleTable > tr:nth-child(2) > td
{ padding-bottom: 6px;
}
#scaleLabel1, #scaleLabel2
{
padding-right: 5px;
}
/*advanced */
#divAdvanced
{
border-style: solid;
border-radius: 2px;
border-color: #f1f1f1;
border-width: 1px;
margin-top: 3px;
}
#divAdvanced > table:first-child
{
width:100%;
background-color: #f5f5f5;
border-style: none;
}
#divAdvanced > table:hover
{
background-color: #f1f1f1;
}
#tblAdvanced
{
height: 26px;
}
#tblAdvanced > tr:first-child > td:first-child
{
width: 20px;
}
#tblAdvanced > tr:first-child > td:nth-child(1+1)
{
text-align: left;
}
#advSettingsSummary
{
padding-left: 20px;
}
#advSettingsContent > div
{
padding-top: 8px;
padding-left: 5px;
padding-bottom: 8px;
background-color: #ffffff;
}
h3
{
border-top: 0;
outline: none;
}
/* Grid */
.dev-div-gridField
{
padding-top: 6px;
padding-bottom: 6px;
}
.dev-div-gridField table
{
width: 460px;
}
.dev-div-gridField table tr td:first-child
{
width: 120px;
}
.dev-div-gridField table tr td
{
padding-bottom: 3px;
}
.dev-div-gridField input[type="text"]
{
width: 250px;
background-color: #fcfcfc;
}
#lastGridRow input[type="text"], #lastGridColumn input[type="text"]
{
opacity: 0.5;
cursor: pointer;
}
.td1Grid
{
width: 114px;
}
.td2Grid
{
width: 16px;
text-align:left;
}
.td4Grid
{
width: 56px;
margin-left: 2px;
}
.separator
{
border: 1px solid #e5e5e5;
width:420px;
margin-top: 4px;
margin-bottom: 4px;
}
.editForm.active
{
position: relative;
top: -18px;
}
.editForm.activeHeader
{
position: relative;
top: -36px;
left: 84px
}
.editForm.inactive
{
display: none;
position: absolute;
right: 29px;
top: 10px;
}
/*
.editForm.inactive
{
position: absolute;
top: .6em;
right: 50px;
display: none;
}
*/
.editForm td
{
border: 1px solid #dcdcdc;
border-radius: 2px;
cursor: default;
}
/*
.editForm.active
{
position: absolute;
top: .5em;
right: 23px;
}
.editForm.inactive
{
position: absolute;
top: .5em;
right: 23px;
}
*/
.editForm td
{
border: 1px solid #dcdcdc;
border-radius: 2px;
cursor: default;
}
.editForm.active td:not(:first-child)
{
opacity: 0.6;
}
.editForm.activeHeader td:not(:first-child)
{
opacity: 0.6;
}
.editForm.inactive td
{
opacity: 0.6;
}
.editForm.active td:hover
{
opacity: 1.0;
}
.editForm.activeHeader td:hover
{
opacity: 1.0;
}
.editForm.inactive td:hover
{
opacity: 1.0;
}
.editForm img
{
width: 12px;
height: 12px;
border: none;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;
padding-bottom: 2px;
}
.dateSelectTable, .timeSelectTable
{
border: 1px solid #dcdcdc;
display: inline-block;
}
.svgTable
{
border: 1px solid #dcdcdc;
}
.svgTable td
{
/*margin: 3px 3px; */
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
padding-top: 1px;
}
.divFrame
{
padding-top: 4px;
}
img.dateAndTime
{
width: 12px;
height: 12px;
border: none;
padding-left: 1px;
padding-right: 5px;
padding-top: 3px;
}
img.watch /*iframe.dateAndTime*/
{
padding-left: 2px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 1px;
}
.dateTable
{
margin-top: 10px;
margin-bottom: 2px;
margin-left: 2px;
}
.timeTable
{
margin-bottom: 4px;
margin-left: 2px;
}
.durationTable
{
margin-top: 10px;
margin-bottom: 4px;
margin-left: 2px;
}
.dateSelectTable select, .timeSelectTable select
{
margin: 3px 3px;
}
.dateAndTimeTable > tr > td:first-child
{
padding-right: 32px;
}
.popSelectField
{
/* min-height: 22px; */
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 1px;
padding-bottom:2px;
border-width: 1px 1px 1px 1px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
background-color: #f5f5f5;
}
.popSelectField:hover
{
background-color: #f9f9f9;
box-shadow: 1px 1px rgba(0,0,0,.05);
}
.popSelectFieldDisabled
{
letter-spacing: 0.0400em;
font-weight:400;
padding-left:4px;
padding-top: 1px;
padding-bottom:2px;
color: #b8b8b8;
background-color: #F1F1F1;
border-color:#f3f3f2;
border-style:solid;
border-width:1px;
border-radius: 2px;
display: inline-block;
}
.selectFieldTextDisabled
{
font-size: 11px;
font-weight: bold;
color: #b8b8b8;
}
/* #popSelectField_active
{
height: 20px;
}*/
.popSelectField > table td:first-child
{
/* min-width: 150px;*/
}
.popSelect
{
position: absolute;
z-index:10;
display: none;
z-index:100;
color: #333333;
border: 1px solid rgba(0,0,0,.2);
background-color: #fff;
border-color: #eee;
padding: 6px 0px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.popSelectItem
{ min-height: 21px;
padding-left: 20px;
padding-right: 20px;
padding-top: 6px;
vertical-align: middle;
background-color: #fff;
}
.popSelectItem:hover
{
background-color: #eee;
}
.popSelectItemScale
{ min-height: 21px;
padding-left: 20px;
padding-right: 60px;
padding-top: 6px;
vertical-align: middle;
background-color: #fff;
}
.popSelectItemScale:hover
{
background-color: #eee;
}
.popSelectShow {
display: block;
/* background-color: red; */
top: 10px;
left: 10px;
}
#doneButton
{
background-color: #4d90fe;
/* background-color: #3079ed; */
color: #ffffff;
border-style: solid;
border-color: #3079ed;
border-width: 0px;
width: 54px;
height: 27px;
border-radius: 2px;
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
font-size: 11px;
text-align: center;
display: inline-block;
line-height: 27px;
}
#doneButton:hover
{
/* background-color: #3079ed; */
background-color: #357ae8;
}
#dev-td
{
width: 780px;
}
.inputLong
{
width: 446px;
}
.inputShort
{
width: 50px;
}
input[type="radio"]
{
width:1.06em;
height:1.06em;
}
input[type="checkbox"]
{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
select
{
border-color: rgb(169, 169, 169);
border-style: solid;
border-width: 1px;
}
}
input[type="text"]
{
height: 21px;
padding: 1px 8px 1px 8px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
.advanced2ndRow input
{
margin-bottom: 3px;
}
#divErrorText > input
{
width: 90%;
}
#divErrorText > input
{
width: 90%;
}
.advancedTable
{
width: 100%;
}
.advancedTable > tr > td:first-child
{
width: 20px;
padding-left: 8px;
}
/* 2nd .advancedTable row*/
.advancedTable tr:nth-child(2) label
{
margin-left: 2px;
margin-right: 3px;
}
.advancedTable > tr:nth-child(2)
{
white-space: nowrap;
}
.advancedTable > tr:nth-child(2) > td:last-child
{
width: 100%
}
/*Alternative*/
.advancedTableAlt
{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-left: 28px;
margin-bottom: 2px;
}
.advancedTableAlt label
{
margin-left: 2px;
margin-right: 3px;
}
.advancedTableAlt td
{
white-space: nowrap;
}
.advancedTableAlt > tr:nth-child(1) > td:last-child
{
width: 100%;
}
/*Alternative 2*/
.advancedTableAlt2 > tr > td:first-child
{
width: 20px;
padding-left: 8px;
padding-right: 5px;
}
.advancedTableAlt2
{
width: 100%;
margin-bottom: 2px;
}
.advancedTableAlt2 td
{
white-space: nowrap;
}
.advancedTableAlt2 > tr:nth-child(1) > td:last-child
{
width: 100%;
}
.advancedTableAlt2 td:nth-child(3) div
{
padding-left: 10px;
}
.inputError {
/* box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px; border-color: red;*/
outline:none;
box-shadow: 0 0 2px #FF0000;
border: 1px solid #FF0000;
}
#popSelectHeight
{
}
#advErrorRow
{
color: #FF0000;
width: 100%;
}
#tblLastRowInner
{
width: 120px;
}
#tblLastRowInner td
{
white-space: nowrap;
}
/*main table last row, done button*/
#lastRow > td
{
padding-top: 15px;
}
.sectionHeaderTable > td {
padding-bottom: 1px;
}
.sectionHeaderTable:first-child > td {
padding-bottom: 2px;
}
.sectionHeaderTable > tr > td:first-child {
width: 120px;
}
.sectionHeaderTable > td:first-child > label {
padding-left: 3px;
}
.sectionHeaderTable input[type="text"] {
width: 428px;
}
.sectionHeaderTable textarea {
overflow-y: hidden;
overflow-x: auto;
box-sizing: border-box;
height: 60px;
padding-bottom: 4px;
padding-top: 4px;
resize: none;
width: 446px;
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
font: normal 13px arial, sans-serif;
padding-left: 8px;
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
/*
.mainHeaderTitle
{
margin-top: 0.3em;
padding-right: 70px;
}
*/
.formBuilder[data-state="mainHeader"]
{
width: 814px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
color: #575757;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
z-index: 1;
box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
}
.mainHeaderTitle, mainHeaderDescription
{
width: 814px;
}
.mainHeaderTitle input
{
margin-top: 10px;
margin-left: 26px;
margin-bottom: 5px;
min-height: 28px;
font-size: 23px;
font-weight: bold;
line-height: 28px;
width: 735px;
border: solid transparent;
border-width: 1px 1px 1px 1px;
}
div.mainHeaderTitle:hover, .mainHeaderDescription:hover
{
background-color: #f4f4f4;
}
div.mainHeaderTitle:hover input, .mainHeaderDescription:hover textarea
{
border-color:#D0D0D0;
border-style:solid;
border-width:1px;
}
/*
.mainHeaderTitle
{
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 1px 1px 1px 6px;
min-height: 28px;
padding: 100px 0 0;
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
} */
.mainHeaderDescription
{
padding-right: 70px;
}
.mainHeaderDescription textarea {
font: normal 13px arial,sans-serif;
outline: none;
overflow-y: hidden;
overflow-x: auto;
box-sizing: border-box;
padding-bottom: 4px;
padding-top: 4px;
resize: none;
margin-top: 5px;
margin-left: 26px;
margin-bottom: 8px;
width: 752px;
padding-left: 8px;
padding-right: 8px;
border: solid transparent;
border-width: 1px 1px 1px 1px;
height: 25px;
}
.mainHeaderDescription textarea:focus
{
box-shadow: inset 0 1px 2px rgba(0,0,0,0.0);
border: 1px solid #4d90fe;
}
| 0.206574 | 0.094636 |
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
:root {
--body-color: #111111 ;
--p-color: #777777;
}
*{
padding: 0;
border: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: Roboto, sans-serif;
}
body{
display: flex;
flex-direction: column;
height: 100vh;
color: var(--body-color);
}
header{
display: flex;
align-items: center;
width: 100%;
max-width: 940px;
margin: 30px auto 50px;
}
.logo img{
margin-right: 122.4px;
}
.links {
display: flex;
justify-content: start;
}
.links a{
color: var(--body-color);
font-size: 16px;
margin-right: 30px;
font-weight: 500;
}
.links a:hover{
font-weight: 900;
color: #000000;
transition: color 200ms;
}
.links a.active{
font-weight: bold;
color: black;
}
#wrapper img {
display: flex; /*Tranforma como se fosse em flexbox*/
justify-content: center;/*justifica os conteudos*/
align-items: center; /*centraliza os conteudos no meio da página*/
border-radius: 15px;
width: 100%;
max-width: 940px;
height: 288px;
margin: 0 auto 50px;
}
.titulo{
display: flex;
width: 100%;
max-width: 940px;
margin: 0 auto;
}
.titulo h1{
width: 100%;
text-align: center;
font-size: 36px;
font-weight: bold;
}
.author{
display: flex;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.author p{
width: 100%;
text-align: center;
font-size: 20px;
color: #777777;
}
/* ===ingredients=== */
.ingredients {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_ingredients h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_ingredients .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_ingredients a.button:hover{
cursor: pointer;
}
.content.show{
padding-bottom: 5%;
display: block;
list-style-position: inside;
}
.content.hide{
max-width: 940px;
display: none;
overflow: hidden;
}
ul li{
list-style-type: disc;
font-size: 18px;
line-height: 28px;
}
/* ===modo de preparo=== */
.modo {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_modo h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_modo .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_modo a.button:hover{
cursor: pointer;
}
/* ===Infomações adicionais=== */
.infos {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_info h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_info .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_info a.button:hover{
cursor: pointer;
}
ul{
font-family: Roboto-Regular;
font-size: 18px;
color: #444444;
line-height: 28px;
}
footer {
margin-top: auto;
text-align: center;
width: 100%;
background: #EEEEEE;
padding: 50px;
}
|
public/styles/users/preparation.css
|
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
:root {
--body-color: #111111 ;
--p-color: #777777;
}
*{
padding: 0;
border: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: Roboto, sans-serif;
}
body{
display: flex;
flex-direction: column;
height: 100vh;
color: var(--body-color);
}
header{
display: flex;
align-items: center;
width: 100%;
max-width: 940px;
margin: 30px auto 50px;
}
.logo img{
margin-right: 122.4px;
}
.links {
display: flex;
justify-content: start;
}
.links a{
color: var(--body-color);
font-size: 16px;
margin-right: 30px;
font-weight: 500;
}
.links a:hover{
font-weight: 900;
color: #000000;
transition: color 200ms;
}
.links a.active{
font-weight: bold;
color: black;
}
#wrapper img {
display: flex; /*Tranforma como se fosse em flexbox*/
justify-content: center;/*justifica os conteudos*/
align-items: center; /*centraliza os conteudos no meio da página*/
border-radius: 15px;
width: 100%;
max-width: 940px;
height: 288px;
margin: 0 auto 50px;
}
.titulo{
display: flex;
width: 100%;
max-width: 940px;
margin: 0 auto;
}
.titulo h1{
width: 100%;
text-align: center;
font-size: 36px;
font-weight: bold;
}
.author{
display: flex;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.author p{
width: 100%;
text-align: center;
font-size: 20px;
color: #777777;
}
/* ===ingredients=== */
.ingredients {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_ingredients h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_ingredients .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_ingredients a.button:hover{
cursor: pointer;
}
.content.show{
padding-bottom: 5%;
display: block;
list-style-position: inside;
}
.content.hide{
max-width: 940px;
display: none;
overflow: hidden;
}
ul li{
list-style-type: disc;
font-size: 18px;
line-height: 28px;
}
/* ===modo de preparo=== */
.modo {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_modo h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_modo .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_modo a.button:hover{
cursor: pointer;
}
/* ===Infomações adicionais=== */
.infos {
display: flex;
flex-direction: column; /*arruma em colunas decima para baixo*/
align-items: left;
width: 100%;
max-width: 940px;
margin: 0 auto 50px;
}
.text_info h1{
display: inline-block;
margin: 0 auto 20px;
}
.text_info .button{
display: inline-block;
font-size: 12px;
color: #999999;
text-transform: uppercase;
}
.text_info a.button:hover{
cursor: pointer;
}
ul{
font-family: Roboto-Regular;
font-size: 18px;
color: #444444;
line-height: 28px;
}
footer {
margin-top: auto;
text-align: center;
width: 100%;
background: #EEEEEE;
padding: 50px;
}
| 0.393269 | 0.110519 |
.App {
text-align: center;
height:100vh;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* SCROLL BARS */
/* width */
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px white; */
background-color: rgb(255,255,255,0.5);
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(255,255,255,0.8);
border-radius: 10px;
/* border: 1px solid rgba(0,84,150,1); */
}
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
background: darkgreen;
} */
/* MY CSS */
.Nav{
background-color: rgb(0,0,0,0.3);
border-bottom: 2px solid black;
}
label{
text-align: left;
font-weight: 600;
}
.QCards{
overflow-x: auto;
overflow-y: hidden;
display: flex;
}
.QCard{
background-color: rgb(0,0,0,0.3);
border: 2px solid black;
border-radius: 10px;
height: 78vh;
width:25vw;
min-width: 400px;
margin:10px;
position: relative;
}
.Options{
overflow-y: auto;
max-height: 60vh;
}
@media only screen and (max-height:600px){
.Options{
max-height: 50vh;
}
}
@media only screen and (max-height:400px){
.Options{
max-height: 40vh;
}
}
.Option{
background-color: rgb(255,255,255,0.7);
border: 1px solid black;
border-radius: 5px;
display: flex;
padding: 5px;
margin: 5px;
align-content: flex-start;
}
.Checks{
margin:3px;
margin-top: 7px;
}
body{
background: radial-gradient(circle,rgba(51,118,171,1) 0%,rgba(0,84,150,1) 40%);
/* background: rgba(0,84,150,1); */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100vw 100vh;
}
h4,h6{
color: white;
}
.TextLabels{
color:white;
margin:5px;
font-weight: 700;
display: inline-block;
}
.InputText, .InputText:focus, .InputText:hover{
background-color: transparent;
border : none;
border-bottom: 1px solid white;
outline: none;
margin-left: 10px;
color: white;
width: 40%;
text-align: center;
display: inline-block;
}
.SubHeads{
/* background-color: rgb(0,0,0,0.3); */
border-bottom: 1px solid white;
border-top: 1px solid white;
border-radius: 4px;
padding: 10px 5px;
margin: 10px 25px 10px 25px;
}
.InputFile{
display: none;
}
|
frontend/src/App.css
|
.App {
text-align: center;
height:100vh;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/* SCROLL BARS */
/* width */
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px white; */
background-color: rgb(255,255,255,0.5);
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(255,255,255,0.8);
border-radius: 10px;
/* border: 1px solid rgba(0,84,150,1); */
}
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
background: darkgreen;
} */
/* MY CSS */
.Nav{
background-color: rgb(0,0,0,0.3);
border-bottom: 2px solid black;
}
label{
text-align: left;
font-weight: 600;
}
.QCards{
overflow-x: auto;
overflow-y: hidden;
display: flex;
}
.QCard{
background-color: rgb(0,0,0,0.3);
border: 2px solid black;
border-radius: 10px;
height: 78vh;
width:25vw;
min-width: 400px;
margin:10px;
position: relative;
}
.Options{
overflow-y: auto;
max-height: 60vh;
}
@media only screen and (max-height:600px){
.Options{
max-height: 50vh;
}
}
@media only screen and (max-height:400px){
.Options{
max-height: 40vh;
}
}
.Option{
background-color: rgb(255,255,255,0.7);
border: 1px solid black;
border-radius: 5px;
display: flex;
padding: 5px;
margin: 5px;
align-content: flex-start;
}
.Checks{
margin:3px;
margin-top: 7px;
}
body{
background: radial-gradient(circle,rgba(51,118,171,1) 0%,rgba(0,84,150,1) 40%);
/* background: rgba(0,84,150,1); */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100vw 100vh;
}
h4,h6{
color: white;
}
.TextLabels{
color:white;
margin:5px;
font-weight: 700;
display: inline-block;
}
.InputText, .InputText:focus, .InputText:hover{
background-color: transparent;
border : none;
border-bottom: 1px solid white;
outline: none;
margin-left: 10px;
color: white;
width: 40%;
text-align: center;
display: inline-block;
}
.SubHeads{
/* background-color: rgb(0,0,0,0.3); */
border-bottom: 1px solid white;
border-top: 1px solid white;
border-radius: 4px;
padding: 10px 5px;
margin: 10px 25px 10px 25px;
}
.InputFile{
display: none;
}
| 0.450118 | 0.074939 |
@charset "UTF-8";
*, *:before, *:after {
box-sizing: inherit;
}
html,
body {
box-sizing: border-box;
}
body {
font-family: 'Verdana', sans-serif;
color: #eee;
background: #1d1f20;
display: flex;
flex-direction: column;
}
@media (min-width: 500px) {
body {
flex-direction: row;
}
}
h1 {
text-align: center;
}
fieldset {
align: center;
border: 2px solid #D8D8D8;
border-radius: 6px;
padding: 24px 30px;
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
fieldset legend {
font-size: 2em;
}
.message {
background: #fcf8e3;
border-color: #faebcc;
border-style: thin;
border-radius: 6px;
padding: 10px 10px 10px;
}
.sidebar {
background: #222;
font-size: 1.5em;
order: 0;
flex: 0 1 100%;
}
@media (min-width: 500px) {
.sidebar {
flex: 0 1 300px;
flex-direction: row;
}
}
.sidebar table {
border-collapse: collapse;
width: 100%;
}
.sidebar th, td {
text-align: left;
padding: 10px;
}
.sidebar tr:nth-child(even) {
background-color: lightgray;
}
.bidding {
display: none;
background: lightgreen;
color: darkslategrey;
text-align: center;
}
#upturned-card {
margin: 0 auto;
width: 15vw;
}
.choice {
font-size: 125px;
}
.choice:hover {
cursor: pointer;
}
.content {
background: #00a651;
order: 1;
flex: 0 1 100%;
min-height: 100vh;
padding: 20px;
flex-direction: row;
}
.hand:before,
.hand:after {
content: "";
display: table;
}
.hand:after {
clear: both;
}
.card {
position: relative;
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 15vw;
height: 20vw;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.card-top {
position: absolute;
color: #e0e0e0;
font-size: 4.5vw;
left: 0.75vw;
top: -4.5vw;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.card-bottom {
position: absolute;
color: #e0e0e0;
font-size: 4.5vw;
right: 0.75vw;
bottom: -4.5vw;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.card-center {
text-align: center;
font: 10vw/0vw Georgia, Times New Roman, serif;
color: #e0e0e0;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
#your-cards > .card:hover {
cursor: pointer;
}
.suit♦, .suit♥ {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0439+0,8f0222+44,6d0019+100 */
background: #cc0439;
/* Old browsers */
background: -moz-linear-gradient(top, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0439', endColorstr='#6d0019',GradientType=0 );
/* IE6-9 */
}
.suit♦:before, .suit♦:after {
content: "♦";
color: #e0e0e0;
}
.suit♥:before, .suit♥:after {
content: "♥";
color: #e0e0e0;
}
.suit♣, .suit♠ {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,333333+44,0e0e0e+100 */
background: #7d7e7d;
/* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
/* IE6-9 */
}
.suit♣:before, .suit♣:after {
content: "♣";
color: #e0e0e0;
}
.suit♠:before, .suit♠:after {
content: "♠";
color: #e0e0e0;
}
div[class*='suit']:before {
position: absolute;
font-size: 6vw;
left: 0.5vw;
top: 3vw;
}
div[class*='suit']:after {
position: absolute;
font-size: 6vw;
right: 0.5vw;
bottom: 3vw;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
|
src/static/styles.css
|
@charset "UTF-8";
*, *:before, *:after {
box-sizing: inherit;
}
html,
body {
box-sizing: border-box;
}
body {
font-family: 'Verdana', sans-serif;
color: #eee;
background: #1d1f20;
display: flex;
flex-direction: column;
}
@media (min-width: 500px) {
body {
flex-direction: row;
}
}
h1 {
text-align: center;
}
fieldset {
align: center;
border: 2px solid #D8D8D8;
border-radius: 6px;
padding: 24px 30px;
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
fieldset legend {
font-size: 2em;
}
.message {
background: #fcf8e3;
border-color: #faebcc;
border-style: thin;
border-radius: 6px;
padding: 10px 10px 10px;
}
.sidebar {
background: #222;
font-size: 1.5em;
order: 0;
flex: 0 1 100%;
}
@media (min-width: 500px) {
.sidebar {
flex: 0 1 300px;
flex-direction: row;
}
}
.sidebar table {
border-collapse: collapse;
width: 100%;
}
.sidebar th, td {
text-align: left;
padding: 10px;
}
.sidebar tr:nth-child(even) {
background-color: lightgray;
}
.bidding {
display: none;
background: lightgreen;
color: darkslategrey;
text-align: center;
}
#upturned-card {
margin: 0 auto;
width: 15vw;
}
.choice {
font-size: 125px;
}
.choice:hover {
cursor: pointer;
}
.content {
background: #00a651;
order: 1;
flex: 0 1 100%;
min-height: 100vh;
padding: 20px;
flex-direction: row;
}
.hand:before,
.hand:after {
content: "";
display: table;
}
.hand:after {
clear: both;
}
.card {
position: relative;
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 15vw;
height: 20vw;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.card-top {
position: absolute;
color: #e0e0e0;
font-size: 4.5vw;
left: 0.75vw;
top: -4.5vw;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.card-bottom {
position: absolute;
color: #e0e0e0;
font-size: 4.5vw;
right: 0.75vw;
bottom: -4.5vw;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.card-center {
text-align: center;
font: 10vw/0vw Georgia, Times New Roman, serif;
color: #e0e0e0;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
#your-cards > .card:hover {
cursor: pointer;
}
.suit♦, .suit♥ {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0439+0,8f0222+44,6d0019+100 */
background: #cc0439;
/* Old browsers */
background: -moz-linear-gradient(top, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cc0439 0%, #8f0222 44%, #6d0019 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0439', endColorstr='#6d0019',GradientType=0 );
/* IE6-9 */
}
.suit♦:before, .suit♦:after {
content: "♦";
color: #e0e0e0;
}
.suit♥:before, .suit♥:after {
content: "♥";
color: #e0e0e0;
}
.suit♣, .suit♠ {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,333333+44,0e0e0e+100 */
background: #7d7e7d;
/* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%, #333333 44%, #0e0e0e 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
/* IE6-9 */
}
.suit♣:before, .suit♣:after {
content: "♣";
color: #e0e0e0;
}
.suit♠:before, .suit♠:after {
content: "♠";
color: #e0e0e0;
}
div[class*='suit']:before {
position: absolute;
font-size: 6vw;
left: 0.5vw;
top: 3vw;
}
div[class*='suit']:after {
position: absolute;
font-size: 6vw;
right: 0.5vw;
bottom: 3vw;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
| 0.369884 | 0.053849 |
body {
background: #f4f4f4;
-ms-overflow-style: scrollbar;
}
body, input, select, textarea {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 10pt;
font-weight: 300;
line-height: 1.8;
/*letter-spacing: 0.1em;*/
}
label, p {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
}
.col-centered {
float: none;
margin: 0 auto;
}
.upper {
text-transform: uppercase;
}
.lower {
text-transform: lowercase;
}
.bold {
font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1.65;
margin: 0 0 0.5em 0;
text-transform: uppercase;
}
.avatar {
width: 6rem;
border: solid 2px white;
}
.avatar-sm {
width: 3rem;
}
a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
transition: color 0.2s ease, border-bottom-color 0.2s ease;
color: inherit;
text-decoration: none;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
}
a:before {
-moz-transition: color 0.2s ease;
-webkit-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
a:hover {
border-bottom-color: transparent;
color: #79a7d3;
text-decoration: none !important;
}
a:hover:before {
color: #79a7d3 !important;
}
a.akvilor {
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 800;
letter-spacing: 0.25em;
text-transform: uppercase;
cursor: pointer;
}
/* === Bootstrap Customs === */
.form-control {
border-radius: 0px;
}
.btn {
border-radius: 0px;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.6em;
text-transform: uppercase;
letter-spacing: 0.25em;
}
.left {
float: left;
}
.right {
float: right;
}
.close-btn {
color: #777;
font: 14px/100% arial, sans-serif;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
padding-right: 0.7rem;
}
.close-btn p {
margin-top: 0.19rem;
margin-bottom:0px;
}
|
client_app/assets/css/styles.css
|
body {
background: #f4f4f4;
-ms-overflow-style: scrollbar;
}
body, input, select, textarea {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 10pt;
font-weight: 300;
line-height: 1.8;
/*letter-spacing: 0.1em;*/
}
label, p {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
}
.col-centered {
float: none;
margin: 0 auto;
}
.upper {
text-transform: uppercase;
}
.lower {
text-transform: lowercase;
}
.bold {
font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
color: #646464;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1.65;
margin: 0 0 0.5em 0;
text-transform: uppercase;
}
.avatar {
width: 6rem;
border: solid 2px white;
}
.avatar-sm {
width: 3rem;
}
a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
transition: color 0.2s ease, border-bottom-color 0.2s ease;
color: inherit;
text-decoration: none;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
}
a:before {
-moz-transition: color 0.2s ease;
-webkit-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
a:hover {
border-bottom-color: transparent;
color: #79a7d3;
text-decoration: none !important;
}
a:hover:before {
color: #79a7d3 !important;
}
a.akvilor {
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 800;
letter-spacing: 0.25em;
text-transform: uppercase;
cursor: pointer;
}
/* === Bootstrap Customs === */
.form-control {
border-radius: 0px;
}
.btn {
border-radius: 0px;
font-family: "Raleway Cyrillic", Helvetica, sans-serif;
font-size: 0.6em;
text-transform: uppercase;
letter-spacing: 0.25em;
}
.left {
float: left;
}
.right {
float: right;
}
.close-btn {
color: #777;
font: 14px/100% arial, sans-serif;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
padding-right: 0.7rem;
}
.close-btn p {
margin-top: 0.19rem;
margin-bottom:0px;
}
| 0.286868 | 0.058292 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1012px;
}
.span12 {
width: 1012px;
}
.span11 {
width: 926px;
}
.span10 {
width: 840px;
}
.span9 {
width: 754px;
}
.span8 {
width: 668px;
}
.span7 {
width: 582px;
}
.span6 {
width: 496px;
}
.span5 {
width: 410px;
}
.span4 {
width: 324px;
}
.span3 {
width: 238px;
}
.span2 {
width: 152px;
}
.span1 {
width: 66px;
}
.offset12 {
margin-left: 1052px;
}
.offset11 {
margin-left: 966px;
}
.offset10 {
margin-left: 880px;
}
.offset9 {
margin-left: 794px;
}
.offset8 {
margin-left: 708px;
}
.offset7 {
margin-left: 622px;
}
.offset6 {
margin-left: 536px;
}
.offset5 {
margin-left: 450px;
}
.offset4 {
margin-left: 364px;
}
.offset3 {
margin-left: 278px;
}
.offset2 {
margin-left: 192px;
}
.offset1 {
margin-left: 106px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1.9762845849802373%;
*margin-left: 1.9268774703557314%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 1.9762845849802373%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.9505928853755%;
}
.row-fluid .span11 {
width: 91.50197628458498%;
*width: 91.45256916996048%;
}
.row-fluid .span10 {
width: 83.00395256916997%;
*width: 82.95454545454547%;
}
.row-fluid .span9 {
width: 74.50592885375494%;
*width: 74.45652173913044%;
}
.row-fluid .span8 {
width: 66.00790513833992%;
*width: 65.95849802371542%;
}
.row-fluid .span7 {
width: 57.5098814229249%;
*width: 57.46047430830039%;
}
.row-fluid .span6 {
width: 49.01185770750988%;
*width: 48.962450592885375%;
}
.row-fluid .span5 {
width: 40.51383399209486%;
*width: 40.46442687747035%;
}
.row-fluid .span4 {
width: 32.015810276679844%;
*width: 31.966403162055336%;
}
.row-fluid .span3 {
width: 23.51778656126482%;
*width: 23.468379446640313%;
}
.row-fluid .span2 {
width: 15.019762845849801%;
*width: 14.970355731225295%;
}
.row-fluid .span1 {
width: 6.521739130434782%;
*width: 6.472332015810276%;
}
.row-fluid .offset12 {
margin-left: 103.95256916996047%;
*margin-left: 103.85375494071147%;
}
.row-fluid .offset12:first-child {
margin-left: 101.97628458498023%;
*margin-left: 101.87747035573123%;
}
.row-fluid .offset11 {
margin-left: 95.45454545454545%;
*margin-left: 95.35573122529645%;
}
.row-fluid .offset11:first-child {
margin-left: 93.47826086956522%;
*margin-left: 93.37944664031622%;
}
.row-fluid .offset10 {
margin-left: 86.95652173913044%;
*margin-left: 86.85770750988144%;
}
.row-fluid .offset10:first-child {
margin-left: 84.9802371541502%;
*margin-left: 84.8814229249012%;
}
.row-fluid .offset9 {
margin-left: 78.4584980237154%;
*margin-left: 78.3596837944664%;
}
.row-fluid .offset9:first-child {
margin-left: 76.48221343873517%;
*margin-left: 76.38339920948617%;
}
.row-fluid .offset8 {
margin-left: 69.96047430830039%;
*margin-left: 69.86166007905139%;
}
.row-fluid .offset8:first-child {
margin-left: 67.98418972332016%;
*margin-left: 67.88537549407116%;
}
.row-fluid .offset7 {
margin-left: 61.462450592885375%;
*margin-left: 61.36363636363636%;
}
.row-fluid .offset7:first-child {
margin-left: 59.48616600790513%;
*margin-left: 59.38735177865612%;
}
.row-fluid .offset6 {
margin-left: 52.96442687747036%;
*margin-left: 52.865612648221344%;
}
.row-fluid .offset6:first-child {
margin-left: 50.98814229249012%;
*margin-left: 50.8893280632411%;
}
.row-fluid .offset5 {
margin-left: 44.466403162055336%;
*margin-left: 44.36758893280632%;
}
.row-fluid .offset5:first-child {
margin-left: 42.490118577075094%;
*margin-left: 42.39130434782608%;
}
.row-fluid .offset4 {
margin-left: 35.96837944664032%;
*margin-left: 35.869565217391305%;
}
.row-fluid .offset4:first-child {
margin-left: 33.99209486166008%;
*margin-left: 33.89328063241106%;
}
.row-fluid .offset3 {
margin-left: 27.470355731225297%;
*margin-left: 27.37154150197628%;
}
.row-fluid .offset3:first-child {
margin-left: 25.49407114624506%;
*margin-left: 25.395256916996043%;
}
.row-fluid .offset2 {
margin-left: 18.972332015810274%;
*margin-left: 18.873517786561262%;
}
.row-fluid .offset2:first-child {
margin-left: 16.99604743083004%;
*margin-left: 16.897233201581024%;
}
.row-fluid .offset1 {
margin-left: 10.474308300395258%;
*margin-left: 10.375494071146244%;
}
.row-fluid .offset1:first-child {
margin-left: 8.49802371541502%;
*margin-left: 8.399209486166008%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
|
public/bootstrap/css/bootstrap-wide.css
|
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1012px;
}
.span12 {
width: 1012px;
}
.span11 {
width: 926px;
}
.span10 {
width: 840px;
}
.span9 {
width: 754px;
}
.span8 {
width: 668px;
}
.span7 {
width: 582px;
}
.span6 {
width: 496px;
}
.span5 {
width: 410px;
}
.span4 {
width: 324px;
}
.span3 {
width: 238px;
}
.span2 {
width: 152px;
}
.span1 {
width: 66px;
}
.offset12 {
margin-left: 1052px;
}
.offset11 {
margin-left: 966px;
}
.offset10 {
margin-left: 880px;
}
.offset9 {
margin-left: 794px;
}
.offset8 {
margin-left: 708px;
}
.offset7 {
margin-left: 622px;
}
.offset6 {
margin-left: 536px;
}
.offset5 {
margin-left: 450px;
}
.offset4 {
margin-left: 364px;
}
.offset3 {
margin-left: 278px;
}
.offset2 {
margin-left: 192px;
}
.offset1 {
margin-left: 106px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1.9762845849802373%;
*margin-left: 1.9268774703557314%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 1.9762845849802373%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.9505928853755%;
}
.row-fluid .span11 {
width: 91.50197628458498%;
*width: 91.45256916996048%;
}
.row-fluid .span10 {
width: 83.00395256916997%;
*width: 82.95454545454547%;
}
.row-fluid .span9 {
width: 74.50592885375494%;
*width: 74.45652173913044%;
}
.row-fluid .span8 {
width: 66.00790513833992%;
*width: 65.95849802371542%;
}
.row-fluid .span7 {
width: 57.5098814229249%;
*width: 57.46047430830039%;
}
.row-fluid .span6 {
width: 49.01185770750988%;
*width: 48.962450592885375%;
}
.row-fluid .span5 {
width: 40.51383399209486%;
*width: 40.46442687747035%;
}
.row-fluid .span4 {
width: 32.015810276679844%;
*width: 31.966403162055336%;
}
.row-fluid .span3 {
width: 23.51778656126482%;
*width: 23.468379446640313%;
}
.row-fluid .span2 {
width: 15.019762845849801%;
*width: 14.970355731225295%;
}
.row-fluid .span1 {
width: 6.521739130434782%;
*width: 6.472332015810276%;
}
.row-fluid .offset12 {
margin-left: 103.95256916996047%;
*margin-left: 103.85375494071147%;
}
.row-fluid .offset12:first-child {
margin-left: 101.97628458498023%;
*margin-left: 101.87747035573123%;
}
.row-fluid .offset11 {
margin-left: 95.45454545454545%;
*margin-left: 95.35573122529645%;
}
.row-fluid .offset11:first-child {
margin-left: 93.47826086956522%;
*margin-left: 93.37944664031622%;
}
.row-fluid .offset10 {
margin-left: 86.95652173913044%;
*margin-left: 86.85770750988144%;
}
.row-fluid .offset10:first-child {
margin-left: 84.9802371541502%;
*margin-left: 84.8814229249012%;
}
.row-fluid .offset9 {
margin-left: 78.4584980237154%;
*margin-left: 78.3596837944664%;
}
.row-fluid .offset9:first-child {
margin-left: 76.48221343873517%;
*margin-left: 76.38339920948617%;
}
.row-fluid .offset8 {
margin-left: 69.96047430830039%;
*margin-left: 69.86166007905139%;
}
.row-fluid .offset8:first-child {
margin-left: 67.98418972332016%;
*margin-left: 67.88537549407116%;
}
.row-fluid .offset7 {
margin-left: 61.462450592885375%;
*margin-left: 61.36363636363636%;
}
.row-fluid .offset7:first-child {
margin-left: 59.48616600790513%;
*margin-left: 59.38735177865612%;
}
.row-fluid .offset6 {
margin-left: 52.96442687747036%;
*margin-left: 52.865612648221344%;
}
.row-fluid .offset6:first-child {
margin-left: 50.98814229249012%;
*margin-left: 50.8893280632411%;
}
.row-fluid .offset5 {
margin-left: 44.466403162055336%;
*margin-left: 44.36758893280632%;
}
.row-fluid .offset5:first-child {
margin-left: 42.490118577075094%;
*margin-left: 42.39130434782608%;
}
.row-fluid .offset4 {
margin-left: 35.96837944664032%;
*margin-left: 35.869565217391305%;
}
.row-fluid .offset4:first-child {
margin-left: 33.99209486166008%;
*margin-left: 33.89328063241106%;
}
.row-fluid .offset3 {
margin-left: 27.470355731225297%;
*margin-left: 27.37154150197628%;
}
.row-fluid .offset3:first-child {
margin-left: 25.49407114624506%;
*margin-left: 25.395256916996043%;
}
.row-fluid .offset2 {
margin-left: 18.972332015810274%;
*margin-left: 18.873517786561262%;
}
.row-fluid .offset2:first-child {
margin-left: 16.99604743083004%;
*margin-left: 16.897233201581024%;
}
.row-fluid .offset1 {
margin-left: 10.474308300395258%;
*margin-left: 10.375494071146244%;
}
.row-fluid .offset1:first-child {
margin-left: 8.49802371541502%;
*margin-left: 8.399209486166008%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
| 0.376967 | 0.107391 |
.mod_quickicon {
margin: 1.618em 2.218em;
}
.mod_quickicon:before,
.mod_quickicon:after {
content: "";
display: table;
line-height: 0;
}
.mod_quickicon:after {
clear: left;
}
.mod_quickicon .icon-wrapper {
margin: 0;
padding: 0;
}
.mod_quickicon .icon {
margin-bottom: 1.61803399em;
float: left;
display: block;
position: relative;
margin: 0.618em;
padding: 0;
}
.mod_quickicon .icon a {
width: 5.6em;
height: 5.6em;
display: block;
text-align: center;
-webkit-border-radius: 0.27em;
-moz-border-radius: 0.27em;
border-radius: 0.27em;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
.mod_quickicon .icon a:before {
content: "\f009";
font-family: "Fontcons";
font-size: 4em;
line-height: 1.4;
color: #999;
position: absolute;
left: 50%;
top: 0;
margin-left: -0.5em;
}
.mod_quickicon .icon a:after {
content: "";
font-family: "Fontcons";
font-size: 2em;
line-height: 1;
position: absolute;
right: 0.5em;
bottom: 0.5em;
}
.mod_quickicon #icon-article-add a:before {
content: "\f0f5";
}
.mod_quickicon #icon-article-add a:after {
content: "\2295";
}
.mod_quickicon #icon-article a:before {
content: "\f036";
}
.mod_quickicon #icon-category a:before {
content: "\f07c";
}
.mod_quickicon #icon-media a:before {
content: "\f08c";
}
.mod_quickicon #icon-menumgr a:before {
content: "\f071";
}
.mod_quickicon #icon-user a:before {
content: "\f042";
}
.mod_quickicon #icon-module a:before {
content: "\f00a";
}
.mod_quickicon #icon-extension a:before {
content: "\f06f";
}
.mod_quickicon #icon-language a:before {
content: "\f075";
}
.mod_quickicon #icon-config a:before {
content: "\f085";
}
.mod_quickicon #icon-themes a:before {
content: "\f081";
}
.mod_quickicon #icon-user-profile a:before {
content: "\f007";
}
.mod_quickicon #plg_quickicon_joomlaupdate a:before {
content: "\f06f";
}
.mod_quickicon #plg_quickicon_extensionupdate a:before {
content: "\f06f";
}
.mod_quickicon #plg_quickicon_extensionupdate a:after {
content: "\f021";
}
.mod_quickicon .icon a img {
margin: 1em 0 0 0;
padding: 0;
border: none;
}
.mod_quickicon .icon a span {
position: absolute;
bottom: 0;
left: 0;
width: 82.5%;
font-size: 85%;
line-height: 1.3em;
padding: .618em 10%;
background: rgba(74, 67, 67, 0.92);
-webkit-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 0.27em 0.27em;
-moz-border-radius: 0 0 0.27em 0.27em;
border-radius: 0 0 0.27em 0.27em;
filter: alpha(opacity=@opacity * 100);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
color: #fff;
text-shadow: 0 1px 0 #1d1212;
}
.mod_quickicon .icon a span {
color: #fff;
}
.mod_quickicon .icon a:hover span {
filter: alpha(opacity=@opacity * 100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.mod_quickicon .icon a:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
border: none;
text-decoration: none;
background: #fff;
}
/* Hero styles */
.hero .mod_quickicon {
margin: 0 2.218em;
}
|
core/modules/mod_quickicon/assets/css/mod_quickicon.css
|
.mod_quickicon {
margin: 1.618em 2.218em;
}
.mod_quickicon:before,
.mod_quickicon:after {
content: "";
display: table;
line-height: 0;
}
.mod_quickicon:after {
clear: left;
}
.mod_quickicon .icon-wrapper {
margin: 0;
padding: 0;
}
.mod_quickicon .icon {
margin-bottom: 1.61803399em;
float: left;
display: block;
position: relative;
margin: 0.618em;
padding: 0;
}
.mod_quickicon .icon a {
width: 5.6em;
height: 5.6em;
display: block;
text-align: center;
-webkit-border-radius: 0.27em;
-moz-border-radius: 0.27em;
border-radius: 0.27em;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
.mod_quickicon .icon a:before {
content: "\f009";
font-family: "Fontcons";
font-size: 4em;
line-height: 1.4;
color: #999;
position: absolute;
left: 50%;
top: 0;
margin-left: -0.5em;
}
.mod_quickicon .icon a:after {
content: "";
font-family: "Fontcons";
font-size: 2em;
line-height: 1;
position: absolute;
right: 0.5em;
bottom: 0.5em;
}
.mod_quickicon #icon-article-add a:before {
content: "\f0f5";
}
.mod_quickicon #icon-article-add a:after {
content: "\2295";
}
.mod_quickicon #icon-article a:before {
content: "\f036";
}
.mod_quickicon #icon-category a:before {
content: "\f07c";
}
.mod_quickicon #icon-media a:before {
content: "\f08c";
}
.mod_quickicon #icon-menumgr a:before {
content: "\f071";
}
.mod_quickicon #icon-user a:before {
content: "\f042";
}
.mod_quickicon #icon-module a:before {
content: "\f00a";
}
.mod_quickicon #icon-extension a:before {
content: "\f06f";
}
.mod_quickicon #icon-language a:before {
content: "\f075";
}
.mod_quickicon #icon-config a:before {
content: "\f085";
}
.mod_quickicon #icon-themes a:before {
content: "\f081";
}
.mod_quickicon #icon-user-profile a:before {
content: "\f007";
}
.mod_quickicon #plg_quickicon_joomlaupdate a:before {
content: "\f06f";
}
.mod_quickicon #plg_quickicon_extensionupdate a:before {
content: "\f06f";
}
.mod_quickicon #plg_quickicon_extensionupdate a:after {
content: "\f021";
}
.mod_quickicon .icon a img {
margin: 1em 0 0 0;
padding: 0;
border: none;
}
.mod_quickicon .icon a span {
position: absolute;
bottom: 0;
left: 0;
width: 82.5%;
font-size: 85%;
line-height: 1.3em;
padding: .618em 10%;
background: rgba(74, 67, 67, 0.92);
-webkit-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 0.27em 0.27em;
-moz-border-radius: 0 0 0.27em 0.27em;
border-radius: 0 0 0.27em 0.27em;
filter: alpha(opacity=@opacity * 100);
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
color: #fff;
text-shadow: 0 1px 0 #1d1212;
}
.mod_quickicon .icon a span {
color: #fff;
}
.mod_quickicon .icon a:hover span {
filter: alpha(opacity=@opacity * 100);
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.mod_quickicon .icon a:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.4),0 0 0 0.618em rgba(0, 0, 0, 0.035);
border: none;
text-decoration: none;
background: #fff;
}
/* Hero styles */
.hero .mod_quickicon {
margin: 0 2.218em;
}
| 0.223716 | 0.120542 |
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
.dv {
height: 100%;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 1px solid #e0e0e0;
border-radius: 5px;
padding-bottom: 16px;
}
.dv-header {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #e0e0e0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dv-header-title {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
padding-right: 15px;
}
.dv-header-pre {
margin: auto;
display: inline-block;
width: 130px;
}
.dv-header-select {
display: block;
width: 100%;
}
.dv-header-columns {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 15px;
}
.dv-header-operators {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 15px;
}
.dv-header-search {
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4;
padding-right: 15px;
}
.dv-header-input {
display: block;
width: 100%;
}
.dv-header-submit {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.dv-header-btn {
display: block;
width: 100%;
}
.dv-footer {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #e0e0e0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dv-footer-input {
width: 40px;
text-align: center;
}
.dv-footer-btn {
padding: 2px 10px;
}
.dv-footer-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dv-footer-sub {
padding-left: 15px;
}
|
public/css/app.css
|
hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}
.dv {
height: 100%;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 1px solid #e0e0e0;
border-radius: 5px;
padding-bottom: 16px;
}
.dv-header {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #e0e0e0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dv-header-title {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
padding-right: 15px;
}
.dv-header-pre {
margin: auto;
display: inline-block;
width: 130px;
}
.dv-header-select {
display: block;
width: 100%;
}
.dv-header-columns {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 15px;
}
.dv-header-operators {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 15px;
}
.dv-header-search {
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4;
padding-right: 15px;
}
.dv-header-input {
display: block;
width: 100%;
}
.dv-header-submit {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.dv-header-btn {
display: block;
width: 100%;
}
.dv-footer {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #e0e0e0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dv-footer-input {
width: 40px;
text-align: center;
}
.dv-footer-btn {
padding: 2px 10px;
}
.dv-footer-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dv-footer-sub {
padding-left: 15px;
}
| 0.298901 | 0.052183 |
.post-title {
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
text-transform: uppercase;
}
.post-title a {
color: #444;
}
.blog-post {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #eee;
}
.blog-post .post-thumb {
position: relative;
}
.blog-post .post-thumb .hover-wrap {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
text-align: center;
height: 100%;
background: rgba(5, 47, 67, 0.8);
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb .hover-wrap .link {
position: absolute;
width: 100%;
top: 50%;
margin-top: 22px;
z-index: 1;
padding: 0;
display: block;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb .hover-wrap .link i {
font-size: 20px;
text-align: center;
width: 40px;
line-height: 40px;
height: 40px;
padding: 10px;
margin: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb:hover .hover-wrap {
opacity: 1;
}
.blog-post .post-thumb:hover .link {
margin-top: 0px;
}
.blog-post .date {
border: 1px solid #e3e3e3;
float: left;
height: 68px;
margin-top: 32px;
text-align: center;
width: 68px;
}
.blog-post .date p {
color: #999;
padding: 6px 0;
text-transform: uppercase;
}
.blog-post .post-content {
width: 100%;
padding: 30px 92px;
}
.blog-post .post-content .meta {
font-size: 13px;
font-style: italic;
margin-bottom: 17px;
padding-bottom: 11px;
border-bottom: 1px solid #eee;
}
.blog-post .post-content .meta .meta-part {
display: inline-block;
margin-bottom: 10px;
margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
color: #999;
}
.blog-post .post-content p {
margin-bottom: 30px;
}
#pagination span,
#pagination a {
display: inline-block;
text-align: center;
height: 34px;
width: 34px;
color: #666;
line-height: 33px;
border: 1px solid #eee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#pagination a:hover {
border-color: #ddd;
}
#pagination .all-pages,
#pagination .next-page {
width: auto;
padding: 0 14px;
}
.widget-title {
font-size: 15px;
font-weight: 400;
color: #333333;
letter-spacing: 1px;
padding: 10px 0;
margin-bottom: 20px;
text-transform: uppercase;
word-spacing: 1px;
position: relative;
}
.widget-title:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 60px;
}
.right-sidebar {
padding-left: 20px;
}
.search {
width: 100%;
margin-bottom: 0px !important;
position: relative;
}
.search-btn {
position: absolute;
top: 12px;
right: 30px;
border: none;
background: transparent;
}
.search-btn i {
color: #999;
}
#sidebar {
margin-bottom: 30px;
}
#sidebar .widget {
border-bottom: 1px solid #E9E9E9;
margin-bottom: 22px;
padding-bottom: 30px;
}
#sidebar .widget:last-child {
border-bottom: none;
}
#sidebar .cat-list li {
padding: 7px 0;
}
#sidebar .cat-list li a {
text-decoration: none;
color: #999;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li .num-posts {
font-size: 12px;
}
#sidebar .cat-list li:last-child {
border: none;
}
#sidebar .posts-list li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
}
#sidebar .posts-list li:last-child {
margin: 0;
padding: 0;
border: none;
}
#sidebar .posts-list .widget-thumb {
float: left;
}
#sidebar .posts-list .widget-thumb a {
display: block;
}
#sidebar .posts-list .widget-thumb a img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}
#sidebar .posts-list .widget-content a {
font-weight: 400;
color: #666;
}
#sidebar .posts-list .widget-content span {
color: #999;
font-size: 12px;
display: block;
margin: 3px 0;
}
#sidebar .posts-list .widget-content span i {
padding-right: 5px;
}
#sidebar .tag a {
display: inline-block;
font-size: 12px;
color: #444;
padding: 7px 12px;
border: 1px solid #E5E5E5;
margin: 4px 2px;
border-radius: 0x;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
padding-right: 5px;
}
.single-gallery .post-content {
padding: 30px 0;
}
.single-gallery p {
margin-bottom: 20px!important;
}
blockquote {
padding: 20px;
background: #F5F5F5;
position: relative;
}
blockquote i {
font-size: 32px;
position: absolute;
margin-top: 10px;
}
blockquote .quote-text {
color: #999;
font-size: 14px;
line-height: 26px;
display: block;
font-style: italic;
font-weight: 400;
}
.comments-title {
font-weight: 400;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 20px;
}
#comments .comments-list {
padding: 0;
margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
border-radius: 4px;
padding: 22px 0;
}
#comments .comments-list li ul {
padding-left: 100px;
}
#comments .user {
background: #fff;
width: 80px;
float: left;
border: 2px solid #fff;
box-shadow: 0px 0px 3px #999;
height: 80px;
position: relative;
}
#comments .comment-content {
margin-left: 100px;
background: #F7F7F7;
border-radius: 0;
padding: 16px 22px;
border: 3px solid #fff;
box-shadow: 0px 0px 2px #f1f1f1;
}
#comments .comment-content .comment-meta {
margin-bottom: 5px;
}
#comments .comment-content .comment-by {
font-size: 16px;
font-weight: 400;
line-height: 33px;
text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
color: #444;
}
#comments .comment-content .comment-date {
color: #444;
}
#comments .content-bg {
background: none;
}
.reply-link {
color: #fff;
background: #CACACA;
padding: 2px 22px;
border-radius: 0px;
display: inline-block;
font-size: 12px;
margin: 10px 3px 0 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.respond-title {
font-weight: 400;
padding: 15px 0;
text-transform: uppercase;
font-size: 14px;
border-top: 1px solid #EEE;
}
.project-content h4 {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.project-content h4 span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.project-content p {
margin-bottom: 30px;
}
.project-content .share {
margin-top: 20px;
font-size: 14px;
}
.project-content .share span {
margin-right: 10px;
}
.recent-projects h4.title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.recent-projects h4.title span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.projects-carousel {
width: 1150px !important;
}
.projects-carousel .item {
margin-right: 15px;
margin-bottom: 0;
}
.main-desc {
margin-bottom: 30px;
}
.main-desc p {
font-size: 26px;
font-weight: 400;
line-height: 36px;
}
|
assets/themes/websiteproid/css/blogpage.css
|
.post-title {
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
text-transform: uppercase;
}
.post-title a {
color: #444;
}
.blog-post {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #eee;
}
.blog-post .post-thumb {
position: relative;
}
.blog-post .post-thumb .hover-wrap {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
text-align: center;
height: 100%;
background: rgba(5, 47, 67, 0.8);
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb .hover-wrap .link {
position: absolute;
width: 100%;
top: 50%;
margin-top: 22px;
z-index: 1;
padding: 0;
display: block;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb .hover-wrap .link i {
font-size: 20px;
text-align: center;
width: 40px;
line-height: 40px;
height: 40px;
padding: 10px;
margin: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.blog-post .post-thumb:hover .hover-wrap {
opacity: 1;
}
.blog-post .post-thumb:hover .link {
margin-top: 0px;
}
.blog-post .date {
border: 1px solid #e3e3e3;
float: left;
height: 68px;
margin-top: 32px;
text-align: center;
width: 68px;
}
.blog-post .date p {
color: #999;
padding: 6px 0;
text-transform: uppercase;
}
.blog-post .post-content {
width: 100%;
padding: 30px 92px;
}
.blog-post .post-content .meta {
font-size: 13px;
font-style: italic;
margin-bottom: 17px;
padding-bottom: 11px;
border-bottom: 1px solid #eee;
}
.blog-post .post-content .meta .meta-part {
display: inline-block;
margin-bottom: 10px;
margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
color: #999;
}
.blog-post .post-content p {
margin-bottom: 30px;
}
#pagination span,
#pagination a {
display: inline-block;
text-align: center;
height: 34px;
width: 34px;
color: #666;
line-height: 33px;
border: 1px solid #eee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#pagination a:hover {
border-color: #ddd;
}
#pagination .all-pages,
#pagination .next-page {
width: auto;
padding: 0 14px;
}
.widget-title {
font-size: 15px;
font-weight: 400;
color: #333333;
letter-spacing: 1px;
padding: 10px 0;
margin-bottom: 20px;
text-transform: uppercase;
word-spacing: 1px;
position: relative;
}
.widget-title:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 60px;
}
.right-sidebar {
padding-left: 20px;
}
.search {
width: 100%;
margin-bottom: 0px !important;
position: relative;
}
.search-btn {
position: absolute;
top: 12px;
right: 30px;
border: none;
background: transparent;
}
.search-btn i {
color: #999;
}
#sidebar {
margin-bottom: 30px;
}
#sidebar .widget {
border-bottom: 1px solid #E9E9E9;
margin-bottom: 22px;
padding-bottom: 30px;
}
#sidebar .widget:last-child {
border-bottom: none;
}
#sidebar .cat-list li {
padding: 7px 0;
}
#sidebar .cat-list li a {
text-decoration: none;
color: #999;
display: inline-block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li .num-posts {
font-size: 12px;
}
#sidebar .cat-list li:last-child {
border: none;
}
#sidebar .posts-list li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
}
#sidebar .posts-list li:last-child {
margin: 0;
padding: 0;
border: none;
}
#sidebar .posts-list .widget-thumb {
float: left;
}
#sidebar .posts-list .widget-thumb a {
display: block;
}
#sidebar .posts-list .widget-thumb a img {
opacity: 1;
max-width: 90px;
margin: 5px 15px 0 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
opacity: 0.7;
}
#sidebar .posts-list .widget-content a {
font-weight: 400;
color: #666;
}
#sidebar .posts-list .widget-content span {
color: #999;
font-size: 12px;
display: block;
margin: 3px 0;
}
#sidebar .posts-list .widget-content span i {
padding-right: 5px;
}
#sidebar .tag a {
display: inline-block;
font-size: 12px;
color: #444;
padding: 7px 12px;
border: 1px solid #E5E5E5;
margin: 4px 2px;
border-radius: 0x;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
padding-right: 5px;
}
.single-gallery .post-content {
padding: 30px 0;
}
.single-gallery p {
margin-bottom: 20px!important;
}
blockquote {
padding: 20px;
background: #F5F5F5;
position: relative;
}
blockquote i {
font-size: 32px;
position: absolute;
margin-top: 10px;
}
blockquote .quote-text {
color: #999;
font-size: 14px;
line-height: 26px;
display: block;
font-style: italic;
font-weight: 400;
}
.comments-title {
font-weight: 400;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 20px;
}
#comments .comments-list {
padding: 0;
margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
border-radius: 4px;
padding: 22px 0;
}
#comments .comments-list li ul {
padding-left: 100px;
}
#comments .user {
background: #fff;
width: 80px;
float: left;
border: 2px solid #fff;
box-shadow: 0px 0px 3px #999;
height: 80px;
position: relative;
}
#comments .comment-content {
margin-left: 100px;
background: #F7F7F7;
border-radius: 0;
padding: 16px 22px;
border: 3px solid #fff;
box-shadow: 0px 0px 2px #f1f1f1;
}
#comments .comment-content .comment-meta {
margin-bottom: 5px;
}
#comments .comment-content .comment-by {
font-size: 16px;
font-weight: 400;
line-height: 33px;
text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
color: #444;
}
#comments .comment-content .comment-date {
color: #444;
}
#comments .content-bg {
background: none;
}
.reply-link {
color: #fff;
background: #CACACA;
padding: 2px 22px;
border-radius: 0px;
display: inline-block;
font-size: 12px;
margin: 10px 3px 0 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.respond-title {
font-weight: 400;
padding: 15px 0;
text-transform: uppercase;
font-size: 14px;
border-top: 1px solid #EEE;
}
.project-content h4 {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.project-content h4 span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.project-content p {
margin-bottom: 30px;
}
.project-content .share {
margin-top: 20px;
font-size: 14px;
}
.project-content .share span {
margin-right: 10px;
}
.recent-projects h4.title {
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.recent-projects h4.title span {
padding-bottom: 8px;
border-bottom: 1px solid;
}
.projects-carousel {
width: 1150px !important;
}
.projects-carousel .item {
margin-right: 15px;
margin-bottom: 0;
}
.main-desc {
margin-bottom: 30px;
}
.main-desc p {
font-size: 26px;
font-weight: 400;
line-height: 36px;
}
| 0.314051 | 0.057838 |
.li-group-results{
list-style-type: none;
color: #5bc0de;
width: 300px;
height: 100px;
}
.question{
font-weight: bold;
font-size: 26px;
color: #40333c;
margin-bottom: 15px;
}
.total_votes{
font-size:14px;
height:35px;
line-height:35px;
color: DimGray;
}
/*! SOURCE : http://w3lessons.info/2013/06/04/skill-bar-with-jquery-css3/ */
.skillbar-container{
width: 100%;
height:35px;
color:#000;
margin-bottom: 15px;
padding:0;
position:relative;
clear: both;
}
.skillbar {
position:absolute;
display:inline;
float: left;
margin-bottom:15px;
left:165px;
width:80%;
background:#ffffff;
height:35px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title {
position:absolute;
display:inline;
float: left;
top: 0px;
width: 165px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
left: -165px;
font-weight:bold;
font-size:14px;
color:#ffffff;
background:#6adcfa;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-title span {
display:block;
background:rgba(0, 0, 0, 0.1);
padding:0 20px;
height:35px;
line-height:35px;
width: 165px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-bar {
height:35px;
width:0px;
background:#6adcfa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.skill-bar-percent {
position:absolute;
right:10px;
top:0;
font-size:14px;
height:35px;
line-height:35px;
color:#ffffff;
color:rgba(0, 0, 0, 0.4);
}
.skillbar-title + .tooltip > .tooltip-inner
{
background-color: #40333c;
max-width: 250px;
}
.skillbar-title + .tooltip > .tooltip-arrow
{
opacity: .7;
}
|
public/css/results.css
|
.li-group-results{
list-style-type: none;
color: #5bc0de;
width: 300px;
height: 100px;
}
.question{
font-weight: bold;
font-size: 26px;
color: #40333c;
margin-bottom: 15px;
}
.total_votes{
font-size:14px;
height:35px;
line-height:35px;
color: DimGray;
}
/*! SOURCE : http://w3lessons.info/2013/06/04/skill-bar-with-jquery-css3/ */
.skillbar-container{
width: 100%;
height:35px;
color:#000;
margin-bottom: 15px;
padding:0;
position:relative;
clear: both;
}
.skillbar {
position:absolute;
display:inline;
float: left;
margin-bottom:15px;
left:165px;
width:80%;
background:#ffffff;
height:35px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title {
position:absolute;
display:inline;
float: left;
top: 0px;
width: 165px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
left: -165px;
font-weight:bold;
font-size:14px;
color:#ffffff;
background:#6adcfa;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-title span {
display:block;
background:rgba(0, 0, 0, 0.1);
padding:0 20px;
height:35px;
line-height:35px;
width: 165px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-bar {
height:35px;
width:0px;
background:#6adcfa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.skill-bar-percent {
position:absolute;
right:10px;
top:0;
font-size:14px;
height:35px;
line-height:35px;
color:#ffffff;
color:rgba(0, 0, 0, 0.4);
}
.skillbar-title + .tooltip > .tooltip-inner
{
background-color: #40333c;
max-width: 250px;
}
.skillbar-title + .tooltip > .tooltip-arrow
{
opacity: .7;
}
| 0.359252 | 0.054249 |
td.instructions {
text-align: center;
font-size: 1.5em;
color: lightgray;
}
td.v-instructions {
text-align: left;
font-size: 1.5em;
color: lightgray;
}
td.h-brace {
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
td.v-brace {
border-top: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
/* - customers-manage module ----------------------------------------------- */
.customers-manage { font-size: 1.25em; }
.customers-manage table { }
.customers-manage th {
background-repeat: no-repeat;
background-position: center right;
background-image: url(images/bg.gif);
cursor: hand;
}
.customers-manage th.headerSortUp { background-image: url(images/asc.gif); }
.customers-manage th.headerSortDown { background-image: url(images/desc.gif); }
.customers-manage td { padding-top: 0.5em; }
.customers-manage th.command, td.command {
text-align: right;
padding-right: 20px;
}
.customers-manage td.command span {
background: lightgray;
padding: 0.1em 0.4em 0.2em 0.4em; /* top right bottom left */
margin-left: 0.3em;
cursor: hand; w
}
.customers-manage .button.hover {
background: darkgray;
}
.customers-manage .button.selected {
background: gray;
}
.customers-manage .edit-username {
width: 15em;
cursor: caret;
}
.customers-manage .edit-type {
width: 7.5em;
cursor: hand;
}
/* - customers-status module ----------------------------------------------- */
.customers-status { font-size: 1.25em; }
.customers-status table { }
.customers-status th {
background-repeat: no-repeat;
background-position: center right;
background-image: url(images/bg.gif);
cursor: hand;
padding:0px;
padding-right:1.0em;
}
.customers-status th.headerSortUp {
background-image: url(images/asc.gif);
}
.customers-status th.headerSortDown {
background-image: url(images/desc.gif);
}
.customers-status tr.idle { color: lightgray; }
.customers-status td { }
.customers-status td.name { width: 10em; }
/* - customers-plans ------------------------------------------------------ */
.customers-plans { font-size: 1.25em; }
.customers-plans table { }
.customers-plans th { padding:0px; padding-right:1.0em;}
.customers-plans td { padding-top: 0.5em; }
.customers-plans td.name { cursor: caret; width: 10em; }
.customers-plans td.minutes { cursor: caret; }
.customers-plans td.currency { cursor: caret; }
.customers-plans td.price { cursor: caret; }
/* - customers-recharge module -------------------------------------------- */
.customers-recharge { margin: 1em; }
.customers-recharge td.spacer { width: 0em; height: 1em; }
.customers-recharge div.button, div.button-submit {
background: lightgray;
margin-left: 10px;
cursor: hand;
}
.customers-recharge div.button-submit {
background: #B2C3DD;
}
.customers-recharge div.button-submit.hover {
background: #92A3BD;
}
.customers-recharge div.button-submit.selected {
background: #72839D;
}
.customers-recharge div.button.hover {
background: darkgray;
}
.customers-recharge div.button.selected {
background: gray;
}
.customers-recharge div.button p, div.button-submit p {
padding: 10px;
text-align: center;
}
.customers-recharge div.button p b, div.button-submit p b {
font-size: 2.0em;
display: block;
}
.customers-recharge div.button p i {
font-size: 1.5em;
display: block;
}
.customers-recharge div.voucher.button {
background: white;
border: 1px solid gray;
width: 30em;
cursor: default;
}
/* - network health module ------------------------------------------------ */
.network-messages thead {
color: black;
}
.network-messages tr {
vertical-align: top;
}
.network-messages td {
font-size: 1.0em;
margin: 0px;
padding: 0px;
padding-right: 10px;
}
.network-messages td#timestamp {
width: 10.0em;
color: gray;
}
.network-messages td#level {
color: gray;
}
.network-messages div#node {
color: gray;
vertical-align: top;
height: 1.3em;
overflow: hidden;
display: block;
}
.network-messages td#process {
color: gray;
}
.network-messages div#message {
vertical-align: top;
height: 1.3em;
overflow: hidden;
display: block;
}
.network-messages tr.notice td {
color: blue;
}
.network-messages tr.warn td {
color: orange;
}
.network-messages tr.err td {
color: red;
}
.network-messages tr.unknown td {
color: #202020;
}
/* - accounts manage module --------------------------------------------- */
div#accounts-manage {
border: 0px solid blue;
}
div#accounts-manage div.accounts {
display : table;
border : 0px solid blue;
border-spacing : 0em 0.3em;
/*table-layout : fixed;*/
width : 100%;
}
div#accounts-manage div.account {
display: table-row;
}
div#accounts-manage div.account span {
display : table-cell;
border : 0px solid red;
vertical-align : top;
padding : 5px 5px;
text-overflow : ellipsis;
white-space : nowrap;
overflow : hidden;
}
div#accounts-manage div.account span.expanded {
/*border : 1px solid #ddd;*/
background : #eee;
}
div#accounts-manage div.account span.expand {
color : darkgray;
font-family : "Courier New", "Courier", "Lucida Sans Mono";
font-size : 1.0em;
font-weight : bold;
width : 1px;
}
div#accounts-manage .editor {
background : #eee;
border : 0px solid red;
display : none;
padding : 0.5em;
padding-bottom : 0.25em;
padding-right : 0.25em;
}
div#accounts-manage .editor input, textarea {
margin-bottom: 10px;
padding-left:0.25em;
}
div#accounts-manage span.mydevices {
font-weight:normal;
font-size:0.9em;
text-align:center;
/*display:inline-block;*/
}
div#accounts-manage span.mydevices span {
display:inline;
}
/* - network devices module --------------------------------------------- */
div#network-devices {
}
div#network-devices table, thead, tr, th, td {
}
div#network-devices thead {
}
div#network-devices tr {
}
div#network-devices th td {
}
div#network-devices form.filter {
border:0px solid blue;
background-color: white;
color: #333;
padding-top: 1.0em;
padding-bottom: 1.0em;
}
div#network-devices form.filter label {
padding: 5px 10px;
margin-left: 0.5em;
/*color: white;*/
background: #ddd;
}
div#network-devices form.filter label:hover {
}
div#network-devices form.filter .active {
color: white;
background: #333;
/*text-shadow: 0px -1px 0px black;*/
}
div#network-devices div.devices {
display: table;
border: 0px solid green;
border-spacing: 0.5em;
}
div#network-devices div.head {
display: table-row;
font-weight: bold;
font-size: 1.1em;
}
div#network-devices div.head span {
display: table-cell;
}
div#network-devices div.device {
display: table-row;
}
div#network-devices div.device span {
display: table-cell;
border: 0px solid blue;
vertical-align: middle;
}
div#network-devices div.device span.name {
color: blue;
font-weight: bold;
padding-right: 1.5em;
}
div#network-devices div.device span.uptime {
color: black;
}
div#network-devices div.device span.lastseen {
color: black;
}
div#network-devices div.device span.status {
color: green;
}
div#network-devices div.device span.traffic {
color: gray;
}
div#network-devices div.device span.graph {
margin: 0px; padding: 0px;
border: 1px solid lightgray;
background: #eee;
padding-left: 0.25em;
padding-right: 0.25em;
width: 100%;
}
/* - utility upgrade module ---------------------------------------------- */
.utility-upgrade td {
margin:0px;
padding:0px;
}
/* - internet-configure module -------------------------------------------- */
.ui-sortable, .ui-sortable-brace, .ui-sortable-instructions { width: 310px; padding: 5px; }
.ui-sortable { border:1px solid gray; min-height: 230px; margin: 5px; }
.ui-sortable-brace {
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
margin-top: 1em;
width:320px;
}
.ui-sortable-instructions {
text-align: center;
font-size: 1.5em;
color: lightgray;
}
dl.sort { margin: 5px; }
dl.sort dt {
border: 1px solid gray;
cursor:move;
height:1.6em;
line-height:1.6;
position:relative;
text-align: center;
width: 300px;
}
dl.sort dd { background-color:red; }
.internet-configure td { background-color: lightgray; border: 4px solid white; padding: 4px; }
/* - help module ---------------------------------------------------------- */
.help li {
margin-left: 2.0em;
list-style-type: disc;
list-style-position: outside;
}
.help div.spacer {
height: 2.0em;
}
.help div.navigation {
background: #f7f7f7;
}
/* - setting module ------------------------------------------------------- */
form.two-column {
border: 0px solid green;
margin: 0px;
padding: 0px;
}
form.two-column td {
margin: 0px;
padding: 0px;
}
form.two-column fieldset {
border:0px solid blue;
padding-bottom: 0.5em;
width: 400px;
}
form.two-column#potato fieldset {
/*border:1px solid orange;*/
padding-bottom: 0.5em;
width: 340px;
}
form.two-column fieldset:last-child {
padding-bottom: 0px;
}
form.two-column#potato fieldset:last-child {
padding-bottom: 0px;
}
form.two-column button {
border: 0px solid red;
vertical-align: bottom;
}
form.two-column legend {
border: 0px solid brown;
font-size: 1.5em;
padding-top: 0px;
padding-bottom: .25em;
}
form.two-column .label {
border:0px solid green;
color: darkgray;
width: 180px; /* 120 for potato */
float: left;
}
form.two-column#potato .label {
/*border:1px solid purple;*/
color: darkgray;
width: 120px;
float: left;
}
form.two-column .iax_trunk, .sip_trunk, .gateway_class, .routing_class {
margin-top: .5em;
}
form.two-column input, select {
/*border:1px solid green;*/
margin-bottom: .5em;
width: 200px; /* FireFox is sizing these rather large by default */
}
form.two-column input[type=checkbox] { /* aaaaaaaaaargh */
}
form.two-column #location {
width: 600px;
height: 300px;
z-index: -1;
}
form.two-column #location.message {
/*border: 1px dashed gray;*/
text-align: center;
float: left;
}
|
dashboard/www/style/modules.css
|
td.instructions {
text-align: center;
font-size: 1.5em;
color: lightgray;
}
td.v-instructions {
text-align: left;
font-size: 1.5em;
color: lightgray;
}
td.h-brace {
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
td.v-brace {
border-top: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
/* - customers-manage module ----------------------------------------------- */
.customers-manage { font-size: 1.25em; }
.customers-manage table { }
.customers-manage th {
background-repeat: no-repeat;
background-position: center right;
background-image: url(images/bg.gif);
cursor: hand;
}
.customers-manage th.headerSortUp { background-image: url(images/asc.gif); }
.customers-manage th.headerSortDown { background-image: url(images/desc.gif); }
.customers-manage td { padding-top: 0.5em; }
.customers-manage th.command, td.command {
text-align: right;
padding-right: 20px;
}
.customers-manage td.command span {
background: lightgray;
padding: 0.1em 0.4em 0.2em 0.4em; /* top right bottom left */
margin-left: 0.3em;
cursor: hand; w
}
.customers-manage .button.hover {
background: darkgray;
}
.customers-manage .button.selected {
background: gray;
}
.customers-manage .edit-username {
width: 15em;
cursor: caret;
}
.customers-manage .edit-type {
width: 7.5em;
cursor: hand;
}
/* - customers-status module ----------------------------------------------- */
.customers-status { font-size: 1.25em; }
.customers-status table { }
.customers-status th {
background-repeat: no-repeat;
background-position: center right;
background-image: url(images/bg.gif);
cursor: hand;
padding:0px;
padding-right:1.0em;
}
.customers-status th.headerSortUp {
background-image: url(images/asc.gif);
}
.customers-status th.headerSortDown {
background-image: url(images/desc.gif);
}
.customers-status tr.idle { color: lightgray; }
.customers-status td { }
.customers-status td.name { width: 10em; }
/* - customers-plans ------------------------------------------------------ */
.customers-plans { font-size: 1.25em; }
.customers-plans table { }
.customers-plans th { padding:0px; padding-right:1.0em;}
.customers-plans td { padding-top: 0.5em; }
.customers-plans td.name { cursor: caret; width: 10em; }
.customers-plans td.minutes { cursor: caret; }
.customers-plans td.currency { cursor: caret; }
.customers-plans td.price { cursor: caret; }
/* - customers-recharge module -------------------------------------------- */
.customers-recharge { margin: 1em; }
.customers-recharge td.spacer { width: 0em; height: 1em; }
.customers-recharge div.button, div.button-submit {
background: lightgray;
margin-left: 10px;
cursor: hand;
}
.customers-recharge div.button-submit {
background: #B2C3DD;
}
.customers-recharge div.button-submit.hover {
background: #92A3BD;
}
.customers-recharge div.button-submit.selected {
background: #72839D;
}
.customers-recharge div.button.hover {
background: darkgray;
}
.customers-recharge div.button.selected {
background: gray;
}
.customers-recharge div.button p, div.button-submit p {
padding: 10px;
text-align: center;
}
.customers-recharge div.button p b, div.button-submit p b {
font-size: 2.0em;
display: block;
}
.customers-recharge div.button p i {
font-size: 1.5em;
display: block;
}
.customers-recharge div.voucher.button {
background: white;
border: 1px solid gray;
width: 30em;
cursor: default;
}
/* - network health module ------------------------------------------------ */
.network-messages thead {
color: black;
}
.network-messages tr {
vertical-align: top;
}
.network-messages td {
font-size: 1.0em;
margin: 0px;
padding: 0px;
padding-right: 10px;
}
.network-messages td#timestamp {
width: 10.0em;
color: gray;
}
.network-messages td#level {
color: gray;
}
.network-messages div#node {
color: gray;
vertical-align: top;
height: 1.3em;
overflow: hidden;
display: block;
}
.network-messages td#process {
color: gray;
}
.network-messages div#message {
vertical-align: top;
height: 1.3em;
overflow: hidden;
display: block;
}
.network-messages tr.notice td {
color: blue;
}
.network-messages tr.warn td {
color: orange;
}
.network-messages tr.err td {
color: red;
}
.network-messages tr.unknown td {
color: #202020;
}
/* - accounts manage module --------------------------------------------- */
div#accounts-manage {
border: 0px solid blue;
}
div#accounts-manage div.accounts {
display : table;
border : 0px solid blue;
border-spacing : 0em 0.3em;
/*table-layout : fixed;*/
width : 100%;
}
div#accounts-manage div.account {
display: table-row;
}
div#accounts-manage div.account span {
display : table-cell;
border : 0px solid red;
vertical-align : top;
padding : 5px 5px;
text-overflow : ellipsis;
white-space : nowrap;
overflow : hidden;
}
div#accounts-manage div.account span.expanded {
/*border : 1px solid #ddd;*/
background : #eee;
}
div#accounts-manage div.account span.expand {
color : darkgray;
font-family : "Courier New", "Courier", "Lucida Sans Mono";
font-size : 1.0em;
font-weight : bold;
width : 1px;
}
div#accounts-manage .editor {
background : #eee;
border : 0px solid red;
display : none;
padding : 0.5em;
padding-bottom : 0.25em;
padding-right : 0.25em;
}
div#accounts-manage .editor input, textarea {
margin-bottom: 10px;
padding-left:0.25em;
}
div#accounts-manage span.mydevices {
font-weight:normal;
font-size:0.9em;
text-align:center;
/*display:inline-block;*/
}
div#accounts-manage span.mydevices span {
display:inline;
}
/* - network devices module --------------------------------------------- */
div#network-devices {
}
div#network-devices table, thead, tr, th, td {
}
div#network-devices thead {
}
div#network-devices tr {
}
div#network-devices th td {
}
div#network-devices form.filter {
border:0px solid blue;
background-color: white;
color: #333;
padding-top: 1.0em;
padding-bottom: 1.0em;
}
div#network-devices form.filter label {
padding: 5px 10px;
margin-left: 0.5em;
/*color: white;*/
background: #ddd;
}
div#network-devices form.filter label:hover {
}
div#network-devices form.filter .active {
color: white;
background: #333;
/*text-shadow: 0px -1px 0px black;*/
}
div#network-devices div.devices {
display: table;
border: 0px solid green;
border-spacing: 0.5em;
}
div#network-devices div.head {
display: table-row;
font-weight: bold;
font-size: 1.1em;
}
div#network-devices div.head span {
display: table-cell;
}
div#network-devices div.device {
display: table-row;
}
div#network-devices div.device span {
display: table-cell;
border: 0px solid blue;
vertical-align: middle;
}
div#network-devices div.device span.name {
color: blue;
font-weight: bold;
padding-right: 1.5em;
}
div#network-devices div.device span.uptime {
color: black;
}
div#network-devices div.device span.lastseen {
color: black;
}
div#network-devices div.device span.status {
color: green;
}
div#network-devices div.device span.traffic {
color: gray;
}
div#network-devices div.device span.graph {
margin: 0px; padding: 0px;
border: 1px solid lightgray;
background: #eee;
padding-left: 0.25em;
padding-right: 0.25em;
width: 100%;
}
/* - utility upgrade module ---------------------------------------------- */
.utility-upgrade td {
margin:0px;
padding:0px;
}
/* - internet-configure module -------------------------------------------- */
.ui-sortable, .ui-sortable-brace, .ui-sortable-instructions { width: 310px; padding: 5px; }
.ui-sortable { border:1px solid gray; min-height: 230px; margin: 5px; }
.ui-sortable-brace {
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-bottom: 1px solid lightgray;
margin-top: 1em;
width:320px;
}
.ui-sortable-instructions {
text-align: center;
font-size: 1.5em;
color: lightgray;
}
dl.sort { margin: 5px; }
dl.sort dt {
border: 1px solid gray;
cursor:move;
height:1.6em;
line-height:1.6;
position:relative;
text-align: center;
width: 300px;
}
dl.sort dd { background-color:red; }
.internet-configure td { background-color: lightgray; border: 4px solid white; padding: 4px; }
/* - help module ---------------------------------------------------------- */
.help li {
margin-left: 2.0em;
list-style-type: disc;
list-style-position: outside;
}
.help div.spacer {
height: 2.0em;
}
.help div.navigation {
background: #f7f7f7;
}
/* - setting module ------------------------------------------------------- */
form.two-column {
border: 0px solid green;
margin: 0px;
padding: 0px;
}
form.two-column td {
margin: 0px;
padding: 0px;
}
form.two-column fieldset {
border:0px solid blue;
padding-bottom: 0.5em;
width: 400px;
}
form.two-column#potato fieldset {
/*border:1px solid orange;*/
padding-bottom: 0.5em;
width: 340px;
}
form.two-column fieldset:last-child {
padding-bottom: 0px;
}
form.two-column#potato fieldset:last-child {
padding-bottom: 0px;
}
form.two-column button {
border: 0px solid red;
vertical-align: bottom;
}
form.two-column legend {
border: 0px solid brown;
font-size: 1.5em;
padding-top: 0px;
padding-bottom: .25em;
}
form.two-column .label {
border:0px solid green;
color: darkgray;
width: 180px; /* 120 for potato */
float: left;
}
form.two-column#potato .label {
/*border:1px solid purple;*/
color: darkgray;
width: 120px;
float: left;
}
form.two-column .iax_trunk, .sip_trunk, .gateway_class, .routing_class {
margin-top: .5em;
}
form.two-column input, select {
/*border:1px solid green;*/
margin-bottom: .5em;
width: 200px; /* FireFox is sizing these rather large by default */
}
form.two-column input[type=checkbox] { /* aaaaaaaaaargh */
}
form.two-column #location {
width: 600px;
height: 300px;
z-index: -1;
}
form.two-column #location.message {
/*border: 1px dashed gray;*/
text-align: center;
float: left;
}
| 0.437103 | 0.163479 |
body {
margin: 0px;
}
body, select, input, textarea {
font-family: Lato,Mali,sans-serif;
font-weight: 400;
font-size: 12pt;
line-height: 1.25em;
}
img {
margin: 4px 4px;
}
h1 {
font-size: 1.75em;
color: #348899;
}
#aside {
background: #343642;
color: #cce1e6;
height: 100%;
visibility: hidden;
position: fixed;
text-align: center;
top: 0;
right: -1000px;
opacity: 0;
width: 300px;
min-width: 200px;
max-width: 500px;
min-height: 330px;
transition: right 0s 1s, margin 0s 1s, visibility 0s 1s, opacity 1s ease-out 0s;
}
#aside.show-aside {
margin-top: 44px;
right: 0;
opacity: 1;
visibility: visible;
margin-bottom: 10px;
transition: opacity 0.5s ease-in 0s;
}
#aside.show-aside footer {
padding-bottom: 3.5em;
}
header {
padding: 1.2em;
padding-top: 0em;
padding-bottom: 1em;
}
footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding-bottom: 2em;
padding-left: 0.5em;
}
fieldset {
border: none;
}
input[type="radio"], input[type="checkbox"] {
display: none;
}
input[type="email"], input[type="text"], textarea {
-webkit-appearance: none;
display: block;
width: 90%;
border-radius: 5px;
border-width: 2px;
border-style: solid;
border-color: #e4e4e4;
border-image: initial;
outline: 0px;
padding: 0px 1em;
text-decoration: none;
margin: 1em auto;
}
input[type="email"], input[type="text"] {
height: 2.75em;
}
input[type="submit"], .captchacontrol > button {
-webkit-appearance: none;
background-color: rgb(52, 136, 153);
cursor: pointer;
display: inline-block;
font-weight: 700;
line-height: 2.75em;
text-align: center;
color: rgb(255, 255, 255) !important;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
border-radius: 5px;
border-width: 0px;
border-style: initial;
border-color: initial;
border-image: initial;
padding: 0px 1.5em;
text-decoration: none;
}
input[type="submit"]:hover, .captchacontrol > button:hover {
background-color: rgb(165, 165, 165);
color: rgb(255, 255, 255) !important;
}
input[type="submit"]:active, .captchacontrol > button:active {
background-color: rgb(157, 197, 205);
}
.center {
text-align: center;
}
form .center {
width: 280px;
display: inline-block;
}
textarea {
padding: 0.75em 1em;
resize: none;
}
form {
padding-top: 0.3em;
}
select {
border-radius: 5px;
border: 2px solid #e4e4e4;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 90%;
margin: 1em 0;
height: 2.75em;
}
button {
border: none;
background: none;
outline: none;
cursor: pointer;
}
.visible {
visibility: visible;
opacity: 1;
transition: opacity 1s linear;
}
.hidden {
visibility: hidden;
opacity: 0;
transition: visibility 0s 1s, opacity 1s linear;
}
.icons {
margin: 0px;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0px;
}
ul.icons li {
display: inline-block;
padding: 0 1em 0 0;
}
.flex {
display: flex;
}
.icon {
width: 30px;
height: 30px;
stroke: #93D8E5;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
cursor: pointer;
}
.icon:hover, .icon:focus, .icon:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
stroke: #348899;
}
.icon:hover {
transition: stroke .15s ease-in;
}
.icon:active {
stroke: #235B66;
}
.right {
padding-top: 0.5em;
text-align: right;
margin-right: 0em;
font-size: smaller;
}
.locale {
height: 3em;
margin: 0 auto;
width: 90%;
text-align: center;
display: none;
}
.middle {
width: 90%;
margin: 0 auto;
}
nav {
width: 90%;
margin: 0 auto;
padding-left: 10%;
}
.cright > button {
display: block;
padding-bottom: 20px;
}
label {
display: block;
text-align: left;
line-height: 2em;
}
label > .icon {
padding-right: 10px;
}
.burger .icon {
margin-top: 8px;
transform: scale(1.0);
}
#gallery {
padding-bottom: 4px;
margin-top: 50px;
min-width: 360px;
}
#gallery img:hover {
cursor: pointer;
}
#map {
padding: 20px;
padding-top: 1em;
padding-bottom: 0;
margin: 0 auto;
}
#title {
position: fixed;
display: block;
right: 0;
left: 0;
top: 0;
z-index: 10;
height: 44px;
margin: 0 auto;
background: #282A33;
color: #cce1e6;
padding: 0em;
padding-left: 1em;
-webkit-filter: drop-shadow( 5px 5px 5px #000 );
filter: drop-shadow( 5px 5px 5px #000 );
}
.title {
padding-top: 0.6em;
font-size: 14pt;
line-height: 1.25em;
color: #cce1e6;
}
.title:hover {
color: #348899;
}
.burger {
background: #343642;
float: right;
overflow: hidden;
height: 44px;
}
.burger label {
padding-left: 10px;
}
.zoombox, .modal-cover {
display: grid;
height: 100vh;
background-image: url(../grain.png);
background-size: auto, 100% 100%;
}
.zoom {
max-width: 100%;
max-height: 100vh;
margin: auto;
box-shadow: 1px 1px 0 rgba(255,255,255,0.1) inset, 0 0 1px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5);
}
.control {
width: 100%;
height: 100%;
margin: auto;
position: absolute;
z-index: 2;
}
.control .icon {
stroke: rgba(255,255,255,0.7);
-webkit-filter: drop-shadow( 5px 5px 5px #000 );
filter: drop-shadow( 5px 5px 5px #000 );
}
.control .icon:hover, .control .icon:focus, .control .icon:active {
stroke: rgba(255,255,255,0.9);
}
.desc-off .icon, .control .icon:active {
stroke: rgba(100,100,100,0.9);
}
.blur {
position: absolute;
z-index: -5;
width: 100vw;
height: 100vh;
margin: 0px;
}
.scrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
}
.modal-cover {
z-index: 99;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.modal-cover.none {
display: none;
}
.modal {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 280px;
height: 520px;
z-index: 100;
background: white;
border: 1px solid #ccc;
transition: 0.5s ease-out;
box-shadow: -2rem 2rem 2rem rgba(52, 136, 153, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
padding: 15px 30px;
border-radius: 8px;
}
.modal.off {
opacity: 0;
visibility: hidden;
-webkit-filter: blur(8px);
filter: blur(8px);
-webkit-transform: scale(0.33);
transform: scale(0.33);
box-shadow: 1rem 0 0 rgba(52, 136, 153, 0.4);
}
.close {
position: fixed;
top: 5px;
right: 0;
}
.img-verify {
margin-bottom: 22px;
border: 1px solid #cccccc;
border-radius: 5px;
min-width: 181px;
}
.verify {
text-align: center;
padding: 0 !important;
width: 100% !important;
}
.verify::placeholder {
font-size: 10px;
padding-bottom: 5px;
}
.captcha {
display: flex;
align-items: center;
}
.captchacontrol {
display: flex;
flex-flow: row wrap;
}
.green {
color: green;
}
.red {
color: red;
}
.disabled {
text-align: center;
height: 500px;
height: fit-content;
}
.response {
margin: 1em 0;
}
.alternate {
margin-top: 2em;
color: #000;
}
.description {
position: fixed;
left: 5vw;
bottom: 5vh;
color: #fff;
font-size: 2.5vh;
-webkit-text-stroke: 0.03em #555;
text-stroke: 0.03em #555;
text-shadow: 0px 0.2em 0.2em #000;
max-width: 70vw;
line-height: 1.2em;
font-weight: 600;
}
#license {
width: 100%;
height: 100%;
margin: auto;
position: absolute;
background: #343642;
}
.license-info {
position: absolute;
text-align: center;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 280px;
height: 610px;
z-index: 100;
background: white;
border: 1px solid #ccc;
transition: 0.5s ease-out;
box-shadow: -2rem 2rem 2rem rgba(52, 136, 153, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
padding: 15px 30px;
border-radius: 8px;
}
.description-button {
position: fixed;
top: 10px;
left: 5px;
}
.description-button .icon {
width: 20px;
height: 20px;
}
.next, .previous {
position: fixed;
top: 50%;
}
.next {
right: 0;
}
.previous {
left: 0;
}
.next > .icon {
width: 60px;
height: 60px;
}
.previous > .icon {
width: 60px;
height: 60px;
}
.iglobe-foreground {
fill: none;
stroke: #000;
stroke-width: 1px;
pointer-events: all;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.iglobe-foreground.zooming {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
.iglobe-graticule {
fill: none;
stroke: #979c9c;
stroke-width: .5px;
stroke-dasharray: 2,2;
}
.iglobe-countries {
fill: #343642;
stroke: #979c9c;
stroke-width: .5px;
}
.iglobe-cities {
fill: #348899;
}
.iglobe-route {
fill: none;
stroke: #962d3e;
stroke-width: 1.5px;
}
.iglobe-ocean {
fill: #f2ebc7;
}
.iglobe-point {
fill: #962d3e;
}
.iglobe-highlight {
fill: #962d3e;
stroke: #979c9c;
stroke-width: .5px;
}
.iglobe-selected {
fill: #962d3e;
}
/* Phone and tablet portrait default */
/* Tablet landscape up */
@media (min-width: 900px) {
#aside {
width: 290px;
min-height: 360px;
visibility: visible;
opacity: 1;
margin-top: 0;
right: 0;
}
.locale {
display: block;
}
#gallery {
margin-top: 0;
}
#title {
display: none;
}
.middle {
width: 60%;
}
}
/* Desktop up */
@media (min-width: 1200px) {
body {
font-size: 14pt;
line-height: 1.5em;
}
.locale {
height: 4em;
}
#aside {
width: 370px;
}
.middle {
width: 50%;
}
}
/* Big Desktop up */
@media (min-width: 1800px) {
#aside {
width: 495px;
}
body {
font-size: 16pt;
line-height: 1.75em;
}
.locale {
height: 5em;
}
}
/* Height captures for aside */
@media (max-height: 735px) and (max-width: 1200px) {
header > h1 {
display: none;
}
}
@media (max-height: 660px) and (max-width: 1200px) {
.quote {
display: none;
}
header {
margin-top: -1.5em;
}
}
/* Adroid chrome (at least) steals 60px for the address bar */
@media (max-height: 559px) and (max-width: 900px) {
header {
margin-top: 0;
}
}
@media (max-height: 559px) and (max-width: 1200px) {
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 905px) and (min-width: 1201px) and (max-width: 1800px) {
header > h1 {
display: none;
}
}
@media (max-height: 810px) and (min-width: 1201px) and (max-width: 1800px) {
.quote {
display: none;
}
}
@media (max-height: 750px) and (min-width: 1201px) and (max-width: 1800px) {
#aside {
min-height: 420px;
}
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 1160px) and (min-width: 1801px) {
header > h1 {
display: none;
}
}
@media (max-height: 1070px) and (min-width: 1801px) {
.quote {
display: none;
}
}
@media (max-height: 960px) and (min-width: 1801px) {
header {
padding: 0;
}
footer {
padding-bottom: 0.5em;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 880px) and (min-width: 1801px) {
#aside {
min-height: 475px;
}
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
|
src/odyssey.css
|
body {
margin: 0px;
}
body, select, input, textarea {
font-family: Lato,Mali,sans-serif;
font-weight: 400;
font-size: 12pt;
line-height: 1.25em;
}
img {
margin: 4px 4px;
}
h1 {
font-size: 1.75em;
color: #348899;
}
#aside {
background: #343642;
color: #cce1e6;
height: 100%;
visibility: hidden;
position: fixed;
text-align: center;
top: 0;
right: -1000px;
opacity: 0;
width: 300px;
min-width: 200px;
max-width: 500px;
min-height: 330px;
transition: right 0s 1s, margin 0s 1s, visibility 0s 1s, opacity 1s ease-out 0s;
}
#aside.show-aside {
margin-top: 44px;
right: 0;
opacity: 1;
visibility: visible;
margin-bottom: 10px;
transition: opacity 0.5s ease-in 0s;
}
#aside.show-aside footer {
padding-bottom: 3.5em;
}
header {
padding: 1.2em;
padding-top: 0em;
padding-bottom: 1em;
}
footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding-bottom: 2em;
padding-left: 0.5em;
}
fieldset {
border: none;
}
input[type="radio"], input[type="checkbox"] {
display: none;
}
input[type="email"], input[type="text"], textarea {
-webkit-appearance: none;
display: block;
width: 90%;
border-radius: 5px;
border-width: 2px;
border-style: solid;
border-color: #e4e4e4;
border-image: initial;
outline: 0px;
padding: 0px 1em;
text-decoration: none;
margin: 1em auto;
}
input[type="email"], input[type="text"] {
height: 2.75em;
}
input[type="submit"], .captchacontrol > button {
-webkit-appearance: none;
background-color: rgb(52, 136, 153);
cursor: pointer;
display: inline-block;
font-weight: 700;
line-height: 2.75em;
text-align: center;
color: rgb(255, 255, 255) !important;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
border-radius: 5px;
border-width: 0px;
border-style: initial;
border-color: initial;
border-image: initial;
padding: 0px 1.5em;
text-decoration: none;
}
input[type="submit"]:hover, .captchacontrol > button:hover {
background-color: rgb(165, 165, 165);
color: rgb(255, 255, 255) !important;
}
input[type="submit"]:active, .captchacontrol > button:active {
background-color: rgb(157, 197, 205);
}
.center {
text-align: center;
}
form .center {
width: 280px;
display: inline-block;
}
textarea {
padding: 0.75em 1em;
resize: none;
}
form {
padding-top: 0.3em;
}
select {
border-radius: 5px;
border: 2px solid #e4e4e4;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 90%;
margin: 1em 0;
height: 2.75em;
}
button {
border: none;
background: none;
outline: none;
cursor: pointer;
}
.visible {
visibility: visible;
opacity: 1;
transition: opacity 1s linear;
}
.hidden {
visibility: hidden;
opacity: 0;
transition: visibility 0s 1s, opacity 1s linear;
}
.icons {
margin: 0px;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0px;
}
ul.icons li {
display: inline-block;
padding: 0 1em 0 0;
}
.flex {
display: flex;
}
.icon {
width: 30px;
height: 30px;
stroke: #93D8E5;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
cursor: pointer;
}
.icon:hover, .icon:focus, .icon:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
stroke: #348899;
}
.icon:hover {
transition: stroke .15s ease-in;
}
.icon:active {
stroke: #235B66;
}
.right {
padding-top: 0.5em;
text-align: right;
margin-right: 0em;
font-size: smaller;
}
.locale {
height: 3em;
margin: 0 auto;
width: 90%;
text-align: center;
display: none;
}
.middle {
width: 90%;
margin: 0 auto;
}
nav {
width: 90%;
margin: 0 auto;
padding-left: 10%;
}
.cright > button {
display: block;
padding-bottom: 20px;
}
label {
display: block;
text-align: left;
line-height: 2em;
}
label > .icon {
padding-right: 10px;
}
.burger .icon {
margin-top: 8px;
transform: scale(1.0);
}
#gallery {
padding-bottom: 4px;
margin-top: 50px;
min-width: 360px;
}
#gallery img:hover {
cursor: pointer;
}
#map {
padding: 20px;
padding-top: 1em;
padding-bottom: 0;
margin: 0 auto;
}
#title {
position: fixed;
display: block;
right: 0;
left: 0;
top: 0;
z-index: 10;
height: 44px;
margin: 0 auto;
background: #282A33;
color: #cce1e6;
padding: 0em;
padding-left: 1em;
-webkit-filter: drop-shadow( 5px 5px 5px #000 );
filter: drop-shadow( 5px 5px 5px #000 );
}
.title {
padding-top: 0.6em;
font-size: 14pt;
line-height: 1.25em;
color: #cce1e6;
}
.title:hover {
color: #348899;
}
.burger {
background: #343642;
float: right;
overflow: hidden;
height: 44px;
}
.burger label {
padding-left: 10px;
}
.zoombox, .modal-cover {
display: grid;
height: 100vh;
background-image: url(../grain.png);
background-size: auto, 100% 100%;
}
.zoom {
max-width: 100%;
max-height: 100vh;
margin: auto;
box-shadow: 1px 1px 0 rgba(255,255,255,0.1) inset, 0 0 1px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5);
}
.control {
width: 100%;
height: 100%;
margin: auto;
position: absolute;
z-index: 2;
}
.control .icon {
stroke: rgba(255,255,255,0.7);
-webkit-filter: drop-shadow( 5px 5px 5px #000 );
filter: drop-shadow( 5px 5px 5px #000 );
}
.control .icon:hover, .control .icon:focus, .control .icon:active {
stroke: rgba(255,255,255,0.9);
}
.desc-off .icon, .control .icon:active {
stroke: rgba(100,100,100,0.9);
}
.blur {
position: absolute;
z-index: -5;
width: 100vw;
height: 100vh;
margin: 0px;
}
.scrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
}
.modal-cover {
z-index: 99;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.modal-cover.none {
display: none;
}
.modal {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 280px;
height: 520px;
z-index: 100;
background: white;
border: 1px solid #ccc;
transition: 0.5s ease-out;
box-shadow: -2rem 2rem 2rem rgba(52, 136, 153, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
padding: 15px 30px;
border-radius: 8px;
}
.modal.off {
opacity: 0;
visibility: hidden;
-webkit-filter: blur(8px);
filter: blur(8px);
-webkit-transform: scale(0.33);
transform: scale(0.33);
box-shadow: 1rem 0 0 rgba(52, 136, 153, 0.4);
}
.close {
position: fixed;
top: 5px;
right: 0;
}
.img-verify {
margin-bottom: 22px;
border: 1px solid #cccccc;
border-radius: 5px;
min-width: 181px;
}
.verify {
text-align: center;
padding: 0 !important;
width: 100% !important;
}
.verify::placeholder {
font-size: 10px;
padding-bottom: 5px;
}
.captcha {
display: flex;
align-items: center;
}
.captchacontrol {
display: flex;
flex-flow: row wrap;
}
.green {
color: green;
}
.red {
color: red;
}
.disabled {
text-align: center;
height: 500px;
height: fit-content;
}
.response {
margin: 1em 0;
}
.alternate {
margin-top: 2em;
color: #000;
}
.description {
position: fixed;
left: 5vw;
bottom: 5vh;
color: #fff;
font-size: 2.5vh;
-webkit-text-stroke: 0.03em #555;
text-stroke: 0.03em #555;
text-shadow: 0px 0.2em 0.2em #000;
max-width: 70vw;
line-height: 1.2em;
font-weight: 600;
}
#license {
width: 100%;
height: 100%;
margin: auto;
position: absolute;
background: #343642;
}
.license-info {
position: absolute;
text-align: center;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 280px;
height: 610px;
z-index: 100;
background: white;
border: 1px solid #ccc;
transition: 0.5s ease-out;
box-shadow: -2rem 2rem 2rem rgba(52, 136, 153, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
padding: 15px 30px;
border-radius: 8px;
}
.description-button {
position: fixed;
top: 10px;
left: 5px;
}
.description-button .icon {
width: 20px;
height: 20px;
}
.next, .previous {
position: fixed;
top: 50%;
}
.next {
right: 0;
}
.previous {
left: 0;
}
.next > .icon {
width: 60px;
height: 60px;
}
.previous > .icon {
width: 60px;
height: 60px;
}
.iglobe-foreground {
fill: none;
stroke: #000;
stroke-width: 1px;
pointer-events: all;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.iglobe-foreground.zooming {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
.iglobe-graticule {
fill: none;
stroke: #979c9c;
stroke-width: .5px;
stroke-dasharray: 2,2;
}
.iglobe-countries {
fill: #343642;
stroke: #979c9c;
stroke-width: .5px;
}
.iglobe-cities {
fill: #348899;
}
.iglobe-route {
fill: none;
stroke: #962d3e;
stroke-width: 1.5px;
}
.iglobe-ocean {
fill: #f2ebc7;
}
.iglobe-point {
fill: #962d3e;
}
.iglobe-highlight {
fill: #962d3e;
stroke: #979c9c;
stroke-width: .5px;
}
.iglobe-selected {
fill: #962d3e;
}
/* Phone and tablet portrait default */
/* Tablet landscape up */
@media (min-width: 900px) {
#aside {
width: 290px;
min-height: 360px;
visibility: visible;
opacity: 1;
margin-top: 0;
right: 0;
}
.locale {
display: block;
}
#gallery {
margin-top: 0;
}
#title {
display: none;
}
.middle {
width: 60%;
}
}
/* Desktop up */
@media (min-width: 1200px) {
body {
font-size: 14pt;
line-height: 1.5em;
}
.locale {
height: 4em;
}
#aside {
width: 370px;
}
.middle {
width: 50%;
}
}
/* Big Desktop up */
@media (min-width: 1800px) {
#aside {
width: 495px;
}
body {
font-size: 16pt;
line-height: 1.75em;
}
.locale {
height: 5em;
}
}
/* Height captures for aside */
@media (max-height: 735px) and (max-width: 1200px) {
header > h1 {
display: none;
}
}
@media (max-height: 660px) and (max-width: 1200px) {
.quote {
display: none;
}
header {
margin-top: -1.5em;
}
}
/* Adroid chrome (at least) steals 60px for the address bar */
@media (max-height: 559px) and (max-width: 900px) {
header {
margin-top: 0;
}
}
@media (max-height: 559px) and (max-width: 1200px) {
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 905px) and (min-width: 1201px) and (max-width: 1800px) {
header > h1 {
display: none;
}
}
@media (max-height: 810px) and (min-width: 1201px) and (max-width: 1800px) {
.quote {
display: none;
}
}
@media (max-height: 750px) and (min-width: 1201px) and (max-width: 1800px) {
#aside {
min-height: 420px;
}
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 1160px) and (min-width: 1801px) {
header > h1 {
display: none;
}
}
@media (max-height: 1070px) and (min-width: 1801px) {
.quote {
display: none;
}
}
@media (max-height: 960px) and (min-width: 1801px) {
header {
padding: 0;
}
footer {
padding-bottom: 0.5em;
}
.locale {
margin-top: 1em;
}
}
@media (max-height: 880px) and (min-width: 1801px) {
#aside {
min-height: 475px;
}
#map {
display: none;
}
.locale {
margin-top: 1em;
}
}
| 0.538741 | 0.130424 |
a {text-decoration:none;}
.y-modalDialog-btn {
padding: 3px 10px;
text-align: center;
vertical-align: middle;
background: #51a351;
background-color: #51a351;
background-image: -moz-linear-gradient(top,#62c462, #51a351);
background-image: -ms-linear-gradient(top,#62c462, #51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
background-image: -webkit-linear-gradient(top,#62c462, #51a351);
background-image: -o-linear-gradient(top,#62c462, #51a351);
background-image: linear-gradient(top,#62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
color: #fff!important;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 0 rgba(0,0,0,.2);
border: 1px solid #51a351;
border-radius: 3px;
cursor: pointer;
}
.y-modalDialog-btn:hover {filter:alpha(opacity=80); opacity:.8;}
/* start common part */
.y-modalDialog {
position:absolute;
z-index:1127;
min-width:220px;
margin:auto;
text-align:left;
outline:0;
-moz-outline:0;
box-shadow:0 0 60px 0 rgba(0,0,0,.4);
background-color:#fff;
border-radius:8px;
border:1px solid #888;
-webkit-transition:box-shadow .25s ease-out;
-moz-transition:box-shadow .25s ease-out;
transition:box-shadow .25s ease-out;
}
.y-modalDialog-title {
position:relative;
padding:8px 12px;
line-height:14px;
background-image:-webkit-gradient(linear,left top,left bottom,from(#62c462),to(#51a351));
background-image:-moz-linear-gradient(top,#62c462, #51a351);
background-image:linear-gradient(top,#62c462, #51a351);
background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351');
border-radius:6px 6px 0 0;
border:1px solid #62c462;
box-shadow:0 1px 0 rgba(255,255,255,.15) inset,0 1px 1px rgba(0,0,0,.2);
font-weight:bold;
}
.y-modalDialog-title-text {
font-size:14px;
color:#fff;
text-shadow:0 1px 1px rgba(0,0,0,.4);
}
.y-modalDialog-title-close {
position:absolute;
top:50%;
_top:20px;
right:6px;
margin-top:-7px;
font-size:16px;
color:#fff;
cursor:pointer;
}
.y-modalDialog-content {
padding:0 12px;
margin:12px 0;
font-size:14px;
}
.y-modalDialog-footer {
text-align:right;
padding:2px 12px;
border-top:1px solid #EEE;
}
/* // end common part */
|
Public/tanchu/css/ydialog.css
|
a {text-decoration:none;}
.y-modalDialog-btn {
padding: 3px 10px;
text-align: center;
vertical-align: middle;
background: #51a351;
background-color: #51a351;
background-image: -moz-linear-gradient(top,#62c462, #51a351);
background-image: -ms-linear-gradient(top,#62c462, #51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
background-image: -webkit-linear-gradient(top,#62c462, #51a351);
background-image: -o-linear-gradient(top,#62c462, #51a351);
background-image: linear-gradient(top,#62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
color: #fff!important;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 0 rgba(0,0,0,.2);
border: 1px solid #51a351;
border-radius: 3px;
cursor: pointer;
}
.y-modalDialog-btn:hover {filter:alpha(opacity=80); opacity:.8;}
/* start common part */
.y-modalDialog {
position:absolute;
z-index:1127;
min-width:220px;
margin:auto;
text-align:left;
outline:0;
-moz-outline:0;
box-shadow:0 0 60px 0 rgba(0,0,0,.4);
background-color:#fff;
border-radius:8px;
border:1px solid #888;
-webkit-transition:box-shadow .25s ease-out;
-moz-transition:box-shadow .25s ease-out;
transition:box-shadow .25s ease-out;
}
.y-modalDialog-title {
position:relative;
padding:8px 12px;
line-height:14px;
background-image:-webkit-gradient(linear,left top,left bottom,from(#62c462),to(#51a351));
background-image:-moz-linear-gradient(top,#62c462, #51a351);
background-image:linear-gradient(top,#62c462, #51a351);
background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351');
border-radius:6px 6px 0 0;
border:1px solid #62c462;
box-shadow:0 1px 0 rgba(255,255,255,.15) inset,0 1px 1px rgba(0,0,0,.2);
font-weight:bold;
}
.y-modalDialog-title-text {
font-size:14px;
color:#fff;
text-shadow:0 1px 1px rgba(0,0,0,.4);
}
.y-modalDialog-title-close {
position:absolute;
top:50%;
_top:20px;
right:6px;
margin-top:-7px;
font-size:16px;
color:#fff;
cursor:pointer;
}
.y-modalDialog-content {
padding:0 12px;
margin:12px 0;
font-size:14px;
}
.y-modalDialog-footer {
text-align:right;
padding:2px 12px;
border-top:1px solid #EEE;
}
/* // end common part */
| 0.210117 | 0.080719 |
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 300;
src: local('Alegreya Sans Light'), local('AlegreyaSans-Light'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5fFPqEp2jg.ttf) format('truetype');
}
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUz9_-1phKLFgshYDvh6Vwt7VptuA.ttf) format('truetype');
}
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 500;
src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5alOqEp2jg.ttf) format('truetype');
}
@font-face {
font-family: 'Life Savers';
font-style: normal;
font-weight: 400;
src: local('Life Savers'), local('LifeSavers-Regular'), url(https://fonts.gstatic.com/s/lifesavers/v7/ZXuie1UftKKabUQMgxAal8lsHA4.ttf) format('truetype');
}
@font-face {
font-family: 'Life Savers';
font-style: normal;
font-weight: 700;
src: local('Life Savers Bold'), local('LifeSavers-Bold'), url(https://fonts.gstatic.com/s/lifesavers/v7/ZXu_e1UftKKabUQMgxAal8HXOR5UmcM.ttf) format('truetype');
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-width: 50vw;
min-height: 100vh;
background: #000;
font-family: 'Alegreya Sans', sans-serif;
overflow: hidden;
}
* {
box-sizing: unset;
}
a {
color: white;
}
#accordian {
height: 100%;
overflow: hidden;
width: 120%;
margin-left: -5%;
}
#accordian > div {
height: 150%;
margin-top: -10%;
padding: 10% 5%;
width: 34.75%;
float: left;
color: #ccc;
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
#accordian > div h1 {
text-align: center;
cursor: pointer;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
font: normal 75px/35px 'Life Savers', cursive;
margin-top: 45vh;
}
div .box-shadow{
box-shadow: inset 10px 10px 15px 10px rgba(0, 0, 0, 0.05)
}
#accordian > div h1.checked {
margin-top: 5% !important;
font-size: 60px;
}
#accordian > div h1.small {
font-size: 25px;
}
h1.blog-small {
margin-right: 10vw;
}
#accordian > div > div {
margin: 10px 5%;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
display: none;
font-size: 18px;
}
#accordian .about {
background: #3670c8;
/* Old browsers */
background: -webkit-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -moz-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -o-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -ms-linear-gradient(top, #129ebd 1%, #181350 100%);
background: linear-gradient(top, #129ebd 1%, #181350 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e256b', endColorstr='#31398e', GradientType=0);
}
#accordian .blog {
background: #5e3d50;
background: -webkit-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -moz-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -o-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -ms-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: linear-gradient(top, #a56387 1%, #5e3d50 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a56387', endColorstr='#5e3d50', GradientType=0);
}
.description{
padding: 0 20px 0 20px;
font-size: 26px;
}
.site{
position: absolute;
bottom: 10px;
right: 10px;
color: white;
line-height: 0.8;
letter-spacing: 1.75px;
text-align: center;
text-shadow: 5px 5px 10px rgb(27, 27, 27);
}
.icon{
position: relative;
bottom: 300px;
left: 10px;
color: rgba(255, 255, 255, 0.75);
font-size: 26px;
line-height: 2;
display: none;
}
ul {
list-style: none;
}
ul li {
display: block;
}
ul li a{
color: rgba(255, 255, 255, 0.75);
pointer-events: all;
}
ul li a:hover {
color: rgba(255, 255, 255, 0.75);
}
#slash {
position:relative;
margin:50px auto;
width:100px;
height:100px;
box-sizing:border-box;
border:1px solid #333;
background:linear-gradient(45deg, transparent 49.5%, deeppink 49.5%, deeppink 50.5%, transparent 50.5%);
}
|
css/style.css
|
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 300;
src: local('Alegreya Sans Light'), local('AlegreyaSans-Light'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5fFPqEp2jg.ttf) format('truetype');
}
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 400;
src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUz9_-1phKLFgshYDvh6Vwt7VptuA.ttf) format('truetype');
}
@font-face {
font-family: 'Alegreya Sans';
font-style: normal;
font-weight: 500;
src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'), url(https://fonts.gstatic.com/s/alegreyasans/v8/5aUu9_-1phKLFgshYDvh6Vwt5alOqEp2jg.ttf) format('truetype');
}
@font-face {
font-family: 'Life Savers';
font-style: normal;
font-weight: 400;
src: local('Life Savers'), local('LifeSavers-Regular'), url(https://fonts.gstatic.com/s/lifesavers/v7/ZXuie1UftKKabUQMgxAal8lsHA4.ttf) format('truetype');
}
@font-face {
font-family: 'Life Savers';
font-style: normal;
font-weight: 700;
src: local('Life Savers Bold'), local('LifeSavers-Bold'), url(https://fonts.gstatic.com/s/lifesavers/v7/ZXu_e1UftKKabUQMgxAal8HXOR5UmcM.ttf) format('truetype');
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-width: 50vw;
min-height: 100vh;
background: #000;
font-family: 'Alegreya Sans', sans-serif;
overflow: hidden;
}
* {
box-sizing: unset;
}
a {
color: white;
}
#accordian {
height: 100%;
overflow: hidden;
width: 120%;
margin-left: -5%;
}
#accordian > div {
height: 150%;
margin-top: -10%;
padding: 10% 5%;
width: 34.75%;
float: left;
color: #ccc;
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
#accordian > div h1 {
text-align: center;
cursor: pointer;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
font: normal 75px/35px 'Life Savers', cursive;
margin-top: 45vh;
}
div .box-shadow{
box-shadow: inset 10px 10px 15px 10px rgba(0, 0, 0, 0.05)
}
#accordian > div h1.checked {
margin-top: 5% !important;
font-size: 60px;
}
#accordian > div h1.small {
font-size: 25px;
}
h1.blog-small {
margin-right: 10vw;
}
#accordian > div > div {
margin: 10px 5%;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
display: none;
font-size: 18px;
}
#accordian .about {
background: #3670c8;
/* Old browsers */
background: -webkit-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -moz-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -o-linear-gradient(top, #129ebd 1%, #181350 100%);
background: -ms-linear-gradient(top, #129ebd 1%, #181350 100%);
background: linear-gradient(top, #129ebd 1%, #181350 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e256b', endColorstr='#31398e', GradientType=0);
}
#accordian .blog {
background: #5e3d50;
background: -webkit-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -moz-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -o-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: -ms-linear-gradient(top, #a56387 1%, #5e3d50 100%);
background: linear-gradient(top, #a56387 1%, #5e3d50 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a56387', endColorstr='#5e3d50', GradientType=0);
}
.description{
padding: 0 20px 0 20px;
font-size: 26px;
}
.site{
position: absolute;
bottom: 10px;
right: 10px;
color: white;
line-height: 0.8;
letter-spacing: 1.75px;
text-align: center;
text-shadow: 5px 5px 10px rgb(27, 27, 27);
}
.icon{
position: relative;
bottom: 300px;
left: 10px;
color: rgba(255, 255, 255, 0.75);
font-size: 26px;
line-height: 2;
display: none;
}
ul {
list-style: none;
}
ul li {
display: block;
}
ul li a{
color: rgba(255, 255, 255, 0.75);
pointer-events: all;
}
ul li a:hover {
color: rgba(255, 255, 255, 0.75);
}
#slash {
position:relative;
margin:50px auto;
width:100px;
height:100px;
box-sizing:border-box;
border:1px solid #333;
background:linear-gradient(45deg, transparent 49.5%, deeppink 49.5%, deeppink 50.5%, transparent 50.5%);
}
| 0.50952 | 0.158826 |
html,body{
background: #041417;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.cardStyle{
background-color: #0d2b32;
border-radius: 10px;
}
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.Resp{
font-size: xx-large;
}
.blur {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(8px);
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.center {
display: flex;
justify-content: center;
align-items: center;
padding-top: 20%;
}
.center2 {
display: flex;
justify-content: center;
align-items: center;
}
.center3 {
display: flex;
justify-content: left;
align-items: left;
}
.center4 {
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
}
.hmod {
font-size: 72px;
font-weight: bolder;
background: -webkit-linear-gradient(180deg,#eee, #a42bc9,#a42bc9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.valuesMod {
font-size: 2rem;
font-weight: bolder;
background: -webkit-linear-gradient(180deg,#eee, #4CAF50,#4CAF50);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.imageBack {
background: linear-gradient(to top, rgba(4, 20, 23, 1) 10%, rgba(4, 20, 23, 0.1) 100%), url("./background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.imageBackFooter {
background: linear-gradient(to bottom, rgba(4, 20, 23, 1) 10%, rgba(4, 20, 23, 0.1) 100%), url("./background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.flex-container {
display: flex;
}
.flex-container > div {
background-color: #f1f1f1;
border: white 1px solid;
padding: 20px;
font-size: 30px;
}
.button {
transition-duration: 0.4s;
background-color: #0d2b3266;
border: rgba(255, 255, 255, 0.479) 1px solid;
border-radius: 50%;
display:block;
}
.button:hover {
background-color: #1e637266;
}
|
WebPage/src/assets/main.css
|
html,body{
background: #041417;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
.cardStyle{
background-color: #0d2b32;
border-radius: 10px;
}
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.Resp{
font-size: xx-large;
}
.blur {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(8px);
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.center {
display: flex;
justify-content: center;
align-items: center;
padding-top: 20%;
}
.center2 {
display: flex;
justify-content: center;
align-items: center;
}
.center3 {
display: flex;
justify-content: left;
align-items: left;
}
.center4 {
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
}
.hmod {
font-size: 72px;
font-weight: bolder;
background: -webkit-linear-gradient(180deg,#eee, #a42bc9,#a42bc9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.valuesMod {
font-size: 2rem;
font-weight: bolder;
background: -webkit-linear-gradient(180deg,#eee, #4CAF50,#4CAF50);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.imageBack {
background: linear-gradient(to top, rgba(4, 20, 23, 1) 10%, rgba(4, 20, 23, 0.1) 100%), url("./background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.imageBackFooter {
background: linear-gradient(to bottom, rgba(4, 20, 23, 1) 10%, rgba(4, 20, 23, 0.1) 100%), url("./background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.flex-container {
display: flex;
}
.flex-container > div {
background-color: #f1f1f1;
border: white 1px solid;
padding: 20px;
font-size: 30px;
}
.button {
transition-duration: 0.4s;
background-color: #0d2b3266;
border: rgba(255, 255, 255, 0.479) 1px solid;
border-radius: 50%;
display:block;
}
.button:hover {
background-color: #1e637266;
}
| 0.487795 | 0.079496 |
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 300;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 500;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 700;
}
/* Common styles */
html {
background-color: #fff;
}
:focus,
button:focus {
outline: none;
}
a,
.amp-wp-article a,
.amp-not-privacy {
color: #080F24;
transition: all .3s ease;
}
a:hover,
a:focus,
.amp-wp-article a:hover,
.amp-wp-article a:focus,
.amp-not-privacy:hover,
.amp-not-privacy:focus {
color: #1AAC40;
}
figcaption,
.wp-caption-text {
border-bottom: none;
padding: .66em 0 0;
}
figcaption span.align-right {
margin-right: 5px;
}
.hide_on_amp {
display: none;
}
.kt-highlight {
background-color: #C5A48E;
color: #fff;
padding: 0 4px;
}
/* Buttons */
.sc_button,
a.sc_button,
.cmt-button-wrapper a {
background-color: #080F24;
border-color: #080F24;
border-radius: 0;
border-style: solid;
border-width: 2px !important;
box-sizing: border-box;
color: #fff !important;
display: inline-block;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
line-height: 18px;
padding: 11px 27px 11px 28px;
text-transform: uppercase;
transition: all .3s ease;
width: auto;
text-align: center;
}
.sc_button:hover,
a.sc_button:hover,
.cmt-button-wrapper a:hover,
.trx_addons_reviews_block_attributes_link:hover {
background-color: #1AAC40;
border-color: #1AAC40;
color: #fff !important;
}
amp-sidebar .close-nav {
font-family: "museo-sans",sans-serif;
font-size: 14px;
padding: 0;
letter-spacing: 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
/* Meta */
.breadcrumb,
.amp-wp-meta,
.post_meta,
.cmt-meta {
color: #7a7e83;
display: block;
font-family: "museo-sans", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
.post_meta:empty {
display: none;
}
.post_categories {
font-weight: 500;
margin-bottom: 8px;
display: block;
}
.post_categories a {
color: #7a7e83;
}
.post_categories a:hover {
color: #1AAC40;
}
.post_meta:not(.post_meta_categories) {
margin-top: 8px;
}
.amp-wp-byline amp-img {
border: none;
}
.post_meta_rating,
.post_hover_rating {
display: none;
}
/* Header */
.amp-wp-header .ampforwp-logo-area:after {
content: '';
position: absolute;
left: 16px;
right: 16px;
bottom: 0;
height: 2px;
background-color: #080F24;
}
/* Menu */
.amp-wp-header .nav_container {
top: 24px;
right: 16px;
}
.nav_container .toggle-text:hover span {
background: #1AAC40;
}
.close-nav {
font-family: cursive;
outline: none;
left: 180px;
}
.toggle-text {
height: 17px;
width: 23px;
}
.toggle-text span {
width: 23px;
}
.toggle-text span:nth-child(2) {
top: 7px;
}
.toggle-text span:nth-child(3) {
top: 14px;
}
/* Logo */
.amp-logo {
display: block;
}
.amp-logo amp-img.amp-logo {
width: 190px;
height: 30px;
}
/* Site icon */
.amp-wp-header .amp-wp-site-icon {
display: none;
}
/* Seacrh */
.searchmenu {
right: 60px;
top: 15px;
margin: 0;
}
.searchmenu button {
cursor: pointer;
}
.searchmenu button:hover i {
color: #1AAC40;
}
.icono-search {
width: 11px;
height: 11px;
border-width: 2px;
margin: 0;
}
.icono-search:before {
width: 2px;
height: 6px;
left: 15px;
top: 3px;
}
.searchform {
left: 50%;
top: 50%;
width: 280px;
transform: translate(-50%, -50%);
}
.searchform label {
color: #fcfcfc;
font-size: 14px;
}
.searchform input {
box-sizing: border-box;
}
.closebutton {
font-family: cursive;
}
/* Article */
.amppb-pages .amp-wp-article {
max-width: 840px;
padding: 0 16px;
box-sizing: border-box;
}
.amp-wp-article {
margin: 24px auto 35px;
color: #7a7e83;
}
.amp-wp-article-header {
margin: 16px;
}
.amp-wp-content {
overflow: hidden;
}
.amp-wp-content > p:last-child {
margin-bottom: 0;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 0;
}
.ampforwp_single_excerpt {
margin-bottom: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #080F24;
font-family: "museo-sans",sans-serif;
}
h1, .amp-wp-content.the_content h1 {
font-size: 30px;
line-height: 28px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.06em;
margin-bottom: 0.36em;
}
h2, .amp-wp-content.the_content h2 {
font-size: 26px;
line-height: 29px;
font-weight: 500;
letter-spacing: -0.03em;
margin-top: 1.2em;
margin-bottom: 0.65em;
}
h3, .amp-wp-content.the_content h3 {
font-size: 24px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.03em;
margin-top: 1.3em;
margin-bottom: 0.65em;
}
h4, .amp-wp-content.the_content h4 {
font-size: 22px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.43em;
margin-bottom: 0.65em;
}
h5, .amp-wp-content.the_content h5 {
font-size: 20px;
line-height: 23px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
h6, .amp-wp-content.the_content h6 {
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.02em;
margin-top: 1.45em;
margin-bottom: 0.9em;
}
/* Slider */
.sc_widget_slider .slider-slide:first-child {
width: 100%;
height: 300px;
background-size: cover;
background-position: center;
}
/* Margins */
.sc_widget_slider,
.sc_widget_video,
.wp-block-image,
.wp-block-kadence-advancedgallery,
.wp-block-video {
margin-bottom: 30px;
margin-top: 30px;
}
.sc_blogger {
margin-bottom: 30px;
margin-top: 25px;
}
.sc_blogger .sc_item_title_wrap {
margin-top: -5px;
}
.wp-block-image figcaption {
margin-bottom: -5px;
}
/* Video */
.sc_widget_video amp-img {
display: block;
}
/* Blogger */
.sc_blogger_item + .sc_blogger_item {
margin-top: 20px;
}
.sc_blogger_item_title,
.amp-wp-content.the_content .sc_blogger_item_title {
margin: 0 !important;
}
.sc_blogger .sc_blogger_item_body {
flex-direction: column;
}
.sc_blogger .post_featured {
margin-bottom: 17px;
}
.sc_blogger .post_featured amp-img {
display: block;
}
.sc_blogger .sc_blogger_item_content {
display: flex;
flex-direction: column;
justify-content: center;
}
.sc_blogger .columns_in_single_row {
display: flex;
flex-direction: row;
margin-right: -30px;
width: 100%;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 {
width: 50%;
padding-right: 30px;
box-sizing: border-box;
}
.sc_blogger .sc_blogger_item:not(.has-post-thumbnail):not(.sc_blogger_item_image_position_top) .post_featured {
display: none;
}
.sc_blogger .sc_blogger_item:not(.has-post-thumbnail):not(.sc_blogger_item_image_position_top) .sc_blogger_item_content {
padding: 0 !important;
width: 100% !important;
}
.sc_blogger .sc_blogger_item.post_format_video .post_video,
.sc_blogger .sc_blogger_item.post_format_audio .post_audio {
display: none !important;
}
.sc_blogger_item_list .sc_blogger_item_body {
display: flex;
flex-direction: row;
}
.sc_blogger_item_list .post_featured {
margin-right: 20px;
margin-bottom: 0;
flex: 0 0 100px;
}
/* WP Block image */
.wp-block-image amp-img {
display: block;
}
/* Kadence spacer */
.wp-block-kadence-spacer {
display: none;
}
/* Kadence Gallery */
.wp-block-kadence-advancedgallery ul {
margin: -3px;
list-style-type: none;
display: flex;
flex-direction: row;
}
.wp-block-kadence-advancedgallery .kadence-blocks-gallery-item {
padding: 2px;
margin: auto;
}
.wp-block-kadence-advancedgallery .kb-gallery-figure {
margin-bottom: 0;
}
.wp-block-kadence-advancedgallery .kb-gallery-image-contain {
padding-bottom: 0 !important;
}
.wp-block-kadence-advancedgallery .kb-gallery-image-contain amp-img {
display: block;
}
/* Post pagination */
#pagination {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
#pagination .next {
text-align: right;
padding-left: 23px;
min-width: 50%;
box-sizing: border-box;
flex-grow: 1;
}
#pagination .prev {
padding-right: 23px;
min-width: 50%;
box-sizing: border-box;
flex-grow: 1;
}
#pagination .cb {
display: none;
}
.post-pagination-meta {
margin-top: 30px;
}
.post-pagination-meta #pagination a {
font-family: "museo-sans",sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: 500;
letter-spacing: -0.02em;
display: inline-block;
color: #080F24;
}
.post-pagination-meta #pagination a:hover {
color: #1AAC40;
}
/* Comments */
.cmt-button-wrapper {
text-align: center;
}
.ampforwp-comment-wrapper {
margin-top: 37px;
}
.ampforwp-comment-wrapper h3 {
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 24px;
text-decoration: none;
text-transform: none;
letter-spacing: -0.02em;
margin-bottom: 0.65em;
margin-top: 0;
color: #080F24;
}
.cmts_list {
margin: 0 16px 23px;
}
.cmts_list ul.children {
padding-bottom: 0;
}
.cmts_list ul li {
box-shadow: none;
border-bottom: 1px solid #eaeaea;
background-color: transparent;
margin-bottom: 22px;
}
footer.cmt-meta {
display: flex;
flex-direction: row;
align-items: center;
}
.cmt-author-img {
min-width: 20px;
min-height: 20px;
margin-right: 20px;
float: none;
}
.cmt-author {
float: none;
}
.cmt-content {
font-size: 1.071rem;
line-height: 1.73em;
font-weight: 400;
color: #7a7e83;
margin-bottom: 15px;
}
.cmts_list ul li p {
font-size: 15px;
line-height: 1.73em;
}
.cmt-meta b {
color: #080F24;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 22px;
text-transform: none;
letter-spacing: -0.02em;
}
.cmt-meta .says {
display: none;
}
.cmt-meta .cmt-metadata {
vertical-align: sub;
margin-left: 10px;
margin-top: 3px;
}
.cmt-meta .cmt-metadata a {
color: #7a7e83;
}
/* Footer */
.amp-wp-footer h2 {
text-align: center;
color: #fff;
font-size: 40px;
margin-bottom: 0;
}
.amp-wp-footer .cpr-links {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.amp-wp-footer p {
color: #BFC2C9;
margin: 0;
}
.copyright_txt,
.back-to-top {
float: none;
}
/* Blockquote */
blockquote {
font-size: 16px;
line-height: 1.6em;
background-color: transparent;
padding: 0 0 0 20px;
border-color: #1AAC40;
}
blockquote cite {
font-size: 15px;
font-family: "museo-sans",sans-serif;
font-style: normal;
line-height: 1.35em;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.1em;
}
/* Kadence blocks */
.kt-inside-inner-col[class*="acss"] {
background: transparent;
}
/* Reviews */
.trx_addons_reviews_block {
border: 1px solid #eaeaea;
padding: 30px;
margin: 30px 0;
overflow: hidden;
display: block;
}
.trx_addons_reviews_block h6.trx_addons_reviews_block_title,
.trx_addons_reviews_block .trx_addons_reviews_block_title > h6 {
margin-top: 0;
font-size: 20px;
line-height: 23px;
}
.trx_addons_reviews_block_image {
margin-bottom: 1.5em;
}
.trx_addons_reviews_block_image amp-img {
display: block;
}
.trx_addons_reviews_block_image img {
width: 100%;
}
.trx_addons_reviews_block_mark_value {
font-family: "museo-sans",sans-serif;
color: #080F24;
font-size: 30px;
line-height: 1em;
background-color: transparent;
border: none;
}
.trx_addons_reviews_block_mark_value[data-max-value="100"]:after {
content: '%';
display: inline-block;
vertical-align: baseline;
font-size: 20px;
line-height: 30px;
}
.trx_addons_reviews_block_mark_text {
color: #080F24;
font-family: "museo-sans",sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
line-height: 1.5em;
text-transform: uppercase;
margin-left: 0.5em;
}
.trx_addons_reviews_block_summary {
margin-top: 1em;
}
.trx_addons_reviews_block .trx_addons_reviews_block_summary > h6 {
margin-top: 0;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_subtitle,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_subtitle,
.trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle,
.sc_slider_controller_info_title {
font-size: 18px;
font-family: "museo-sans",sans-serif;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.02em;
color: #080F24;
}
.trx_addons_reviews_block_pn {
margin-top: 1.5em;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives,
.trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0;
text-align: left;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list {
color: #7a7e83;
font-size: 15px;
padding-left: 1.3em;
list-style-type: none;
margin-bottom: 0;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list li {
position: relative;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
position: absolute;
z-index: 1;
color: #c5a48e;
font-size: 1.4em;
font-weight: 400;
left: -0.8em;
top: -0.05em;
}
.trx_addons_reviews_block_positives .trx_addons_reviews_block_list li:before {
content: '+';
}
.trx_addons_reviews_block_negatives .trx_addons_reviews_block_list li:before {
content: '-';
}
.trx_addons_reviews_block_footer_info {
margin-top: 1.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list {
padding: 0;
margin: 0;
list-style-type: none;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li {
position: relative;
text-align: right;
color: #080F24;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li + li {
margin-top: 0.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
font-size: 1.0714rem;
line-height: 1.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title {
position: absolute;
z-index: 1;
top: 0;
left: 3px;
text-align: left;
padding-right: 4em;
}
.trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark, .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark {
display: block;
text-align: right;
border-bottom: 2px solid #c5a48e;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
transform: translateY(-0.3em);
display: inline-block;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
font-size: 15px;
line-height: 1.5em;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_value:after {
content: '%';
margin-left: 0.2em;
}
.trx_addons_reviews_block_attributes:not(:first-child) {
margin-top: 1.9em;
}
.trx_addons_reviews_block_attributes_row + .trx_addons_reviews_block_attributes_row {
margin-top: 1.07em;
}
.trx_addons_reviews_block_attributes_row_type_text,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link,
.trx_addons_reviews_block_attributes_row_type_button {
justify-content: space-between;
font-size: 16px;
line-height: 1.5em;
font-weight: 600;
color: #080F24;
letter-spacing: -0.02em;
display: flex;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link .sc_button_text,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_line,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_title {
display: inline-block;
vertical-align: top;
width: auto;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link .sc_button_text,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_title {
padding-right: 1em;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_line,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_line {
border-bottom: 4px dotted #d2d4d4;
flex-grow: 1;
height: 0.8em;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link {
width: 100%;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link:hover {
background-color: transparent;
color: #1AAC40;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value,
.trx_addons_reviews_block_attributes_row_type_button .trx_addons_reviews_block_attributes_value {
padding-left: 1em;
}
.trx_addons_reviews_block_attributes_row_type_button a .trx_addons_reviews_block_attributes_value:before {
content: '-';
margin-right: 1em;
}
.trx_addons_reviews_block_criterias + .trx_addons_reviews_block_buttons,
.trx_addons_reviews_block_attributes + .trx_addons_reviews_block_buttons {
margin-top: 1.5em;
}
.trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle {
margin-bottom: 1em;
}
/* Related Posts */
.amp-wp-content.relatedpost {
margin: 41px 16px 45px;
}
.relatedpost {
margin: 30px 0;
}
.relatedpost .related_link a {
font-family: "museo-sans",sans-serif;
font-size: 18px;
font-weight: 500;
font-style: normal;
line-height: 22px;
letter-spacing: -0.02em;
margin-top: 0;
margin-bottom: 0;
color: #080F24;
display: block;
}
.relatedpost .related_link a:hover {
color: #1AAC40;
}
.relatedpost .related_link a + p {
margin-top: 8px;
}
.relatedpost ol li {
margin: 0;
}
.relatedpost ol li + li {
margin-top: 20px;
}
.relatedpost ol li.has_related_thumbnail {
display: flex;
flex-direction: row;
align-items: center;
}
.relatedpost ol li p {
font-size: 15px;
line-height: 24px;
font-family: "museo-sans",sans-serif;
color: #7a7e83;
margin: 0;
}
.relatedpost ol li amp-img {
margin-right: 20px;
}
.relatedpost .related_link a.readmore-rp {
color: #080F24;
display: block;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
line-height: 18px;
text-transform: uppercase;
margin-top: 7px;
}
.relatedpost .related_link a.readmore-rp:hover {
color: #1AAC40;
}
.amp-wp-title,
.toggle-navigationv2 ul li a {
font-family: "museo-sans", sans-serif;
}
.rp > span,
.relatedpost .related-title {
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 24px;
text-decoration: none;
text-transform: none;
letter-spacing: -0.02em;
margin-bottom: 0.65em;
margin-top: 0;
color: #080F24;
}
/* Author */
.amp_author_area {
margin: 0 16px;
}
.single-post .amp_author_area .amp_author_area_wrapper {
font-size: 15px;
line-height: 24px;
font-family: "museo-sans",sans-serif;
color: #7a7e83;
margin-top: 24px;
}
.single-post .amp_author_area .amp_author_area_wrapper strong {
color: #080F24;
}
/* Socials */
amp-social-share {
width: 30px;
min-width: 30px;
max-width: 30px;
height: 30px;
min-height: 30px;
max-height: 30px;
border-radius: 50%;
}
.amp-wp-article amp-addthis {
bottom: 0;
margin: 0 0 0 -9px;
max-height: 63px;
}
/* Notification */
amp-user-notification {
border-color: #EAEAEA;
}
amp-user-notification button {
padding: 8px 10px;
background: #080F24;
color: #fff;
margin-left: 5px;
border: 0;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
border-radius: 20px;
}
#amp-user-notification1 p {
margin-bottom: 0;
}
/* Audio */
.wp-block-audio amp-audio {
width: 100%;
}
/* Scroll to top */
.amp-wp-footer .btt {
background: #ebebeb;
}
.amp-wp-footer .btt:hover {
background: #080F24;
}
.amp-wp-footer .btt:before {
color: #080F24;
line-height: 1.4;
}
.amp-wp-footer .btt:hover:before {
color: #fff;
}
/* Archive styles */
.page-title {
margin: 0 15px;
font-size: 24px;
line-height: 28px;
margin-bottom: 26px;
}
.ampforwp-custom-index .amp-wp-content {
margin-bottom: 26px;
}
.amp-wp-home .amp-wp-article-header .amp-wp-meta:last-of-type {
float: none;
display: block;
}
.amp-wp-home .amp-wp-meta {
margin: 5px 0 3px;
}
.amp-wp-home .home-post-image {
float: left;
margin: 7px 20px 0 0;
}
.amp-wp-home .amp-wp-title {
font-size: 22px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.02em;
margin-bottom: 0;
}
.amp-wp-title {
color: #080F24;
}
/* Aligment */
@media (min-width: 481px) {
.alignright, .alignleft {
margin-top: 0;
margin-bottom: 20px;
max-width: 300px;
}
.alignright {
margin-left: 20px;
}
.alignleft {
margin-right: 20px;
}
.alignright .sc_item_title, .alignleft .sc_item_title,
.amp-wp-content.the_content .alignright .sc_item_title,
.amp-wp-content.the_content .alignleft .sc_item_title {
margin-top: 0;
}
p + .alignright .sc_item_title, p + .alignleft .sc_item_title,
.amp-wp-content.the_content p + .alignright .sc_item_title,
.amp-wp-content.the_content p + .alignleft .sc_item_title {
margin-top: 0.8em;
}
}
/* Responsive */
@media (max-width: 849px) {
.alignleft + .wp-block-image .alignright {
float: none;
max-width: none;
margin: 0;
}
}
@media (max-width: 767px) {
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives,
.trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives {
width: 100%;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives + .trx_addons_reviews_block_negatives {
margin-top: 1.5em;
}
}
@media (max-width: 599px) {
.alignright,
.alignleft {
max-width: 250px;
}
.amp-wp-article-header {
flex-direction: column;
align-items: flex-start;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
margin-top: 5px;
text-align: left;
float: none;
}
#pagination {
flex-direction: column-reverse;
}
#pagination .next {
text-align: left;
margin-top: 5px;
padding-left: 0;
}
#pagination .prev {
padding-right: 0;
}
.sc_blogger .columns_in_single_row {
flex-direction: column;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 {
width: 100%;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 + .trx_addons_column-1_2 {
margin-top: 20px;
}
.trx_addons_reviews_block {
padding: 20px;
}
}
@media (max-width: 480px) {
.alignright, .alignleft {
max-width: none;
}
.amp-wp-content .wp-block-image,
.amp-wp-content .wp-block-kadence-advancedgallery {
margin-bottom: 30px;
margin-top: 30px;
}
.amp-wp-content .sc_blogger {
margin-bottom: 25px;
margin-top: 30px;
}
footer.cmt-meta {
flex-direction: column;
align-items: flex-start;
}
.cmt-author {
margin-top: 8px;
}
.cmt-meta .cmt-metadata {
margin-left: 0;
margin-top: 5px;
}
.amp-wp-footer .cpr-links {
flex-direction: column;
align-items: center;
}
.sc_blogger_item_list .post_featured {
flex: 0 0 80px;
}
}
/*# sourceMappingURL=accelerated-mobile-pages.css.map */
|
skins/business/plugins/accelerated-mobile-pages/accelerated-mobile-pages.css
|
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 300;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 500;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display: auto;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "museo-sans";
src: url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display: auto;
font-style: italic;
font-weight: 700;
}
/* Common styles */
html {
background-color: #fff;
}
:focus,
button:focus {
outline: none;
}
a,
.amp-wp-article a,
.amp-not-privacy {
color: #080F24;
transition: all .3s ease;
}
a:hover,
a:focus,
.amp-wp-article a:hover,
.amp-wp-article a:focus,
.amp-not-privacy:hover,
.amp-not-privacy:focus {
color: #1AAC40;
}
figcaption,
.wp-caption-text {
border-bottom: none;
padding: .66em 0 0;
}
figcaption span.align-right {
margin-right: 5px;
}
.hide_on_amp {
display: none;
}
.kt-highlight {
background-color: #C5A48E;
color: #fff;
padding: 0 4px;
}
/* Buttons */
.sc_button,
a.sc_button,
.cmt-button-wrapper a {
background-color: #080F24;
border-color: #080F24;
border-radius: 0;
border-style: solid;
border-width: 2px !important;
box-sizing: border-box;
color: #fff !important;
display: inline-block;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
line-height: 18px;
padding: 11px 27px 11px 28px;
text-transform: uppercase;
transition: all .3s ease;
width: auto;
text-align: center;
}
.sc_button:hover,
a.sc_button:hover,
.cmt-button-wrapper a:hover,
.trx_addons_reviews_block_attributes_link:hover {
background-color: #1AAC40;
border-color: #1AAC40;
color: #fff !important;
}
amp-sidebar .close-nav {
font-family: "museo-sans",sans-serif;
font-size: 14px;
padding: 0;
letter-spacing: 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
/* Meta */
.breadcrumb,
.amp-wp-meta,
.post_meta,
.cmt-meta {
color: #7a7e83;
display: block;
font-family: "museo-sans", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
}
.post_meta:empty {
display: none;
}
.post_categories {
font-weight: 500;
margin-bottom: 8px;
display: block;
}
.post_categories a {
color: #7a7e83;
}
.post_categories a:hover {
color: #1AAC40;
}
.post_meta:not(.post_meta_categories) {
margin-top: 8px;
}
.amp-wp-byline amp-img {
border: none;
}
.post_meta_rating,
.post_hover_rating {
display: none;
}
/* Header */
.amp-wp-header .ampforwp-logo-area:after {
content: '';
position: absolute;
left: 16px;
right: 16px;
bottom: 0;
height: 2px;
background-color: #080F24;
}
/* Menu */
.amp-wp-header .nav_container {
top: 24px;
right: 16px;
}
.nav_container .toggle-text:hover span {
background: #1AAC40;
}
.close-nav {
font-family: cursive;
outline: none;
left: 180px;
}
.toggle-text {
height: 17px;
width: 23px;
}
.toggle-text span {
width: 23px;
}
.toggle-text span:nth-child(2) {
top: 7px;
}
.toggle-text span:nth-child(3) {
top: 14px;
}
/* Logo */
.amp-logo {
display: block;
}
.amp-logo amp-img.amp-logo {
width: 190px;
height: 30px;
}
/* Site icon */
.amp-wp-header .amp-wp-site-icon {
display: none;
}
/* Seacrh */
.searchmenu {
right: 60px;
top: 15px;
margin: 0;
}
.searchmenu button {
cursor: pointer;
}
.searchmenu button:hover i {
color: #1AAC40;
}
.icono-search {
width: 11px;
height: 11px;
border-width: 2px;
margin: 0;
}
.icono-search:before {
width: 2px;
height: 6px;
left: 15px;
top: 3px;
}
.searchform {
left: 50%;
top: 50%;
width: 280px;
transform: translate(-50%, -50%);
}
.searchform label {
color: #fcfcfc;
font-size: 14px;
}
.searchform input {
box-sizing: border-box;
}
.closebutton {
font-family: cursive;
}
/* Article */
.amppb-pages .amp-wp-article {
max-width: 840px;
padding: 0 16px;
box-sizing: border-box;
}
.amp-wp-article {
margin: 24px auto 35px;
color: #7a7e83;
}
.amp-wp-article-header {
margin: 16px;
}
.amp-wp-content {
overflow: hidden;
}
.amp-wp-content > p:last-child {
margin-bottom: 0;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 0;
}
.ampforwp_single_excerpt {
margin-bottom: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #080F24;
font-family: "museo-sans",sans-serif;
}
h1, .amp-wp-content.the_content h1 {
font-size: 30px;
line-height: 28px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.06em;
margin-bottom: 0.36em;
}
h2, .amp-wp-content.the_content h2 {
font-size: 26px;
line-height: 29px;
font-weight: 500;
letter-spacing: -0.03em;
margin-top: 1.2em;
margin-bottom: 0.65em;
}
h3, .amp-wp-content.the_content h3 {
font-size: 24px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.03em;
margin-top: 1.3em;
margin-bottom: 0.65em;
}
h4, .amp-wp-content.the_content h4 {
font-size: 22px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.43em;
margin-bottom: 0.65em;
}
h5, .amp-wp-content.the_content h5 {
font-size: 20px;
line-height: 23px;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.5em;
margin-bottom: 0.8em;
}
h6, .amp-wp-content.the_content h6 {
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.02em;
margin-top: 1.45em;
margin-bottom: 0.9em;
}
/* Slider */
.sc_widget_slider .slider-slide:first-child {
width: 100%;
height: 300px;
background-size: cover;
background-position: center;
}
/* Margins */
.sc_widget_slider,
.sc_widget_video,
.wp-block-image,
.wp-block-kadence-advancedgallery,
.wp-block-video {
margin-bottom: 30px;
margin-top: 30px;
}
.sc_blogger {
margin-bottom: 30px;
margin-top: 25px;
}
.sc_blogger .sc_item_title_wrap {
margin-top: -5px;
}
.wp-block-image figcaption {
margin-bottom: -5px;
}
/* Video */
.sc_widget_video amp-img {
display: block;
}
/* Blogger */
.sc_blogger_item + .sc_blogger_item {
margin-top: 20px;
}
.sc_blogger_item_title,
.amp-wp-content.the_content .sc_blogger_item_title {
margin: 0 !important;
}
.sc_blogger .sc_blogger_item_body {
flex-direction: column;
}
.sc_blogger .post_featured {
margin-bottom: 17px;
}
.sc_blogger .post_featured amp-img {
display: block;
}
.sc_blogger .sc_blogger_item_content {
display: flex;
flex-direction: column;
justify-content: center;
}
.sc_blogger .columns_in_single_row {
display: flex;
flex-direction: row;
margin-right: -30px;
width: 100%;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 {
width: 50%;
padding-right: 30px;
box-sizing: border-box;
}
.sc_blogger .sc_blogger_item:not(.has-post-thumbnail):not(.sc_blogger_item_image_position_top) .post_featured {
display: none;
}
.sc_blogger .sc_blogger_item:not(.has-post-thumbnail):not(.sc_blogger_item_image_position_top) .sc_blogger_item_content {
padding: 0 !important;
width: 100% !important;
}
.sc_blogger .sc_blogger_item.post_format_video .post_video,
.sc_blogger .sc_blogger_item.post_format_audio .post_audio {
display: none !important;
}
.sc_blogger_item_list .sc_blogger_item_body {
display: flex;
flex-direction: row;
}
.sc_blogger_item_list .post_featured {
margin-right: 20px;
margin-bottom: 0;
flex: 0 0 100px;
}
/* WP Block image */
.wp-block-image amp-img {
display: block;
}
/* Kadence spacer */
.wp-block-kadence-spacer {
display: none;
}
/* Kadence Gallery */
.wp-block-kadence-advancedgallery ul {
margin: -3px;
list-style-type: none;
display: flex;
flex-direction: row;
}
.wp-block-kadence-advancedgallery .kadence-blocks-gallery-item {
padding: 2px;
margin: auto;
}
.wp-block-kadence-advancedgallery .kb-gallery-figure {
margin-bottom: 0;
}
.wp-block-kadence-advancedgallery .kb-gallery-image-contain {
padding-bottom: 0 !important;
}
.wp-block-kadence-advancedgallery .kb-gallery-image-contain amp-img {
display: block;
}
/* Post pagination */
#pagination {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
#pagination .next {
text-align: right;
padding-left: 23px;
min-width: 50%;
box-sizing: border-box;
flex-grow: 1;
}
#pagination .prev {
padding-right: 23px;
min-width: 50%;
box-sizing: border-box;
flex-grow: 1;
}
#pagination .cb {
display: none;
}
.post-pagination-meta {
margin-top: 30px;
}
.post-pagination-meta #pagination a {
font-family: "museo-sans",sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: 500;
letter-spacing: -0.02em;
display: inline-block;
color: #080F24;
}
.post-pagination-meta #pagination a:hover {
color: #1AAC40;
}
/* Comments */
.cmt-button-wrapper {
text-align: center;
}
.ampforwp-comment-wrapper {
margin-top: 37px;
}
.ampforwp-comment-wrapper h3 {
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 24px;
text-decoration: none;
text-transform: none;
letter-spacing: -0.02em;
margin-bottom: 0.65em;
margin-top: 0;
color: #080F24;
}
.cmts_list {
margin: 0 16px 23px;
}
.cmts_list ul.children {
padding-bottom: 0;
}
.cmts_list ul li {
box-shadow: none;
border-bottom: 1px solid #eaeaea;
background-color: transparent;
margin-bottom: 22px;
}
footer.cmt-meta {
display: flex;
flex-direction: row;
align-items: center;
}
.cmt-author-img {
min-width: 20px;
min-height: 20px;
margin-right: 20px;
float: none;
}
.cmt-author {
float: none;
}
.cmt-content {
font-size: 1.071rem;
line-height: 1.73em;
font-weight: 400;
color: #7a7e83;
margin-bottom: 15px;
}
.cmts_list ul li p {
font-size: 15px;
line-height: 1.73em;
}
.cmt-meta b {
color: #080F24;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 22px;
text-transform: none;
letter-spacing: -0.02em;
}
.cmt-meta .says {
display: none;
}
.cmt-meta .cmt-metadata {
vertical-align: sub;
margin-left: 10px;
margin-top: 3px;
}
.cmt-meta .cmt-metadata a {
color: #7a7e83;
}
/* Footer */
.amp-wp-footer h2 {
text-align: center;
color: #fff;
font-size: 40px;
margin-bottom: 0;
}
.amp-wp-footer .cpr-links {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.amp-wp-footer p {
color: #BFC2C9;
margin: 0;
}
.copyright_txt,
.back-to-top {
float: none;
}
/* Blockquote */
blockquote {
font-size: 16px;
line-height: 1.6em;
background-color: transparent;
padding: 0 0 0 20px;
border-color: #1AAC40;
}
blockquote cite {
font-size: 15px;
font-family: "museo-sans",sans-serif;
font-style: normal;
line-height: 1.35em;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 1.1em;
}
/* Kadence blocks */
.kt-inside-inner-col[class*="acss"] {
background: transparent;
}
/* Reviews */
.trx_addons_reviews_block {
border: 1px solid #eaeaea;
padding: 30px;
margin: 30px 0;
overflow: hidden;
display: block;
}
.trx_addons_reviews_block h6.trx_addons_reviews_block_title,
.trx_addons_reviews_block .trx_addons_reviews_block_title > h6 {
margin-top: 0;
font-size: 20px;
line-height: 23px;
}
.trx_addons_reviews_block_image {
margin-bottom: 1.5em;
}
.trx_addons_reviews_block_image amp-img {
display: block;
}
.trx_addons_reviews_block_image img {
width: 100%;
}
.trx_addons_reviews_block_mark_value {
font-family: "museo-sans",sans-serif;
color: #080F24;
font-size: 30px;
line-height: 1em;
background-color: transparent;
border: none;
}
.trx_addons_reviews_block_mark_value[data-max-value="100"]:after {
content: '%';
display: inline-block;
vertical-align: baseline;
font-size: 20px;
line-height: 30px;
}
.trx_addons_reviews_block_mark_text {
color: #080F24;
font-family: "museo-sans",sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
line-height: 1.5em;
text-transform: uppercase;
margin-left: 0.5em;
}
.trx_addons_reviews_block_summary {
margin-top: 1em;
}
.trx_addons_reviews_block .trx_addons_reviews_block_summary > h6 {
margin-top: 0;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_subtitle,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_subtitle,
.trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle,
.sc_slider_controller_info_title {
font-size: 18px;
font-family: "museo-sans",sans-serif;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.02em;
color: #080F24;
}
.trx_addons_reviews_block_pn {
margin-top: 1.5em;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives,
.trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0;
text-align: left;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list {
color: #7a7e83;
font-size: 15px;
padding-left: 1.3em;
list-style-type: none;
margin-bottom: 0;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list li {
position: relative;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
position: absolute;
z-index: 1;
color: #c5a48e;
font-size: 1.4em;
font-weight: 400;
left: -0.8em;
top: -0.05em;
}
.trx_addons_reviews_block_positives .trx_addons_reviews_block_list li:before {
content: '+';
}
.trx_addons_reviews_block_negatives .trx_addons_reviews_block_list li:before {
content: '-';
}
.trx_addons_reviews_block_footer_info {
margin-top: 1.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list {
padding: 0;
margin: 0;
list-style-type: none;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li {
position: relative;
text-align: right;
color: #080F24;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li + li {
margin-top: 0.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
font-size: 1.0714rem;
line-height: 1.5em;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title {
position: absolute;
z-index: 1;
top: 0;
left: 3px;
text-align: left;
padding-right: 4em;
}
.trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark, .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark {
display: block;
text-align: right;
border-bottom: 2px solid #c5a48e;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
transform: translateY(-0.3em);
display: inline-block;
}
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title,
.trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark_value {
font-size: 15px;
line-height: 1.5em;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_value:after {
content: '%';
margin-left: 0.2em;
}
.trx_addons_reviews_block_attributes:not(:first-child) {
margin-top: 1.9em;
}
.trx_addons_reviews_block_attributes_row + .trx_addons_reviews_block_attributes_row {
margin-top: 1.07em;
}
.trx_addons_reviews_block_attributes_row_type_text,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link,
.trx_addons_reviews_block_attributes_row_type_button {
justify-content: space-between;
font-size: 16px;
line-height: 1.5em;
font-weight: 600;
color: #080F24;
letter-spacing: -0.02em;
display: flex;
font-family: "museo-sans",sans-serif;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link .sc_button_text,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_line,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_title {
display: inline-block;
vertical-align: top;
width: auto;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title,
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link .sc_button_text,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_title {
padding-right: 1em;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_line,
.trx_addons_reviews_block_attributes_row_type_button > .trx_addons_reviews_block_attributes_line {
border-bottom: 4px dotted #d2d4d4;
flex-grow: 1;
height: 0.8em;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link {
width: 100%;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_link:hover {
background-color: transparent;
color: #1AAC40;
}
.trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value,
.trx_addons_reviews_block_attributes_row_type_button .trx_addons_reviews_block_attributes_value {
padding-left: 1em;
}
.trx_addons_reviews_block_attributes_row_type_button a .trx_addons_reviews_block_attributes_value:before {
content: '-';
margin-right: 1em;
}
.trx_addons_reviews_block_criterias + .trx_addons_reviews_block_buttons,
.trx_addons_reviews_block_attributes + .trx_addons_reviews_block_buttons {
margin-top: 1.5em;
}
.trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle {
margin-bottom: 1em;
}
/* Related Posts */
.amp-wp-content.relatedpost {
margin: 41px 16px 45px;
}
.relatedpost {
margin: 30px 0;
}
.relatedpost .related_link a {
font-family: "museo-sans",sans-serif;
font-size: 18px;
font-weight: 500;
font-style: normal;
line-height: 22px;
letter-spacing: -0.02em;
margin-top: 0;
margin-bottom: 0;
color: #080F24;
display: block;
}
.relatedpost .related_link a:hover {
color: #1AAC40;
}
.relatedpost .related_link a + p {
margin-top: 8px;
}
.relatedpost ol li {
margin: 0;
}
.relatedpost ol li + li {
margin-top: 20px;
}
.relatedpost ol li.has_related_thumbnail {
display: flex;
flex-direction: row;
align-items: center;
}
.relatedpost ol li p {
font-size: 15px;
line-height: 24px;
font-family: "museo-sans",sans-serif;
color: #7a7e83;
margin: 0;
}
.relatedpost ol li amp-img {
margin-right: 20px;
}
.relatedpost .related_link a.readmore-rp {
color: #080F24;
display: block;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
line-height: 18px;
text-transform: uppercase;
margin-top: 7px;
}
.relatedpost .related_link a.readmore-rp:hover {
color: #1AAC40;
}
.amp-wp-title,
.toggle-navigationv2 ul li a {
font-family: "museo-sans", sans-serif;
}
.rp > span,
.relatedpost .related-title {
font-family: "museo-sans", sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 24px;
text-decoration: none;
text-transform: none;
letter-spacing: -0.02em;
margin-bottom: 0.65em;
margin-top: 0;
color: #080F24;
}
/* Author */
.amp_author_area {
margin: 0 16px;
}
.single-post .amp_author_area .amp_author_area_wrapper {
font-size: 15px;
line-height: 24px;
font-family: "museo-sans",sans-serif;
color: #7a7e83;
margin-top: 24px;
}
.single-post .amp_author_area .amp_author_area_wrapper strong {
color: #080F24;
}
/* Socials */
amp-social-share {
width: 30px;
min-width: 30px;
max-width: 30px;
height: 30px;
min-height: 30px;
max-height: 30px;
border-radius: 50%;
}
.amp-wp-article amp-addthis {
bottom: 0;
margin: 0 0 0 -9px;
max-height: 63px;
}
/* Notification */
amp-user-notification {
border-color: #EAEAEA;
}
amp-user-notification button {
padding: 8px 10px;
background: #080F24;
color: #fff;
margin-left: 5px;
border: 0;
font-family: "museo-sans",sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
border-radius: 20px;
}
#amp-user-notification1 p {
margin-bottom: 0;
}
/* Audio */
.wp-block-audio amp-audio {
width: 100%;
}
/* Scroll to top */
.amp-wp-footer .btt {
background: #ebebeb;
}
.amp-wp-footer .btt:hover {
background: #080F24;
}
.amp-wp-footer .btt:before {
color: #080F24;
line-height: 1.4;
}
.amp-wp-footer .btt:hover:before {
color: #fff;
}
/* Archive styles */
.page-title {
margin: 0 15px;
font-size: 24px;
line-height: 28px;
margin-bottom: 26px;
}
.ampforwp-custom-index .amp-wp-content {
margin-bottom: 26px;
}
.amp-wp-home .amp-wp-article-header .amp-wp-meta:last-of-type {
float: none;
display: block;
}
.amp-wp-home .amp-wp-meta {
margin: 5px 0 3px;
}
.amp-wp-home .home-post-image {
float: left;
margin: 7px 20px 0 0;
}
.amp-wp-home .amp-wp-title {
font-size: 22px;
line-height: 24px;
font-weight: 500;
letter-spacing: -0.02em;
margin-bottom: 0;
}
.amp-wp-title {
color: #080F24;
}
/* Aligment */
@media (min-width: 481px) {
.alignright, .alignleft {
margin-top: 0;
margin-bottom: 20px;
max-width: 300px;
}
.alignright {
margin-left: 20px;
}
.alignleft {
margin-right: 20px;
}
.alignright .sc_item_title, .alignleft .sc_item_title,
.amp-wp-content.the_content .alignright .sc_item_title,
.amp-wp-content.the_content .alignleft .sc_item_title {
margin-top: 0;
}
p + .alignright .sc_item_title, p + .alignleft .sc_item_title,
.amp-wp-content.the_content p + .alignright .sc_item_title,
.amp-wp-content.the_content p + .alignleft .sc_item_title {
margin-top: 0.8em;
}
}
/* Responsive */
@media (max-width: 849px) {
.alignleft + .wp-block-image .alignright {
float: none;
max-width: none;
margin: 0;
}
}
@media (max-width: 767px) {
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives,
.trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives {
width: 100%;
}
.trx_addons_reviews_block_pn .trx_addons_reviews_block_positives + .trx_addons_reviews_block_negatives {
margin-top: 1.5em;
}
}
@media (max-width: 599px) {
.alignright,
.alignleft {
max-width: 250px;
}
.amp-wp-article-header {
flex-direction: column;
align-items: flex-start;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
margin-top: 5px;
text-align: left;
float: none;
}
#pagination {
flex-direction: column-reverse;
}
#pagination .next {
text-align: left;
margin-top: 5px;
padding-left: 0;
}
#pagination .prev {
padding-right: 0;
}
.sc_blogger .columns_in_single_row {
flex-direction: column;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 {
width: 100%;
}
.sc_blogger .columns_in_single_row .trx_addons_column-1_2 + .trx_addons_column-1_2 {
margin-top: 20px;
}
.trx_addons_reviews_block {
padding: 20px;
}
}
@media (max-width: 480px) {
.alignright, .alignleft {
max-width: none;
}
.amp-wp-content .wp-block-image,
.amp-wp-content .wp-block-kadence-advancedgallery {
margin-bottom: 30px;
margin-top: 30px;
}
.amp-wp-content .sc_blogger {
margin-bottom: 25px;
margin-top: 30px;
}
footer.cmt-meta {
flex-direction: column;
align-items: flex-start;
}
.cmt-author {
margin-top: 8px;
}
.cmt-meta .cmt-metadata {
margin-left: 0;
margin-top: 5px;
}
.amp-wp-footer .cpr-links {
flex-direction: column;
align-items: center;
}
.sc_blogger_item_list .post_featured {
flex: 0 0 80px;
}
}
/*# sourceMappingURL=accelerated-mobile-pages.css.map */
| 0.351422 | 0.122025 |
@media print {
* {
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
html,
body {
font-family: Arial, Helvetica, sans-serif;
}
.tiket-container {
display: -ms-flexbox;
display: flex;
flex-direction: column;
width: 100%;
padding: 10px 14px;
border: 1px solid #000;
box-sizing: border-box;
}
.tiket-container .tiket-header {
padding-bottom: 10px;
margin-bottom: 10px;
display: -ms-flexbox;
display: flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #000;
box-sizing: border-box;
}
.tiket-header img#tiket-header-img,
.tiket-header .barcode {
min-height: 1.5cm;
}
.tiket-header .barcode {
background-color: #fff;
padding: 0.5rem;
}
.barcode {
width: 45%;
display: flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: flex-end;
box-sizing: border-box;
}
.barcode img {
height: 1.25cm;
margin-bottom: 0.5rem;
}
.barcode .code {
width: 100%;
word-wrap: break-word;
box-sizing: border-box;
}
.tiket-body {
width: 100%;
display: flex;
display: -ms-flexbox;
box-sizing: border-box;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #000;
}
.tiket-body .pasphoto {
width: 4cm;
height: 6cm;
margin-right: 1rem;
}
.pasphoto img {
width: 100%;
height: 100%;
}
.tiket-body .bagan {
width: calc(100% - 4cm);
box-sizing: border-box;
}
.bagan table {
width: 100%;
min-height: 6cm;
}
.bagan table td:first-child {
width: 3.85cm;
}
.bagan table td {
vertical-align: top;
}
.tiket-footer p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}
.tiket-footer p:first-child {
font-size: 16pt;
font-weight: bold;
}
}
@page {
margin-top: 0.5cm;
margin-left: 0.5cm;
margin-bottom: 0.5cm;
margin-right: 0.5cm;
}
|
src/css/tiket.css
|
@media print {
* {
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
html,
body {
font-family: Arial, Helvetica, sans-serif;
}
.tiket-container {
display: -ms-flexbox;
display: flex;
flex-direction: column;
width: 100%;
padding: 10px 14px;
border: 1px solid #000;
box-sizing: border-box;
}
.tiket-container .tiket-header {
padding-bottom: 10px;
margin-bottom: 10px;
display: -ms-flexbox;
display: flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #000;
box-sizing: border-box;
}
.tiket-header img#tiket-header-img,
.tiket-header .barcode {
min-height: 1.5cm;
}
.tiket-header .barcode {
background-color: #fff;
padding: 0.5rem;
}
.barcode {
width: 45%;
display: flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: flex-end;
box-sizing: border-box;
}
.barcode img {
height: 1.25cm;
margin-bottom: 0.5rem;
}
.barcode .code {
width: 100%;
word-wrap: break-word;
box-sizing: border-box;
}
.tiket-body {
width: 100%;
display: flex;
display: -ms-flexbox;
box-sizing: border-box;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #000;
}
.tiket-body .pasphoto {
width: 4cm;
height: 6cm;
margin-right: 1rem;
}
.pasphoto img {
width: 100%;
height: 100%;
}
.tiket-body .bagan {
width: calc(100% - 4cm);
box-sizing: border-box;
}
.bagan table {
width: 100%;
min-height: 6cm;
}
.bagan table td:first-child {
width: 3.85cm;
}
.bagan table td {
vertical-align: top;
}
.tiket-footer p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}
.tiket-footer p:first-child {
font-size: 16pt;
font-weight: bold;
}
}
@page {
margin-top: 0.5cm;
margin-left: 0.5cm;
margin-bottom: 0.5cm;
margin-right: 0.5cm;
}
| 0.435661 | 0.077727 |
#stylechooser {
position: fixed;
top: 25%;
left: -1px;
width: 220px;
min-height: 300px;
z-index: 999999999999;
padding: 0 0 15px 0;
transform: translateZ(0);
}
#stylechooser #styleToggle {
position: absolute;
top: 0px;
right: -60px;
cursor: pointer;
font-size: 24px;
line-height: 60px;
color: #333333;
text-align: center;
width: 60px;
height: 60px;
margin: 0;
}
#stylechooser #styleToggle:before {
width: 60px;
height: 60px;
display: block;
color: #333333;
}
#stylechooser .easyBox.flat {
padding: 0 0 0 20px;
width: 280px;
height: 60px;
z-index: 10;
-webkit-box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
-moz-box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
}
#stylechooser .easyBox .title {
padding: 0 0 0 20px;
height: 60px;
z-index: 10;
}
#stylechooser .easyBox {
margin: 0;
padding: 0;
background: #fff;
-webkit-box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
-moz-box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
}
#stylechooser .easyBox p {
line-height: 60px;
margin: 0;
}
#stylechooser .btn {
background: #fff;
filter: none;
border: 2px solid #e6e6e6;
color: #cccccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 14px;
line-height: 14px;
padding: 11px 19px;
margin: 0 10px 10px 0;
}
#stylechooser .btn.btn-primary,
#stylechooser #demoReset {
background: #9ec016;
filter: none;
border: 2px solid #9ec016;
color: #fff;
}
#stylechooser h6 {
font-family: 'titillium web', sans-serif;
font-weight: 400;
color: #33434d;
font-size: 20px;
line-height: 21px;
padding: 20px 0;
margin: 0;
}
#stylechooser hr {
margin: 0;
background: #e6e6e6;
}
#stylechooser label {
margin-bottom: 20px;
font-family: 'Patua One', cursive;
font-weight: 400;
color: #33434d;
font-size: 14px;
line-height: 14px;
}
#stylechooser .mkSpace {
padding: 0px;
}
#stylechooser .demoList {
margin: 0;
padding: 0;
list-style: none;
max-height: 300px;
}
#stylechooser .demoList li {
margin: 0;
position: relative;
width: 110px;
height: 50px;
display: block;
float: left;
overflow: hidden
}
#stylechooser .demoColor,
#stylechooser .demoPattern {
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: transparent;
float: right;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
}
#stylechooser .demoList li:hover .demoColor {
width: 60px;
}
#stylechooser .demoActive .demoColor {
width: 170px;
}
#stylechooser .demoColor:before {
font-family: "fontawesome";
content: "\f096";
color: #333333;
font-size: 20px;
line-height: 50px;
text-align: center;
position: absolute;
left: -50px;
width: 50px;
height: 50px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#stylechooser .demoActive .demoColor:before {
content: "\f046";
}
/* styleswitcher on the right */
body.navbar-sidebar #stylechooser {
left: auto;
right: -1px;
}
body.navbar-sidebar #stylechooser #styleToggle {
right: auto;
left: -60px;
}
body.navbar-sidebar #stylechooser .demoList li:hover .demoColor {
margin-right: 50px;
}
body.navbar-sidebar #stylechooser .demoList li:hover .demoColor:before,
body.navbar-sidebar #stylechooser .demoList .demoActive .demoColor:before {
left: auto;
right: 0;
}
body.navbar-sidebar #stylechooser .demoActive .demoColor {
margin-right: 50px;
}
body.navbar-sidebar #stylechooser .demoColor:before {
left: auto;
right: -50px;
}
body.navbar-sidebar #stylechooser .easyBox.flat {
padding-left: 80px;
margin-left: -60px;
}
@media (max-width: 767px) {
#stylechooser {
display: none !important;
}
}
.onoffswitch {
position: relative;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#stylechooser .onoffswitch label {
margin-bottom: 0;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
}
.onoffswitch-inner {
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
display: block;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
float: left;
width: 50%;
height: 50px;
padding: 0;
line-height: 50px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.onoffswitch-inner:before {
content: "BOXED";
background-color: #EEEEEE;
color: #999999;
}
.onoffswitch-inner:after {
content: "WIDE";
background-color: #EEEEEE;
color: #999999;
}
.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
#stylechooser .select select {
height: 50px;
width: 100%;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
background-color: #EEEEEE;
border: none;
color: #999999;
outline: none !important;
}
|
assets/website/demo/css/demo.css
|
#stylechooser {
position: fixed;
top: 25%;
left: -1px;
width: 220px;
min-height: 300px;
z-index: 999999999999;
padding: 0 0 15px 0;
transform: translateZ(0);
}
#stylechooser #styleToggle {
position: absolute;
top: 0px;
right: -60px;
cursor: pointer;
font-size: 24px;
line-height: 60px;
color: #333333;
text-align: center;
width: 60px;
height: 60px;
margin: 0;
}
#stylechooser #styleToggle:before {
width: 60px;
height: 60px;
display: block;
color: #333333;
}
#stylechooser .easyBox.flat {
padding: 0 0 0 20px;
width: 280px;
height: 60px;
z-index: 10;
-webkit-box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
-moz-box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
box-shadow: 0px 0px 10px 0 rgba(2, 3, 3, .15);
}
#stylechooser .easyBox .title {
padding: 0 0 0 20px;
height: 60px;
z-index: 10;
}
#stylechooser .easyBox {
margin: 0;
padding: 0;
background: #fff;
-webkit-box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
-moz-box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
box-shadow: 0px 3px 10px 0 rgba(2, 3, 3, .15);
}
#stylechooser .easyBox p {
line-height: 60px;
margin: 0;
}
#stylechooser .btn {
background: #fff;
filter: none;
border: 2px solid #e6e6e6;
color: #cccccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 14px;
line-height: 14px;
padding: 11px 19px;
margin: 0 10px 10px 0;
}
#stylechooser .btn.btn-primary,
#stylechooser #demoReset {
background: #9ec016;
filter: none;
border: 2px solid #9ec016;
color: #fff;
}
#stylechooser h6 {
font-family: 'titillium web', sans-serif;
font-weight: 400;
color: #33434d;
font-size: 20px;
line-height: 21px;
padding: 20px 0;
margin: 0;
}
#stylechooser hr {
margin: 0;
background: #e6e6e6;
}
#stylechooser label {
margin-bottom: 20px;
font-family: 'Patua One', cursive;
font-weight: 400;
color: #33434d;
font-size: 14px;
line-height: 14px;
}
#stylechooser .mkSpace {
padding: 0px;
}
#stylechooser .demoList {
margin: 0;
padding: 0;
list-style: none;
max-height: 300px;
}
#stylechooser .demoList li {
margin: 0;
position: relative;
width: 110px;
height: 50px;
display: block;
float: left;
overflow: hidden
}
#stylechooser .demoColor,
#stylechooser .demoPattern {
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: transparent;
float: right;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
}
#stylechooser .demoList li:hover .demoColor {
width: 60px;
}
#stylechooser .demoActive .demoColor {
width: 170px;
}
#stylechooser .demoColor:before {
font-family: "fontawesome";
content: "\f096";
color: #333333;
font-size: 20px;
line-height: 50px;
text-align: center;
position: absolute;
left: -50px;
width: 50px;
height: 50px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#stylechooser .demoActive .demoColor:before {
content: "\f046";
}
/* styleswitcher on the right */
body.navbar-sidebar #stylechooser {
left: auto;
right: -1px;
}
body.navbar-sidebar #stylechooser #styleToggle {
right: auto;
left: -60px;
}
body.navbar-sidebar #stylechooser .demoList li:hover .demoColor {
margin-right: 50px;
}
body.navbar-sidebar #stylechooser .demoList li:hover .demoColor:before,
body.navbar-sidebar #stylechooser .demoList .demoActive .demoColor:before {
left: auto;
right: 0;
}
body.navbar-sidebar #stylechooser .demoActive .demoColor {
margin-right: 50px;
}
body.navbar-sidebar #stylechooser .demoColor:before {
left: auto;
right: -50px;
}
body.navbar-sidebar #stylechooser .easyBox.flat {
padding-left: 80px;
margin-left: -60px;
}
@media (max-width: 767px) {
#stylechooser {
display: none !important;
}
}
.onoffswitch {
position: relative;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#stylechooser .onoffswitch label {
margin-bottom: 0;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
}
.onoffswitch-inner {
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
display: block;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
float: left;
width: 50%;
height: 50px;
padding: 0;
line-height: 50px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.onoffswitch-inner:before {
content: "BOXED";
background-color: #EEEEEE;
color: #999999;
}
.onoffswitch-inner:after {
content: "WIDE";
background-color: #EEEEEE;
color: #999999;
}
.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox[checked=checked] + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
#stylechooser .select select {
height: 50px;
width: 100%;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
background-color: #EEEEEE;
border: none;
color: #999999;
outline: none !important;
}
| 0.322633 | 0.065455 |
@charset "utf-8";
/*
Design by http://www.templateaccess.com
Released for free under a Creative Commons Attribution 3.0 License
*/
body { margin:0; padding:0; width:100%; color:#9a9a9a; font:normal 14px/1.8em Arial, Helvetica, sans-serif;}
html, .main { padding:0; margin:0; background:#e4e4e4 url(../images/main_bg.gif) top repeat-x;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0; line-height:0;}
.logo { padding:20px 0 50px 20px; margin:0 auto; width:950px;}
.logo img { float:left; margin:0 10px 0 0; }
h1 { margin:0; padding:5px 0; width:400px; color:#1f7fbb; font:normal 46px/1.2em Arial, Helvetica, sans-serif; letter-spacing:-2px;}
h1 a, h1 a:hover { color:#1f7fbb; text-decoration:none;}
h1 span { color:#fff;}
h1 small { text-align:left; float:right; width:400px; color:#fff; display:block; padding:0 0 0 10px; font:normal 12px/1.2em Arial, Helvetica, sans-serif; letter-spacing:normal;}
h2 { font:normal 26px Arial, Helvetica, sans-serif; padding:0; margin:5px 0; color:#595959;}
p { margin:8px 0; padding:0 0 8px 0; font:normal 14px/1.8em Arial, Helvetica, sans-serif;}
p.spec { text-align:right;}
a { color:#2cadff; text-decoration:none;}
a:hover { text-decoration:underline;}
a.rm, a.com { margin-left:8px; padding:9px 12px; background:url(../images/a_bg.gif) repeat-x top; text-decoration:none; color:#fff;}
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar { margin:0; padding:0;}
/* header */
.header { }
.header_resize { margin:0 auto; padding:0; width:970px;}
/* menu */
.menu_nav { margin:5px auto; float:left; width:930px; }
.menu_nav ul { list-style:none; width:500px; float:left; padding:1px 0 0 0;}
.menu_nav ul li { margin:0; padding:0 10px; float:left; }
.menu_nav ul li a { display:block; margin:0; padding:10px; color:#fdfdfd; text-decoration:none; font:normal 16px Arial, Helvetica, sans-serif;}
.menu_nav ul li.active a, .menu_nav ul li a:hover { color:#fdfdfd; background:url(../images/hover.gif) top repeat-x;}
/* search */
.search { float:right; margin:0; padding:5px 0 0 0; width:300px;}
.search form { padding:0; margin:0; }
.search span { display:block; float:left; background:#fff; border:1px solid #dcdcdd; width:250px; padding:0 10px; height:29px; margin:0;}
.search form .keywords { width:220px; line-height:13px; height:13px; float:left; background:none; border:0; padding:8px 0px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#767676; }
.search form .button { float:left; margin:0; padding:5px 0 0 0; border:0; position:relative; }
/* content */
.content { padding:10px 0 0 0;}
.content_resize { margin:0 auto; padding:0; width:970px;}
.content .mainbar { margin:0; float:left;}
.content .mainbar img { float:left; padding:4px; margin:0 10px 0 0; border:1px solid #eaecec; background-color:#fff;}
.content .mainbar .article { margin:0 0 20px 0; padding:30px 20px; width:610px;}
.content .mainbar .article span.buttons a { margin:0 5px 0 0; float:left; color:#9a9a9a; padding:1px 10px; text-decoration:none; border:1px solid #ebe8e8; background:#fbfbfc;}
.content .mainbar .article span.buttons a:hover { border:1px solid #d9f0ff; background:#40b5ff; color:#fff; text-decoration:none;}
.content .mainbar .article span.buttons a.active { border:1px solid #ebe8e8; background:#40b5ff; color:#fff; text-decoration:none;}
.content .sidebar { margin:0; padding:0; float:right; }
.content .mainbar .article span.buttons a.disabled{background: #ccc;border:none;cursor: not-allowed;}
.content .mainbar .article span.buttons a.disabled:hover{background: #ccc;border:unset;color: unset;}
.content .sidebar .gadget { margin:0 0 20px 0; padding:30px 20px; width:230px; }
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none; color:#959595;}
ul.sb_menu li, ul.ex_menu li { margin:0;}
ul.sb_menu li { padding:4px 0 4px 15px; width:220px;}
ul.ex_menu li { padding:4px 0 8px 15px;}
ul.sb_menu li a, ul.ex_menu li a { color:#959595; text-decoration:none; margin-left:-12px; padding-left:15px; background:url(../images/li_a_hover.gif) left no-repeat;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover { color:#2cadff; text-decoration:underline; background:url(../images/li_a.gif) left no-repeat;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:none;}
/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}
/* fbg */
.fbg { padding:10px 0 0 0; background:#828282 url(../images/fbg_bg.gif) top repeat-x;}
.fbg_resize { margin:0 auto; padding:20px 20px; width:930px; }
.fbg h2 { color:#fff;}
.fbg p { color:#fff;}
.fbg a { color:#fff;}
.fbg img { padding:4px; border:1px solid #cfd2d4; background-color:#fff;}
.fbg .col { margin:0; float:left;}
.fbg .c1 { padding:0 16px 0 0; width:266px;}
.fbg .c2 { padding:0 16px; width:300px;}
.fbg .c3 { padding:0 0 0 16px; width:260px;}
.fbg .c1 img { margin:8px;}
.fbg .c3 img { margin:8px 16px 4px 0; float:left;}
/* footer */
.footer { width:970px; margin:0 auto; padding:16px 0;}
.footer p.lf { margin:0; padding:4px 0; float:right; width:auto; text-align:right; line-height:1.5em; color:#c1c0c0;}
.footer p.lf a { color:#fff;}
.footer p.lr { margin:0; padding:4px 0; float:left; width:auto; line-height:1.5em; }
.footer p.lr a { color:#fff;}
/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}
|
public/css/style.css
|
@charset "utf-8";
/*
Design by http://www.templateaccess.com
Released for free under a Creative Commons Attribution 3.0 License
*/
body { margin:0; padding:0; width:100%; color:#9a9a9a; font:normal 14px/1.8em Arial, Helvetica, sans-serif;}
html, .main { padding:0; margin:0; background:#e4e4e4 url(../images/main_bg.gif) top repeat-x;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0; line-height:0;}
.logo { padding:20px 0 50px 20px; margin:0 auto; width:950px;}
.logo img { float:left; margin:0 10px 0 0; }
h1 { margin:0; padding:5px 0; width:400px; color:#1f7fbb; font:normal 46px/1.2em Arial, Helvetica, sans-serif; letter-spacing:-2px;}
h1 a, h1 a:hover { color:#1f7fbb; text-decoration:none;}
h1 span { color:#fff;}
h1 small { text-align:left; float:right; width:400px; color:#fff; display:block; padding:0 0 0 10px; font:normal 12px/1.2em Arial, Helvetica, sans-serif; letter-spacing:normal;}
h2 { font:normal 26px Arial, Helvetica, sans-serif; padding:0; margin:5px 0; color:#595959;}
p { margin:8px 0; padding:0 0 8px 0; font:normal 14px/1.8em Arial, Helvetica, sans-serif;}
p.spec { text-align:right;}
a { color:#2cadff; text-decoration:none;}
a:hover { text-decoration:underline;}
a.rm, a.com { margin-left:8px; padding:9px 12px; background:url(../images/a_bg.gif) repeat-x top; text-decoration:none; color:#fff;}
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar { margin:0; padding:0;}
/* header */
.header { }
.header_resize { margin:0 auto; padding:0; width:970px;}
/* menu */
.menu_nav { margin:5px auto; float:left; width:930px; }
.menu_nav ul { list-style:none; width:500px; float:left; padding:1px 0 0 0;}
.menu_nav ul li { margin:0; padding:0 10px; float:left; }
.menu_nav ul li a { display:block; margin:0; padding:10px; color:#fdfdfd; text-decoration:none; font:normal 16px Arial, Helvetica, sans-serif;}
.menu_nav ul li.active a, .menu_nav ul li a:hover { color:#fdfdfd; background:url(../images/hover.gif) top repeat-x;}
/* search */
.search { float:right; margin:0; padding:5px 0 0 0; width:300px;}
.search form { padding:0; margin:0; }
.search span { display:block; float:left; background:#fff; border:1px solid #dcdcdd; width:250px; padding:0 10px; height:29px; margin:0;}
.search form .keywords { width:220px; line-height:13px; height:13px; float:left; background:none; border:0; padding:8px 0px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#767676; }
.search form .button { float:left; margin:0; padding:5px 0 0 0; border:0; position:relative; }
/* content */
.content { padding:10px 0 0 0;}
.content_resize { margin:0 auto; padding:0; width:970px;}
.content .mainbar { margin:0; float:left;}
.content .mainbar img { float:left; padding:4px; margin:0 10px 0 0; border:1px solid #eaecec; background-color:#fff;}
.content .mainbar .article { margin:0 0 20px 0; padding:30px 20px; width:610px;}
.content .mainbar .article span.buttons a { margin:0 5px 0 0; float:left; color:#9a9a9a; padding:1px 10px; text-decoration:none; border:1px solid #ebe8e8; background:#fbfbfc;}
.content .mainbar .article span.buttons a:hover { border:1px solid #d9f0ff; background:#40b5ff; color:#fff; text-decoration:none;}
.content .mainbar .article span.buttons a.active { border:1px solid #ebe8e8; background:#40b5ff; color:#fff; text-decoration:none;}
.content .sidebar { margin:0; padding:0; float:right; }
.content .mainbar .article span.buttons a.disabled{background: #ccc;border:none;cursor: not-allowed;}
.content .mainbar .article span.buttons a.disabled:hover{background: #ccc;border:unset;color: unset;}
.content .sidebar .gadget { margin:0 0 20px 0; padding:30px 20px; width:230px; }
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none; color:#959595;}
ul.sb_menu li, ul.ex_menu li { margin:0;}
ul.sb_menu li { padding:4px 0 4px 15px; width:220px;}
ul.ex_menu li { padding:4px 0 8px 15px;}
ul.sb_menu li a, ul.ex_menu li a { color:#959595; text-decoration:none; margin-left:-12px; padding-left:15px; background:url(../images/li_a_hover.gif) left no-repeat;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover { color:#2cadff; text-decoration:underline; background:url(../images/li_a.gif) left no-repeat;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:none;}
/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}
/* fbg */
.fbg { padding:10px 0 0 0; background:#828282 url(../images/fbg_bg.gif) top repeat-x;}
.fbg_resize { margin:0 auto; padding:20px 20px; width:930px; }
.fbg h2 { color:#fff;}
.fbg p { color:#fff;}
.fbg a { color:#fff;}
.fbg img { padding:4px; border:1px solid #cfd2d4; background-color:#fff;}
.fbg .col { margin:0; float:left;}
.fbg .c1 { padding:0 16px 0 0; width:266px;}
.fbg .c2 { padding:0 16px; width:300px;}
.fbg .c3 { padding:0 0 0 16px; width:260px;}
.fbg .c1 img { margin:8px;}
.fbg .c3 img { margin:8px 16px 4px 0; float:left;}
/* footer */
.footer { width:970px; margin:0 auto; padding:16px 0;}
.footer p.lf { margin:0; padding:4px 0; float:right; width:auto; text-align:right; line-height:1.5em; color:#c1c0c0;}
.footer p.lf a { color:#fff;}
.footer p.lr { margin:0; padding:4px 0; float:left; width:auto; line-height:1.5em; }
.footer p.lr a { color:#fff;}
/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}
| 0.384334 | 0.176956 |
@import url("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.1.45/css/materialdesignicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.s-center {
text-align: center;
}
.s-content-center {
margin: auto;
}
.s-container {
margin: 0 auto;
}
.s-responsive {
width: 100%;
}
.s-abs-top {
position: absolute;
top: 1;
left: 0;
}
.s-abs-bottom {
position: absolute;
bottom: 0px;
left: 0;
}
.s-d-flex, .s-input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-center-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-card {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-card-1 {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
padding: 16px;
border-radius: 4px;
}
.s-shadow {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
}
.s-spacer {
width: 100%;
}
.pa-16 {
padding: 16px;
}
.s-fluid {
width: 100%;
}
.s-flat {
-webkit-box-shadow: none;
box-shadow: none;
}
.s-flip-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-none {
display: none;
}
.s-d-block {
display: block !important;
}
.s-bg-primary {
background: #6668d3 !important;
}
.s-bg-secondary {
background: #4caf50 !important;
}
.s-bg-danger {
background: #ff5252 !important;
}
.s-bg-info {
background: #708bd6 !important;
}
.s-bg-light {
background: #f4f7f7 !important;
}
.s-bg-dark {
background: #363333 !important;
}
.s-primary-text {
color: #6668d3;
}
.s-secondary-text {
color: #4caf50;
}
.s-danger-text, .errordiv {
color: #ff5252;
}
.errordiv {
font-size: 0.85rem;
}
.s-eye {
visibility: hidden;
cursor: pointer;
}
.s-opasity-5 {
opacity: .3;
}
.s-opasity-1-t0 {
opacity: 0 !important;
top: 0;
}
.s-info-text {
color: #708bd6;
}
.s-info-text li, .s-info-text ul, .s-info-text a {
color: inherit !important;
}
.s-light-text {
color: #f4f7f7 !important;
}
.s-light-text li, .s-light-text ul, .s-light-text a {
color: inherit !important;
}
.s-dark-text {
color: #363333;
}
.s-dark-text li, .s-dark-text ul, .s-dark-text a {
color: #363333 !important;
}
.s-heading {
font-size: 3rem !important;
font-weight: 300;
}
.s-p-1 {
padding: 1px;
}
.s-pt-1 {
padding-top: 1px;
}
.s-pb-1 {
padding-bottom: 1px;
}
.s-pl-1 {
padding-left: 1px;
}
.s-pr-1 {
padding-right: 1px;
}
.s-r-1 {
border-radius: 1px !important;
}
.s-p-2 {
padding: 2px;
}
.s-pt-2 {
padding-top: 2px;
}
.s-pb-2 {
padding-bottom: 2px;
}
.s-pl-2 {
padding-left: 2px;
}
.s-pr-2 {
padding-right: 2px;
}
.s-r-2 {
border-radius: 2px !important;
}
.s-p-3 {
padding: 3px;
}
.s-pt-3 {
padding-top: 3px;
}
.s-pb-3 {
padding-bottom: 3px;
}
.s-pl-3 {
padding-left: 3px;
}
.s-pr-3 {
padding-right: 3px;
}
.s-r-3 {
border-radius: 3px !important;
}
.s-p-4 {
padding: 4px;
}
.s-pt-4 {
padding-top: 4px;
}
.s-pb-4 {
padding-bottom: 4px;
}
.s-pl-4 {
padding-left: 4px;
}
.s-pr-4 {
padding-right: 4px;
}
.s-r-4 {
border-radius: 4px !important;
}
.s-p-5 {
padding: 5px;
}
.s-pt-5 {
padding-top: 5px;
}
.s-pb-5 {
padding-bottom: 5px;
}
.s-pl-5 {
padding-left: 5px;
}
.s-pr-5 {
padding-right: 5px;
}
.s-r-5 {
border-radius: 5px !important;
}
.s-p-6 {
padding: 6px;
}
.s-pt-6 {
padding-top: 6px;
}
.s-pb-6 {
padding-bottom: 6px;
}
.s-pl-6 {
padding-left: 6px;
}
.s-pr-6 {
padding-right: 6px;
}
.s-r-6 {
border-radius: 6px !important;
}
.s-p-7 {
padding: 7px;
}
.s-pt-7 {
padding-top: 7px;
}
.s-pb-7 {
padding-bottom: 7px;
}
.s-pl-7 {
padding-left: 7px;
}
.s-pr-7 {
padding-right: 7px;
}
.s-r-7 {
border-radius: 7px !important;
}
.s-p-8 {
padding: 8px;
}
.s-pt-8 {
padding-top: 8px;
}
.s-pb-8 {
padding-bottom: 8px;
}
.s-pl-8 {
padding-left: 8px;
}
.s-pr-8 {
padding-right: 8px;
}
.s-r-8 {
border-radius: 8px !important;
}
.s-p-9 {
padding: 9px;
}
.s-pt-9 {
padding-top: 9px;
}
.s-pb-9 {
padding-bottom: 9px;
}
.s-pl-9 {
padding-left: 9px;
}
.s-pr-9 {
padding-right: 9px;
}
.s-r-9 {
border-radius: 9px !important;
}
.s-p-10 {
padding: 10px;
}
.s-pt-10 {
padding-top: 10px;
}
.s-pb-10 {
padding-bottom: 10px;
}
.s-pl-10 {
padding-left: 10px;
}
.s-pr-10 {
padding-right: 10px;
}
.s-r-10 {
border-radius: 10px !important;
}
.s-p-11 {
padding: 11px;
}
.s-pt-11 {
padding-top: 11px;
}
.s-pb-11 {
padding-bottom: 11px;
}
.s-pl-11 {
padding-left: 11px;
}
.s-pr-11 {
padding-right: 11px;
}
.s-r-11 {
border-radius: 11px !important;
}
.s-p-12 {
padding: 12px;
}
.s-pt-12 {
padding-top: 12px;
}
.s-pb-12 {
padding-bottom: 12px;
}
.s-pl-12 {
padding-left: 12px;
}
.s-pr-12 {
padding-right: 12px;
}
.s-r-12 {
border-radius: 12px !important;
}
.s-p-13 {
padding: 13px;
}
.s-pt-13 {
padding-top: 13px;
}
.s-pb-13 {
padding-bottom: 13px;
}
.s-pl-13 {
padding-left: 13px;
}
.s-pr-13 {
padding-right: 13px;
}
.s-r-13 {
border-radius: 13px !important;
}
.s-p-14 {
padding: 14px;
}
.s-pt-14 {
padding-top: 14px;
}
.s-pb-14 {
padding-bottom: 14px;
}
.s-pl-14 {
padding-left: 14px;
}
.s-pr-14 {
padding-right: 14px;
}
.s-r-14 {
border-radius: 14px !important;
}
.s-p-15 {
padding: 15px;
}
.s-pt-15 {
padding-top: 15px;
}
.s-pb-15 {
padding-bottom: 15px;
}
.s-pl-15 {
padding-left: 15px;
}
.s-pr-15 {
padding-right: 15px;
}
.s-r-15 {
border-radius: 15px !important;
}
.s-p-16 {
padding: 16px;
}
.s-pt-16 {
padding-top: 16px;
}
.s-pb-16 {
padding-bottom: 16px;
}
.s-pl-16 {
padding-left: 16px;
}
.s-pr-16 {
padding-right: 16px;
}
.s-r-16 {
border-radius: 16px !important;
}
.s-p-17 {
padding: 17px;
}
.s-pt-17 {
padding-top: 17px;
}
.s-pb-17 {
padding-bottom: 17px;
}
.s-pl-17 {
padding-left: 17px;
}
.s-pr-17 {
padding-right: 17px;
}
.s-r-17 {
border-radius: 17px !important;
}
.s-p-18 {
padding: 18px;
}
.s-pt-18 {
padding-top: 18px;
}
.s-pb-18 {
padding-bottom: 18px;
}
.s-pl-18 {
padding-left: 18px;
}
.s-pr-18 {
padding-right: 18px;
}
.s-r-18 {
border-radius: 18px !important;
}
.s-p-19 {
padding: 19px;
}
.s-pt-19 {
padding-top: 19px;
}
.s-pb-19 {
padding-bottom: 19px;
}
.s-pl-19 {
padding-left: 19px;
}
.s-pr-19 {
padding-right: 19px;
}
.s-r-19 {
border-radius: 19px !important;
}
.s-p-20 {
padding: 20px;
}
.s-pt-20 {
padding-top: 20px;
}
.s-pb-20 {
padding-bottom: 20px;
}
.s-pl-20 {
padding-left: 20px;
}
.s-pr-20 {
padding-right: 20px;
}
.s-r-20 {
border-radius: 20px !important;
}
.s-m-1 {
margin: 1px;
}
.s-mt-1 {
margin-top: 1px;
}
.s-ml-1 {
margin-left: 1px;
}
.s-mr-1 {
margin-right: 1px;
}
.s-mb-1 {
margin-bottom: 1px;
}
.s-m-2 {
margin: 2px;
}
.s-mt-2 {
margin-top: 2px;
}
.s-ml-2 {
margin-left: 2px;
}
.s-mr-2 {
margin-right: 2px;
}
.s-mb-2 {
margin-bottom: 2px;
}
.s-m-3 {
margin: 3px;
}
.s-mt-3 {
margin-top: 3px;
}
.s-ml-3 {
margin-left: 3px;
}
.s-mr-3 {
margin-right: 3px;
}
.s-mb-3 {
margin-bottom: 3px;
}
.s-m-4 {
margin: 4px;
}
.s-mt-4 {
margin-top: 4px;
}
.s-ml-4 {
margin-left: 4px;
}
.s-mr-4 {
margin-right: 4px;
}
.s-mb-4 {
margin-bottom: 4px;
}
.s-m-5 {
margin: 5px;
}
.s-mt-5 {
margin-top: 5px;
}
.s-ml-5 {
margin-left: 5px;
}
.s-mr-5 {
margin-right: 5px;
}
.s-mb-5 {
margin-bottom: 5px;
}
.s-m-6 {
margin: 6px;
}
.s-mt-6 {
margin-top: 6px;
}
.s-ml-6 {
margin-left: 6px;
}
.s-mr-6 {
margin-right: 6px;
}
.s-mb-6 {
margin-bottom: 6px;
}
.s-m-7 {
margin: 7px;
}
.s-mt-7 {
margin-top: 7px;
}
.s-ml-7 {
margin-left: 7px;
}
.s-mr-7 {
margin-right: 7px;
}
.s-mb-7 {
margin-bottom: 7px;
}
.s-m-8 {
margin: 8px;
}
.s-mt-8 {
margin-top: 8px;
}
.s-ml-8 {
margin-left: 8px;
}
.s-mr-8 {
margin-right: 8px;
}
.s-mb-8 {
margin-bottom: 8px;
}
.s-m-9 {
margin: 9px;
}
.s-mt-9 {
margin-top: 9px;
}
.s-ml-9 {
margin-left: 9px;
}
.s-mr-9 {
margin-right: 9px;
}
.s-mb-9 {
margin-bottom: 9px;
}
.s-m-10 {
margin: 10px;
}
.s-mt-10 {
margin-top: 10px;
}
.s-ml-10 {
margin-left: 10px;
}
.s-mr-10 {
margin-right: 10px;
}
.s-mb-10 {
margin-bottom: 10px;
}
.s-m-11 {
margin: 11px;
}
.s-mt-11 {
margin-top: 11px;
}
.s-ml-11 {
margin-left: 11px;
}
.s-mr-11 {
margin-right: 11px;
}
.s-mb-11 {
margin-bottom: 11px;
}
.s-m-12 {
margin: 12px;
}
.s-mt-12 {
margin-top: 12px;
}
.s-ml-12 {
margin-left: 12px;
}
.s-mr-12 {
margin-right: 12px;
}
.s-mb-12 {
margin-bottom: 12px;
}
.s-m-13 {
margin: 13px;
}
.s-mt-13 {
margin-top: 13px;
}
.s-ml-13 {
margin-left: 13px;
}
.s-mr-13 {
margin-right: 13px;
}
.s-mb-13 {
margin-bottom: 13px;
}
.s-m-14 {
margin: 14px;
}
.s-mt-14 {
margin-top: 14px;
}
.s-ml-14 {
margin-left: 14px;
}
.s-mr-14 {
margin-right: 14px;
}
.s-mb-14 {
margin-bottom: 14px;
}
.s-m-15 {
margin: 15px;
}
.s-mt-15 {
margin-top: 15px;
}
.s-ml-15 {
margin-left: 15px;
}
.s-mr-15 {
margin-right: 15px;
}
.s-mb-15 {
margin-bottom: 15px;
}
.s-m-16 {
margin: 16px;
}
.s-mt-16 {
margin-top: 16px;
}
.s-ml-16 {
margin-left: 16px;
}
.s-mr-16 {
margin-right: 16px;
}
.s-mb-16 {
margin-bottom: 16px;
}
.s-m-17 {
margin: 17px;
}
.s-mt-17 {
margin-top: 17px;
}
.s-ml-17 {
margin-left: 17px;
}
.s-mr-17 {
margin-right: 17px;
}
.s-mb-17 {
margin-bottom: 17px;
}
.s-m-18 {
margin: 18px;
}
.s-mt-18 {
margin-top: 18px;
}
.s-ml-18 {
margin-left: 18px;
}
.s-mr-18 {
margin-right: 18px;
}
.s-mb-18 {
margin-bottom: 18px;
}
.s-m-19 {
margin: 19px;
}
.s-mt-19 {
margin-top: 19px;
}
.s-ml-19 {
margin-left: 19px;
}
.s-mr-19 {
margin-right: 19px;
}
.s-mb-19 {
margin-bottom: 19px;
}
.s-m-20 {
margin: 20px;
}
.s-mt-20 {
margin-top: 20px;
}
.s-ml-20 {
margin-left: 20px;
}
.s-mr-20 {
margin-right: 20px;
}
.s-mb-20 {
margin-bottom: 20px;
}
.s-top {
position: absolute;
top: 90px;
}
.s-bottom {
position: absolute;
bottom: 10px;
}
.s-center, .s-table.s-center th {
text-align: center;
}
@media (min-width: 0) {
.s-container {
width: 100%;
}
.s-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media (max-width: 670px) {
.s-order-1-so {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-2-so {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-3-so {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-4-so {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-5-so {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-6-so {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-mt-1-so {
margin-top: 1px;
}
.s-m-1-so {
margin: 1px;
}
.s-ml-1-so {
margin-left: 1px;
}
.s-mr-1-so {
margin-right: 1px;
}
.s-mt-2-so {
margin-top: 2px;
}
.s-m-2-so {
margin: 2px;
}
.s-ml-2-so {
margin-left: 2px;
}
.s-mr-2-so {
margin-right: 2px;
}
.s-mt-3-so {
margin-top: 3px;
}
.s-m-3-so {
margin: 3px;
}
.s-ml-3-so {
margin-left: 3px;
}
.s-mr-3-so {
margin-right: 3px;
}
.s-mt-4-so {
margin-top: 4px;
}
.s-m-4-so {
margin: 4px;
}
.s-ml-4-so {
margin-left: 4px;
}
.s-mr-4-so {
margin-right: 4px;
}
.s-mt-5-so {
margin-top: 5px;
}
.s-m-5-so {
margin: 5px;
}
.s-ml-5-so {
margin-left: 5px;
}
.s-mr-5-so {
margin-right: 5px;
}
.s-mt-6-so {
margin-top: 6px;
}
.s-m-6-so {
margin: 6px;
}
.s-ml-6-so {
margin-left: 6px;
}
.s-mr-6-so {
margin-right: 6px;
}
.s-mt-7-so {
margin-top: 7px;
}
.s-m-7-so {
margin: 7px;
}
.s-ml-7-so {
margin-left: 7px;
}
.s-mr-7-so {
margin-right: 7px;
}
.s-mt-8-so {
margin-top: 8px;
}
.s-m-8-so {
margin: 8px;
}
.s-ml-8-so {
margin-left: 8px;
}
.s-mr-8-so {
margin-right: 8px;
}
.s-mt-9-so {
margin-top: 9px;
}
.s-m-9-so {
margin: 9px;
}
.s-ml-9-so {
margin-left: 9px;
}
.s-mr-9-so {
margin-right: 9px;
}
.s-mt-10-so {
margin-top: 10px;
}
.s-m-10-so {
margin: 10px;
}
.s-ml-10-so {
margin-left: 10px;
}
.s-mr-10-so {
margin-right: 10px;
}
.s-mt-11-so {
margin-top: 11px;
}
.s-m-11-so {
margin: 11px;
}
.s-ml-11-so {
margin-left: 11px;
}
.s-mr-11-so {
margin-right: 11px;
}
.s-mt-12-so {
margin-top: 12px;
}
.s-m-12-so {
margin: 12px;
}
.s-ml-12-so {
margin-left: 12px;
}
.s-mr-12-so {
margin-right: 12px;
}
.s-mt-13-so {
margin-top: 13px;
}
.s-m-13-so {
margin: 13px;
}
.s-ml-13-so {
margin-left: 13px;
}
.s-mr-13-so {
margin-right: 13px;
}
.s-mt-14-so {
margin-top: 14px;
}
.s-m-14-so {
margin: 14px;
}
.s-ml-14-so {
margin-left: 14px;
}
.s-mr-14-so {
margin-right: 14px;
}
.s-mt-15-so {
margin-top: 15px;
}
.s-m-15-so {
margin: 15px;
}
.s-ml-15-so {
margin-left: 15px;
}
.s-mr-15-so {
margin-right: 15px;
}
.s-mt-16-so {
margin-top: 16px;
}
.s-m-16-so {
margin: 16px;
}
.s-ml-16-so {
margin-left: 16px;
}
.s-mr-16-so {
margin-right: 16px;
}
.s-mt-17-so {
margin-top: 17px;
}
.s-m-17-so {
margin: 17px;
}
.s-ml-17-so {
margin-left: 17px;
}
.s-mr-17-so {
margin-right: 17px;
}
.s-mt-18-so {
margin-top: 18px;
}
.s-m-18-so {
margin: 18px;
}
.s-ml-18-so {
margin-left: 18px;
}
.s-mr-18-so {
margin-right: 18px;
}
.s-mt-19-so {
margin-top: 19px;
}
.s-m-19-so {
margin: 19px;
}
.s-ml-19-so {
margin-left: 19px;
}
.s-mr-19-so {
margin-right: 19px;
}
.s-mt-20-so {
margin-top: 20px;
}
.s-m-20-so {
margin: 20px;
}
.s-ml-20-so {
margin-left: 20px;
}
.s-mr-20-so {
margin-right: 20px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-container {
width: 720px;
}
.s-md-none {
display: none;
}
}
@media (max-width: 768px) {
.s-sm-none {
display: none;
}
.s-sm-d-block {
display: block;
}
.s-sm-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media only screen and (min-device-width: 670px) and (max-device-width: 768px) {
.s-p-1-mo {
border-radius: 1px;
}
.s-mt-1-mo {
margin-top: 1px;
}
.s-mt-1-mo {
margin: 1px;
}
.s-ml-1-mo {
margin-left: 1px;
}
.s-mr-1-mo {
margin-right: 1px;
}
.s-p-2-mo {
border-radius: 2px;
}
.s-mt-2-mo {
margin-top: 2px;
}
.s-mt-2-mo {
margin: 2px;
}
.s-ml-2-mo {
margin-left: 2px;
}
.s-mr-2-mo {
margin-right: 2px;
}
.s-p-3-mo {
border-radius: 3px;
}
.s-mt-3-mo {
margin-top: 3px;
}
.s-mt-3-mo {
margin: 3px;
}
.s-ml-3-mo {
margin-left: 3px;
}
.s-mr-3-mo {
margin-right: 3px;
}
.s-p-4-mo {
border-radius: 4px;
}
.s-mt-4-mo {
margin-top: 4px;
}
.s-mt-4-mo {
margin: 4px;
}
.s-ml-4-mo {
margin-left: 4px;
}
.s-mr-4-mo {
margin-right: 4px;
}
.s-p-5-mo {
border-radius: 5px;
}
.s-mt-5-mo {
margin-top: 5px;
}
.s-mt-5-mo {
margin: 5px;
}
.s-ml-5-mo {
margin-left: 5px;
}
.s-mr-5-mo {
margin-right: 5px;
}
.s-p-6-mo {
border-radius: 6px;
}
.s-mt-6-mo {
margin-top: 6px;
}
.s-mt-6-mo {
margin: 6px;
}
.s-ml-6-mo {
margin-left: 6px;
}
.s-mr-6-mo {
margin-right: 6px;
}
.s-p-7-mo {
border-radius: 7px;
}
.s-mt-7-mo {
margin-top: 7px;
}
.s-mt-7-mo {
margin: 7px;
}
.s-ml-7-mo {
margin-left: 7px;
}
.s-mr-7-mo {
margin-right: 7px;
}
.s-p-8-mo {
border-radius: 8px;
}
.s-mt-8-mo {
margin-top: 8px;
}
.s-mt-8-mo {
margin: 8px;
}
.s-ml-8-mo {
margin-left: 8px;
}
.s-mr-8-mo {
margin-right: 8px;
}
.s-p-9-mo {
border-radius: 9px;
}
.s-mt-9-mo {
margin-top: 9px;
}
.s-mt-9-mo {
margin: 9px;
}
.s-ml-9-mo {
margin-left: 9px;
}
.s-mr-9-mo {
margin-right: 9px;
}
.s-p-10-mo {
border-radius: 10px;
}
.s-mt-10-mo {
margin-top: 10px;
}
.s-mt-10-mo {
margin: 10px;
}
.s-ml-10-mo {
margin-left: 10px;
}
.s-mr-10-mo {
margin-right: 10px;
}
.s-p-11-mo {
border-radius: 11px;
}
.s-mt-11-mo {
margin-top: 11px;
}
.s-mt-11-mo {
margin: 11px;
}
.s-ml-11-mo {
margin-left: 11px;
}
.s-mr-11-mo {
margin-right: 11px;
}
.s-p-12-mo {
border-radius: 12px;
}
.s-mt-12-mo {
margin-top: 12px;
}
.s-mt-12-mo {
margin: 12px;
}
.s-ml-12-mo {
margin-left: 12px;
}
.s-mr-12-mo {
margin-right: 12px;
}
.s-p-13-mo {
border-radius: 13px;
}
.s-mt-13-mo {
margin-top: 13px;
}
.s-mt-13-mo {
margin: 13px;
}
.s-ml-13-mo {
margin-left: 13px;
}
.s-mr-13-mo {
margin-right: 13px;
}
.s-p-14-mo {
border-radius: 14px;
}
.s-mt-14-mo {
margin-top: 14px;
}
.s-mt-14-mo {
margin: 14px;
}
.s-ml-14-mo {
margin-left: 14px;
}
.s-mr-14-mo {
margin-right: 14px;
}
.s-p-15-mo {
border-radius: 15px;
}
.s-mt-15-mo {
margin-top: 15px;
}
.s-mt-15-mo {
margin: 15px;
}
.s-ml-15-mo {
margin-left: 15px;
}
.s-mr-15-mo {
margin-right: 15px;
}
.s-p-16-mo {
border-radius: 16px;
}
.s-mt-16-mo {
margin-top: 16px;
}
.s-mt-16-mo {
margin: 16px;
}
.s-ml-16-mo {
margin-left: 16px;
}
.s-mr-16-mo {
margin-right: 16px;
}
.s-p-17-mo {
border-radius: 17px;
}
.s-mt-17-mo {
margin-top: 17px;
}
.s-mt-17-mo {
margin: 17px;
}
.s-ml-17-mo {
margin-left: 17px;
}
.s-mr-17-mo {
margin-right: 17px;
}
.s-p-18-mo {
border-radius: 18px;
}
.s-mt-18-mo {
margin-top: 18px;
}
.s-mt-18-mo {
margin: 18px;
}
.s-ml-18-mo {
margin-left: 18px;
}
.s-mr-18-mo {
margin-right: 18px;
}
.s-p-19-mo {
border-radius: 19px;
}
.s-mt-19-mo {
margin-top: 19px;
}
.s-mt-19-mo {
margin: 19px;
}
.s-ml-19-mo {
margin-left: 19px;
}
.s-mr-19-mo {
margin-right: 19px;
}
.s-p-20-mo {
border-radius: 20px;
}
.s-mt-20-mo {
margin-top: 20px;
}
.s-mt-20-mo {
margin: 20px;
}
.s-ml-20-mo {
margin-left: 20px;
}
.s-mr-20-mo {
margin-right: 20px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-lg-none {
display: none;
}
.s-lg-d-block {
display: block;
}
.s-lg-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 960px;
}
.s-lg-none {
display: none;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-xl-none {
display: none;
}
.s-xl-d-block {
display: block;
}
.s-xl-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 1140px;
}
.s-xl-none {
display: none;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
/*colors*/
/*margins shadows, ...*/
/*dafault styles saame an all devices*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.s-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-row-colums {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-no-wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.s-col {
width: 100%;
padding: 5px;
}
.s-order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.s-order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.s-order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.s-order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.s-order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.s-col-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
/*small devices*/
@media (min-width: 0) {
.s-col-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-col-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-col-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-col-xl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-xl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-xl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-xl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-xl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-xl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-xl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-xl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-btn, .s-btn-lg, .s-btn-md, .s-btn-round {
display: inline-block;
text-transform: capitalize;
}
.s-btn:hover, .s-btn-lg:hover, .s-btn-md:hover, .s-btn-round:hover {
background: #b9b3b3;
color: #fff;
}
.s-btn, .s-btn-lg, .s-btn-md {
border-width: 0;
outline: none;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
font-size: 0.875rem;
cursor: pointer;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-btn {
padding: 10px 32px;
text-align: center;
}
.s-btn-md {
padding: 12px 35px;
}
.s-btn-lg {
padding: 15px 40px;
}
.s-btn-primary {
background: #6668d3;
color: #fff;
}
.s-btn-primary:hover {
background: rgba(102, 104, 211, 0.8);
}
.s-btn-secondary {
background: #4caf50;
color: #fff;
}
.s-btn-secondary:hover {
background: rgba(76, 175, 80, 0.8);
}
.s-btn-danger {
background: #ff5252;
color: #fff;
}
.s-btn-danger:hover {
background: rgba(255, 82, 82, 0.8);
}
.s-btn-info {
background: #708bd6;
color: #fff;
}
.s-btn-info:hover {
background: rgba(112, 139, 214, 0.8);
}
.s-btn-dark {
background: #363333;
color: #fff;
}
.s-btn-dark:hover {
background: rgba(54, 51, 51, 0.8);
}
.s-btn-light {
background: #f4f7f7;
color: #363333;
}
.s-btn-light:hover {
background: rgba(244, 247, 247, 0.8);
color: #363333;
}
.s-btn-primary-outline {
border: 1px solid #6668d3;
background: none;
}
.s-btn-primary-outline:hover {
background: #6668d3;
color: #fff;
}
button::-moz-focus-inner {
border: 0;
}
.s-btn-secondary-outline {
border: 1px solid #4caf50;
background: none;
}
.s-btn-secondary-outline:hover {
background: #4caf50;
color: #fff;
}
.s-btn-secondary-outline:active {
-webkit-box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
}
.s-btn-danger-outline {
border: 1px solid #ff5252;
background: none;
}
.s-btn-danger-outline:hover {
background: #ff5252;
color: #fff;
}
.s-btn-info-outline {
border: 1px solid #708bd6;
background: none;
}
.s-btn-info-outline:hover {
background: #708bd6;
color: #fff;
}
.s-btn-dark-outline {
border: 1px solid #363333;
background: none;
}
.s-btn-dark-outline:hover {
background: #363333;
color: #fff;
}
.s-btn-block {
width: 100%;
text-align: center;
}
.s-primary-outline {
border: 1px solid #6668d3;
}
.s-secondary-outline {
border: 1px solid #4caf50;
}
.s-danger-outline {
border: 1px solid #ff5252;
}
.s-info-outline {
border: 1px solid #708bd6;
}
.s-warning-outline {
border: 1px solid #fd900a;
}
.s-soft-secondary {
-webkit-box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-secondary:hover {
background-color: #4caf50;
}
.s-soft-primary {
-webkit-box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-primary:hover {
background-color: #6668d3;
}
.s-soft-danger {
-webkit-box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-danger:hover {
background-color: #ff5252;
}
.s-soft-dark {
-webkit-box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-dark:hover {
background-color: #363333;
}
.s-soft-light {
-webkit-box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-light:hover {
background-color: #f4f7f7;
}
.s-soft-info {
-webkit-box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-info:hover {
background-color: #708bd6;
}
.s-checkbox-switch {
width: 55px;
height: 25px;
border-radius: 12px;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #e6e4e4;
-webkit-transition: .4s;
transition: .4s;
position: relative;
}
.s-checkbox-switch::before {
content: '';
position: absolute;
left: 2px;
top: 1.5px;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
-webkit-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-checkbox-switch:hover::before {
-webkit-box-shadow: 0 0 8px 8px #9c9c9cb4;
box-shadow: 0 0 8px 8px #9c9c9cb4;
}
.s-checkbox-switch:checked::before {
background: #fff;
left: 32px;
-webkit-transition: .4s;
transition: .4s;
}
/*-----------------table---------------*/
.s-table {
border-collapse: collapse;
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
font-size: 0.8753rem;
color: #363333;
border-radius: 4px;
background-color: #fff;
}
.s-table th, .s-table td {
border: 1px solid #ddd;
padding: 8px;
}
.s-table.simple tr td, .s-table.simple tr th {
border: 0;
border-bottom: 1px solid rgba(54, 51, 51, 0.5);
}
.s-table tr td:hover {
background-color: rgba(244, 247, 247, 0.8);
margin: 10px;
}
.s-table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
font-size: 1rem;
font-weight: normal;
}
.s-table.s-transparent {
background-color: transparent;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.s-table.s-transparent .s-table td, .s-table.s-transparent .s-table th {
border: 1px solid transparent !important;
color: white;
border-spacing: 5px;
}
.s-table.s-no-border td, .s-table.s-no-border th {
border: 0 !important;
}
.s-table.s-tr-space {
border-collapse: separate;
border-spacing: 0 10px;
}
/*check box thim*/
.s-checkbox-switch.s-primary:checked {
background: #6668d3;
}
.s-checkbox-switch.s-primary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-primary:checked:hover::before {
-webkit-box-shadow: #eeeeee;
box-shadow: #eeeeee;
}
.s-checkbox-switch.s-secondary:checked {
background: #4caf50;
}
.s-checkbox-switch.s-secondary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-secondary:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
}
.s-checkbox-switch.s-danger:checked {
background: #ff5252;
}
.s-checkbox-switch.s-danger:checked::before {
background: #fff;
}
.s-checkbox-switch.s-danger:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
}
.s-checkbox-switch.s-dark:checked {
background: #363333;
}
.s-checkbox-switch.s-dark:checked::before {
background: #fff;
}
.s-checkbox-switch.s-dark:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px #656866b4;
box-shadow: 0 0 8px 8px #656866b4;
}
/* radio ------------------------*/
.s-radio {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0;
outline: none;
background: #e4e3e3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-radio:checked {
border: 2px solid #8aa9d6;
}
.s-radio::after {
content: '';
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 6px;
background: #8aa9d6;
z-index: 2;
visibility: hidden;
}
.s-radio:checked::after {
visibility: visible;
}
/*radio them------------------------------*/
.s-radio.s-secondary:checked {
border: 2px solid #4caf50;
}
.s-radio.s-secondary::after {
background: #4caf50;
}
/* range ------------------------------*/
.s-range {
width: 100%;
height: 5px;
background: #e6e4e4;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: #6668d3;
}
.s-range::-webkit-slider-thumb:hover {
-webkit-box-shadow: 0 0 8px 8px #938fccb4;
box-shadow: 0 0 8px 8px #938fccb4;
}
.s-range::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
}
.s-input, .s-input-fild {
background: transparent;
padding: 10px;
cursor: auto;
border-radius: 4px;
padding: 10px 17px;
background: none;
background-image: none;
border: 1px solid #363333;
border-radius: 5px;
}
.s-input:focus, .s-input-fild:focus {
outline: 0;
}
.s-input-outline-primary {
border: 1px solid #6668d3;
}
.s-input-outline-secondary {
border: 1px solid #4caf50;
}
.s-input-outline-danger {
border: 1px solid #ff5252;
}
/*checkbox ------------------------------------*/
.s-select {
width: 100%;
padding: 6px;
outline: none;
letter-spacing: .2rem;
text-indent: 3px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: pre;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-width: 0;
cursor: pointer;
}
.s-select :not(:-internal-list-box) {
overflow: visible !important;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-select option {
white-space: pre;
color: #363333;
border: 0;
outline: none;
font-size: .875rem;
text-indent: 30px;
}
.s-input-field {
border: 0;
width: 100%;
border-bottom: 1px solid rgba(54, 51, 51, 0.8);
-webkit-transition: .4s;
transition: .4s;
background: transparent;
}
.s-input-field :focus {
outline: 0;
border-bottom: 1px solid #6668d3;
color: rgba(54, 51, 51, 0.8);
}
.s-input-group {
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
margin: 2px 0;
border: 1px solid #adacac;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-input-group .s-input, .s-input-group .s-input-field, .s-input-group input {
width: 100%;
border: 0;
}
.s-input-group .s-label {
pointer-events: none;
}
.s-input-group .s-icon, .s-input-group .s-icon-lg {
height: 100%;
border-radius: 0;
}
.s-input-group .s-icon :hover, .s-input-group .s-icon-lg :hover {
background: transparent;
}
.s-input-container {
position: relative;
width: 100%;
background-color: transparent;
margin: 7px 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-input-container .s-label {
position: absolute;
bottom: 0;
left: 2px;
pointer-events: none;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
font-size: .875rem;
color: rgba(54, 51, 51, 0.8);
z-index: 0;
opacity: 1;
}
.s-input-container .s-input-field:focus ~ label {
top: 0;
-webkit-transition: .4s;
transition: .4s;
opacity: .3;
font-size: 6px;
}
.s-input-field:focus {
border-color: #6668d3;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-alert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
padding: 0 10px;
font-size: .875rem;
line-height: 1.333rem;
font-weight: 450;
color: #f4f7f7;
overflow-wrap: break-word;
}
.s-alert-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-alert-error {
background: #ff5252;
}
.s-alert-info {
background: #708bd6;
}
.s-alert-success {
background: #4caf50;
}
.s-alert-warning {
background: #fd900a;
}
.s-alert-outline-error {
border: 1px solid #ff5252;
color: #ff5252;
}
.s-alert-outline-info {
border: 1px solid #708bd6;
color: #708bd6;
}
.s-alert-outline-success {
border: 1px solid #4caf50;
color: #4caf50;
}
.s-alert-outline-warning {
border: 1px solid #fd900a;
color: #fd900a;
}
.s-avatar, .s-icon, .s-badg, .s-badg-badg, .s-icon-lg {
height: 50px;
width: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: normal;
position: relative;
text-align: center;
vertical-align: middle;
background-color: #f4f7f7;
padding: 2px;
}
.s-avatar-img {
width: 100%;
height: 100%;
border-radius: inherit;
}
.s-toolbar {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
padding: 0 12px;
background-color: #fff;
color: rgba(54, 51, 51, 0.8);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.s-toolbar .s-icon, .s-toolbar li, .s-toolbar a {
cursor: pointer;
}
.s-toolbar li {
list-style: none;
}
.s-toolbar a {
text-decoration: none;
}
.s-toolbrar-title {
font-size: 20px;
font-weight: 500;
}
.s-toolbar.s-left {
height: 100%;
position: absolute;
left: 0;
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.s-toolbar.s-left .s-nav-container {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-toolbar.s-bottom {
position: absolute;
bottom: 0;
}
.s-nav-container, .s-nav, .s-ul, .s-ol {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: ease-in-out 2s;
transition: ease-in-out 2s;
}
.s-nav-container.s-left, .s-nav-container.dropdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-nav-container.dropdown {
width: inherit;
position: absolute;
bottom: -60px;
left: 0;
top: 60px;
background-color: inherit;
color: inherit;
min-height: 300px;
-webkit-box-shadow: inherit;
box-shadow: inherit;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-nav-container.dropdown .s-ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px;
}
.s-app {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.s-drawer {
overflow: hidden;
}
.s-drawer-container {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(36, 36, 36, 0.3);
}
.s-drawer-contents {
height: 100%;
overflow: auto;
background-color: #fff;
width: 300px;
}
.left {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.top-left {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.s-icon, .s-icon-lg {
width: 30px;
height: 30px;
font-size: 24px;
background: none;
font-size: inherit;
}
.s-icon:hover, .s-icon-lg:hover {
background-color: rgba(244, 247, 247, 0.8);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-icon-lg {
width: 40px;
height: 40px;
}
button .s-icon:hover, button .s-icon-lg:hover, form .s-icon:hover, form .s-icon-lg:hover {
background-color: transparent !important;
}
button .s-icon {
font-size: 20px;
}
.s-dropdown {
border: 0;
border-radius: 0;
outline: none;
height: 40px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
-webkit-transition: ease-in-out .8s;
transition: ease-in-out .8s;
}
.s-dropdown .s-arrow:hover {
background-color: transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.s-dropdown .s-ddown-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px 16px;
max-width: 100vw;
height: 100%;
-ms-flex-preferred-size: 1;
flex-basis: 1;
white-space: nowrap;
}
.s-dropdown .s-ddown-title:hover ~ .s-ddown-menu {
display: block;
}
.s-dropdown .s-ddown-menu {
position: absolute;
top: 40px;
left: 0;
padding: 16px;
white-space: nowrap;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
min-height: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.3rem;
z-index: 2;
background-color: inherit;
border-radius: inherit;
display: none;
overflow: visible;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-dropdown .s-ddown-menu:hover {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.s-dropdown .s-ddown-item {
text-decoration: none;
list-style-type: none;
padding: 5px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
cursor: pointer;
}
.s-dropdown .s-ddown-item:hover {
background-color: rgba(244, 247, 247, 0.8);
}
.s-dropdown.d-right .s-ddown-menu {
top: 40px;
left: 100%;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
.s-dropdown.d-top .s-ddown-menu {
top: 0;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.s-dialog {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
z-index: 1000;
background: rgba(36, 36, 36, 0.3);
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s .2s, opacity .2s linear;
transition: visibility 0s .2s, opacity .2s linear;
}
.s-dialog-container {
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
z-index: 1001;
opacity: 1;
word-break: break-all;
position: relative;
-webkit-transition: all .2s;
transition: all .2s;
}
.s-small, .s-larg, .s-medium {
background: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 16px;
min-height: 200px;
max-height: 500px;
}
.s-dialog-action {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.s-dialog.s-show {
visibility: visible;
opacity: 1;
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
}
@-webkit-keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-title .s-icon {
cursor: pointer;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-form {
line-height: 1.956em;
}
.s-form-group {
line-height: 1.956em;
width: 100%;
position: relative;
}
.s-password {
position: relative;
}
.s-password .s-togle-icon {
position: absolute;
top: 3px;
right: 5px;
font-size: 1rem;
cursor: pointer;
}
.s-flip-card {
width: 100% !important;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background: #fff;
padding: 16px;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*&:hover{
transform: rotateY(180deg);
}*/
}
.s-flip-card .s-flip-card-front, .s-flip-card .s-flip-card-back {
position: absolute;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: inherit;
}
.s-flip-card .s-flip-card-back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-f-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-list {
padding: 16px;
background-color: #fff;
height: 100%;
list-style-type: none;
font-size: 0.875rem;
font-weight: 400;
line-height: 2.0rem;
letter-spacing: 0.0071428571em;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.s-list-item {
list-style-type: none;
line-height: 1.2rem;
border-radius: 4px;
padding: 5px;
white-space: nowrap;
}
.s-hover .s-list-item:hover {
background: rgba(102, 104, 211, 0.3);
}
.s-list-item:hover {
background: none;
}
.s-list-link {
font-size: 1.0rem;
font-weight: 500;
color: #363333;
text-decoration: none;
}
.s-card-content {
width: 100%;
padding: 16px;
line-height: 1.5;
font-size: 0.975rem;
}
.s-card-title {
font-weight: 500;
font-size: 1.3rem;
}
.s-card-action, .s-card-footer {
margin-top: 10px;
}
.s-card-footer {
padding: 16px;
border-radius: 0 0 4px 4px;
}
.s-card-image, .s-card-header {
border-radius: 4px 4px 0 0;
position: relative;
}
.s-card-image img, .s-card-header img {
border-radius: 4px 4px 0 0;
}
.s-card-header {
padding: 16px;
}
.s-responsive-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.s-carosul {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* 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) */
/* The dots/bullets/indicators */
.s-dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
-webkit-transition: background-color 0.6s ease;
transition: background-color 0.6s ease;
}
.active, .s-dot:hover {
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: 300px) {
.prev, .next, .text {
font-size: 11px;
}
}
@media (max-width: 768px) {
.s-larg {
width: 90%;
}
}
@media (max-width: 500px) {
.s-drawer-contents {
width: 70%;
}
}
@media (min-width: 0) {
.s-flip-card {
width: 250px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-flip-card {
width: 300px;
}
.s-drawer-contents {
width: 300px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-flip-card {
width: 350px;
}
}
/*extra larg devices*/
/*colors*/
/*margins shadows, ...*/
/*dafault styles saame an all devices*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.s-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-row-colums {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-no-wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.s-col {
width: 100%;
padding: 5px;
}
.s-order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.s-order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.s-order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.s-order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.s-order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.s-col-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
/*small devices*/
@media (min-width: 0) {
.s-col-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-col-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-col-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-col-xl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-xl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-xl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-xl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-xl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-xl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-xl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-xl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-center {
text-align: center;
}
.s-content-center {
margin: auto;
}
.s-container {
margin: 0 auto;
}
.s-responsive {
width: 100%;
}
.s-abs-top {
position: absolute;
top: 1;
left: 0;
}
.s-abs-bottom {
position: absolute;
bottom: 0px;
left: 0;
}
.s-d-flex, .s-input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-center-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-card {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-card-1 {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
padding: 16px;
border-radius: 4px;
}
.s-shadow {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
}
.s-spacer {
width: 100%;
}
.pa-16 {
padding: 16px;
}
.s-fluid {
width: 100%;
}
.s-flat {
-webkit-box-shadow: none;
box-shadow: none;
}
.s-flip-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-none {
display: none;
}
.s-d-block {
display: block !important;
}
.s-bg-primary {
background: #6668d3 !important;
}
.s-bg-secondary {
background: #4caf50 !important;
}
.s-bg-danger {
background: #ff5252 !important;
}
.s-bg-info {
background: #708bd6 !important;
}
.s-bg-light {
background: #f4f7f7 !important;
}
.s-bg-dark {
background: #363333 !important;
}
.s-primary-text {
color: #6668d3;
}
.s-secondary-text {
color: #4caf50;
}
.s-danger-text, .errordiv {
color: #ff5252;
}
.errordiv {
font-size: 0.85rem;
}
.s-eye {
visibility: hidden;
cursor: pointer;
}
.s-opasity-5 {
opacity: .3;
}
.s-opasity-1-t0 {
opacity: 0 !important;
top: 0;
}
.s-info-text {
color: #708bd6;
}
.s-info-text li, .s-info-text ul, .s-info-text a {
color: inherit !important;
}
.s-light-text {
color: #f4f7f7 !important;
}
.s-light-text li, .s-light-text ul, .s-light-text a {
color: inherit !important;
}
.s-dark-text {
color: #363333;
}
.s-dark-text li, .s-dark-text ul, .s-dark-text a {
color: #363333 !important;
}
.s-heading {
font-size: 3rem !important;
font-weight: 300;
}
.s-p-1 {
padding: 1px;
}
.s-pt-1 {
padding-top: 1px;
}
.s-pb-1 {
padding-bottom: 1px;
}
.s-pl-1 {
padding-left: 1px;
}
.s-pr-1 {
padding-right: 1px;
}
.s-r-1 {
border-radius: 1px !important;
}
.s-p-2 {
padding: 2px;
}
.s-pt-2 {
padding-top: 2px;
}
.s-pb-2 {
padding-bottom: 2px;
}
.s-pl-2 {
padding-left: 2px;
}
.s-pr-2 {
padding-right: 2px;
}
.s-r-2 {
border-radius: 2px !important;
}
.s-p-3 {
padding: 3px;
}
.s-pt-3 {
padding-top: 3px;
}
.s-pb-3 {
padding-bottom: 3px;
}
.s-pl-3 {
padding-left: 3px;
}
.s-pr-3 {
padding-right: 3px;
}
.s-r-3 {
border-radius: 3px !important;
}
.s-p-4 {
padding: 4px;
}
.s-pt-4 {
padding-top: 4px;
}
.s-pb-4 {
padding-bottom: 4px;
}
.s-pl-4 {
padding-left: 4px;
}
.s-pr-4 {
padding-right: 4px;
}
.s-r-4 {
border-radius: 4px !important;
}
.s-p-5 {
padding: 5px;
}
.s-pt-5 {
padding-top: 5px;
}
.s-pb-5 {
padding-bottom: 5px;
}
.s-pl-5 {
padding-left: 5px;
}
.s-pr-5 {
padding-right: 5px;
}
.s-r-5 {
border-radius: 5px !important;
}
.s-p-6 {
padding: 6px;
}
.s-pt-6 {
padding-top: 6px;
}
.s-pb-6 {
padding-bottom: 6px;
}
.s-pl-6 {
padding-left: 6px;
}
.s-pr-6 {
padding-right: 6px;
}
.s-r-6 {
border-radius: 6px !important;
}
.s-p-7 {
padding: 7px;
}
.s-pt-7 {
padding-top: 7px;
}
.s-pb-7 {
padding-bottom: 7px;
}
.s-pl-7 {
padding-left: 7px;
}
.s-pr-7 {
padding-right: 7px;
}
.s-r-7 {
border-radius: 7px !important;
}
.s-p-8 {
padding: 8px;
}
.s-pt-8 {
padding-top: 8px;
}
.s-pb-8 {
padding-bottom: 8px;
}
.s-pl-8 {
padding-left: 8px;
}
.s-pr-8 {
padding-right: 8px;
}
.s-r-8 {
border-radius: 8px !important;
}
.s-p-9 {
padding: 9px;
}
.s-pt-9 {
padding-top: 9px;
}
.s-pb-9 {
padding-bottom: 9px;
}
.s-pl-9 {
padding-left: 9px;
}
.s-pr-9 {
padding-right: 9px;
}
.s-r-9 {
border-radius: 9px !important;
}
.s-p-10 {
padding: 10px;
}
.s-pt-10 {
padding-top: 10px;
}
.s-pb-10 {
padding-bottom: 10px;
}
.s-pl-10 {
padding-left: 10px;
}
.s-pr-10 {
padding-right: 10px;
}
.s-r-10 {
border-radius: 10px !important;
}
.s-p-11 {
padding: 11px;
}
.s-pt-11 {
padding-top: 11px;
}
.s-pb-11 {
padding-bottom: 11px;
}
.s-pl-11 {
padding-left: 11px;
}
.s-pr-11 {
padding-right: 11px;
}
.s-r-11 {
border-radius: 11px !important;
}
.s-p-12 {
padding: 12px;
}
.s-pt-12 {
padding-top: 12px;
}
.s-pb-12 {
padding-bottom: 12px;
}
.s-pl-12 {
padding-left: 12px;
}
.s-pr-12 {
padding-right: 12px;
}
.s-r-12 {
border-radius: 12px !important;
}
.s-p-13 {
padding: 13px;
}
.s-pt-13 {
padding-top: 13px;
}
.s-pb-13 {
padding-bottom: 13px;
}
.s-pl-13 {
padding-left: 13px;
}
.s-pr-13 {
padding-right: 13px;
}
.s-r-13 {
border-radius: 13px !important;
}
.s-p-14 {
padding: 14px;
}
.s-pt-14 {
padding-top: 14px;
}
.s-pb-14 {
padding-bottom: 14px;
}
.s-pl-14 {
padding-left: 14px;
}
.s-pr-14 {
padding-right: 14px;
}
.s-r-14 {
border-radius: 14px !important;
}
.s-p-15 {
padding: 15px;
}
.s-pt-15 {
padding-top: 15px;
}
.s-pb-15 {
padding-bottom: 15px;
}
.s-pl-15 {
padding-left: 15px;
}
.s-pr-15 {
padding-right: 15px;
}
.s-r-15 {
border-radius: 15px !important;
}
.s-p-16 {
padding: 16px;
}
.s-pt-16 {
padding-top: 16px;
}
.s-pb-16 {
padding-bottom: 16px;
}
.s-pl-16 {
padding-left: 16px;
}
.s-pr-16 {
padding-right: 16px;
}
.s-r-16 {
border-radius: 16px !important;
}
.s-p-17 {
padding: 17px;
}
.s-pt-17 {
padding-top: 17px;
}
.s-pb-17 {
padding-bottom: 17px;
}
.s-pl-17 {
padding-left: 17px;
}
.s-pr-17 {
padding-right: 17px;
}
.s-r-17 {
border-radius: 17px !important;
}
.s-p-18 {
padding: 18px;
}
.s-pt-18 {
padding-top: 18px;
}
.s-pb-18 {
padding-bottom: 18px;
}
.s-pl-18 {
padding-left: 18px;
}
.s-pr-18 {
padding-right: 18px;
}
.s-r-18 {
border-radius: 18px !important;
}
.s-p-19 {
padding: 19px;
}
.s-pt-19 {
padding-top: 19px;
}
.s-pb-19 {
padding-bottom: 19px;
}
.s-pl-19 {
padding-left: 19px;
}
.s-pr-19 {
padding-right: 19px;
}
.s-r-19 {
border-radius: 19px !important;
}
.s-p-20 {
padding: 20px;
}
.s-pt-20 {
padding-top: 20px;
}
.s-pb-20 {
padding-bottom: 20px;
}
.s-pl-20 {
padding-left: 20px;
}
.s-pr-20 {
padding-right: 20px;
}
.s-r-20 {
border-radius: 20px !important;
}
.s-m-1 {
margin: 1px;
}
.s-mt-1 {
margin-top: 1px;
}
.s-ml-1 {
margin-left: 1px;
}
.s-mr-1 {
margin-right: 1px;
}
.s-mb-1 {
margin-bottom: 1px;
}
.s-m-2 {
margin: 2px;
}
.s-mt-2 {
margin-top: 2px;
}
.s-ml-2 {
margin-left: 2px;
}
.s-mr-2 {
margin-right: 2px;
}
.s-mb-2 {
margin-bottom: 2px;
}
.s-m-3 {
margin: 3px;
}
.s-mt-3 {
margin-top: 3px;
}
.s-ml-3 {
margin-left: 3px;
}
.s-mr-3 {
margin-right: 3px;
}
.s-mb-3 {
margin-bottom: 3px;
}
.s-m-4 {
margin: 4px;
}
.s-mt-4 {
margin-top: 4px;
}
.s-ml-4 {
margin-left: 4px;
}
.s-mr-4 {
margin-right: 4px;
}
.s-mb-4 {
margin-bottom: 4px;
}
.s-m-5 {
margin: 5px;
}
.s-mt-5 {
margin-top: 5px;
}
.s-ml-5 {
margin-left: 5px;
}
.s-mr-5 {
margin-right: 5px;
}
.s-mb-5 {
margin-bottom: 5px;
}
.s-m-6 {
margin: 6px;
}
.s-mt-6 {
margin-top: 6px;
}
.s-ml-6 {
margin-left: 6px;
}
.s-mr-6 {
margin-right: 6px;
}
.s-mb-6 {
margin-bottom: 6px;
}
.s-m-7 {
margin: 7px;
}
.s-mt-7 {
margin-top: 7px;
}
.s-ml-7 {
margin-left: 7px;
}
.s-mr-7 {
margin-right: 7px;
}
.s-mb-7 {
margin-bottom: 7px;
}
.s-m-8 {
margin: 8px;
}
.s-mt-8 {
margin-top: 8px;
}
.s-ml-8 {
margin-left: 8px;
}
.s-mr-8 {
margin-right: 8px;
}
.s-mb-8 {
margin-bottom: 8px;
}
.s-m-9 {
margin: 9px;
}
.s-mt-9 {
margin-top: 9px;
}
.s-ml-9 {
margin-left: 9px;
}
.s-mr-9 {
margin-right: 9px;
}
.s-mb-9 {
margin-bottom: 9px;
}
.s-m-10 {
margin: 10px;
}
.s-mt-10 {
margin-top: 10px;
}
.s-ml-10 {
margin-left: 10px;
}
.s-mr-10 {
margin-right: 10px;
}
.s-mb-10 {
margin-bottom: 10px;
}
.s-m-11 {
margin: 11px;
}
.s-mt-11 {
margin-top: 11px;
}
.s-ml-11 {
margin-left: 11px;
}
.s-mr-11 {
margin-right: 11px;
}
.s-mb-11 {
margin-bottom: 11px;
}
.s-m-12 {
margin: 12px;
}
.s-mt-12 {
margin-top: 12px;
}
.s-ml-12 {
margin-left: 12px;
}
.s-mr-12 {
margin-right: 12px;
}
.s-mb-12 {
margin-bottom: 12px;
}
.s-m-13 {
margin: 13px;
}
.s-mt-13 {
margin-top: 13px;
}
.s-ml-13 {
margin-left: 13px;
}
.s-mr-13 {
margin-right: 13px;
}
.s-mb-13 {
margin-bottom: 13px;
}
.s-m-14 {
margin: 14px;
}
.s-mt-14 {
margin-top: 14px;
}
.s-ml-14 {
margin-left: 14px;
}
.s-mr-14 {
margin-right: 14px;
}
.s-mb-14 {
margin-bottom: 14px;
}
.s-m-15 {
margin: 15px;
}
.s-mt-15 {
margin-top: 15px;
}
.s-ml-15 {
margin-left: 15px;
}
.s-mr-15 {
margin-right: 15px;
}
.s-mb-15 {
margin-bottom: 15px;
}
.s-m-16 {
margin: 16px;
}
.s-mt-16 {
margin-top: 16px;
}
.s-ml-16 {
margin-left: 16px;
}
.s-mr-16 {
margin-right: 16px;
}
.s-mb-16 {
margin-bottom: 16px;
}
.s-m-17 {
margin: 17px;
}
.s-mt-17 {
margin-top: 17px;
}
.s-ml-17 {
margin-left: 17px;
}
.s-mr-17 {
margin-right: 17px;
}
.s-mb-17 {
margin-bottom: 17px;
}
.s-m-18 {
margin: 18px;
}
.s-mt-18 {
margin-top: 18px;
}
.s-ml-18 {
margin-left: 18px;
}
.s-mr-18 {
margin-right: 18px;
}
.s-mb-18 {
margin-bottom: 18px;
}
.s-m-19 {
margin: 19px;
}
.s-mt-19 {
margin-top: 19px;
}
.s-ml-19 {
margin-left: 19px;
}
.s-mr-19 {
margin-right: 19px;
}
.s-mb-19 {
margin-bottom: 19px;
}
.s-m-20 {
margin: 20px;
}
.s-mt-20 {
margin-top: 20px;
}
.s-ml-20 {
margin-left: 20px;
}
.s-mr-20 {
margin-right: 20px;
}
.s-mb-20 {
margin-bottom: 20px;
}
.s-top {
position: absolute;
top: 90px;
}
.s-bottom {
position: absolute;
bottom: 10px;
}
.s-center, .s-table.s-center th {
text-align: center;
}
@media (min-width: 0) {
.s-container {
width: 100%;
}
.s-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media (max-width: 670px) {
.s-order-1-so {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-2-so {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-3-so {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-4-so {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-5-so {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-6-so {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-mt-1-so {
margin-top: 1px;
}
.s-m-1-so {
margin: 1px;
}
.s-ml-1-so {
margin-left: 1px;
}
.s-mr-1-so {
margin-right: 1px;
}
.s-mt-2-so {
margin-top: 2px;
}
.s-m-2-so {
margin: 2px;
}
.s-ml-2-so {
margin-left: 2px;
}
.s-mr-2-so {
margin-right: 2px;
}
.s-mt-3-so {
margin-top: 3px;
}
.s-m-3-so {
margin: 3px;
}
.s-ml-3-so {
margin-left: 3px;
}
.s-mr-3-so {
margin-right: 3px;
}
.s-mt-4-so {
margin-top: 4px;
}
.s-m-4-so {
margin: 4px;
}
.s-ml-4-so {
margin-left: 4px;
}
.s-mr-4-so {
margin-right: 4px;
}
.s-mt-5-so {
margin-top: 5px;
}
.s-m-5-so {
margin: 5px;
}
.s-ml-5-so {
margin-left: 5px;
}
.s-mr-5-so {
margin-right: 5px;
}
.s-mt-6-so {
margin-top: 6px;
}
.s-m-6-so {
margin: 6px;
}
.s-ml-6-so {
margin-left: 6px;
}
.s-mr-6-so {
margin-right: 6px;
}
.s-mt-7-so {
margin-top: 7px;
}
.s-m-7-so {
margin: 7px;
}
.s-ml-7-so {
margin-left: 7px;
}
.s-mr-7-so {
margin-right: 7px;
}
.s-mt-8-so {
margin-top: 8px;
}
.s-m-8-so {
margin: 8px;
}
.s-ml-8-so {
margin-left: 8px;
}
.s-mr-8-so {
margin-right: 8px;
}
.s-mt-9-so {
margin-top: 9px;
}
.s-m-9-so {
margin: 9px;
}
.s-ml-9-so {
margin-left: 9px;
}
.s-mr-9-so {
margin-right: 9px;
}
.s-mt-10-so {
margin-top: 10px;
}
.s-m-10-so {
margin: 10px;
}
.s-ml-10-so {
margin-left: 10px;
}
.s-mr-10-so {
margin-right: 10px;
}
.s-mt-11-so {
margin-top: 11px;
}
.s-m-11-so {
margin: 11px;
}
.s-ml-11-so {
margin-left: 11px;
}
.s-mr-11-so {
margin-right: 11px;
}
.s-mt-12-so {
margin-top: 12px;
}
.s-m-12-so {
margin: 12px;
}
.s-ml-12-so {
margin-left: 12px;
}
.s-mr-12-so {
margin-right: 12px;
}
.s-mt-13-so {
margin-top: 13px;
}
.s-m-13-so {
margin: 13px;
}
.s-ml-13-so {
margin-left: 13px;
}
.s-mr-13-so {
margin-right: 13px;
}
.s-mt-14-so {
margin-top: 14px;
}
.s-m-14-so {
margin: 14px;
}
.s-ml-14-so {
margin-left: 14px;
}
.s-mr-14-so {
margin-right: 14px;
}
.s-mt-15-so {
margin-top: 15px;
}
.s-m-15-so {
margin: 15px;
}
.s-ml-15-so {
margin-left: 15px;
}
.s-mr-15-so {
margin-right: 15px;
}
.s-mt-16-so {
margin-top: 16px;
}
.s-m-16-so {
margin: 16px;
}
.s-ml-16-so {
margin-left: 16px;
}
.s-mr-16-so {
margin-right: 16px;
}
.s-mt-17-so {
margin-top: 17px;
}
.s-m-17-so {
margin: 17px;
}
.s-ml-17-so {
margin-left: 17px;
}
.s-mr-17-so {
margin-right: 17px;
}
.s-mt-18-so {
margin-top: 18px;
}
.s-m-18-so {
margin: 18px;
}
.s-ml-18-so {
margin-left: 18px;
}
.s-mr-18-so {
margin-right: 18px;
}
.s-mt-19-so {
margin-top: 19px;
}
.s-m-19-so {
margin: 19px;
}
.s-ml-19-so {
margin-left: 19px;
}
.s-mr-19-so {
margin-right: 19px;
}
.s-mt-20-so {
margin-top: 20px;
}
.s-m-20-so {
margin: 20px;
}
.s-ml-20-so {
margin-left: 20px;
}
.s-mr-20-so {
margin-right: 20px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-container {
width: 720px;
}
.s-md-none {
display: none;
}
}
@media (max-width: 768px) {
.s-sm-none {
display: none;
}
.s-sm-d-block {
display: block;
}
.s-sm-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media only screen and (min-device-width: 670px) and (max-device-width: 768px) {
.s-p-1-mo {
border-radius: 1px;
}
.s-mt-1-mo {
margin-top: 1px;
}
.s-mt-1-mo {
margin: 1px;
}
.s-ml-1-mo {
margin-left: 1px;
}
.s-mr-1-mo {
margin-right: 1px;
}
.s-p-2-mo {
border-radius: 2px;
}
.s-mt-2-mo {
margin-top: 2px;
}
.s-mt-2-mo {
margin: 2px;
}
.s-ml-2-mo {
margin-left: 2px;
}
.s-mr-2-mo {
margin-right: 2px;
}
.s-p-3-mo {
border-radius: 3px;
}
.s-mt-3-mo {
margin-top: 3px;
}
.s-mt-3-mo {
margin: 3px;
}
.s-ml-3-mo {
margin-left: 3px;
}
.s-mr-3-mo {
margin-right: 3px;
}
.s-p-4-mo {
border-radius: 4px;
}
.s-mt-4-mo {
margin-top: 4px;
}
.s-mt-4-mo {
margin: 4px;
}
.s-ml-4-mo {
margin-left: 4px;
}
.s-mr-4-mo {
margin-right: 4px;
}
.s-p-5-mo {
border-radius: 5px;
}
.s-mt-5-mo {
margin-top: 5px;
}
.s-mt-5-mo {
margin: 5px;
}
.s-ml-5-mo {
margin-left: 5px;
}
.s-mr-5-mo {
margin-right: 5px;
}
.s-p-6-mo {
border-radius: 6px;
}
.s-mt-6-mo {
margin-top: 6px;
}
.s-mt-6-mo {
margin: 6px;
}
.s-ml-6-mo {
margin-left: 6px;
}
.s-mr-6-mo {
margin-right: 6px;
}
.s-p-7-mo {
border-radius: 7px;
}
.s-mt-7-mo {
margin-top: 7px;
}
.s-mt-7-mo {
margin: 7px;
}
.s-ml-7-mo {
margin-left: 7px;
}
.s-mr-7-mo {
margin-right: 7px;
}
.s-p-8-mo {
border-radius: 8px;
}
.s-mt-8-mo {
margin-top: 8px;
}
.s-mt-8-mo {
margin: 8px;
}
.s-ml-8-mo {
margin-left: 8px;
}
.s-mr-8-mo {
margin-right: 8px;
}
.s-p-9-mo {
border-radius: 9px;
}
.s-mt-9-mo {
margin-top: 9px;
}
.s-mt-9-mo {
margin: 9px;
}
.s-ml-9-mo {
margin-left: 9px;
}
.s-mr-9-mo {
margin-right: 9px;
}
.s-p-10-mo {
border-radius: 10px;
}
.s-mt-10-mo {
margin-top: 10px;
}
.s-mt-10-mo {
margin: 10px;
}
.s-ml-10-mo {
margin-left: 10px;
}
.s-mr-10-mo {
margin-right: 10px;
}
.s-p-11-mo {
border-radius: 11px;
}
.s-mt-11-mo {
margin-top: 11px;
}
.s-mt-11-mo {
margin: 11px;
}
.s-ml-11-mo {
margin-left: 11px;
}
.s-mr-11-mo {
margin-right: 11px;
}
.s-p-12-mo {
border-radius: 12px;
}
.s-mt-12-mo {
margin-top: 12px;
}
.s-mt-12-mo {
margin: 12px;
}
.s-ml-12-mo {
margin-left: 12px;
}
.s-mr-12-mo {
margin-right: 12px;
}
.s-p-13-mo {
border-radius: 13px;
}
.s-mt-13-mo {
margin-top: 13px;
}
.s-mt-13-mo {
margin: 13px;
}
.s-ml-13-mo {
margin-left: 13px;
}
.s-mr-13-mo {
margin-right: 13px;
}
.s-p-14-mo {
border-radius: 14px;
}
.s-mt-14-mo {
margin-top: 14px;
}
.s-mt-14-mo {
margin: 14px;
}
.s-ml-14-mo {
margin-left: 14px;
}
.s-mr-14-mo {
margin-right: 14px;
}
.s-p-15-mo {
border-radius: 15px;
}
.s-mt-15-mo {
margin-top: 15px;
}
.s-mt-15-mo {
margin: 15px;
}
.s-ml-15-mo {
margin-left: 15px;
}
.s-mr-15-mo {
margin-right: 15px;
}
.s-p-16-mo {
border-radius: 16px;
}
.s-mt-16-mo {
margin-top: 16px;
}
.s-mt-16-mo {
margin: 16px;
}
.s-ml-16-mo {
margin-left: 16px;
}
.s-mr-16-mo {
margin-right: 16px;
}
.s-p-17-mo {
border-radius: 17px;
}
.s-mt-17-mo {
margin-top: 17px;
}
.s-mt-17-mo {
margin: 17px;
}
.s-ml-17-mo {
margin-left: 17px;
}
.s-mr-17-mo {
margin-right: 17px;
}
.s-p-18-mo {
border-radius: 18px;
}
.s-mt-18-mo {
margin-top: 18px;
}
.s-mt-18-mo {
margin: 18px;
}
.s-ml-18-mo {
margin-left: 18px;
}
.s-mr-18-mo {
margin-right: 18px;
}
.s-p-19-mo {
border-radius: 19px;
}
.s-mt-19-mo {
margin-top: 19px;
}
.s-mt-19-mo {
margin: 19px;
}
.s-ml-19-mo {
margin-left: 19px;
}
.s-mr-19-mo {
margin-right: 19px;
}
.s-p-20-mo {
border-radius: 20px;
}
.s-mt-20-mo {
margin-top: 20px;
}
.s-mt-20-mo {
margin: 20px;
}
.s-ml-20-mo {
margin-left: 20px;
}
.s-mr-20-mo {
margin-right: 20px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-lg-none {
display: none;
}
.s-lg-d-block {
display: block;
}
.s-lg-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 960px;
}
.s-lg-none {
display: none;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-xl-none {
display: none;
}
.s-xl-d-block {
display: block;
}
.s-xl-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 1140px;
}
.s-xl-none {
display: none;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto','Times New Roman';
}
body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: rgba(54, 51, 51, 0.8);
}
p {
font-size: 1rem !important;
font-weight: 400;
letter-spacing: 0.009375em !important;
line-height: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-btn, .s-btn-lg, .s-btn-md, .s-btn-round {
display: inline-block;
text-transform: capitalize;
}
.s-btn:hover, .s-btn-lg:hover, .s-btn-md:hover, .s-btn-round:hover {
background: #b9b3b3;
color: #fff;
}
.s-btn, .s-btn-lg, .s-btn-md {
border-width: 0;
outline: none;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
font-size: 0.875rem;
cursor: pointer;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-btn {
padding: 10px 32px;
text-align: center;
}
.s-btn-md {
padding: 12px 35px;
}
.s-btn-lg {
padding: 15px 40px;
}
.s-btn-primary {
background: #6668d3;
color: #fff;
}
.s-btn-primary:hover {
background: rgba(102, 104, 211, 0.8);
}
.s-btn-secondary {
background: #4caf50;
color: #fff;
}
.s-btn-secondary:hover {
background: rgba(76, 175, 80, 0.8);
}
.s-btn-danger {
background: #ff5252;
color: #fff;
}
.s-btn-danger:hover {
background: rgba(255, 82, 82, 0.8);
}
.s-btn-info {
background: #708bd6;
color: #fff;
}
.s-btn-info:hover {
background: rgba(112, 139, 214, 0.8);
}
.s-btn-dark {
background: #363333;
color: #fff;
}
.s-btn-dark:hover {
background: rgba(54, 51, 51, 0.8);
}
.s-btn-light {
background: #f4f7f7;
color: #363333;
}
.s-btn-light:hover {
background: rgba(244, 247, 247, 0.8);
color: #363333;
}
.s-btn-primary-outline {
border: 1px solid #6668d3;
background: none;
}
.s-btn-primary-outline:hover {
background: #6668d3;
color: #fff;
}
button::-moz-focus-inner {
border: 0;
}
.s-btn-secondary-outline {
border: 1px solid #4caf50;
background: none;
}
.s-btn-secondary-outline:hover {
background: #4caf50;
color: #fff;
}
.s-btn-secondary-outline:active {
-webkit-box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
}
.s-btn-danger-outline {
border: 1px solid #ff5252;
background: none;
}
.s-btn-danger-outline:hover {
background: #ff5252;
color: #fff;
}
.s-btn-info-outline {
border: 1px solid #708bd6;
background: none;
}
.s-btn-info-outline:hover {
background: #708bd6;
color: #fff;
}
.s-btn-dark-outline {
border: 1px solid #363333;
background: none;
}
.s-btn-dark-outline:hover {
background: #363333;
color: #fff;
}
.s-btn-block {
width: 100%;
text-align: center;
}
.s-primary-outline {
border: 1px solid #6668d3;
}
.s-secondary-outline {
border: 1px solid #4caf50;
}
.s-danger-outline {
border: 1px solid #ff5252;
}
.s-info-outline {
border: 1px solid #708bd6;
}
.s-warning-outline {
border: 1px solid #fd900a;
}
.s-soft-secondary {
-webkit-box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-secondary:hover {
background-color: #4caf50;
}
.s-soft-primary {
-webkit-box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-primary:hover {
background-color: #6668d3;
}
.s-soft-danger {
-webkit-box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-danger:hover {
background-color: #ff5252;
}
.s-soft-dark {
-webkit-box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-dark:hover {
background-color: #363333;
}
.s-soft-light {
-webkit-box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-light:hover {
background-color: #f4f7f7;
}
.s-soft-info {
-webkit-box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-info:hover {
background-color: #708bd6;
}
.s-checkbox-switch {
width: 55px;
height: 25px;
border-radius: 12px;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #e6e4e4;
-webkit-transition: .4s;
transition: .4s;
position: relative;
}
.s-checkbox-switch::before {
content: '';
position: absolute;
left: 2px;
top: 1.5px;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
-webkit-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-checkbox-switch:hover::before {
-webkit-box-shadow: 0 0 8px 8px #9c9c9cb4;
box-shadow: 0 0 8px 8px #9c9c9cb4;
}
.s-checkbox-switch:checked::before {
background: #fff;
left: 32px;
-webkit-transition: .4s;
transition: .4s;
}
/*-----------------table---------------*/
.s-table {
border-collapse: collapse;
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
font-size: 0.8753rem;
color: #363333;
border-radius: 4px;
background-color: #fff;
}
.s-table th, .s-table td {
border: 1px solid #ddd;
padding: 8px;
}
.s-table.simple tr td, .s-table.simple tr th {
border: 0;
border-bottom: 1px solid rgba(54, 51, 51, 0.5);
}
.s-table tr td:hover {
background-color: rgba(244, 247, 247, 0.8);
margin: 10px;
}
.s-table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
font-size: 1rem;
font-weight: normal;
}
.s-table.s-transparent {
background-color: transparent;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.s-table.s-transparent .s-table td, .s-table.s-transparent .s-table th {
border: 1px solid transparent !important;
color: white;
border-spacing: 5px;
}
.s-table.s-no-border td, .s-table.s-no-border th {
border: 0 !important;
}
.s-table.s-tr-space {
border-collapse: separate;
border-spacing: 0 10px;
}
/*check box thim*/
.s-checkbox-switch.s-primary:checked {
background: #6668d3;
}
.s-checkbox-switch.s-primary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-primary:checked:hover::before {
-webkit-box-shadow: #eeeeee;
box-shadow: #eeeeee;
}
.s-checkbox-switch.s-secondary:checked {
background: #4caf50;
}
.s-checkbox-switch.s-secondary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-secondary:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
}
.s-checkbox-switch.s-danger:checked {
background: #ff5252;
}
.s-checkbox-switch.s-danger:checked::before {
background: #fff;
}
.s-checkbox-switch.s-danger:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
}
.s-checkbox-switch.s-dark:checked {
background: #363333;
}
.s-checkbox-switch.s-dark:checked::before {
background: #fff;
}
.s-checkbox-switch.s-dark:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px #656866b4;
box-shadow: 0 0 8px 8px #656866b4;
}
/* radio ------------------------*/
.s-radio {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0;
outline: none;
background: #e4e3e3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-radio:checked {
border: 2px solid #8aa9d6;
}
.s-radio::after {
content: '';
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 6px;
background: #8aa9d6;
z-index: 2;
visibility: hidden;
}
.s-radio:checked::after {
visibility: visible;
}
/*radio them------------------------------*/
.s-radio.s-secondary:checked {
border: 2px solid #4caf50;
}
.s-radio.s-secondary::after {
background: #4caf50;
}
/* range ------------------------------*/
.s-range {
width: 100%;
height: 5px;
background: #e6e4e4;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: #6668d3;
}
.s-range::-webkit-slider-thumb:hover {
-webkit-box-shadow: 0 0 8px 8px #938fccb4;
box-shadow: 0 0 8px 8px #938fccb4;
}
.s-range::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
}
.s-input, .s-input-fild {
background: transparent;
padding: 10px;
cursor: auto;
border-radius: 4px;
padding: 10px 17px;
background: none;
background-image: none;
border: 1px solid #363333;
border-radius: 5px;
}
.s-input:focus, .s-input-fild:focus {
outline: 0;
}
.s-input-outline-primary {
border: 1px solid #6668d3;
}
.s-input-outline-secondary {
border: 1px solid #4caf50;
}
.s-input-outline-danger {
border: 1px solid #ff5252;
}
/*checkbox ------------------------------------*/
.s-select {
width: 100%;
padding: 6px;
outline: none;
letter-spacing: .2rem;
text-indent: 3px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: pre;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-width: 0;
cursor: pointer;
}
.s-select :not(:-internal-list-box) {
overflow: visible !important;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-select option {
white-space: pre;
color: #363333;
border: 0;
outline: none;
font-size: .875rem;
text-indent: 30px;
}
.s-input-field {
border: 0;
width: 100%;
border-bottom: 1px solid rgba(54, 51, 51, 0.8);
-webkit-transition: .4s;
transition: .4s;
background: transparent;
}
.s-input-field :focus {
outline: 0;
border-bottom: 1px solid #6668d3;
color: rgba(54, 51, 51, 0.8);
}
.s-input-group {
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
margin: 2px 0;
border: 1px solid #adacac;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-input-group .s-input, .s-input-group .s-input-field, .s-input-group input {
width: 100%;
border: 0;
}
.s-input-group .s-label {
pointer-events: none;
}
.s-input-group .s-icon, .s-input-group .s-icon-lg {
height: 100%;
border-radius: 0;
}
.s-input-group .s-icon :hover, .s-input-group .s-icon-lg :hover {
background: transparent;
}
.s-input-container {
position: relative;
width: 100%;
background-color: transparent;
margin: 7px 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-input-container .s-label {
position: absolute;
bottom: 0;
left: 2px;
pointer-events: none;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
font-size: .875rem;
color: rgba(54, 51, 51, 0.8);
z-index: 0;
opacity: 1;
}
.s-input-container .s-input-field:focus ~ label {
top: 0;
-webkit-transition: .4s;
transition: .4s;
opacity: .3;
font-size: 6px;
}
.s-input-field:focus {
border-color: #6668d3;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-alert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
padding: 0 10px;
font-size: .875rem;
line-height: 1.333rem;
font-weight: 450;
color: #f4f7f7;
overflow-wrap: break-word;
}
.s-alert-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-alert-error {
background: #ff5252;
}
.s-alert-info {
background: #708bd6;
}
.s-alert-success {
background: #4caf50;
}
.s-alert-warning {
background: #fd900a;
}
.s-alert-outline-error {
border: 1px solid #ff5252;
color: #ff5252;
}
.s-alert-outline-info {
border: 1px solid #708bd6;
color: #708bd6;
}
.s-alert-outline-success {
border: 1px solid #4caf50;
color: #4caf50;
}
.s-alert-outline-warning {
border: 1px solid #fd900a;
color: #fd900a;
}
.s-avatar, .s-icon, .s-badg, .s-badg-badg, .s-icon-lg {
height: 50px;
width: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: normal;
position: relative;
text-align: center;
vertical-align: middle;
background-color: #f4f7f7;
padding: 2px;
}
.s-avatar-img {
width: 100%;
height: 100%;
border-radius: inherit;
}
.s-toolbar {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
padding: 0 12px;
background-color: #fff;
color: rgba(54, 51, 51, 0.8);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.s-toolbar .s-icon, .s-toolbar li, .s-toolbar a {
cursor: pointer;
}
.s-toolbar li {
list-style: none;
}
.s-toolbar a {
text-decoration: none;
}
.s-toolbrar-title {
font-size: 20px;
font-weight: 500;
}
.s-toolbar.s-left {
height: 100%;
position: absolute;
left: 0;
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.s-toolbar.s-left .s-nav-container {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-toolbar.s-bottom {
position: absolute;
bottom: 0;
}
.s-nav-container, .s-nav, .s-ul, .s-ol {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: ease-in-out 2s;
transition: ease-in-out 2s;
}
.s-nav-container.s-left, .s-nav-container.dropdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-nav-container.dropdown {
width: inherit;
position: absolute;
bottom: -60px;
left: 0;
top: 60px;
background-color: inherit;
color: inherit;
min-height: 300px;
-webkit-box-shadow: inherit;
box-shadow: inherit;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-nav-container.dropdown .s-ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px;
}
.s-app {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.s-drawer {
overflow: hidden;
}
.s-drawer-container {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(36, 36, 36, 0.3);
}
.s-drawer-contents {
height: 100%;
overflow: auto;
background-color: #fff;
width: 300px;
}
.left {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.top-left {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.s-icon, .s-icon-lg {
width: 30px;
height: 30px;
font-size: 24px;
background: none;
font-size: inherit;
}
.s-icon:hover, .s-icon-lg:hover {
background-color: rgba(244, 247, 247, 0.8);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-icon-lg {
width: 40px;
height: 40px;
}
button .s-icon:hover, button .s-icon-lg:hover, form .s-icon:hover, form .s-icon-lg:hover {
background-color: transparent !important;
}
button .s-icon {
font-size: 20px;
}
.s-dropdown {
border: 0;
border-radius: 0;
outline: none;
height: 40px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
-webkit-transition: ease-in-out .8s;
transition: ease-in-out .8s;
}
.s-dropdown .s-arrow:hover {
background-color: transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.s-dropdown .s-ddown-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px 16px;
max-width: 100vw;
height: 100%;
-ms-flex-preferred-size: 1;
flex-basis: 1;
white-space: nowrap;
}
.s-dropdown .s-ddown-title:hover ~ .s-ddown-menu {
display: block;
}
.s-dropdown .s-ddown-menu {
position: absolute;
top: 40px;
left: 0;
padding: 16px;
white-space: nowrap;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
min-height: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.3rem;
z-index: 2;
background-color: inherit;
border-radius: inherit;
display: none;
overflow: visible;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-dropdown .s-ddown-menu:hover {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.s-dropdown .s-ddown-item {
text-decoration: none;
list-style-type: none;
padding: 5px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
cursor: pointer;
}
.s-dropdown .s-ddown-item:hover {
background-color: rgba(244, 247, 247, 0.8);
}
.s-dropdown.d-right .s-ddown-menu {
top: 40px;
left: 100%;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
.s-dropdown.d-top .s-ddown-menu {
top: 0;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.s-dialog {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
z-index: 1000;
background: rgba(36, 36, 36, 0.3);
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s .2s, opacity .2s linear;
transition: visibility 0s .2s, opacity .2s linear;
}
.s-dialog-container {
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
z-index: 1001;
opacity: 1;
word-break: break-all;
position: relative;
-webkit-transition: all .2s;
transition: all .2s;
}
.s-small, .s-larg, .s-medium {
background: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 16px;
min-height: 200px;
max-height: 500px;
}
.s-dialog-action {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.s-dialog.s-show {
visibility: visible;
opacity: 1;
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
}
@keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-title .s-icon {
cursor: pointer;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-form {
line-height: 1.956em;
}
.s-form-group {
line-height: 1.956em;
width: 100%;
position: relative;
}
.s-password {
position: relative;
}
.s-password .s-togle-icon {
position: absolute;
top: 3px;
right: 5px;
font-size: 1rem;
cursor: pointer;
}
.s-flip-card {
width: 100% !important;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background: #fff;
padding: 16px;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*&:hover{
transform: rotateY(180deg);
}*/
}
.s-flip-card .s-flip-card-front, .s-flip-card .s-flip-card-back {
position: absolute;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: inherit;
}
.s-flip-card .s-flip-card-back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-f-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-list {
padding: 16px;
background-color: #fff;
height: 100%;
list-style-type: none;
font-size: 0.875rem;
font-weight: 400;
line-height: 2.0rem;
letter-spacing: 0.0071428571em;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.s-list-item {
list-style-type: none;
line-height: 1.2rem;
border-radius: 4px;
padding: 5px;
white-space: nowrap;
}
.s-hover .s-list-item:hover {
background: rgba(102, 104, 211, 0.3);
}
.s-list-item:hover {
background: none;
}
.s-list-link {
font-size: 1.0rem;
font-weight: 500;
color: #363333;
text-decoration: none;
}
.s-card-content {
width: 100%;
padding: 16px;
line-height: 1.5;
font-size: 0.975rem;
}
.s-card-title {
font-weight: 500;
font-size: 1.3rem;
}
.s-card-action, .s-card-footer {
margin-top: 10px;
}
.s-card-footer {
padding: 16px;
border-radius: 0 0 4px 4px;
}
.s-card-image, .s-card-header {
border-radius: 4px 4px 0 0;
position: relative;
}
.s-card-image img, .s-card-header img {
border-radius: 4px 4px 0 0;
}
.s-card-header {
padding: 16px;
}
.s-responsive-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.s-carosul {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* 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) */
/* The dots/bullets/indicators */
.s-dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
-webkit-transition: background-color 0.6s ease;
transition: background-color 0.6s ease;
}
.active, .s-dot:hover {
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: 300px) {
.prev, .next, .text {
font-size: 11px;
}
}
@media (max-width: 768px) {
.s-larg {
width: 90%;
}
}
@media (max-width: 500px) {
.s-drawer-contents {
width: 70%;
}
}
@media (min-width: 0) {
.s-flip-card {
width: 250px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-flip-card {
width: 300px;
}
.s-drawer-contents {
width: 300px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-flip-card {
width: 350px;
}
}
/*extra larg devices*/
/*# sourceMappingURL=simplify.css.map */
|
simplifyui/simplify/simplify.css
|
@import url("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.1.45/css/materialdesignicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.s-center {
text-align: center;
}
.s-content-center {
margin: auto;
}
.s-container {
margin: 0 auto;
}
.s-responsive {
width: 100%;
}
.s-abs-top {
position: absolute;
top: 1;
left: 0;
}
.s-abs-bottom {
position: absolute;
bottom: 0px;
left: 0;
}
.s-d-flex, .s-input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-center-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-card {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-card-1 {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
padding: 16px;
border-radius: 4px;
}
.s-shadow {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
}
.s-spacer {
width: 100%;
}
.pa-16 {
padding: 16px;
}
.s-fluid {
width: 100%;
}
.s-flat {
-webkit-box-shadow: none;
box-shadow: none;
}
.s-flip-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-none {
display: none;
}
.s-d-block {
display: block !important;
}
.s-bg-primary {
background: #6668d3 !important;
}
.s-bg-secondary {
background: #4caf50 !important;
}
.s-bg-danger {
background: #ff5252 !important;
}
.s-bg-info {
background: #708bd6 !important;
}
.s-bg-light {
background: #f4f7f7 !important;
}
.s-bg-dark {
background: #363333 !important;
}
.s-primary-text {
color: #6668d3;
}
.s-secondary-text {
color: #4caf50;
}
.s-danger-text, .errordiv {
color: #ff5252;
}
.errordiv {
font-size: 0.85rem;
}
.s-eye {
visibility: hidden;
cursor: pointer;
}
.s-opasity-5 {
opacity: .3;
}
.s-opasity-1-t0 {
opacity: 0 !important;
top: 0;
}
.s-info-text {
color: #708bd6;
}
.s-info-text li, .s-info-text ul, .s-info-text a {
color: inherit !important;
}
.s-light-text {
color: #f4f7f7 !important;
}
.s-light-text li, .s-light-text ul, .s-light-text a {
color: inherit !important;
}
.s-dark-text {
color: #363333;
}
.s-dark-text li, .s-dark-text ul, .s-dark-text a {
color: #363333 !important;
}
.s-heading {
font-size: 3rem !important;
font-weight: 300;
}
.s-p-1 {
padding: 1px;
}
.s-pt-1 {
padding-top: 1px;
}
.s-pb-1 {
padding-bottom: 1px;
}
.s-pl-1 {
padding-left: 1px;
}
.s-pr-1 {
padding-right: 1px;
}
.s-r-1 {
border-radius: 1px !important;
}
.s-p-2 {
padding: 2px;
}
.s-pt-2 {
padding-top: 2px;
}
.s-pb-2 {
padding-bottom: 2px;
}
.s-pl-2 {
padding-left: 2px;
}
.s-pr-2 {
padding-right: 2px;
}
.s-r-2 {
border-radius: 2px !important;
}
.s-p-3 {
padding: 3px;
}
.s-pt-3 {
padding-top: 3px;
}
.s-pb-3 {
padding-bottom: 3px;
}
.s-pl-3 {
padding-left: 3px;
}
.s-pr-3 {
padding-right: 3px;
}
.s-r-3 {
border-radius: 3px !important;
}
.s-p-4 {
padding: 4px;
}
.s-pt-4 {
padding-top: 4px;
}
.s-pb-4 {
padding-bottom: 4px;
}
.s-pl-4 {
padding-left: 4px;
}
.s-pr-4 {
padding-right: 4px;
}
.s-r-4 {
border-radius: 4px !important;
}
.s-p-5 {
padding: 5px;
}
.s-pt-5 {
padding-top: 5px;
}
.s-pb-5 {
padding-bottom: 5px;
}
.s-pl-5 {
padding-left: 5px;
}
.s-pr-5 {
padding-right: 5px;
}
.s-r-5 {
border-radius: 5px !important;
}
.s-p-6 {
padding: 6px;
}
.s-pt-6 {
padding-top: 6px;
}
.s-pb-6 {
padding-bottom: 6px;
}
.s-pl-6 {
padding-left: 6px;
}
.s-pr-6 {
padding-right: 6px;
}
.s-r-6 {
border-radius: 6px !important;
}
.s-p-7 {
padding: 7px;
}
.s-pt-7 {
padding-top: 7px;
}
.s-pb-7 {
padding-bottom: 7px;
}
.s-pl-7 {
padding-left: 7px;
}
.s-pr-7 {
padding-right: 7px;
}
.s-r-7 {
border-radius: 7px !important;
}
.s-p-8 {
padding: 8px;
}
.s-pt-8 {
padding-top: 8px;
}
.s-pb-8 {
padding-bottom: 8px;
}
.s-pl-8 {
padding-left: 8px;
}
.s-pr-8 {
padding-right: 8px;
}
.s-r-8 {
border-radius: 8px !important;
}
.s-p-9 {
padding: 9px;
}
.s-pt-9 {
padding-top: 9px;
}
.s-pb-9 {
padding-bottom: 9px;
}
.s-pl-9 {
padding-left: 9px;
}
.s-pr-9 {
padding-right: 9px;
}
.s-r-9 {
border-radius: 9px !important;
}
.s-p-10 {
padding: 10px;
}
.s-pt-10 {
padding-top: 10px;
}
.s-pb-10 {
padding-bottom: 10px;
}
.s-pl-10 {
padding-left: 10px;
}
.s-pr-10 {
padding-right: 10px;
}
.s-r-10 {
border-radius: 10px !important;
}
.s-p-11 {
padding: 11px;
}
.s-pt-11 {
padding-top: 11px;
}
.s-pb-11 {
padding-bottom: 11px;
}
.s-pl-11 {
padding-left: 11px;
}
.s-pr-11 {
padding-right: 11px;
}
.s-r-11 {
border-radius: 11px !important;
}
.s-p-12 {
padding: 12px;
}
.s-pt-12 {
padding-top: 12px;
}
.s-pb-12 {
padding-bottom: 12px;
}
.s-pl-12 {
padding-left: 12px;
}
.s-pr-12 {
padding-right: 12px;
}
.s-r-12 {
border-radius: 12px !important;
}
.s-p-13 {
padding: 13px;
}
.s-pt-13 {
padding-top: 13px;
}
.s-pb-13 {
padding-bottom: 13px;
}
.s-pl-13 {
padding-left: 13px;
}
.s-pr-13 {
padding-right: 13px;
}
.s-r-13 {
border-radius: 13px !important;
}
.s-p-14 {
padding: 14px;
}
.s-pt-14 {
padding-top: 14px;
}
.s-pb-14 {
padding-bottom: 14px;
}
.s-pl-14 {
padding-left: 14px;
}
.s-pr-14 {
padding-right: 14px;
}
.s-r-14 {
border-radius: 14px !important;
}
.s-p-15 {
padding: 15px;
}
.s-pt-15 {
padding-top: 15px;
}
.s-pb-15 {
padding-bottom: 15px;
}
.s-pl-15 {
padding-left: 15px;
}
.s-pr-15 {
padding-right: 15px;
}
.s-r-15 {
border-radius: 15px !important;
}
.s-p-16 {
padding: 16px;
}
.s-pt-16 {
padding-top: 16px;
}
.s-pb-16 {
padding-bottom: 16px;
}
.s-pl-16 {
padding-left: 16px;
}
.s-pr-16 {
padding-right: 16px;
}
.s-r-16 {
border-radius: 16px !important;
}
.s-p-17 {
padding: 17px;
}
.s-pt-17 {
padding-top: 17px;
}
.s-pb-17 {
padding-bottom: 17px;
}
.s-pl-17 {
padding-left: 17px;
}
.s-pr-17 {
padding-right: 17px;
}
.s-r-17 {
border-radius: 17px !important;
}
.s-p-18 {
padding: 18px;
}
.s-pt-18 {
padding-top: 18px;
}
.s-pb-18 {
padding-bottom: 18px;
}
.s-pl-18 {
padding-left: 18px;
}
.s-pr-18 {
padding-right: 18px;
}
.s-r-18 {
border-radius: 18px !important;
}
.s-p-19 {
padding: 19px;
}
.s-pt-19 {
padding-top: 19px;
}
.s-pb-19 {
padding-bottom: 19px;
}
.s-pl-19 {
padding-left: 19px;
}
.s-pr-19 {
padding-right: 19px;
}
.s-r-19 {
border-radius: 19px !important;
}
.s-p-20 {
padding: 20px;
}
.s-pt-20 {
padding-top: 20px;
}
.s-pb-20 {
padding-bottom: 20px;
}
.s-pl-20 {
padding-left: 20px;
}
.s-pr-20 {
padding-right: 20px;
}
.s-r-20 {
border-radius: 20px !important;
}
.s-m-1 {
margin: 1px;
}
.s-mt-1 {
margin-top: 1px;
}
.s-ml-1 {
margin-left: 1px;
}
.s-mr-1 {
margin-right: 1px;
}
.s-mb-1 {
margin-bottom: 1px;
}
.s-m-2 {
margin: 2px;
}
.s-mt-2 {
margin-top: 2px;
}
.s-ml-2 {
margin-left: 2px;
}
.s-mr-2 {
margin-right: 2px;
}
.s-mb-2 {
margin-bottom: 2px;
}
.s-m-3 {
margin: 3px;
}
.s-mt-3 {
margin-top: 3px;
}
.s-ml-3 {
margin-left: 3px;
}
.s-mr-3 {
margin-right: 3px;
}
.s-mb-3 {
margin-bottom: 3px;
}
.s-m-4 {
margin: 4px;
}
.s-mt-4 {
margin-top: 4px;
}
.s-ml-4 {
margin-left: 4px;
}
.s-mr-4 {
margin-right: 4px;
}
.s-mb-4 {
margin-bottom: 4px;
}
.s-m-5 {
margin: 5px;
}
.s-mt-5 {
margin-top: 5px;
}
.s-ml-5 {
margin-left: 5px;
}
.s-mr-5 {
margin-right: 5px;
}
.s-mb-5 {
margin-bottom: 5px;
}
.s-m-6 {
margin: 6px;
}
.s-mt-6 {
margin-top: 6px;
}
.s-ml-6 {
margin-left: 6px;
}
.s-mr-6 {
margin-right: 6px;
}
.s-mb-6 {
margin-bottom: 6px;
}
.s-m-7 {
margin: 7px;
}
.s-mt-7 {
margin-top: 7px;
}
.s-ml-7 {
margin-left: 7px;
}
.s-mr-7 {
margin-right: 7px;
}
.s-mb-7 {
margin-bottom: 7px;
}
.s-m-8 {
margin: 8px;
}
.s-mt-8 {
margin-top: 8px;
}
.s-ml-8 {
margin-left: 8px;
}
.s-mr-8 {
margin-right: 8px;
}
.s-mb-8 {
margin-bottom: 8px;
}
.s-m-9 {
margin: 9px;
}
.s-mt-9 {
margin-top: 9px;
}
.s-ml-9 {
margin-left: 9px;
}
.s-mr-9 {
margin-right: 9px;
}
.s-mb-9 {
margin-bottom: 9px;
}
.s-m-10 {
margin: 10px;
}
.s-mt-10 {
margin-top: 10px;
}
.s-ml-10 {
margin-left: 10px;
}
.s-mr-10 {
margin-right: 10px;
}
.s-mb-10 {
margin-bottom: 10px;
}
.s-m-11 {
margin: 11px;
}
.s-mt-11 {
margin-top: 11px;
}
.s-ml-11 {
margin-left: 11px;
}
.s-mr-11 {
margin-right: 11px;
}
.s-mb-11 {
margin-bottom: 11px;
}
.s-m-12 {
margin: 12px;
}
.s-mt-12 {
margin-top: 12px;
}
.s-ml-12 {
margin-left: 12px;
}
.s-mr-12 {
margin-right: 12px;
}
.s-mb-12 {
margin-bottom: 12px;
}
.s-m-13 {
margin: 13px;
}
.s-mt-13 {
margin-top: 13px;
}
.s-ml-13 {
margin-left: 13px;
}
.s-mr-13 {
margin-right: 13px;
}
.s-mb-13 {
margin-bottom: 13px;
}
.s-m-14 {
margin: 14px;
}
.s-mt-14 {
margin-top: 14px;
}
.s-ml-14 {
margin-left: 14px;
}
.s-mr-14 {
margin-right: 14px;
}
.s-mb-14 {
margin-bottom: 14px;
}
.s-m-15 {
margin: 15px;
}
.s-mt-15 {
margin-top: 15px;
}
.s-ml-15 {
margin-left: 15px;
}
.s-mr-15 {
margin-right: 15px;
}
.s-mb-15 {
margin-bottom: 15px;
}
.s-m-16 {
margin: 16px;
}
.s-mt-16 {
margin-top: 16px;
}
.s-ml-16 {
margin-left: 16px;
}
.s-mr-16 {
margin-right: 16px;
}
.s-mb-16 {
margin-bottom: 16px;
}
.s-m-17 {
margin: 17px;
}
.s-mt-17 {
margin-top: 17px;
}
.s-ml-17 {
margin-left: 17px;
}
.s-mr-17 {
margin-right: 17px;
}
.s-mb-17 {
margin-bottom: 17px;
}
.s-m-18 {
margin: 18px;
}
.s-mt-18 {
margin-top: 18px;
}
.s-ml-18 {
margin-left: 18px;
}
.s-mr-18 {
margin-right: 18px;
}
.s-mb-18 {
margin-bottom: 18px;
}
.s-m-19 {
margin: 19px;
}
.s-mt-19 {
margin-top: 19px;
}
.s-ml-19 {
margin-left: 19px;
}
.s-mr-19 {
margin-right: 19px;
}
.s-mb-19 {
margin-bottom: 19px;
}
.s-m-20 {
margin: 20px;
}
.s-mt-20 {
margin-top: 20px;
}
.s-ml-20 {
margin-left: 20px;
}
.s-mr-20 {
margin-right: 20px;
}
.s-mb-20 {
margin-bottom: 20px;
}
.s-top {
position: absolute;
top: 90px;
}
.s-bottom {
position: absolute;
bottom: 10px;
}
.s-center, .s-table.s-center th {
text-align: center;
}
@media (min-width: 0) {
.s-container {
width: 100%;
}
.s-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media (max-width: 670px) {
.s-order-1-so {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-2-so {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-3-so {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-4-so {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-5-so {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-6-so {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-mt-1-so {
margin-top: 1px;
}
.s-m-1-so {
margin: 1px;
}
.s-ml-1-so {
margin-left: 1px;
}
.s-mr-1-so {
margin-right: 1px;
}
.s-mt-2-so {
margin-top: 2px;
}
.s-m-2-so {
margin: 2px;
}
.s-ml-2-so {
margin-left: 2px;
}
.s-mr-2-so {
margin-right: 2px;
}
.s-mt-3-so {
margin-top: 3px;
}
.s-m-3-so {
margin: 3px;
}
.s-ml-3-so {
margin-left: 3px;
}
.s-mr-3-so {
margin-right: 3px;
}
.s-mt-4-so {
margin-top: 4px;
}
.s-m-4-so {
margin: 4px;
}
.s-ml-4-so {
margin-left: 4px;
}
.s-mr-4-so {
margin-right: 4px;
}
.s-mt-5-so {
margin-top: 5px;
}
.s-m-5-so {
margin: 5px;
}
.s-ml-5-so {
margin-left: 5px;
}
.s-mr-5-so {
margin-right: 5px;
}
.s-mt-6-so {
margin-top: 6px;
}
.s-m-6-so {
margin: 6px;
}
.s-ml-6-so {
margin-left: 6px;
}
.s-mr-6-so {
margin-right: 6px;
}
.s-mt-7-so {
margin-top: 7px;
}
.s-m-7-so {
margin: 7px;
}
.s-ml-7-so {
margin-left: 7px;
}
.s-mr-7-so {
margin-right: 7px;
}
.s-mt-8-so {
margin-top: 8px;
}
.s-m-8-so {
margin: 8px;
}
.s-ml-8-so {
margin-left: 8px;
}
.s-mr-8-so {
margin-right: 8px;
}
.s-mt-9-so {
margin-top: 9px;
}
.s-m-9-so {
margin: 9px;
}
.s-ml-9-so {
margin-left: 9px;
}
.s-mr-9-so {
margin-right: 9px;
}
.s-mt-10-so {
margin-top: 10px;
}
.s-m-10-so {
margin: 10px;
}
.s-ml-10-so {
margin-left: 10px;
}
.s-mr-10-so {
margin-right: 10px;
}
.s-mt-11-so {
margin-top: 11px;
}
.s-m-11-so {
margin: 11px;
}
.s-ml-11-so {
margin-left: 11px;
}
.s-mr-11-so {
margin-right: 11px;
}
.s-mt-12-so {
margin-top: 12px;
}
.s-m-12-so {
margin: 12px;
}
.s-ml-12-so {
margin-left: 12px;
}
.s-mr-12-so {
margin-right: 12px;
}
.s-mt-13-so {
margin-top: 13px;
}
.s-m-13-so {
margin: 13px;
}
.s-ml-13-so {
margin-left: 13px;
}
.s-mr-13-so {
margin-right: 13px;
}
.s-mt-14-so {
margin-top: 14px;
}
.s-m-14-so {
margin: 14px;
}
.s-ml-14-so {
margin-left: 14px;
}
.s-mr-14-so {
margin-right: 14px;
}
.s-mt-15-so {
margin-top: 15px;
}
.s-m-15-so {
margin: 15px;
}
.s-ml-15-so {
margin-left: 15px;
}
.s-mr-15-so {
margin-right: 15px;
}
.s-mt-16-so {
margin-top: 16px;
}
.s-m-16-so {
margin: 16px;
}
.s-ml-16-so {
margin-left: 16px;
}
.s-mr-16-so {
margin-right: 16px;
}
.s-mt-17-so {
margin-top: 17px;
}
.s-m-17-so {
margin: 17px;
}
.s-ml-17-so {
margin-left: 17px;
}
.s-mr-17-so {
margin-right: 17px;
}
.s-mt-18-so {
margin-top: 18px;
}
.s-m-18-so {
margin: 18px;
}
.s-ml-18-so {
margin-left: 18px;
}
.s-mr-18-so {
margin-right: 18px;
}
.s-mt-19-so {
margin-top: 19px;
}
.s-m-19-so {
margin: 19px;
}
.s-ml-19-so {
margin-left: 19px;
}
.s-mr-19-so {
margin-right: 19px;
}
.s-mt-20-so {
margin-top: 20px;
}
.s-m-20-so {
margin: 20px;
}
.s-ml-20-so {
margin-left: 20px;
}
.s-mr-20-so {
margin-right: 20px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-container {
width: 720px;
}
.s-md-none {
display: none;
}
}
@media (max-width: 768px) {
.s-sm-none {
display: none;
}
.s-sm-d-block {
display: block;
}
.s-sm-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media only screen and (min-device-width: 670px) and (max-device-width: 768px) {
.s-p-1-mo {
border-radius: 1px;
}
.s-mt-1-mo {
margin-top: 1px;
}
.s-mt-1-mo {
margin: 1px;
}
.s-ml-1-mo {
margin-left: 1px;
}
.s-mr-1-mo {
margin-right: 1px;
}
.s-p-2-mo {
border-radius: 2px;
}
.s-mt-2-mo {
margin-top: 2px;
}
.s-mt-2-mo {
margin: 2px;
}
.s-ml-2-mo {
margin-left: 2px;
}
.s-mr-2-mo {
margin-right: 2px;
}
.s-p-3-mo {
border-radius: 3px;
}
.s-mt-3-mo {
margin-top: 3px;
}
.s-mt-3-mo {
margin: 3px;
}
.s-ml-3-mo {
margin-left: 3px;
}
.s-mr-3-mo {
margin-right: 3px;
}
.s-p-4-mo {
border-radius: 4px;
}
.s-mt-4-mo {
margin-top: 4px;
}
.s-mt-4-mo {
margin: 4px;
}
.s-ml-4-mo {
margin-left: 4px;
}
.s-mr-4-mo {
margin-right: 4px;
}
.s-p-5-mo {
border-radius: 5px;
}
.s-mt-5-mo {
margin-top: 5px;
}
.s-mt-5-mo {
margin: 5px;
}
.s-ml-5-mo {
margin-left: 5px;
}
.s-mr-5-mo {
margin-right: 5px;
}
.s-p-6-mo {
border-radius: 6px;
}
.s-mt-6-mo {
margin-top: 6px;
}
.s-mt-6-mo {
margin: 6px;
}
.s-ml-6-mo {
margin-left: 6px;
}
.s-mr-6-mo {
margin-right: 6px;
}
.s-p-7-mo {
border-radius: 7px;
}
.s-mt-7-mo {
margin-top: 7px;
}
.s-mt-7-mo {
margin: 7px;
}
.s-ml-7-mo {
margin-left: 7px;
}
.s-mr-7-mo {
margin-right: 7px;
}
.s-p-8-mo {
border-radius: 8px;
}
.s-mt-8-mo {
margin-top: 8px;
}
.s-mt-8-mo {
margin: 8px;
}
.s-ml-8-mo {
margin-left: 8px;
}
.s-mr-8-mo {
margin-right: 8px;
}
.s-p-9-mo {
border-radius: 9px;
}
.s-mt-9-mo {
margin-top: 9px;
}
.s-mt-9-mo {
margin: 9px;
}
.s-ml-9-mo {
margin-left: 9px;
}
.s-mr-9-mo {
margin-right: 9px;
}
.s-p-10-mo {
border-radius: 10px;
}
.s-mt-10-mo {
margin-top: 10px;
}
.s-mt-10-mo {
margin: 10px;
}
.s-ml-10-mo {
margin-left: 10px;
}
.s-mr-10-mo {
margin-right: 10px;
}
.s-p-11-mo {
border-radius: 11px;
}
.s-mt-11-mo {
margin-top: 11px;
}
.s-mt-11-mo {
margin: 11px;
}
.s-ml-11-mo {
margin-left: 11px;
}
.s-mr-11-mo {
margin-right: 11px;
}
.s-p-12-mo {
border-radius: 12px;
}
.s-mt-12-mo {
margin-top: 12px;
}
.s-mt-12-mo {
margin: 12px;
}
.s-ml-12-mo {
margin-left: 12px;
}
.s-mr-12-mo {
margin-right: 12px;
}
.s-p-13-mo {
border-radius: 13px;
}
.s-mt-13-mo {
margin-top: 13px;
}
.s-mt-13-mo {
margin: 13px;
}
.s-ml-13-mo {
margin-left: 13px;
}
.s-mr-13-mo {
margin-right: 13px;
}
.s-p-14-mo {
border-radius: 14px;
}
.s-mt-14-mo {
margin-top: 14px;
}
.s-mt-14-mo {
margin: 14px;
}
.s-ml-14-mo {
margin-left: 14px;
}
.s-mr-14-mo {
margin-right: 14px;
}
.s-p-15-mo {
border-radius: 15px;
}
.s-mt-15-mo {
margin-top: 15px;
}
.s-mt-15-mo {
margin: 15px;
}
.s-ml-15-mo {
margin-left: 15px;
}
.s-mr-15-mo {
margin-right: 15px;
}
.s-p-16-mo {
border-radius: 16px;
}
.s-mt-16-mo {
margin-top: 16px;
}
.s-mt-16-mo {
margin: 16px;
}
.s-ml-16-mo {
margin-left: 16px;
}
.s-mr-16-mo {
margin-right: 16px;
}
.s-p-17-mo {
border-radius: 17px;
}
.s-mt-17-mo {
margin-top: 17px;
}
.s-mt-17-mo {
margin: 17px;
}
.s-ml-17-mo {
margin-left: 17px;
}
.s-mr-17-mo {
margin-right: 17px;
}
.s-p-18-mo {
border-radius: 18px;
}
.s-mt-18-mo {
margin-top: 18px;
}
.s-mt-18-mo {
margin: 18px;
}
.s-ml-18-mo {
margin-left: 18px;
}
.s-mr-18-mo {
margin-right: 18px;
}
.s-p-19-mo {
border-radius: 19px;
}
.s-mt-19-mo {
margin-top: 19px;
}
.s-mt-19-mo {
margin: 19px;
}
.s-ml-19-mo {
margin-left: 19px;
}
.s-mr-19-mo {
margin-right: 19px;
}
.s-p-20-mo {
border-radius: 20px;
}
.s-mt-20-mo {
margin-top: 20px;
}
.s-mt-20-mo {
margin: 20px;
}
.s-ml-20-mo {
margin-left: 20px;
}
.s-mr-20-mo {
margin-right: 20px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-lg-none {
display: none;
}
.s-lg-d-block {
display: block;
}
.s-lg-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 960px;
}
.s-lg-none {
display: none;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-xl-none {
display: none;
}
.s-xl-d-block {
display: block;
}
.s-xl-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 1140px;
}
.s-xl-none {
display: none;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
/*colors*/
/*margins shadows, ...*/
/*dafault styles saame an all devices*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.s-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-row-colums {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-no-wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.s-col {
width: 100%;
padding: 5px;
}
.s-order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.s-order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.s-order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.s-order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.s-order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.s-col-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
/*small devices*/
@media (min-width: 0) {
.s-col-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-col-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-col-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-col-xl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-xl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-xl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-xl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-xl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-xl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-xl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-xl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-btn, .s-btn-lg, .s-btn-md, .s-btn-round {
display: inline-block;
text-transform: capitalize;
}
.s-btn:hover, .s-btn-lg:hover, .s-btn-md:hover, .s-btn-round:hover {
background: #b9b3b3;
color: #fff;
}
.s-btn, .s-btn-lg, .s-btn-md {
border-width: 0;
outline: none;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
font-size: 0.875rem;
cursor: pointer;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-btn {
padding: 10px 32px;
text-align: center;
}
.s-btn-md {
padding: 12px 35px;
}
.s-btn-lg {
padding: 15px 40px;
}
.s-btn-primary {
background: #6668d3;
color: #fff;
}
.s-btn-primary:hover {
background: rgba(102, 104, 211, 0.8);
}
.s-btn-secondary {
background: #4caf50;
color: #fff;
}
.s-btn-secondary:hover {
background: rgba(76, 175, 80, 0.8);
}
.s-btn-danger {
background: #ff5252;
color: #fff;
}
.s-btn-danger:hover {
background: rgba(255, 82, 82, 0.8);
}
.s-btn-info {
background: #708bd6;
color: #fff;
}
.s-btn-info:hover {
background: rgba(112, 139, 214, 0.8);
}
.s-btn-dark {
background: #363333;
color: #fff;
}
.s-btn-dark:hover {
background: rgba(54, 51, 51, 0.8);
}
.s-btn-light {
background: #f4f7f7;
color: #363333;
}
.s-btn-light:hover {
background: rgba(244, 247, 247, 0.8);
color: #363333;
}
.s-btn-primary-outline {
border: 1px solid #6668d3;
background: none;
}
.s-btn-primary-outline:hover {
background: #6668d3;
color: #fff;
}
button::-moz-focus-inner {
border: 0;
}
.s-btn-secondary-outline {
border: 1px solid #4caf50;
background: none;
}
.s-btn-secondary-outline:hover {
background: #4caf50;
color: #fff;
}
.s-btn-secondary-outline:active {
-webkit-box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
}
.s-btn-danger-outline {
border: 1px solid #ff5252;
background: none;
}
.s-btn-danger-outline:hover {
background: #ff5252;
color: #fff;
}
.s-btn-info-outline {
border: 1px solid #708bd6;
background: none;
}
.s-btn-info-outline:hover {
background: #708bd6;
color: #fff;
}
.s-btn-dark-outline {
border: 1px solid #363333;
background: none;
}
.s-btn-dark-outline:hover {
background: #363333;
color: #fff;
}
.s-btn-block {
width: 100%;
text-align: center;
}
.s-primary-outline {
border: 1px solid #6668d3;
}
.s-secondary-outline {
border: 1px solid #4caf50;
}
.s-danger-outline {
border: 1px solid #ff5252;
}
.s-info-outline {
border: 1px solid #708bd6;
}
.s-warning-outline {
border: 1px solid #fd900a;
}
.s-soft-secondary {
-webkit-box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-secondary:hover {
background-color: #4caf50;
}
.s-soft-primary {
-webkit-box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-primary:hover {
background-color: #6668d3;
}
.s-soft-danger {
-webkit-box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-danger:hover {
background-color: #ff5252;
}
.s-soft-dark {
-webkit-box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-dark:hover {
background-color: #363333;
}
.s-soft-light {
-webkit-box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-light:hover {
background-color: #f4f7f7;
}
.s-soft-info {
-webkit-box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-info:hover {
background-color: #708bd6;
}
.s-checkbox-switch {
width: 55px;
height: 25px;
border-radius: 12px;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #e6e4e4;
-webkit-transition: .4s;
transition: .4s;
position: relative;
}
.s-checkbox-switch::before {
content: '';
position: absolute;
left: 2px;
top: 1.5px;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
-webkit-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-checkbox-switch:hover::before {
-webkit-box-shadow: 0 0 8px 8px #9c9c9cb4;
box-shadow: 0 0 8px 8px #9c9c9cb4;
}
.s-checkbox-switch:checked::before {
background: #fff;
left: 32px;
-webkit-transition: .4s;
transition: .4s;
}
/*-----------------table---------------*/
.s-table {
border-collapse: collapse;
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
font-size: 0.8753rem;
color: #363333;
border-radius: 4px;
background-color: #fff;
}
.s-table th, .s-table td {
border: 1px solid #ddd;
padding: 8px;
}
.s-table.simple tr td, .s-table.simple tr th {
border: 0;
border-bottom: 1px solid rgba(54, 51, 51, 0.5);
}
.s-table tr td:hover {
background-color: rgba(244, 247, 247, 0.8);
margin: 10px;
}
.s-table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
font-size: 1rem;
font-weight: normal;
}
.s-table.s-transparent {
background-color: transparent;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.s-table.s-transparent .s-table td, .s-table.s-transparent .s-table th {
border: 1px solid transparent !important;
color: white;
border-spacing: 5px;
}
.s-table.s-no-border td, .s-table.s-no-border th {
border: 0 !important;
}
.s-table.s-tr-space {
border-collapse: separate;
border-spacing: 0 10px;
}
/*check box thim*/
.s-checkbox-switch.s-primary:checked {
background: #6668d3;
}
.s-checkbox-switch.s-primary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-primary:checked:hover::before {
-webkit-box-shadow: #eeeeee;
box-shadow: #eeeeee;
}
.s-checkbox-switch.s-secondary:checked {
background: #4caf50;
}
.s-checkbox-switch.s-secondary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-secondary:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
}
.s-checkbox-switch.s-danger:checked {
background: #ff5252;
}
.s-checkbox-switch.s-danger:checked::before {
background: #fff;
}
.s-checkbox-switch.s-danger:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
}
.s-checkbox-switch.s-dark:checked {
background: #363333;
}
.s-checkbox-switch.s-dark:checked::before {
background: #fff;
}
.s-checkbox-switch.s-dark:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px #656866b4;
box-shadow: 0 0 8px 8px #656866b4;
}
/* radio ------------------------*/
.s-radio {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0;
outline: none;
background: #e4e3e3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-radio:checked {
border: 2px solid #8aa9d6;
}
.s-radio::after {
content: '';
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 6px;
background: #8aa9d6;
z-index: 2;
visibility: hidden;
}
.s-radio:checked::after {
visibility: visible;
}
/*radio them------------------------------*/
.s-radio.s-secondary:checked {
border: 2px solid #4caf50;
}
.s-radio.s-secondary::after {
background: #4caf50;
}
/* range ------------------------------*/
.s-range {
width: 100%;
height: 5px;
background: #e6e4e4;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: #6668d3;
}
.s-range::-webkit-slider-thumb:hover {
-webkit-box-shadow: 0 0 8px 8px #938fccb4;
box-shadow: 0 0 8px 8px #938fccb4;
}
.s-range::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
}
.s-input, .s-input-fild {
background: transparent;
padding: 10px;
cursor: auto;
border-radius: 4px;
padding: 10px 17px;
background: none;
background-image: none;
border: 1px solid #363333;
border-radius: 5px;
}
.s-input:focus, .s-input-fild:focus {
outline: 0;
}
.s-input-outline-primary {
border: 1px solid #6668d3;
}
.s-input-outline-secondary {
border: 1px solid #4caf50;
}
.s-input-outline-danger {
border: 1px solid #ff5252;
}
/*checkbox ------------------------------------*/
.s-select {
width: 100%;
padding: 6px;
outline: none;
letter-spacing: .2rem;
text-indent: 3px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: pre;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-width: 0;
cursor: pointer;
}
.s-select :not(:-internal-list-box) {
overflow: visible !important;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-select option {
white-space: pre;
color: #363333;
border: 0;
outline: none;
font-size: .875rem;
text-indent: 30px;
}
.s-input-field {
border: 0;
width: 100%;
border-bottom: 1px solid rgba(54, 51, 51, 0.8);
-webkit-transition: .4s;
transition: .4s;
background: transparent;
}
.s-input-field :focus {
outline: 0;
border-bottom: 1px solid #6668d3;
color: rgba(54, 51, 51, 0.8);
}
.s-input-group {
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
margin: 2px 0;
border: 1px solid #adacac;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-input-group .s-input, .s-input-group .s-input-field, .s-input-group input {
width: 100%;
border: 0;
}
.s-input-group .s-label {
pointer-events: none;
}
.s-input-group .s-icon, .s-input-group .s-icon-lg {
height: 100%;
border-radius: 0;
}
.s-input-group .s-icon :hover, .s-input-group .s-icon-lg :hover {
background: transparent;
}
.s-input-container {
position: relative;
width: 100%;
background-color: transparent;
margin: 7px 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-input-container .s-label {
position: absolute;
bottom: 0;
left: 2px;
pointer-events: none;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
font-size: .875rem;
color: rgba(54, 51, 51, 0.8);
z-index: 0;
opacity: 1;
}
.s-input-container .s-input-field:focus ~ label {
top: 0;
-webkit-transition: .4s;
transition: .4s;
opacity: .3;
font-size: 6px;
}
.s-input-field:focus {
border-color: #6668d3;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-alert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
padding: 0 10px;
font-size: .875rem;
line-height: 1.333rem;
font-weight: 450;
color: #f4f7f7;
overflow-wrap: break-word;
}
.s-alert-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-alert-error {
background: #ff5252;
}
.s-alert-info {
background: #708bd6;
}
.s-alert-success {
background: #4caf50;
}
.s-alert-warning {
background: #fd900a;
}
.s-alert-outline-error {
border: 1px solid #ff5252;
color: #ff5252;
}
.s-alert-outline-info {
border: 1px solid #708bd6;
color: #708bd6;
}
.s-alert-outline-success {
border: 1px solid #4caf50;
color: #4caf50;
}
.s-alert-outline-warning {
border: 1px solid #fd900a;
color: #fd900a;
}
.s-avatar, .s-icon, .s-badg, .s-badg-badg, .s-icon-lg {
height: 50px;
width: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: normal;
position: relative;
text-align: center;
vertical-align: middle;
background-color: #f4f7f7;
padding: 2px;
}
.s-avatar-img {
width: 100%;
height: 100%;
border-radius: inherit;
}
.s-toolbar {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
padding: 0 12px;
background-color: #fff;
color: rgba(54, 51, 51, 0.8);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.s-toolbar .s-icon, .s-toolbar li, .s-toolbar a {
cursor: pointer;
}
.s-toolbar li {
list-style: none;
}
.s-toolbar a {
text-decoration: none;
}
.s-toolbrar-title {
font-size: 20px;
font-weight: 500;
}
.s-toolbar.s-left {
height: 100%;
position: absolute;
left: 0;
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.s-toolbar.s-left .s-nav-container {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-toolbar.s-bottom {
position: absolute;
bottom: 0;
}
.s-nav-container, .s-nav, .s-ul, .s-ol {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: ease-in-out 2s;
transition: ease-in-out 2s;
}
.s-nav-container.s-left, .s-nav-container.dropdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-nav-container.dropdown {
width: inherit;
position: absolute;
bottom: -60px;
left: 0;
top: 60px;
background-color: inherit;
color: inherit;
min-height: 300px;
-webkit-box-shadow: inherit;
box-shadow: inherit;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-nav-container.dropdown .s-ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px;
}
.s-app {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.s-drawer {
overflow: hidden;
}
.s-drawer-container {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(36, 36, 36, 0.3);
}
.s-drawer-contents {
height: 100%;
overflow: auto;
background-color: #fff;
width: 300px;
}
.left {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.top-left {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.s-icon, .s-icon-lg {
width: 30px;
height: 30px;
font-size: 24px;
background: none;
font-size: inherit;
}
.s-icon:hover, .s-icon-lg:hover {
background-color: rgba(244, 247, 247, 0.8);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-icon-lg {
width: 40px;
height: 40px;
}
button .s-icon:hover, button .s-icon-lg:hover, form .s-icon:hover, form .s-icon-lg:hover {
background-color: transparent !important;
}
button .s-icon {
font-size: 20px;
}
.s-dropdown {
border: 0;
border-radius: 0;
outline: none;
height: 40px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
-webkit-transition: ease-in-out .8s;
transition: ease-in-out .8s;
}
.s-dropdown .s-arrow:hover {
background-color: transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.s-dropdown .s-ddown-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px 16px;
max-width: 100vw;
height: 100%;
-ms-flex-preferred-size: 1;
flex-basis: 1;
white-space: nowrap;
}
.s-dropdown .s-ddown-title:hover ~ .s-ddown-menu {
display: block;
}
.s-dropdown .s-ddown-menu {
position: absolute;
top: 40px;
left: 0;
padding: 16px;
white-space: nowrap;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
min-height: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.3rem;
z-index: 2;
background-color: inherit;
border-radius: inherit;
display: none;
overflow: visible;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-dropdown .s-ddown-menu:hover {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.s-dropdown .s-ddown-item {
text-decoration: none;
list-style-type: none;
padding: 5px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
cursor: pointer;
}
.s-dropdown .s-ddown-item:hover {
background-color: rgba(244, 247, 247, 0.8);
}
.s-dropdown.d-right .s-ddown-menu {
top: 40px;
left: 100%;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
.s-dropdown.d-top .s-ddown-menu {
top: 0;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.s-dialog {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
z-index: 1000;
background: rgba(36, 36, 36, 0.3);
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s .2s, opacity .2s linear;
transition: visibility 0s .2s, opacity .2s linear;
}
.s-dialog-container {
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
z-index: 1001;
opacity: 1;
word-break: break-all;
position: relative;
-webkit-transition: all .2s;
transition: all .2s;
}
.s-small, .s-larg, .s-medium {
background: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 16px;
min-height: 200px;
max-height: 500px;
}
.s-dialog-action {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.s-dialog.s-show {
visibility: visible;
opacity: 1;
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
}
@-webkit-keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-title .s-icon {
cursor: pointer;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-form {
line-height: 1.956em;
}
.s-form-group {
line-height: 1.956em;
width: 100%;
position: relative;
}
.s-password {
position: relative;
}
.s-password .s-togle-icon {
position: absolute;
top: 3px;
right: 5px;
font-size: 1rem;
cursor: pointer;
}
.s-flip-card {
width: 100% !important;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background: #fff;
padding: 16px;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*&:hover{
transform: rotateY(180deg);
}*/
}
.s-flip-card .s-flip-card-front, .s-flip-card .s-flip-card-back {
position: absolute;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: inherit;
}
.s-flip-card .s-flip-card-back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-f-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-list {
padding: 16px;
background-color: #fff;
height: 100%;
list-style-type: none;
font-size: 0.875rem;
font-weight: 400;
line-height: 2.0rem;
letter-spacing: 0.0071428571em;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.s-list-item {
list-style-type: none;
line-height: 1.2rem;
border-radius: 4px;
padding: 5px;
white-space: nowrap;
}
.s-hover .s-list-item:hover {
background: rgba(102, 104, 211, 0.3);
}
.s-list-item:hover {
background: none;
}
.s-list-link {
font-size: 1.0rem;
font-weight: 500;
color: #363333;
text-decoration: none;
}
.s-card-content {
width: 100%;
padding: 16px;
line-height: 1.5;
font-size: 0.975rem;
}
.s-card-title {
font-weight: 500;
font-size: 1.3rem;
}
.s-card-action, .s-card-footer {
margin-top: 10px;
}
.s-card-footer {
padding: 16px;
border-radius: 0 0 4px 4px;
}
.s-card-image, .s-card-header {
border-radius: 4px 4px 0 0;
position: relative;
}
.s-card-image img, .s-card-header img {
border-radius: 4px 4px 0 0;
}
.s-card-header {
padding: 16px;
}
.s-responsive-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.s-carosul {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* 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) */
/* The dots/bullets/indicators */
.s-dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
-webkit-transition: background-color 0.6s ease;
transition: background-color 0.6s ease;
}
.active, .s-dot:hover {
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: 300px) {
.prev, .next, .text {
font-size: 11px;
}
}
@media (max-width: 768px) {
.s-larg {
width: 90%;
}
}
@media (max-width: 500px) {
.s-drawer-contents {
width: 70%;
}
}
@media (min-width: 0) {
.s-flip-card {
width: 250px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-flip-card {
width: 300px;
}
.s-drawer-contents {
width: 300px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-flip-card {
width: 350px;
}
}
/*extra larg devices*/
/*colors*/
/*margins shadows, ...*/
/*dafault styles saame an all devices*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.s-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-row-colums {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.s-no-wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.s-col {
width: 100%;
padding: 5px;
}
.s-order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.s-order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.s-order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.s-order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.s-order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.s-col-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
/*small devices*/
@media (min-width: 0) {
.s-col-sm-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-sm-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-sm-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-sm-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-sm-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-sm-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-sm-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-sm-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-col-md-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-md-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-md-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-md-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-md-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-md-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-md-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-md-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-col-lg-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-lg-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-lg-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-lg-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-lg-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-lg-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-lg-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-lg-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-col-xl-1 {
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
padding: 5px;
}
.s-col-xl-2 {
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
padding: 5px;
}
.s-col-xl-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 5px;
}
.s-col-xl-4 {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
padding: 5px;
}
.s-col-xl-5 {
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
padding: 5px;
}
.s-col-xl-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 5px;
}
.s-col-xl-7 {
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
padding: 5px;
}
.s-col-xl-8 {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
padding: 5px;
}
.s-col-xl-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
padding: 5px;
}
.s-col-xl-10 {
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
padding: 5px;
}
.s-col-xl-11 {
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
padding: 5px;
}
.s-col-xl-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-center {
text-align: center;
}
.s-content-center {
margin: auto;
}
.s-container {
margin: 0 auto;
}
.s-responsive {
width: 100%;
}
.s-abs-top {
position: absolute;
top: 1;
left: 0;
}
.s-abs-bottom {
position: absolute;
bottom: 0px;
left: 0;
}
.s-d-flex, .s-input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-center-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-card {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-card-1 {
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
padding: 16px;
border-radius: 4px;
}
.s-shadow {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
}
.s-spacer {
width: 100%;
}
.pa-16 {
padding: 16px;
}
.s-fluid {
width: 100%;
}
.s-flat {
-webkit-box-shadow: none;
box-shadow: none;
}
.s-flip-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-none {
display: none;
}
.s-d-block {
display: block !important;
}
.s-bg-primary {
background: #6668d3 !important;
}
.s-bg-secondary {
background: #4caf50 !important;
}
.s-bg-danger {
background: #ff5252 !important;
}
.s-bg-info {
background: #708bd6 !important;
}
.s-bg-light {
background: #f4f7f7 !important;
}
.s-bg-dark {
background: #363333 !important;
}
.s-primary-text {
color: #6668d3;
}
.s-secondary-text {
color: #4caf50;
}
.s-danger-text, .errordiv {
color: #ff5252;
}
.errordiv {
font-size: 0.85rem;
}
.s-eye {
visibility: hidden;
cursor: pointer;
}
.s-opasity-5 {
opacity: .3;
}
.s-opasity-1-t0 {
opacity: 0 !important;
top: 0;
}
.s-info-text {
color: #708bd6;
}
.s-info-text li, .s-info-text ul, .s-info-text a {
color: inherit !important;
}
.s-light-text {
color: #f4f7f7 !important;
}
.s-light-text li, .s-light-text ul, .s-light-text a {
color: inherit !important;
}
.s-dark-text {
color: #363333;
}
.s-dark-text li, .s-dark-text ul, .s-dark-text a {
color: #363333 !important;
}
.s-heading {
font-size: 3rem !important;
font-weight: 300;
}
.s-p-1 {
padding: 1px;
}
.s-pt-1 {
padding-top: 1px;
}
.s-pb-1 {
padding-bottom: 1px;
}
.s-pl-1 {
padding-left: 1px;
}
.s-pr-1 {
padding-right: 1px;
}
.s-r-1 {
border-radius: 1px !important;
}
.s-p-2 {
padding: 2px;
}
.s-pt-2 {
padding-top: 2px;
}
.s-pb-2 {
padding-bottom: 2px;
}
.s-pl-2 {
padding-left: 2px;
}
.s-pr-2 {
padding-right: 2px;
}
.s-r-2 {
border-radius: 2px !important;
}
.s-p-3 {
padding: 3px;
}
.s-pt-3 {
padding-top: 3px;
}
.s-pb-3 {
padding-bottom: 3px;
}
.s-pl-3 {
padding-left: 3px;
}
.s-pr-3 {
padding-right: 3px;
}
.s-r-3 {
border-radius: 3px !important;
}
.s-p-4 {
padding: 4px;
}
.s-pt-4 {
padding-top: 4px;
}
.s-pb-4 {
padding-bottom: 4px;
}
.s-pl-4 {
padding-left: 4px;
}
.s-pr-4 {
padding-right: 4px;
}
.s-r-4 {
border-radius: 4px !important;
}
.s-p-5 {
padding: 5px;
}
.s-pt-5 {
padding-top: 5px;
}
.s-pb-5 {
padding-bottom: 5px;
}
.s-pl-5 {
padding-left: 5px;
}
.s-pr-5 {
padding-right: 5px;
}
.s-r-5 {
border-radius: 5px !important;
}
.s-p-6 {
padding: 6px;
}
.s-pt-6 {
padding-top: 6px;
}
.s-pb-6 {
padding-bottom: 6px;
}
.s-pl-6 {
padding-left: 6px;
}
.s-pr-6 {
padding-right: 6px;
}
.s-r-6 {
border-radius: 6px !important;
}
.s-p-7 {
padding: 7px;
}
.s-pt-7 {
padding-top: 7px;
}
.s-pb-7 {
padding-bottom: 7px;
}
.s-pl-7 {
padding-left: 7px;
}
.s-pr-7 {
padding-right: 7px;
}
.s-r-7 {
border-radius: 7px !important;
}
.s-p-8 {
padding: 8px;
}
.s-pt-8 {
padding-top: 8px;
}
.s-pb-8 {
padding-bottom: 8px;
}
.s-pl-8 {
padding-left: 8px;
}
.s-pr-8 {
padding-right: 8px;
}
.s-r-8 {
border-radius: 8px !important;
}
.s-p-9 {
padding: 9px;
}
.s-pt-9 {
padding-top: 9px;
}
.s-pb-9 {
padding-bottom: 9px;
}
.s-pl-9 {
padding-left: 9px;
}
.s-pr-9 {
padding-right: 9px;
}
.s-r-9 {
border-radius: 9px !important;
}
.s-p-10 {
padding: 10px;
}
.s-pt-10 {
padding-top: 10px;
}
.s-pb-10 {
padding-bottom: 10px;
}
.s-pl-10 {
padding-left: 10px;
}
.s-pr-10 {
padding-right: 10px;
}
.s-r-10 {
border-radius: 10px !important;
}
.s-p-11 {
padding: 11px;
}
.s-pt-11 {
padding-top: 11px;
}
.s-pb-11 {
padding-bottom: 11px;
}
.s-pl-11 {
padding-left: 11px;
}
.s-pr-11 {
padding-right: 11px;
}
.s-r-11 {
border-radius: 11px !important;
}
.s-p-12 {
padding: 12px;
}
.s-pt-12 {
padding-top: 12px;
}
.s-pb-12 {
padding-bottom: 12px;
}
.s-pl-12 {
padding-left: 12px;
}
.s-pr-12 {
padding-right: 12px;
}
.s-r-12 {
border-radius: 12px !important;
}
.s-p-13 {
padding: 13px;
}
.s-pt-13 {
padding-top: 13px;
}
.s-pb-13 {
padding-bottom: 13px;
}
.s-pl-13 {
padding-left: 13px;
}
.s-pr-13 {
padding-right: 13px;
}
.s-r-13 {
border-radius: 13px !important;
}
.s-p-14 {
padding: 14px;
}
.s-pt-14 {
padding-top: 14px;
}
.s-pb-14 {
padding-bottom: 14px;
}
.s-pl-14 {
padding-left: 14px;
}
.s-pr-14 {
padding-right: 14px;
}
.s-r-14 {
border-radius: 14px !important;
}
.s-p-15 {
padding: 15px;
}
.s-pt-15 {
padding-top: 15px;
}
.s-pb-15 {
padding-bottom: 15px;
}
.s-pl-15 {
padding-left: 15px;
}
.s-pr-15 {
padding-right: 15px;
}
.s-r-15 {
border-radius: 15px !important;
}
.s-p-16 {
padding: 16px;
}
.s-pt-16 {
padding-top: 16px;
}
.s-pb-16 {
padding-bottom: 16px;
}
.s-pl-16 {
padding-left: 16px;
}
.s-pr-16 {
padding-right: 16px;
}
.s-r-16 {
border-radius: 16px !important;
}
.s-p-17 {
padding: 17px;
}
.s-pt-17 {
padding-top: 17px;
}
.s-pb-17 {
padding-bottom: 17px;
}
.s-pl-17 {
padding-left: 17px;
}
.s-pr-17 {
padding-right: 17px;
}
.s-r-17 {
border-radius: 17px !important;
}
.s-p-18 {
padding: 18px;
}
.s-pt-18 {
padding-top: 18px;
}
.s-pb-18 {
padding-bottom: 18px;
}
.s-pl-18 {
padding-left: 18px;
}
.s-pr-18 {
padding-right: 18px;
}
.s-r-18 {
border-radius: 18px !important;
}
.s-p-19 {
padding: 19px;
}
.s-pt-19 {
padding-top: 19px;
}
.s-pb-19 {
padding-bottom: 19px;
}
.s-pl-19 {
padding-left: 19px;
}
.s-pr-19 {
padding-right: 19px;
}
.s-r-19 {
border-radius: 19px !important;
}
.s-p-20 {
padding: 20px;
}
.s-pt-20 {
padding-top: 20px;
}
.s-pb-20 {
padding-bottom: 20px;
}
.s-pl-20 {
padding-left: 20px;
}
.s-pr-20 {
padding-right: 20px;
}
.s-r-20 {
border-radius: 20px !important;
}
.s-m-1 {
margin: 1px;
}
.s-mt-1 {
margin-top: 1px;
}
.s-ml-1 {
margin-left: 1px;
}
.s-mr-1 {
margin-right: 1px;
}
.s-mb-1 {
margin-bottom: 1px;
}
.s-m-2 {
margin: 2px;
}
.s-mt-2 {
margin-top: 2px;
}
.s-ml-2 {
margin-left: 2px;
}
.s-mr-2 {
margin-right: 2px;
}
.s-mb-2 {
margin-bottom: 2px;
}
.s-m-3 {
margin: 3px;
}
.s-mt-3 {
margin-top: 3px;
}
.s-ml-3 {
margin-left: 3px;
}
.s-mr-3 {
margin-right: 3px;
}
.s-mb-3 {
margin-bottom: 3px;
}
.s-m-4 {
margin: 4px;
}
.s-mt-4 {
margin-top: 4px;
}
.s-ml-4 {
margin-left: 4px;
}
.s-mr-4 {
margin-right: 4px;
}
.s-mb-4 {
margin-bottom: 4px;
}
.s-m-5 {
margin: 5px;
}
.s-mt-5 {
margin-top: 5px;
}
.s-ml-5 {
margin-left: 5px;
}
.s-mr-5 {
margin-right: 5px;
}
.s-mb-5 {
margin-bottom: 5px;
}
.s-m-6 {
margin: 6px;
}
.s-mt-6 {
margin-top: 6px;
}
.s-ml-6 {
margin-left: 6px;
}
.s-mr-6 {
margin-right: 6px;
}
.s-mb-6 {
margin-bottom: 6px;
}
.s-m-7 {
margin: 7px;
}
.s-mt-7 {
margin-top: 7px;
}
.s-ml-7 {
margin-left: 7px;
}
.s-mr-7 {
margin-right: 7px;
}
.s-mb-7 {
margin-bottom: 7px;
}
.s-m-8 {
margin: 8px;
}
.s-mt-8 {
margin-top: 8px;
}
.s-ml-8 {
margin-left: 8px;
}
.s-mr-8 {
margin-right: 8px;
}
.s-mb-8 {
margin-bottom: 8px;
}
.s-m-9 {
margin: 9px;
}
.s-mt-9 {
margin-top: 9px;
}
.s-ml-9 {
margin-left: 9px;
}
.s-mr-9 {
margin-right: 9px;
}
.s-mb-9 {
margin-bottom: 9px;
}
.s-m-10 {
margin: 10px;
}
.s-mt-10 {
margin-top: 10px;
}
.s-ml-10 {
margin-left: 10px;
}
.s-mr-10 {
margin-right: 10px;
}
.s-mb-10 {
margin-bottom: 10px;
}
.s-m-11 {
margin: 11px;
}
.s-mt-11 {
margin-top: 11px;
}
.s-ml-11 {
margin-left: 11px;
}
.s-mr-11 {
margin-right: 11px;
}
.s-mb-11 {
margin-bottom: 11px;
}
.s-m-12 {
margin: 12px;
}
.s-mt-12 {
margin-top: 12px;
}
.s-ml-12 {
margin-left: 12px;
}
.s-mr-12 {
margin-right: 12px;
}
.s-mb-12 {
margin-bottom: 12px;
}
.s-m-13 {
margin: 13px;
}
.s-mt-13 {
margin-top: 13px;
}
.s-ml-13 {
margin-left: 13px;
}
.s-mr-13 {
margin-right: 13px;
}
.s-mb-13 {
margin-bottom: 13px;
}
.s-m-14 {
margin: 14px;
}
.s-mt-14 {
margin-top: 14px;
}
.s-ml-14 {
margin-left: 14px;
}
.s-mr-14 {
margin-right: 14px;
}
.s-mb-14 {
margin-bottom: 14px;
}
.s-m-15 {
margin: 15px;
}
.s-mt-15 {
margin-top: 15px;
}
.s-ml-15 {
margin-left: 15px;
}
.s-mr-15 {
margin-right: 15px;
}
.s-mb-15 {
margin-bottom: 15px;
}
.s-m-16 {
margin: 16px;
}
.s-mt-16 {
margin-top: 16px;
}
.s-ml-16 {
margin-left: 16px;
}
.s-mr-16 {
margin-right: 16px;
}
.s-mb-16 {
margin-bottom: 16px;
}
.s-m-17 {
margin: 17px;
}
.s-mt-17 {
margin-top: 17px;
}
.s-ml-17 {
margin-left: 17px;
}
.s-mr-17 {
margin-right: 17px;
}
.s-mb-17 {
margin-bottom: 17px;
}
.s-m-18 {
margin: 18px;
}
.s-mt-18 {
margin-top: 18px;
}
.s-ml-18 {
margin-left: 18px;
}
.s-mr-18 {
margin-right: 18px;
}
.s-mb-18 {
margin-bottom: 18px;
}
.s-m-19 {
margin: 19px;
}
.s-mt-19 {
margin-top: 19px;
}
.s-ml-19 {
margin-left: 19px;
}
.s-mr-19 {
margin-right: 19px;
}
.s-mb-19 {
margin-bottom: 19px;
}
.s-m-20 {
margin: 20px;
}
.s-mt-20 {
margin-top: 20px;
}
.s-ml-20 {
margin-left: 20px;
}
.s-mr-20 {
margin-right: 20px;
}
.s-mb-20 {
margin-bottom: 20px;
}
.s-top {
position: absolute;
top: 90px;
}
.s-bottom {
position: absolute;
bottom: 10px;
}
.s-center, .s-table.s-center th {
text-align: center;
}
@media (min-width: 0) {
.s-container {
width: 100%;
}
.s-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media (max-width: 670px) {
.s-order-1-so {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-2-so {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-3-so {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-4-so {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-5-so {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-order-6-so {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.s-none-so {
display: none;
}
.s-fluid-so {
width: 100%;
}
.s-mt-1-so {
margin-top: 1px;
}
.s-m-1-so {
margin: 1px;
}
.s-ml-1-so {
margin-left: 1px;
}
.s-mr-1-so {
margin-right: 1px;
}
.s-mt-2-so {
margin-top: 2px;
}
.s-m-2-so {
margin: 2px;
}
.s-ml-2-so {
margin-left: 2px;
}
.s-mr-2-so {
margin-right: 2px;
}
.s-mt-3-so {
margin-top: 3px;
}
.s-m-3-so {
margin: 3px;
}
.s-ml-3-so {
margin-left: 3px;
}
.s-mr-3-so {
margin-right: 3px;
}
.s-mt-4-so {
margin-top: 4px;
}
.s-m-4-so {
margin: 4px;
}
.s-ml-4-so {
margin-left: 4px;
}
.s-mr-4-so {
margin-right: 4px;
}
.s-mt-5-so {
margin-top: 5px;
}
.s-m-5-so {
margin: 5px;
}
.s-ml-5-so {
margin-left: 5px;
}
.s-mr-5-so {
margin-right: 5px;
}
.s-mt-6-so {
margin-top: 6px;
}
.s-m-6-so {
margin: 6px;
}
.s-ml-6-so {
margin-left: 6px;
}
.s-mr-6-so {
margin-right: 6px;
}
.s-mt-7-so {
margin-top: 7px;
}
.s-m-7-so {
margin: 7px;
}
.s-ml-7-so {
margin-left: 7px;
}
.s-mr-7-so {
margin-right: 7px;
}
.s-mt-8-so {
margin-top: 8px;
}
.s-m-8-so {
margin: 8px;
}
.s-ml-8-so {
margin-left: 8px;
}
.s-mr-8-so {
margin-right: 8px;
}
.s-mt-9-so {
margin-top: 9px;
}
.s-m-9-so {
margin: 9px;
}
.s-ml-9-so {
margin-left: 9px;
}
.s-mr-9-so {
margin-right: 9px;
}
.s-mt-10-so {
margin-top: 10px;
}
.s-m-10-so {
margin: 10px;
}
.s-ml-10-so {
margin-left: 10px;
}
.s-mr-10-so {
margin-right: 10px;
}
.s-mt-11-so {
margin-top: 11px;
}
.s-m-11-so {
margin: 11px;
}
.s-ml-11-so {
margin-left: 11px;
}
.s-mr-11-so {
margin-right: 11px;
}
.s-mt-12-so {
margin-top: 12px;
}
.s-m-12-so {
margin: 12px;
}
.s-ml-12-so {
margin-left: 12px;
}
.s-mr-12-so {
margin-right: 12px;
}
.s-mt-13-so {
margin-top: 13px;
}
.s-m-13-so {
margin: 13px;
}
.s-ml-13-so {
margin-left: 13px;
}
.s-mr-13-so {
margin-right: 13px;
}
.s-mt-14-so {
margin-top: 14px;
}
.s-m-14-so {
margin: 14px;
}
.s-ml-14-so {
margin-left: 14px;
}
.s-mr-14-so {
margin-right: 14px;
}
.s-mt-15-so {
margin-top: 15px;
}
.s-m-15-so {
margin: 15px;
}
.s-ml-15-so {
margin-left: 15px;
}
.s-mr-15-so {
margin-right: 15px;
}
.s-mt-16-so {
margin-top: 16px;
}
.s-m-16-so {
margin: 16px;
}
.s-ml-16-so {
margin-left: 16px;
}
.s-mr-16-so {
margin-right: 16px;
}
.s-mt-17-so {
margin-top: 17px;
}
.s-m-17-so {
margin: 17px;
}
.s-ml-17-so {
margin-left: 17px;
}
.s-mr-17-so {
margin-right: 17px;
}
.s-mt-18-so {
margin-top: 18px;
}
.s-m-18-so {
margin: 18px;
}
.s-ml-18-so {
margin-left: 18px;
}
.s-mr-18-so {
margin-right: 18px;
}
.s-mt-19-so {
margin-top: 19px;
}
.s-m-19-so {
margin: 19px;
}
.s-ml-19-so {
margin-left: 19px;
}
.s-mr-19-so {
margin-right: 19px;
}
.s-mt-20-so {
margin-top: 20px;
}
.s-m-20-so {
margin: 20px;
}
.s-ml-20-so {
margin-left: 20px;
}
.s-mr-20-so {
margin-right: 20px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-container {
width: 720px;
}
.s-md-none {
display: none;
}
}
@media (max-width: 768px) {
.s-sm-none {
display: none;
}
.s-sm-d-block {
display: block;
}
.s-sm-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
@media only screen and (min-device-width: 670px) and (max-device-width: 768px) {
.s-p-1-mo {
border-radius: 1px;
}
.s-mt-1-mo {
margin-top: 1px;
}
.s-mt-1-mo {
margin: 1px;
}
.s-ml-1-mo {
margin-left: 1px;
}
.s-mr-1-mo {
margin-right: 1px;
}
.s-p-2-mo {
border-radius: 2px;
}
.s-mt-2-mo {
margin-top: 2px;
}
.s-mt-2-mo {
margin: 2px;
}
.s-ml-2-mo {
margin-left: 2px;
}
.s-mr-2-mo {
margin-right: 2px;
}
.s-p-3-mo {
border-radius: 3px;
}
.s-mt-3-mo {
margin-top: 3px;
}
.s-mt-3-mo {
margin: 3px;
}
.s-ml-3-mo {
margin-left: 3px;
}
.s-mr-3-mo {
margin-right: 3px;
}
.s-p-4-mo {
border-radius: 4px;
}
.s-mt-4-mo {
margin-top: 4px;
}
.s-mt-4-mo {
margin: 4px;
}
.s-ml-4-mo {
margin-left: 4px;
}
.s-mr-4-mo {
margin-right: 4px;
}
.s-p-5-mo {
border-radius: 5px;
}
.s-mt-5-mo {
margin-top: 5px;
}
.s-mt-5-mo {
margin: 5px;
}
.s-ml-5-mo {
margin-left: 5px;
}
.s-mr-5-mo {
margin-right: 5px;
}
.s-p-6-mo {
border-radius: 6px;
}
.s-mt-6-mo {
margin-top: 6px;
}
.s-mt-6-mo {
margin: 6px;
}
.s-ml-6-mo {
margin-left: 6px;
}
.s-mr-6-mo {
margin-right: 6px;
}
.s-p-7-mo {
border-radius: 7px;
}
.s-mt-7-mo {
margin-top: 7px;
}
.s-mt-7-mo {
margin: 7px;
}
.s-ml-7-mo {
margin-left: 7px;
}
.s-mr-7-mo {
margin-right: 7px;
}
.s-p-8-mo {
border-radius: 8px;
}
.s-mt-8-mo {
margin-top: 8px;
}
.s-mt-8-mo {
margin: 8px;
}
.s-ml-8-mo {
margin-left: 8px;
}
.s-mr-8-mo {
margin-right: 8px;
}
.s-p-9-mo {
border-radius: 9px;
}
.s-mt-9-mo {
margin-top: 9px;
}
.s-mt-9-mo {
margin: 9px;
}
.s-ml-9-mo {
margin-left: 9px;
}
.s-mr-9-mo {
margin-right: 9px;
}
.s-p-10-mo {
border-radius: 10px;
}
.s-mt-10-mo {
margin-top: 10px;
}
.s-mt-10-mo {
margin: 10px;
}
.s-ml-10-mo {
margin-left: 10px;
}
.s-mr-10-mo {
margin-right: 10px;
}
.s-p-11-mo {
border-radius: 11px;
}
.s-mt-11-mo {
margin-top: 11px;
}
.s-mt-11-mo {
margin: 11px;
}
.s-ml-11-mo {
margin-left: 11px;
}
.s-mr-11-mo {
margin-right: 11px;
}
.s-p-12-mo {
border-radius: 12px;
}
.s-mt-12-mo {
margin-top: 12px;
}
.s-mt-12-mo {
margin: 12px;
}
.s-ml-12-mo {
margin-left: 12px;
}
.s-mr-12-mo {
margin-right: 12px;
}
.s-p-13-mo {
border-radius: 13px;
}
.s-mt-13-mo {
margin-top: 13px;
}
.s-mt-13-mo {
margin: 13px;
}
.s-ml-13-mo {
margin-left: 13px;
}
.s-mr-13-mo {
margin-right: 13px;
}
.s-p-14-mo {
border-radius: 14px;
}
.s-mt-14-mo {
margin-top: 14px;
}
.s-mt-14-mo {
margin: 14px;
}
.s-ml-14-mo {
margin-left: 14px;
}
.s-mr-14-mo {
margin-right: 14px;
}
.s-p-15-mo {
border-radius: 15px;
}
.s-mt-15-mo {
margin-top: 15px;
}
.s-mt-15-mo {
margin: 15px;
}
.s-ml-15-mo {
margin-left: 15px;
}
.s-mr-15-mo {
margin-right: 15px;
}
.s-p-16-mo {
border-radius: 16px;
}
.s-mt-16-mo {
margin-top: 16px;
}
.s-mt-16-mo {
margin: 16px;
}
.s-ml-16-mo {
margin-left: 16px;
}
.s-mr-16-mo {
margin-right: 16px;
}
.s-p-17-mo {
border-radius: 17px;
}
.s-mt-17-mo {
margin-top: 17px;
}
.s-mt-17-mo {
margin: 17px;
}
.s-ml-17-mo {
margin-left: 17px;
}
.s-mr-17-mo {
margin-right: 17px;
}
.s-p-18-mo {
border-radius: 18px;
}
.s-mt-18-mo {
margin-top: 18px;
}
.s-mt-18-mo {
margin: 18px;
}
.s-ml-18-mo {
margin-left: 18px;
}
.s-mr-18-mo {
margin-right: 18px;
}
.s-p-19-mo {
border-radius: 19px;
}
.s-mt-19-mo {
margin-top: 19px;
}
.s-mt-19-mo {
margin: 19px;
}
.s-ml-19-mo {
margin-left: 19px;
}
.s-mr-19-mo {
margin-right: 19px;
}
.s-p-20-mo {
border-radius: 20px;
}
.s-mt-20-mo {
margin-top: 20px;
}
.s-mt-20-mo {
margin: 20px;
}
.s-ml-20-mo {
margin-left: 20px;
}
.s-mr-20-mo {
margin-right: 20px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-lg-none {
display: none;
}
.s-lg-d-block {
display: block;
}
.s-lg-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 960px;
}
.s-lg-none {
display: none;
}
}
/*extra larg devices*/
@media (min-width: 1200px) {
.s-xl-none {
display: none;
}
.s-xl-d-block {
display: block;
}
.s-xl-d-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.s-container {
width: 1140px;
}
.s-xl-none {
display: none;
}
.s-order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.s-order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.s-order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.s-order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.s-order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.s-order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Roboto','Times New Roman';
}
body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: rgba(54, 51, 51, 0.8);
}
p {
font-size: 1rem !important;
font-weight: 400;
letter-spacing: 0.009375em !important;
line-height: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}
/*colors*/
/*margins shadows, ...*/
/*extra small to small devices*/
.s-btn, .s-btn-lg, .s-btn-md, .s-btn-round {
display: inline-block;
text-transform: capitalize;
}
.s-btn:hover, .s-btn-lg:hover, .s-btn-md:hover, .s-btn-round:hover {
background: #b9b3b3;
color: #fff;
}
.s-btn, .s-btn-lg, .s-btn-md {
border-width: 0;
outline: none;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
font-size: 0.875rem;
cursor: pointer;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-btn {
padding: 10px 32px;
text-align: center;
}
.s-btn-md {
padding: 12px 35px;
}
.s-btn-lg {
padding: 15px 40px;
}
.s-btn-primary {
background: #6668d3;
color: #fff;
}
.s-btn-primary:hover {
background: rgba(102, 104, 211, 0.8);
}
.s-btn-secondary {
background: #4caf50;
color: #fff;
}
.s-btn-secondary:hover {
background: rgba(76, 175, 80, 0.8);
}
.s-btn-danger {
background: #ff5252;
color: #fff;
}
.s-btn-danger:hover {
background: rgba(255, 82, 82, 0.8);
}
.s-btn-info {
background: #708bd6;
color: #fff;
}
.s-btn-info:hover {
background: rgba(112, 139, 214, 0.8);
}
.s-btn-dark {
background: #363333;
color: #fff;
}
.s-btn-dark:hover {
background: rgba(54, 51, 51, 0.8);
}
.s-btn-light {
background: #f4f7f7;
color: #363333;
}
.s-btn-light:hover {
background: rgba(244, 247, 247, 0.8);
color: #363333;
}
.s-btn-primary-outline {
border: 1px solid #6668d3;
background: none;
}
.s-btn-primary-outline:hover {
background: #6668d3;
color: #fff;
}
button::-moz-focus-inner {
border: 0;
}
.s-btn-secondary-outline {
border: 1px solid #4caf50;
background: none;
}
.s-btn-secondary-outline:hover {
background: #4caf50;
color: #fff;
}
.s-btn-secondary-outline:active {
-webkit-box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.6);
}
.s-btn-danger-outline {
border: 1px solid #ff5252;
background: none;
}
.s-btn-danger-outline:hover {
background: #ff5252;
color: #fff;
}
.s-btn-info-outline {
border: 1px solid #708bd6;
background: none;
}
.s-btn-info-outline:hover {
background: #708bd6;
color: #fff;
}
.s-btn-dark-outline {
border: 1px solid #363333;
background: none;
}
.s-btn-dark-outline:hover {
background: #363333;
color: #fff;
}
.s-btn-block {
width: 100%;
text-align: center;
}
.s-primary-outline {
border: 1px solid #6668d3;
}
.s-secondary-outline {
border: 1px solid #4caf50;
}
.s-danger-outline {
border: 1px solid #ff5252;
}
.s-info-outline {
border: 1px solid #708bd6;
}
.s-warning-outline {
border: 1px solid #fd900a;
}
.s-soft-secondary {
-webkit-box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #4caf50, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-secondary:hover {
background-color: #4caf50;
}
.s-soft-primary {
-webkit-box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #6668d3, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-primary:hover {
background-color: #6668d3;
}
.s-soft-danger {
-webkit-box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #ff5252, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-danger:hover {
background-color: #ff5252;
}
.s-soft-dark {
-webkit-box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #363333, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-dark:hover {
background-color: #363333;
}
.s-soft-light {
-webkit-box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #f4f7f7, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-light:hover {
background-color: #f4f7f7;
}
.s-soft-info {
-webkit-box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 2px #708bd6, 0 0 0 4px #FFFFFF, inset 0 4px 4px rgba(255, 255, 255, 0.5);
}
.s-soft-info:hover {
background-color: #708bd6;
}
.s-checkbox-switch {
width: 55px;
height: 25px;
border-radius: 12px;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #e6e4e4;
-webkit-transition: .4s;
transition: .4s;
position: relative;
}
.s-checkbox-switch::before {
content: '';
position: absolute;
left: 2px;
top: 1.5px;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
-webkit-transition: .4s;
transition: .4s;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-checkbox-switch:hover::before {
-webkit-box-shadow: 0 0 8px 8px #9c9c9cb4;
box-shadow: 0 0 8px 8px #9c9c9cb4;
}
.s-checkbox-switch:checked::before {
background: #fff;
left: 32px;
-webkit-transition: .4s;
transition: .4s;
}
/*-----------------table---------------*/
.s-table {
border-collapse: collapse;
width: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
font-size: 0.8753rem;
color: #363333;
border-radius: 4px;
background-color: #fff;
}
.s-table th, .s-table td {
border: 1px solid #ddd;
padding: 8px;
}
.s-table.simple tr td, .s-table.simple tr th {
border: 0;
border-bottom: 1px solid rgba(54, 51, 51, 0.5);
}
.s-table tr td:hover {
background-color: rgba(244, 247, 247, 0.8);
margin: 10px;
}
.s-table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
font-size: 1rem;
font-weight: normal;
}
.s-table.s-transparent {
background-color: transparent;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.s-table.s-transparent .s-table td, .s-table.s-transparent .s-table th {
border: 1px solid transparent !important;
color: white;
border-spacing: 5px;
}
.s-table.s-no-border td, .s-table.s-no-border th {
border: 0 !important;
}
.s-table.s-tr-space {
border-collapse: separate;
border-spacing: 0 10px;
}
/*check box thim*/
.s-checkbox-switch.s-primary:checked {
background: #6668d3;
}
.s-checkbox-switch.s-primary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-primary:checked:hover::before {
-webkit-box-shadow: #eeeeee;
box-shadow: #eeeeee;
}
.s-checkbox-switch.s-secondary:checked {
background: #4caf50;
}
.s-checkbox-switch.s-secondary:checked::before {
background: #fff;
}
.s-checkbox-switch.s-secondary:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
box-shadow: 0 0 8px 8px rgba(76, 175, 80, 0.5);
}
.s-checkbox-switch.s-danger:checked {
background: #ff5252;
}
.s-checkbox-switch.s-danger:checked::before {
background: #fff;
}
.s-checkbox-switch.s-danger:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
box-shadow: 0 0 8px 8px rgba(255, 82, 82, 0.5);
}
.s-checkbox-switch.s-dark:checked {
background: #363333;
}
.s-checkbox-switch.s-dark:checked::before {
background: #fff;
}
.s-checkbox-switch.s-dark:checked:hover::before {
-webkit-box-shadow: 0 0 8px 8px #656866b4;
box-shadow: 0 0 8px 8px #656866b4;
}
/* radio ------------------------*/
.s-radio {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0;
outline: none;
background: #e4e3e3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-radio:checked {
border: 2px solid #8aa9d6;
}
.s-radio::after {
content: '';
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 6px;
background: #8aa9d6;
z-index: 2;
visibility: hidden;
}
.s-radio:checked::after {
visibility: visible;
}
/*radio them------------------------------*/
.s-radio.s-secondary:checked {
border: 2px solid #4caf50;
}
.s-radio.s-secondary::after {
background: #4caf50;
}
/* range ------------------------------*/
.s-range {
width: 100%;
height: 5px;
background: #e6e4e4;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
.s-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 10px;
height: 10px;
border-radius: 50%;
background: #6668d3;
}
.s-range::-webkit-slider-thumb:hover {
-webkit-box-shadow: 0 0 8px 8px #938fccb4;
box-shadow: 0 0 8px 8px #938fccb4;
}
.s-range::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
}
.s-input, .s-input-fild {
background: transparent;
padding: 10px;
cursor: auto;
border-radius: 4px;
padding: 10px 17px;
background: none;
background-image: none;
border: 1px solid #363333;
border-radius: 5px;
}
.s-input:focus, .s-input-fild:focus {
outline: 0;
}
.s-input-outline-primary {
border: 1px solid #6668d3;
}
.s-input-outline-secondary {
border: 1px solid #4caf50;
}
.s-input-outline-danger {
border: 1px solid #ff5252;
}
/*checkbox ------------------------------------*/
.s-select {
width: 100%;
padding: 6px;
outline: none;
letter-spacing: .2rem;
text-indent: 3px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: pre;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-width: 0;
cursor: pointer;
}
.s-select :not(:-internal-list-box) {
overflow: visible !important;
background-color: #fff;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-select option {
white-space: pre;
color: #363333;
border: 0;
outline: none;
font-size: .875rem;
text-indent: 30px;
}
.s-input-field {
border: 0;
width: 100%;
border-bottom: 1px solid rgba(54, 51, 51, 0.8);
-webkit-transition: .4s;
transition: .4s;
background: transparent;
}
.s-input-field :focus {
outline: 0;
border-bottom: 1px solid #6668d3;
color: rgba(54, 51, 51, 0.8);
}
.s-input-group {
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
margin: 2px 0;
border: 1px solid #adacac;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-input-group .s-input, .s-input-group .s-input-field, .s-input-group input {
width: 100%;
border: 0;
}
.s-input-group .s-label {
pointer-events: none;
}
.s-input-group .s-icon, .s-input-group .s-icon-lg {
height: 100%;
border-radius: 0;
}
.s-input-group .s-icon :hover, .s-input-group .s-icon-lg :hover {
background: transparent;
}
.s-input-container {
position: relative;
width: 100%;
background-color: transparent;
margin: 7px 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-input-container .s-label {
position: absolute;
bottom: 0;
left: 2px;
pointer-events: none;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
font-size: .875rem;
color: rgba(54, 51, 51, 0.8);
z-index: 0;
opacity: 1;
}
.s-input-container .s-input-field:focus ~ label {
top: 0;
-webkit-transition: .4s;
transition: .4s;
opacity: .3;
font-size: 6px;
}
.s-input-field:focus {
border-color: #6668d3;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.s-alert {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
padding: 0 10px;
font-size: .875rem;
line-height: 1.333rem;
font-weight: 450;
color: #f4f7f7;
overflow-wrap: break-word;
}
.s-alert-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-alert-error {
background: #ff5252;
}
.s-alert-info {
background: #708bd6;
}
.s-alert-success {
background: #4caf50;
}
.s-alert-warning {
background: #fd900a;
}
.s-alert-outline-error {
border: 1px solid #ff5252;
color: #ff5252;
}
.s-alert-outline-info {
border: 1px solid #708bd6;
color: #708bd6;
}
.s-alert-outline-success {
border: 1px solid #4caf50;
color: #4caf50;
}
.s-alert-outline-warning {
border: 1px solid #fd900a;
color: #fd900a;
}
.s-avatar, .s-icon, .s-badg, .s-badg-badg, .s-icon-lg {
height: 50px;
width: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: normal;
position: relative;
text-align: center;
vertical-align: middle;
background-color: #f4f7f7;
padding: 2px;
}
.s-avatar-img {
width: 100%;
height: 100%;
border-radius: inherit;
}
.s-toolbar {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
padding: 0 12px;
background-color: #fff;
color: rgba(54, 51, 51, 0.8);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.s-toolbar .s-icon, .s-toolbar li, .s-toolbar a {
cursor: pointer;
}
.s-toolbar li {
list-style: none;
}
.s-toolbar a {
text-decoration: none;
}
.s-toolbrar-title {
font-size: 20px;
font-weight: 500;
}
.s-toolbar.s-left {
height: 100%;
position: absolute;
left: 0;
padding: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.s-toolbar.s-left .s-nav-container {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-toolbar.s-bottom {
position: absolute;
bottom: 0;
}
.s-nav-container, .s-nav, .s-ul, .s-ol {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: ease-in-out 2s;
transition: ease-in-out 2s;
}
.s-nav-container.s-left, .s-nav-container.dropdown {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.s-nav-container.dropdown {
width: inherit;
position: absolute;
bottom: -60px;
left: 0;
top: 60px;
background-color: inherit;
color: inherit;
min-height: 300px;
-webkit-box-shadow: inherit;
box-shadow: inherit;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-transition: ease-in-out .3s;
transition: ease-in-out .3s;
}
.s-nav-container.dropdown .s-ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px;
}
.s-app {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.s-drawer {
overflow: hidden;
}
.s-drawer-container {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(36, 36, 36, 0.3);
}
.s-drawer-contents {
height: 100%;
overflow: auto;
background-color: #fff;
width: 300px;
}
.left {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.top-left {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.s-icon, .s-icon-lg {
width: 30px;
height: 30px;
font-size: 24px;
background: none;
font-size: inherit;
}
.s-icon:hover, .s-icon-lg:hover {
background-color: rgba(244, 247, 247, 0.8);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.s-icon-lg {
width: 40px;
height: 40px;
}
button .s-icon:hover, button .s-icon-lg:hover, form .s-icon:hover, form .s-icon-lg:hover {
background-color: transparent !important;
}
button .s-icon {
font-size: 20px;
}
.s-dropdown {
border: 0;
border-radius: 0;
outline: none;
height: 40px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
-webkit-transition: ease-in-out .8s;
transition: ease-in-out .8s;
}
.s-dropdown .s-arrow:hover {
background-color: transparent;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.s-dropdown .s-ddown-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 8px 16px;
max-width: 100vw;
height: 100%;
-ms-flex-preferred-size: 1;
flex-basis: 1;
white-space: nowrap;
}
.s-dropdown .s-ddown-title:hover ~ .s-ddown-menu {
display: block;
}
.s-dropdown .s-ddown-menu {
position: absolute;
top: 40px;
left: 0;
padding: 16px;
white-space: nowrap;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
min-height: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.3rem;
z-index: 2;
background-color: inherit;
border-radius: inherit;
display: none;
overflow: visible;
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.s-dropdown .s-ddown-menu:hover {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.s-dropdown .s-ddown-item {
text-decoration: none;
list-style-type: none;
padding: 5px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
cursor: pointer;
}
.s-dropdown .s-ddown-item:hover {
background-color: rgba(244, 247, 247, 0.8);
}
.s-dropdown.d-right .s-ddown-menu {
top: 40px;
left: 100%;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
.s-dropdown.d-top .s-ddown-menu {
top: 0;
-webkit-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.s-dialog {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
z-index: 1000;
background: rgba(36, 36, 36, 0.3);
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s .2s, opacity .2s linear;
transition: visibility 0s .2s, opacity .2s linear;
}
.s-dialog-container {
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
z-index: 1001;
opacity: 1;
word-break: break-all;
position: relative;
-webkit-transition: all .2s;
transition: all .2s;
}
.s-small, .s-larg, .s-medium {
background: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 16px;
min-height: 200px;
max-height: 500px;
}
.s-dialog-action {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.s-dialog.s-show {
visibility: visible;
opacity: 1;
-webkit-transition: opacity .4s linear;
transition: opacity .4s linear;
}
@keyframes open {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes close {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(121, 118, 118, 0.24);
background-color: #fff;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-title .s-icon {
cursor: pointer;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-form {
line-height: 1.956em;
}
.s-form-group {
line-height: 1.956em;
width: 100%;
position: relative;
}
.s-password {
position: relative;
}
.s-password .s-togle-icon {
position: absolute;
top: 3px;
right: 5px;
font-size: 1rem;
cursor: pointer;
}
.s-flip-card {
width: 100% !important;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background: #fff;
padding: 16px;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*&:hover{
transform: rotateY(180deg);
}*/
}
.s-flip-card .s-flip-card-front, .s-flip-card .s-flip-card-back {
position: absolute;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: inherit;
}
.s-flip-card .s-flip-card-back {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-flip {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.s-f-back {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.s-according {
overflow: hidden;
width: 100%;
}
.s-accord-item {
margin: 1px 0;
overflow: hidden;
}
.s-accord-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: white;
padding: 3px 16px;
z-index: 3;
}
.s-accord-item:last-child {
border-radius: 0 0 4px 4px;
}
.s-accord-item:first-child {
border-radius: 4px 4px 0 0;
}
.s-accord-content {
padding: 16px;
-webkit-transition: all 2s linear;
transition: all 2s linear;
display: none;
opacity: 0;
z-index: -1;
background-color: white;
}
.s-list {
padding: 16px;
background-color: #fff;
height: 100%;
list-style-type: none;
font-size: 0.875rem;
font-weight: 400;
line-height: 2.0rem;
letter-spacing: 0.0071428571em;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}
.s-list-item {
list-style-type: none;
line-height: 1.2rem;
border-radius: 4px;
padding: 5px;
white-space: nowrap;
}
.s-hover .s-list-item:hover {
background: rgba(102, 104, 211, 0.3);
}
.s-list-item:hover {
background: none;
}
.s-list-link {
font-size: 1.0rem;
font-weight: 500;
color: #363333;
text-decoration: none;
}
.s-card-content {
width: 100%;
padding: 16px;
line-height: 1.5;
font-size: 0.975rem;
}
.s-card-title {
font-weight: 500;
font-size: 1.3rem;
}
.s-card-action, .s-card-footer {
margin-top: 10px;
}
.s-card-footer {
padding: 16px;
border-radius: 0 0 4px 4px;
}
.s-card-image, .s-card-header {
border-radius: 4px 4px 0 0;
position: relative;
}
.s-card-image img, .s-card-header img {
border-radius: 4px 4px 0 0;
}
.s-card-header {
padding: 16px;
}
.s-responsive-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.s-carosul {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* 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) */
/* The dots/bullets/indicators */
.s-dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
-webkit-transition: background-color 0.6s ease;
transition: background-color 0.6s ease;
}
.active, .s-dot:hover {
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: 300px) {
.prev, .next, .text {
font-size: 11px;
}
}
@media (max-width: 768px) {
.s-larg {
width: 90%;
}
}
@media (max-width: 500px) {
.s-drawer-contents {
width: 70%;
}
}
@media (min-width: 0) {
.s-flip-card {
width: 250px;
}
}
/*medium devices*/
@media (min-width: 768px) {
.s-flip-card {
width: 300px;
}
.s-drawer-contents {
width: 300px;
}
}
/*larg devices*/
@media (min-width: 992px) {
.s-flip-card {
width: 350px;
}
}
/*extra larg devices*/
/*# sourceMappingURL=simplify.css.map */
| 0.390708 | 0.089415 |
*{margin: 0; padding: 0;}
body {
background-color: #f8fafb ;
font-family: 'moderat_trialregular', sans-serif;
}
button,
input,
optgroup,
select,
textarea {
font-family: 'moderat_trialregular', sans-serif;
outline: none;
}
*:focus {
outline: none;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #acacac;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #acacac;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #b8b8b8;
}
:-moz-placeholder {
/* Firefox 18- */
color: #b8b8b8;
}
.clear {
clear: both;
}
form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
.push {
height: 70px;
}
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}
html,
body {
-webkit-text-size-adjust: 100%;
}
.fl {
float: left;
}
.fr {
float: right;
}
.relative {
position: relative;
}
/* ------- end common css -------------*/
/*-------- Login common css -----------*/
#mainWraper {
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
float: left;
}
.login{ background-image: url(../images/login-bg.jpg); background-repeat: repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/*-------- login section -----------*/
.loginwrapper {
width: 100%;
max-width: 470px;
min-height: 330px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.loginLogo {
width: 100%;
float: left;
text-align: center;
margin-bottom: 40px;
}
.innWrapper {
width: 100%;
height: 100%;
float: left;
padding: 30px 40px 30px;
box-sizing: border-box;
background: #fff;
box-shadow: 0px 1px 10px 0px #e6e8e8;
border-radius: 5px;
}
.padding-top10{ padding-top: 10px; }
.innWrapper label{ font-size:14px; font-family: avenirregular; font-weight: bold; color: #a4a2a2; }
.innWrapper label.checkbox{ font-weight: normal; }
.login-title{ text-align: center; font-size:24px; font-family: moderat_trialbold; color: #a4a2a2; margin-bottom: 25px; margin-top: 20px; }
.loginBtn{ cursor: pointer; background-color: #3eb1c9; border:1px solid #3eb1c9; padding: 10px 0px 10px; width:100px; height: 40px; font-family:moderat_trialregular }
.loginBtn:hover{background-color: #1d8ea6; border:1px solid #1d8ea6;}
.form-control:focus{
color: #464a4c;
background-color: #fff;
border-color: #3eb1c9;
outline: 0;}
.btn.focus, .btn:focus{box-shadow: none;}
.loginInput{ padding: .7rem .75rem }
.forgotpassword{ margin-top: 30px; font-size: 14px; color: #a4a2a2; font-family: moderat_trialregular; }
.forgotpassword a{ color: #ff6700; text-decoration: underline;}
.error{border-color: #ff0000;}
/*-------- login section ends -----------*/
/*-------- header nav -----------*/
button:focus{outline:0;}
header{border-bottom: 1px solid #e6e8e9; background-color: #fff; width: 100%; float:left; display: flex; min-width: 1340px;}
header .logo{padding:25px 20px; float: left;}
.usersection{
padding: 25px 20px; float: right;;
}
.mainNav{ flex: 1; padding: 15px 0 0;border-left: 1px solid #e6e8e9; border-right: 1px solid #e6e8e9; text-align: center; }
.mainNav ul{margin: 0; padding: 0;list-style: none;}
.mainNav ul > li{ display: inline; font-family:avenirregular; margin: 0 5px; font-size: 14px; position: relative;}
.mainNav ul > li > a{ color: #878585; border-bottom: 2px solid #fff;padding: 18px 10px 21px; display: inline-block; transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in; }
.mainNav ul > li:hover > a{color: #373a36; text-decoration: none;border-bottom: 2px solid #ff6700;}
.mainNav ul > li.active > a{color: #373a36; text-decoration: none;border-bottom: 2px solid #ff6700;}
.mainNav ul > li.drop > a{ background-image: url(../images/dropArrow.png); background-repeat: no-repeat; background-position: 100% 26px; padding-right: 20px; }
ul.maindropdown{position: absolute; top:41px; left: 0; width: 200px; background-color: #fff; border: 1px solid #e6e8e9;border-radius:0px 0px 5px 5px; display: none;}
ul.maindropdown > li{ display: block; text-align: left; margin: 0; }
ul.maindropdown > li a{ padding: 5px 10px ; display: block;border-bottom: 1px solid #f0f1f2 }
ul.maindropdown > li a:hover{ border-bottom: 1px solid #f0f1f2; background: #ccc; color: #fff; }
ul.maindropdown > li:last-child a{border-bottom: 0}
.mainNav ul > li:hover ul.maindropdown{ display: block; }
.userBtn{color: #373a36; font-size: 14px; font-family:avenirregular; background-image: url(../images/dropArrow.png); background-repeat: no-repeat; background-position: 100% 7px; padding-right: 20px; }
.userBtn:hover{text-decoration: none;}
.bodyContainer{padding: 20px; width: 100%; float: left; box-sizing: border-box; min-width: 1340px;
overflow-x: auto;}
.maintitle{ width: 100%; float: left;padding-bottom: 15px; }
.maintitle h2{ font-size: 24px; color: #a4a2a2; font-family: moderat_trialbold; float: left; margin: 0; padding: 15px 0 0 0; }
.maintitle .add{ width: 55px; margin-top: -5px; height: 55px; float: right;background-color: #ff6700; padding-top: 8px; text-align: center; box-shadow: 0px 0px 4px 2px #ccc; box-sizing: border-box; border-radius: 50px; color: #fff; font-size: 28px; font-family:moderat_trialbold; font-weight: bold;}
.maintitle .add:hover{ text-decoration: none; }
.maintitle .add:focus{ text-decoration: none; }
.searchSection{ width:100%; float: left; background-color: #fff; box-shadow: 0px 0px 4px 2px #eff1f2; border-radius: 5px; padding: 15px 25px 20px;}
.col1{width: 100%;
max-width: 30.3%;
margin-right: 20px;
float: left;}
.searchSection label{ font-weight: bold; font-family: avenirregular; color: #a4a2a2; }
.btn-primary{cursor: pointer; background-color: #3eb1c9; border:1px solid #3eb1c9; padding: 10px 0px 10px; width:100px; height: 40px; font-family:moderat_trialregular}
.btn-primary:hover{background-color: #1d8ea6; border:1px solid #1d8ea6;}
.gridsection{ width: 100%; float: left; margin-top: 30px; }
.totalrecord{ margin-bottom:5px; font-family:avenirregular; color: #a4a2a2; font-size: 13px; }
.tableGrid{margin-top: 10px;font-size:14px; color: #a4a2a2; font-family:avenirregular;}
.tableGrid .thead{font-weight: bold; padding: 8px 10px;}
.tableGrid .tbody{color: #5d5d5c; padding: 11px 10px 6px; border-bottom: 1px solid #eff1f2; background-color: #fff; box-shadow:0px 1px 2px 1px #eff1f2; border-radius: 5px; margin-bottom: 10px; }
.tableGrid .tbody:hover{border-bottom: 1px solid #b0dfe9;box-shadow:0px 2px 5px -1px #b0dfe9; }
/*-------- order list -----------*/
.padtop5{ padding-top: 5px; }
.padtop10{ padding-top: 10px; }
.bdrtop{ border-top: 1px solid #e3e3e3; }
.bdrbtm{ border-bottom: 1px solid #e3e3e3; }
.padbtm5{ padding-bottom: 5px; }
.padbtm10{ padding-bottom: 10px; }
.icon{ width: 18px; height: 18px; float: left; background-image: url(../images/sprit-icon.png); background-repeat: no-repeat; background-position: 0 0;}
.icon.usericon{background-position: -9px -8px;}
.icon.emailicon{background-position: -42px -8px; margin-right: 5px;}
.icon.locationicon{background-position: -78px -10px;}
.icon.status{background-position: -111px -9px;}
.icon.editicon{background-position:-190px -10px; width: 25px; height:18px; display: inline-block; float: none;}
.tableGrid .tbody:hover .icon.editicon{background-position:-145px -10px;}
.font13{ font-size: 13px;}
.icon.editicon.fr{ float: right; }
.pagination{ margin-top: 20px; text-align: right; width: 100%; float: right}
.pager{border: 1px solid #e1e5e6; box-shadow: 0px 0px 1px 0px #eff1f2; border-radius: 5px; margin: 0; padding: 0; background-color: #fff;list-style: none; float: right}
.pager li{display: inline; font-size: 15px; font-family:avenirregular; }
.pager li a{display: inline-block; padding: 5px 15px 4px;color: #3eb1c9; background-image:url(../images/sprit-icon.png); background-repeat: no-repeat; background-position: 0 -100px; border-radius: 0; border: 0; font-size:14px; }
.pager li a:hover{background-color: #edf1f2; text-decoration: none; }
.pager li a.active{background-color: #3eb1c9; color: #fff;}
.pager li a.first{background-position:-90px -42px;}
.pager li a.prev{background-position: -47px -39px;}
.pager li a.first.disable{background-position:-4px -40px; background-color:#edf1f2; cursor: text; }
.pager li a.prev.disable{background-position: -132px -42px; background-color:#edf1f2; cursor: text;}
.pager li a.next{background-position: -84px -39px;}
.pager li a.last{background-position:-127px -39px;}
.pager li a.next.disable{background-position: -169px -42px; background-color:#edf1f2; cursor: text;}
.pager li a.last.disable{background-position: -211px -42px; background-color:#edf1f2; cursor: text;}
.modal-backdrop{ background-color: transparent; }
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 99; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 10% auto; /* 15% from the top and centered */
padding: 0px;
border: 1px solid #888;
width: 100%;
max-width: 1000px /* Could be more or less, depending on screen size */
}
.modal-content.alert{ max-width: 535px; }
.modal-body {
padding:20px 30px 25px;
background-color: #f8fafb;
}
.modal-body.notserved{ padding:20px 30px; }
.modal-body.scroll{max-height: 260px; overflow-y:auto;}
.modal-content.chat{max-width: 680px;}
.modal-body label{font-weight: bold; color: #a4a2a2}
.modal-body .form-group{margin-bottom: 25px;}
/* The Close Button */
.close {
color: #878585;
float: right;
font-size: 28px;
text-align: right;
padding-left: 10px;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal-title {
background-color: #fff;
font-size: 20px;
font-family: moderat_trialmedium;
padding:25px 25px 15px;
color: #5d5d5c;
border-radius: 4px 4px 0px 0px;
position: relative;
z-index: 999;
border-bottom: 1px solid #eff1f2;
}
button.close {
margin-right: 20px;
margin-top: 22px;
color: #878585;
opacity: 1;
font-weight: normal;
position: relative;
z-index: 9999;
}
.modal-footer{padding:20px 30px 20px;}
.modal-footer .resetpassword{ color:#ff6700; text-decoration:underline; float: left; margin-top: 12px; }
.modal-footer.notServed{padding: 20px 30px 15px;}
/*-------- orderlist ends -----------*/
label{color: #373a36; font-size: 13px; font-family:avenirregular; margin-bottom:0; }
.required{ color: #f50000; }
.group{border-bottom: 1px solid #e3e3e3; padding: 15px 0;}
.form-control{ font-size: 15px; font-family:avenirregular ; color: #373a36; height: 40px; }
.cancelbtn{ background-color: transparent; font-weight: bold; color: #a4a2a2; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
outline: none;
}
/* The container */
.radiobox {
display: block;
position: relative;
padding-left:26px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: avenirregular;
}
/* Hide the browser's default radio button */
.radiobox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radiomark {
position: absolute;
top: 0;
left: 0;
height: 21px;
width: 21px;
background-color: #cfcdcd;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .radiomark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radiobox input:checked ~ .radiomark {
background-color: #fe6b00;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
content: "";
position: absolute;
display: block;
}
/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .radiomark:after {
display: block;
background-position:3px -28px;
}
/* Style the indicator (dot/circle) */
.radiobox .radiomark:after {
top: 3px;
left: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fff;
background-image: url(../images/dot.png);
background-repeat: no-repeat;
background-position: 0 0;
}
/* The container */
.checkbox {
display: block;
position: relative;
padding-left:26px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: avenirregular;
}
/* Hide the browser's default radio button */
.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 21px;
width: 21px;
background-color: #3eb1c9;
border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
background-color: #3eb1c9;
}
/* When the radio button is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
background-color: #3eb1c9;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: block;
}
/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkmark:after {
display: block;
background-image: url(../images/dot.png);
background-position: 0 2px;
}
/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
top: 3px;
left: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #3eb1c9;
background-repeat: no-repeat;
}
/*-------- body continer ends -----------*/
@media only screen and (min-width: 979px) and (max-width:1366px) {
.col1{max-width: 29.1%;}
}
.templateSction{}
.templateouter{ padding:15px 15px 5px; border-bottom: 1px solid #eff1f2; background-color: #fff; box-shadow:0px 1px 2px 1px #eff1f2; border-radius: 5px; margin-bottom: 25px;}
.templateouter:hover{border-bottom: 1px solid #b0dfe9;box-shadow:0px 2px 5px -1px #b0dfe9; }
.templateouter h3{color: #3eb1c9; font-size: 18px; font-family:avenirregular; margin:0; padding: 0 0 10px 0; }
.templateouter p{ font-size: 14px; color: #a4a2a2; line-height: 18px; margin-bottom: 5px; }
.templateouter p.text{ margin-bottom: 15px; }
.templateouter:hover p.text{color:#5d5d5c;}
.templateouter:hover .icon.editicon{background-position:-145px -10px;}
textarea.form-control.textarea{ font-size: 14px; color: #5d5d5c;font-family:avenirregular; height: 180px; padding: 10px; }
.searchSection.pad5{ padding-left: 5px; padding-right: 5px; }
.avtiveArea .input-group-addon{ border: 1px solid #3eb1c9; border-left: 0;}
.searchSection .btn-basic{ padding:10px 0px 10px; min-width:100px; height: 40px; background-color: transparent;border:2px solid #ccc; margin-right: 20px; }
|
src/assets/adminAssets/css/style.css
|
*{margin: 0; padding: 0;}
body {
background-color: #f8fafb ;
font-family: 'moderat_trialregular', sans-serif;
}
button,
input,
optgroup,
select,
textarea {
font-family: 'moderat_trialregular', sans-serif;
outline: none;
}
*:focus {
outline: none;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #acacac;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #acacac;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #b8b8b8;
}
:-moz-placeholder {
/* Firefox 18- */
color: #b8b8b8;
}
.clear {
clear: both;
}
form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
.push {
height: 70px;
}
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}
html,
body {
-webkit-text-size-adjust: 100%;
}
.fl {
float: left;
}
.fr {
float: right;
}
.relative {
position: relative;
}
/* ------- end common css -------------*/
/*-------- Login common css -----------*/
#mainWraper {
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
float: left;
}
.login{ background-image: url(../images/login-bg.jpg); background-repeat: repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/*-------- login section -----------*/
.loginwrapper {
width: 100%;
max-width: 470px;
min-height: 330px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.loginLogo {
width: 100%;
float: left;
text-align: center;
margin-bottom: 40px;
}
.innWrapper {
width: 100%;
height: 100%;
float: left;
padding: 30px 40px 30px;
box-sizing: border-box;
background: #fff;
box-shadow: 0px 1px 10px 0px #e6e8e8;
border-radius: 5px;
}
.padding-top10{ padding-top: 10px; }
.innWrapper label{ font-size:14px; font-family: avenirregular; font-weight: bold; color: #a4a2a2; }
.innWrapper label.checkbox{ font-weight: normal; }
.login-title{ text-align: center; font-size:24px; font-family: moderat_trialbold; color: #a4a2a2; margin-bottom: 25px; margin-top: 20px; }
.loginBtn{ cursor: pointer; background-color: #3eb1c9; border:1px solid #3eb1c9; padding: 10px 0px 10px; width:100px; height: 40px; font-family:moderat_trialregular }
.loginBtn:hover{background-color: #1d8ea6; border:1px solid #1d8ea6;}
.form-control:focus{
color: #464a4c;
background-color: #fff;
border-color: #3eb1c9;
outline: 0;}
.btn.focus, .btn:focus{box-shadow: none;}
.loginInput{ padding: .7rem .75rem }
.forgotpassword{ margin-top: 30px; font-size: 14px; color: #a4a2a2; font-family: moderat_trialregular; }
.forgotpassword a{ color: #ff6700; text-decoration: underline;}
.error{border-color: #ff0000;}
/*-------- login section ends -----------*/
/*-------- header nav -----------*/
button:focus{outline:0;}
header{border-bottom: 1px solid #e6e8e9; background-color: #fff; width: 100%; float:left; display: flex; min-width: 1340px;}
header .logo{padding:25px 20px; float: left;}
.usersection{
padding: 25px 20px; float: right;;
}
.mainNav{ flex: 1; padding: 15px 0 0;border-left: 1px solid #e6e8e9; border-right: 1px solid #e6e8e9; text-align: center; }
.mainNav ul{margin: 0; padding: 0;list-style: none;}
.mainNav ul > li{ display: inline; font-family:avenirregular; margin: 0 5px; font-size: 14px; position: relative;}
.mainNav ul > li > a{ color: #878585; border-bottom: 2px solid #fff;padding: 18px 10px 21px; display: inline-block; transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in; }
.mainNav ul > li:hover > a{color: #373a36; text-decoration: none;border-bottom: 2px solid #ff6700;}
.mainNav ul > li.active > a{color: #373a36; text-decoration: none;border-bottom: 2px solid #ff6700;}
.mainNav ul > li.drop > a{ background-image: url(../images/dropArrow.png); background-repeat: no-repeat; background-position: 100% 26px; padding-right: 20px; }
ul.maindropdown{position: absolute; top:41px; left: 0; width: 200px; background-color: #fff; border: 1px solid #e6e8e9;border-radius:0px 0px 5px 5px; display: none;}
ul.maindropdown > li{ display: block; text-align: left; margin: 0; }
ul.maindropdown > li a{ padding: 5px 10px ; display: block;border-bottom: 1px solid #f0f1f2 }
ul.maindropdown > li a:hover{ border-bottom: 1px solid #f0f1f2; background: #ccc; color: #fff; }
ul.maindropdown > li:last-child a{border-bottom: 0}
.mainNav ul > li:hover ul.maindropdown{ display: block; }
.userBtn{color: #373a36; font-size: 14px; font-family:avenirregular; background-image: url(../images/dropArrow.png); background-repeat: no-repeat; background-position: 100% 7px; padding-right: 20px; }
.userBtn:hover{text-decoration: none;}
.bodyContainer{padding: 20px; width: 100%; float: left; box-sizing: border-box; min-width: 1340px;
overflow-x: auto;}
.maintitle{ width: 100%; float: left;padding-bottom: 15px; }
.maintitle h2{ font-size: 24px; color: #a4a2a2; font-family: moderat_trialbold; float: left; margin: 0; padding: 15px 0 0 0; }
.maintitle .add{ width: 55px; margin-top: -5px; height: 55px; float: right;background-color: #ff6700; padding-top: 8px; text-align: center; box-shadow: 0px 0px 4px 2px #ccc; box-sizing: border-box; border-radius: 50px; color: #fff; font-size: 28px; font-family:moderat_trialbold; font-weight: bold;}
.maintitle .add:hover{ text-decoration: none; }
.maintitle .add:focus{ text-decoration: none; }
.searchSection{ width:100%; float: left; background-color: #fff; box-shadow: 0px 0px 4px 2px #eff1f2; border-radius: 5px; padding: 15px 25px 20px;}
.col1{width: 100%;
max-width: 30.3%;
margin-right: 20px;
float: left;}
.searchSection label{ font-weight: bold; font-family: avenirregular; color: #a4a2a2; }
.btn-primary{cursor: pointer; background-color: #3eb1c9; border:1px solid #3eb1c9; padding: 10px 0px 10px; width:100px; height: 40px; font-family:moderat_trialregular}
.btn-primary:hover{background-color: #1d8ea6; border:1px solid #1d8ea6;}
.gridsection{ width: 100%; float: left; margin-top: 30px; }
.totalrecord{ margin-bottom:5px; font-family:avenirregular; color: #a4a2a2; font-size: 13px; }
.tableGrid{margin-top: 10px;font-size:14px; color: #a4a2a2; font-family:avenirregular;}
.tableGrid .thead{font-weight: bold; padding: 8px 10px;}
.tableGrid .tbody{color: #5d5d5c; padding: 11px 10px 6px; border-bottom: 1px solid #eff1f2; background-color: #fff; box-shadow:0px 1px 2px 1px #eff1f2; border-radius: 5px; margin-bottom: 10px; }
.tableGrid .tbody:hover{border-bottom: 1px solid #b0dfe9;box-shadow:0px 2px 5px -1px #b0dfe9; }
/*-------- order list -----------*/
.padtop5{ padding-top: 5px; }
.padtop10{ padding-top: 10px; }
.bdrtop{ border-top: 1px solid #e3e3e3; }
.bdrbtm{ border-bottom: 1px solid #e3e3e3; }
.padbtm5{ padding-bottom: 5px; }
.padbtm10{ padding-bottom: 10px; }
.icon{ width: 18px; height: 18px; float: left; background-image: url(../images/sprit-icon.png); background-repeat: no-repeat; background-position: 0 0;}
.icon.usericon{background-position: -9px -8px;}
.icon.emailicon{background-position: -42px -8px; margin-right: 5px;}
.icon.locationicon{background-position: -78px -10px;}
.icon.status{background-position: -111px -9px;}
.icon.editicon{background-position:-190px -10px; width: 25px; height:18px; display: inline-block; float: none;}
.tableGrid .tbody:hover .icon.editicon{background-position:-145px -10px;}
.font13{ font-size: 13px;}
.icon.editicon.fr{ float: right; }
.pagination{ margin-top: 20px; text-align: right; width: 100%; float: right}
.pager{border: 1px solid #e1e5e6; box-shadow: 0px 0px 1px 0px #eff1f2; border-radius: 5px; margin: 0; padding: 0; background-color: #fff;list-style: none; float: right}
.pager li{display: inline; font-size: 15px; font-family:avenirregular; }
.pager li a{display: inline-block; padding: 5px 15px 4px;color: #3eb1c9; background-image:url(../images/sprit-icon.png); background-repeat: no-repeat; background-position: 0 -100px; border-radius: 0; border: 0; font-size:14px; }
.pager li a:hover{background-color: #edf1f2; text-decoration: none; }
.pager li a.active{background-color: #3eb1c9; color: #fff;}
.pager li a.first{background-position:-90px -42px;}
.pager li a.prev{background-position: -47px -39px;}
.pager li a.first.disable{background-position:-4px -40px; background-color:#edf1f2; cursor: text; }
.pager li a.prev.disable{background-position: -132px -42px; background-color:#edf1f2; cursor: text;}
.pager li a.next{background-position: -84px -39px;}
.pager li a.last{background-position:-127px -39px;}
.pager li a.next.disable{background-position: -169px -42px; background-color:#edf1f2; cursor: text;}
.pager li a.last.disable{background-position: -211px -42px; background-color:#edf1f2; cursor: text;}
.modal-backdrop{ background-color: transparent; }
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 99; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 10% auto; /* 15% from the top and centered */
padding: 0px;
border: 1px solid #888;
width: 100%;
max-width: 1000px /* Could be more or less, depending on screen size */
}
.modal-content.alert{ max-width: 535px; }
.modal-body {
padding:20px 30px 25px;
background-color: #f8fafb;
}
.modal-body.notserved{ padding:20px 30px; }
.modal-body.scroll{max-height: 260px; overflow-y:auto;}
.modal-content.chat{max-width: 680px;}
.modal-body label{font-weight: bold; color: #a4a2a2}
.modal-body .form-group{margin-bottom: 25px;}
/* The Close Button */
.close {
color: #878585;
float: right;
font-size: 28px;
text-align: right;
padding-left: 10px;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal-title {
background-color: #fff;
font-size: 20px;
font-family: moderat_trialmedium;
padding:25px 25px 15px;
color: #5d5d5c;
border-radius: 4px 4px 0px 0px;
position: relative;
z-index: 999;
border-bottom: 1px solid #eff1f2;
}
button.close {
margin-right: 20px;
margin-top: 22px;
color: #878585;
opacity: 1;
font-weight: normal;
position: relative;
z-index: 9999;
}
.modal-footer{padding:20px 30px 20px;}
.modal-footer .resetpassword{ color:#ff6700; text-decoration:underline; float: left; margin-top: 12px; }
.modal-footer.notServed{padding: 20px 30px 15px;}
/*-------- orderlist ends -----------*/
label{color: #373a36; font-size: 13px; font-family:avenirregular; margin-bottom:0; }
.required{ color: #f50000; }
.group{border-bottom: 1px solid #e3e3e3; padding: 15px 0;}
.form-control{ font-size: 15px; font-family:avenirregular ; color: #373a36; height: 40px; }
.cancelbtn{ background-color: transparent; font-weight: bold; color: #a4a2a2; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
outline: none;
}
/* The container */
.radiobox {
display: block;
position: relative;
padding-left:26px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: avenirregular;
}
/* Hide the browser's default radio button */
.radiobox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radiomark {
position: absolute;
top: 0;
left: 0;
height: 21px;
width: 21px;
background-color: #cfcdcd;
border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .radiomark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radiobox input:checked ~ .radiomark {
background-color: #fe6b00;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
content: "";
position: absolute;
display: block;
}
/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .radiomark:after {
display: block;
background-position:3px -28px;
}
/* Style the indicator (dot/circle) */
.radiobox .radiomark:after {
top: 3px;
left: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fff;
background-image: url(../images/dot.png);
background-repeat: no-repeat;
background-position: 0 0;
}
/* The container */
.checkbox {
display: block;
position: relative;
padding-left:26px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: avenirregular;
}
/* Hide the browser's default radio button */
.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 21px;
width: 21px;
background-color: #3eb1c9;
border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
background-color: #3eb1c9;
}
/* When the radio button is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
background-color: #3eb1c9;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: block;
}
/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkmark:after {
display: block;
background-image: url(../images/dot.png);
background-position: 0 2px;
}
/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
top: 3px;
left: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #3eb1c9;
background-repeat: no-repeat;
}
/*-------- body continer ends -----------*/
@media only screen and (min-width: 979px) and (max-width:1366px) {
.col1{max-width: 29.1%;}
}
.templateSction{}
.templateouter{ padding:15px 15px 5px; border-bottom: 1px solid #eff1f2; background-color: #fff; box-shadow:0px 1px 2px 1px #eff1f2; border-radius: 5px; margin-bottom: 25px;}
.templateouter:hover{border-bottom: 1px solid #b0dfe9;box-shadow:0px 2px 5px -1px #b0dfe9; }
.templateouter h3{color: #3eb1c9; font-size: 18px; font-family:avenirregular; margin:0; padding: 0 0 10px 0; }
.templateouter p{ font-size: 14px; color: #a4a2a2; line-height: 18px; margin-bottom: 5px; }
.templateouter p.text{ margin-bottom: 15px; }
.templateouter:hover p.text{color:#5d5d5c;}
.templateouter:hover .icon.editicon{background-position:-145px -10px;}
textarea.form-control.textarea{ font-size: 14px; color: #5d5d5c;font-family:avenirregular; height: 180px; padding: 10px; }
.searchSection.pad5{ padding-left: 5px; padding-right: 5px; }
.avtiveArea .input-group-addon{ border: 1px solid #3eb1c9; border-left: 0;}
.searchSection .btn-basic{ padding:10px 0px 10px; min-width:100px; height: 40px; background-color: transparent;border:2px solid #ccc; margin-right: 20px; }
| 0.369884 | 0.085404 |
.section-h2 {
text-transform: uppercase;
font-weight: 500;
}
.flex-column-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.max-width-margin-auto {
margin: 0 auto;
max-width: 900px;
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Manjari', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Manjari', sans-serif;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
padding-bottom: 10px;
}
h4 {
font-size: 2.5rem;
padding-bottom: 10px;
}
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.container {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
header {
margin: 0 auto;
display: flex;
justify-content: space-around;
align-items: center;
padding-top: 1.5em;
padding-bottom: 1.5em;
border-bottom: 0.2em solid rgba(23, 55, 66, 0.5);
}
@media (max-width: 500px) {
header {
flex-direction: column;
overflow: hidden;
background-color: #eef8fb;
position: fixed;
top: 0;
border-bottom: unset;
}
}
@media (max-width: 500px) {
header .left-nav {
position: relative;
display: flex;
width: 100vw;
justify-content: space-between;
align-items: center;
}
}
header .ham {
display: none;
}
@media (max-width: 500px) {
header .ham {
display: unset;
}
}
@media (max-width: 500px) {
header .ham .ham-icon {
width: 28px;
margin-right: 3em;
}
}
header img {
width: 220px;
height: auto;
}
@media (max-width: 500px) {
header img {
width: 150px;
margin-left: 3em;
}
}
@media (max-width: 500px) {
header nav {
display: none;
border-top: 0.2em solid rgba(23, 55, 66, 0.5);
width: 100vw;
margin-top: 1.5em;
margin-bottom: 8em;
z-index: 999;
}
}
@media (max-width: 500px) {
header nav ul {
display: flex;
flex-direction: column;
align-items: center;
}
}
header nav ul li {
list-style: none;
display: inline;
margin-left: 5em;
}
@media (max-width: 500px) {
header nav ul li {
margin-left: 0px;
margin-top: 8em;
}
}
header nav ul li a {
font-size: 1.5rem;
color: #282828;
text-decoration: none;
letter-spacing: 0.08em;
font-weight: 600;
font-family: "Montserrat", sans-serif;
}
header nav ul li a:hover {
color: #ff6347;
}
header nav ul .register a {
padding: 0.6em 1.8em;
border: 2px solid #173742;
background: #173742;
color: #ffffff;
border-radius: 0.3em;
font-weight: 500;
}
@media (max-width: 500px) {
header nav ul .register a {
padding: 0.6em 5em;
}
}
header nav ul .register a:hover {
color: #ffffff;
}
footer {
margin: 0 auto;
max-width: 900px;
display: flex;
flex-direction: column;
margin-top: 5em;
}
@media (max-width: 500px) {
footer {
margin-top: 5em;
}
}
footer .links {
display: flex;
justify-content: space-around;
}
@media (max-width: 500px) {
footer .links {
flex-direction: column;
}
}
footer .links .footer-logo-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav {
flex-direction: column;
}
}
footer .links .footer-logo-nav .footer-logo-con {
width: 125px;
}
footer .links .footer-logo-nav .footer-nav {
padding-top: 0.15em;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav .footer-nav {
margin-top: 3em;
}
}
footer .links .footer-logo-nav .footer-nav ul li {
list-style: none;
display: inline;
}
footer .links .footer-logo-nav .footer-nav ul li a {
text-decoration: none;
color: #646464;
margin-left: 3em;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.08em;
cursor: pointer;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav .footer-nav ul li a {
margin-left: 0px;
margin: 1.5em;
}
}
footer .links .footer-logo-nav .footer-nav ul li a:hover {
color: #173742;
}
@media (max-width: 500px) {
footer .links .footer-icons {
display: flex;
justify-content: center;
align-items: center;
}
}
footer .links .footer-icons a {
text-decoration: none;
}
@media (max-width: 500px) {
footer .links .footer-icons a {
margin-top: 1.8em;
}
}
footer .links .footer-icons a .f-icons {
font-size: 1.8rem;
margin: 0.4em;
color: #646464;
}
@media (max-width: 500px) {
footer .links .footer-icons a .f-icons {
margin-left: 0px;
margin: 0.8em;
margin-bottom: 0px;
}
}
footer .links .footer-icons a .f-icons:hover {
color: #173742;
}
footer .copyright {
text-align: center;
margin-top: 2em;
margin-bottom: 2.5em;
color: #646464;
}
@media (max-width: 500px) {
footer .copyright {
margin-top: 4.5em;
}
}
footer .copyright .footer-copy {
font-weight: 600;
letter-spacing: 0.08em;
font-size: 1.25rem;
}
.main-content {
font-size: 1rem;
}
.main-content .head-content {
display: flex;
justify-content: space-around;
align-items: center;
height: 700px;
padding: 5em;
padding-top: 0px;
}
@media (max-width: 500px) {
.main-content .head-content {
height: 400px;
padding-top: 15em;
}
}
.main-content .head-content .header-text {
max-width: 400px;
margin-left: 10em;
margin-right: 5em;
color: #173742;
letter-spacing: 0.08em;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
.main-content .head-content .header-text {
width: 350px;
height: auto;
justify-content: center;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}
}
.main-content .head-content .header-text h1 {
font-size: 3.5rem;
font-weight: bolder;
}
@media (max-width: 500px) {
.main-content .head-content .header-text h1 {
font-size: 2.8rem;
margin-top: 4em;
}
}
.main-content .head-content .header-text p {
font-size: 1.6rem;
margin-top: 1.8em;
line-height: 1.8em;
font-weight: 600;
}
@media (max-width: 500px) {
.main-content .head-content .header-text p {
font-size: 1.8rem;
font-weight: 500;
margin-top: 2em;
}
}
.main-content .head-content .header-text a button {
cursor: pointer;
font-family: "Montserrat", sans-serif;
margin-top: 1.5em;
background: none;
padding: 0.7em 1.5em;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 0.08em;
border: 0.09em solid #173742;
color: #173742;
border-radius: 0.3em;
}
.main-content .head-content .hero {
max-width: 400px;
margin-right: 10em;
margin-left: 5em;
}
@media (max-width: 500px) {
.main-content .head-content .hero {
display: none;
}
}
.main-content .features-con {
margin: 0 auto;
max-width: 900px;
display: flex;
flex-direction: column;
border-bottom: 0.06em solid rgba(23, 55, 66, 0.5);
}
@media (max-width: 500px) {
.main-content .features-con {
margin-top: 15em;
}
}
.main-content .features-con .sections {
display: flex;
justify-content: space-around;
align-items: center;
}
@media (max-width: 500px) {
.main-content .features-con .sections {
flex-direction: column;
margin-top: 8em;
}
}
.main-content .features-con .sections .feature-image {
width: 300px;
height: auto;
}
@media (max-width: 500px) {
.main-content .features-con .sections .feature-image {
width: 250px;
}
}
.main-content .features-con .sections .feature-text {
width: 300px;
height: auto;
justify-self: flex-start;
font-weight: 600;
color: #173742;
}
@media (max-width: 500px) {
.main-content .features-con .sections .feature-text {
text-align: center;
margin-top: 5em;
}
}
.main-content .features-con .sections .feature-text p {
font-weight: 600;
font-family: "Montserrat", sans-serif;
line-height: 1.8em;
margin-top: 0.8em;
}
.main-content .features-con .section1 {
margin-top: 5em;
}
.main-content .features-con .section2 {
flex-direction: row-reverse;
margin-top: 10em;
}
@media (max-width: 500px) {
.main-content .features-con .section2 {
flex-direction: column;
}
}
.main-content .features-con .section3 {
margin-top: 10em;
margin-bottom: 10em;
}
@media (max-width: 500px) {
.main-content .features-con .section3 {
margin-bottom: 5em;
}
}
|
css/index.css
|
.section-h2 {
text-transform: uppercase;
font-weight: 500;
}
.flex-column-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.max-width-margin-auto {
margin: 0 auto;
max-width: 900px;
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Manjari', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Manjari', sans-serif;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
padding-bottom: 10px;
}
h4 {
font-size: 2.5rem;
padding-bottom: 10px;
}
p {
line-height: 1.5;
font-size: 1.6rem;
padding-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.container {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
header {
margin: 0 auto;
display: flex;
justify-content: space-around;
align-items: center;
padding-top: 1.5em;
padding-bottom: 1.5em;
border-bottom: 0.2em solid rgba(23, 55, 66, 0.5);
}
@media (max-width: 500px) {
header {
flex-direction: column;
overflow: hidden;
background-color: #eef8fb;
position: fixed;
top: 0;
border-bottom: unset;
}
}
@media (max-width: 500px) {
header .left-nav {
position: relative;
display: flex;
width: 100vw;
justify-content: space-between;
align-items: center;
}
}
header .ham {
display: none;
}
@media (max-width: 500px) {
header .ham {
display: unset;
}
}
@media (max-width: 500px) {
header .ham .ham-icon {
width: 28px;
margin-right: 3em;
}
}
header img {
width: 220px;
height: auto;
}
@media (max-width: 500px) {
header img {
width: 150px;
margin-left: 3em;
}
}
@media (max-width: 500px) {
header nav {
display: none;
border-top: 0.2em solid rgba(23, 55, 66, 0.5);
width: 100vw;
margin-top: 1.5em;
margin-bottom: 8em;
z-index: 999;
}
}
@media (max-width: 500px) {
header nav ul {
display: flex;
flex-direction: column;
align-items: center;
}
}
header nav ul li {
list-style: none;
display: inline;
margin-left: 5em;
}
@media (max-width: 500px) {
header nav ul li {
margin-left: 0px;
margin-top: 8em;
}
}
header nav ul li a {
font-size: 1.5rem;
color: #282828;
text-decoration: none;
letter-spacing: 0.08em;
font-weight: 600;
font-family: "Montserrat", sans-serif;
}
header nav ul li a:hover {
color: #ff6347;
}
header nav ul .register a {
padding: 0.6em 1.8em;
border: 2px solid #173742;
background: #173742;
color: #ffffff;
border-radius: 0.3em;
font-weight: 500;
}
@media (max-width: 500px) {
header nav ul .register a {
padding: 0.6em 5em;
}
}
header nav ul .register a:hover {
color: #ffffff;
}
footer {
margin: 0 auto;
max-width: 900px;
display: flex;
flex-direction: column;
margin-top: 5em;
}
@media (max-width: 500px) {
footer {
margin-top: 5em;
}
}
footer .links {
display: flex;
justify-content: space-around;
}
@media (max-width: 500px) {
footer .links {
flex-direction: column;
}
}
footer .links .footer-logo-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav {
flex-direction: column;
}
}
footer .links .footer-logo-nav .footer-logo-con {
width: 125px;
}
footer .links .footer-logo-nav .footer-nav {
padding-top: 0.15em;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav .footer-nav {
margin-top: 3em;
}
}
footer .links .footer-logo-nav .footer-nav ul li {
list-style: none;
display: inline;
}
footer .links .footer-logo-nav .footer-nav ul li a {
text-decoration: none;
color: #646464;
margin-left: 3em;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.08em;
cursor: pointer;
}
@media (max-width: 500px) {
footer .links .footer-logo-nav .footer-nav ul li a {
margin-left: 0px;
margin: 1.5em;
}
}
footer .links .footer-logo-nav .footer-nav ul li a:hover {
color: #173742;
}
@media (max-width: 500px) {
footer .links .footer-icons {
display: flex;
justify-content: center;
align-items: center;
}
}
footer .links .footer-icons a {
text-decoration: none;
}
@media (max-width: 500px) {
footer .links .footer-icons a {
margin-top: 1.8em;
}
}
footer .links .footer-icons a .f-icons {
font-size: 1.8rem;
margin: 0.4em;
color: #646464;
}
@media (max-width: 500px) {
footer .links .footer-icons a .f-icons {
margin-left: 0px;
margin: 0.8em;
margin-bottom: 0px;
}
}
footer .links .footer-icons a .f-icons:hover {
color: #173742;
}
footer .copyright {
text-align: center;
margin-top: 2em;
margin-bottom: 2.5em;
color: #646464;
}
@media (max-width: 500px) {
footer .copyright {
margin-top: 4.5em;
}
}
footer .copyright .footer-copy {
font-weight: 600;
letter-spacing: 0.08em;
font-size: 1.25rem;
}
.main-content {
font-size: 1rem;
}
.main-content .head-content {
display: flex;
justify-content: space-around;
align-items: center;
height: 700px;
padding: 5em;
padding-top: 0px;
}
@media (max-width: 500px) {
.main-content .head-content {
height: 400px;
padding-top: 15em;
}
}
.main-content .head-content .header-text {
max-width: 400px;
margin-left: 10em;
margin-right: 5em;
color: #173742;
letter-spacing: 0.08em;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
.main-content .head-content .header-text {
width: 350px;
height: auto;
justify-content: center;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}
}
.main-content .head-content .header-text h1 {
font-size: 3.5rem;
font-weight: bolder;
}
@media (max-width: 500px) {
.main-content .head-content .header-text h1 {
font-size: 2.8rem;
margin-top: 4em;
}
}
.main-content .head-content .header-text p {
font-size: 1.6rem;
margin-top: 1.8em;
line-height: 1.8em;
font-weight: 600;
}
@media (max-width: 500px) {
.main-content .head-content .header-text p {
font-size: 1.8rem;
font-weight: 500;
margin-top: 2em;
}
}
.main-content .head-content .header-text a button {
cursor: pointer;
font-family: "Montserrat", sans-serif;
margin-top: 1.5em;
background: none;
padding: 0.7em 1.5em;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 0.08em;
border: 0.09em solid #173742;
color: #173742;
border-radius: 0.3em;
}
.main-content .head-content .hero {
max-width: 400px;
margin-right: 10em;
margin-left: 5em;
}
@media (max-width: 500px) {
.main-content .head-content .hero {
display: none;
}
}
.main-content .features-con {
margin: 0 auto;
max-width: 900px;
display: flex;
flex-direction: column;
border-bottom: 0.06em solid rgba(23, 55, 66, 0.5);
}
@media (max-width: 500px) {
.main-content .features-con {
margin-top: 15em;
}
}
.main-content .features-con .sections {
display: flex;
justify-content: space-around;
align-items: center;
}
@media (max-width: 500px) {
.main-content .features-con .sections {
flex-direction: column;
margin-top: 8em;
}
}
.main-content .features-con .sections .feature-image {
width: 300px;
height: auto;
}
@media (max-width: 500px) {
.main-content .features-con .sections .feature-image {
width: 250px;
}
}
.main-content .features-con .sections .feature-text {
width: 300px;
height: auto;
justify-self: flex-start;
font-weight: 600;
color: #173742;
}
@media (max-width: 500px) {
.main-content .features-con .sections .feature-text {
text-align: center;
margin-top: 5em;
}
}
.main-content .features-con .sections .feature-text p {
font-weight: 600;
font-family: "Montserrat", sans-serif;
line-height: 1.8em;
margin-top: 0.8em;
}
.main-content .features-con .section1 {
margin-top: 5em;
}
.main-content .features-con .section2 {
flex-direction: row-reverse;
margin-top: 10em;
}
@media (max-width: 500px) {
.main-content .features-con .section2 {
flex-direction: column;
}
}
.main-content .features-con .section3 {
margin-top: 10em;
margin-bottom: 10em;
}
@media (max-width: 500px) {
.main-content .features-con .section3 {
margin-bottom: 5em;
}
}
| 0.455683 | 0.070624 |
body{
font-size: 1rem;
font-weight: 400;
}
span{
vertical-align: baseline;
}
main{
display: block;
}
p{
margin: 0;
}
h4, h6{
color:var(--2th-color-3);
background-color: white;
text-shadow: rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
font-weight: bold;
}
section{
padding-top: 2rem;
}
ul li{
list-style-type: none;
font-size: 1.5vw;
}
li{
padding-top: 5px;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
/* main content */
.main-container{
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
box-sizing: border-box;
display: block;
}
@media only screen and (min-width: 700px){
body{
padding-left:50px;
}
}
#Details{
padding-top: 45px;
}
.course-page{
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
.course-header{
padding-bottom: 1rem;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
margin-bottom: 1rem;
border-bottom: solid 1px #888888;
display: block;
box-sizing: border-box;
}
.link {
outline: none;
text-decoration: none;
position: relative;
font-size: 2.5em;
line-height: 1;
color: #9e9ba4;
display: inline-block;
padding-top: 0;
}
.link--kukuri {
text-transform: uppercase;
font-weight: 700;
overflow: hidden;
line-height: 1;
color: var(--grey-2);
}
.link--kukuri:hover {
color: var(--grey-2);
}
.link--kukuri::after {
content: '';
position: absolute;
height: 48px;
width: 300%;
top: 50%;
margin-top: -8px;
right: 0;
background: #F9F9F9;
transform: translate3d(-100%,0,0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.link--kukuri:hover::after {
transform: translate3d(100%,0,0);
}
.link--kukuri::before {
content: attr(data-letters);
position: absolute;
z-index: 2;
overflow: hidden;
color: #424242;
white-space: nowrap;
width: 0%;
transition: width 0.4s 0.3s;
}
.link--kukuri:hover::before {
width: 100%;
}
.beauty-font{
color: var(--grey-2);
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin: 0 0 24px;
}
.courseinfo-border{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: solid 1px #888888;
display: block;
box-sizing: border-box;
}
.oneline{
white-space: nowrap;
}
.press {
color: transparent;
background-color : black;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
-webkit-background-clip : text;
}
/* aside */
.scrollable{
overflow: auto;
}
.info-nav{
position:sticky;
top: 4rem;
overscroll-behavior: contain;
max-height: calc(100vh - 4rem);
}
.aside-nav a{
padding-top: 0.3rem;
padding-bottom: 0.3rem;
border-left: solid 0.3rem #424242;
}
.red_sign a{
font-weight: bold;
color: #ff5138;
border-color:#ff5138;
}
/* meeting time table */
table.altrowstable {
font-family: verdana,arial,sans-serif;
font-size:15px;
color:#333333;
border-width: 1px;
border-style: solid;
border-color: #a9c6c9;
border-collapse: collapse;
}
table.altrowstable th {
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #a9c6c9;
}
table.altrowstable td {
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #a9c6c9;
}
.oddrowcolor{
background-color:#0df388;
}
.evenrowcolor{
background-color:#0aa0f7;
}
/* Enrollment Info */
.enroll-info{
font-size: 1.2rem;
font-weight:bold;
letter-spacing: 1px;
color:var(--2th-color-3);
}
.enroll-text{
font-size: 1rem;
letter-spacing: 1px;
font-weight: 600;
}
/* Avail info */
.avail-num{
font-size: 1.5rem;
font-weight:bold;
}
.btn-cute-mini{
background-color: var(--main-color-3);
margin: 0 0.2rem;
color: var(--main-bg-color);
width: 4rem;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
line-height: 1.5;
border-radius: .25rem;
padding: 4px;
font-size: 12px;
}
.last-update{
font-size: 12px;
color: var(--main-color-3);
font-weight: 400;
padding-top:5px;
position: absolute;
right:20px;
padding-bottom:5px;
}
/* comments */
.courseinfo-border a{
font-size: 14px;
font-weight: 400;
color: var(--main-color-3);
}
.comments_border{
margin-left: 15px;
margin-right: 15px;
box-sizing: content-box;
font-size:15px;
font-weight:normal;
}
.h3-span{
font-size: 2rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.h4-span{
font-size:1.5rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.h5-span{
font-size:1.25rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.comments-sort-list{
padding-top:5px;
position: absolute;
right:20px;
padding-bottom:5px;
}
.comments-sort-list a{
margin-left: 10px;
color: #21242c!important;
text-decoration: none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
line-height: 20px;
font-weight: bold;
}
.comments-sort-list a.selected{
color: #0d923f!important;
}
.comments-list{
overflow: auto;
margin: 0;
padding-left:5px;
padding-right:5px;
max-height: 1000px;
}
.comment-mode{
display: flex;
height: 25px;
font-weight:bold;
line-height: 22px;
overflow: hidden;
}
.comment-control{
float:left;
left: 0;
-webkit-font-smoothing: antialiased!important;
}
.comment-content{
font-size: 1.5rem;
color:#0b1920;
}
.ds-comment-body {
z-index: 1;
position: relative;
left: 0;
padding: 15px 15px 15px 47px;
color: rgb(81, 82, 63);
border-color: #21242c;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 1px 0 rgba(146, 145, 145, 0.75) inset;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
textarea {
margin-top: 10px;
width: 100%;
height: 200px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
border-color: rgb(25, 16, 39);
/*border-image: none;
border-radius: 6px 6px 6px 6px;
border-style: solid;
border-width: 1px 1px 1px 1px; */
border-top: 3px solid#e5e5e5;
border-bottom: 3px solid #e5e5e5;
box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5, 0 1px 0 0 #e5e5e5, 0 -1px 0 0 #e5e5e5;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.2em;
line-height: 1.4em;
padding: 5px 8px;
transition: background-color 0.2s ease 0s;
}
textarea:focus {
background: none repeat scroll 0 0 #FFFFFF;
outline-width: 0;
border-color: #1b1529;
}
.text {
padding: 10px;
border: 1px solid #e5e5e5;
border-radius: 5px;
background: #fff;
}
.text:before {
top: 18px;
left: 78px;
width: 9px;
height: 9px;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #e5e5e5;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.triangle-up{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid black;
}
.vote-for{
cursor:pointer;
display:inline-block;
}
.triangle-down {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid black;
}
.separator{
color:#d6d8da!important;
content:"\2022";
padding-left:2px;
padding-right:2px;
display: inline-block;
}
.time-section{
float:right;
text-align: right;
right:0;
}
.scroll_cmt_frm{
float: right;
right:10px;
margin-top: -20px;
}
.comment-respond{
margin-top:50px;
padding: 50px;
}
.comment-reply-title{
margin-bottom: 25px;
color: var(--2th-color-3);
font-weight: bold;
}
.comment-respond p{
margin-bottom: 25px;
position: relative;
}
.comment-respond #write-comment{
width: 800px;
height: 135px;
resize: none;
border-width: 0px;
}
.edit-form{
display:none;
}
.comment-edit-button{
right:0;
}
.button1 {
display: inline-block;
border-radius: 8px;
background-color: #ff9999;
border: none;
color: #FFFFFF;
text-align: center;
vertical-align: text-top;
/*font-size: 28px;*/
/* padding: 20px;*/
/* width: 200px;*/
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button1 span {
cursor: pointer;
display: inline-block;
vertical-align:text-top;
position: relative;
transition: 0.5s;
}
.button1 span:after {
content: '\00ab';
position: absolute;
opacity: 0;
top: 0;
left: -40px;
transition: 0.5s;
}
.button1:hover span {
padding-left: 25px;
}
.button1:hover span:after {
opacity: 1;
right: 0;
}
.button2 {
display: inline-block;
border-radius: 8px;
background-color: #ff9999;
border: none;
color: #FFFFFF;
text-align: center;
vertical-align: text-top;
/*font-size: 28px;*/
/* padding: 20px;*/
/* width: 200px;*/
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button2 span {
cursor: pointer;
display: inline-block;
vertical-align:text-top;
position: relative;
transition: 0.5s;
}
.button2 span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button2:hover span {
padding-right: 25px;
}
.button2:hover span:after {
opacity: 1;
right: 0;
}
/* rating */
.rating {
overflow: hidden;
vertical-align: bottom;
display: inline-block;
width: auto;
height: 30px;
}
.rating-title{
font-size: 1rem;
font-weight: bold;
}
.rating > input {
opacity: 0;
margin-right: -100%;
}
.rating > label {
position: relative;
display: block;
float: right;
background: url('../img/star-off-big.png');
background-size: 30px 30px;
}
.rating > label:before {
display: block;
opacity: 0;
content: '';
width: 30px;
height: 30px;
background: url('../img/star-on-big.png');
background-size: 30px 30px;
transition: opacity 0.2s linear;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating:not(:hover) > :checked ~ label:before { opacity: 1; }
|
public/stylesheets/course.css
|
body{
font-size: 1rem;
font-weight: 400;
}
span{
vertical-align: baseline;
}
main{
display: block;
}
p{
margin: 0;
}
h4, h6{
color:var(--2th-color-3);
background-color: white;
text-shadow: rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
font-weight: bold;
}
section{
padding-top: 2rem;
}
ul li{
list-style-type: none;
font-size: 1.5vw;
}
li{
padding-top: 5px;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
/* main content */
.main-container{
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
box-sizing: border-box;
display: block;
}
@media only screen and (min-width: 700px){
body{
padding-left:50px;
}
}
#Details{
padding-top: 45px;
}
.course-page{
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
.course-header{
padding-bottom: 1rem;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
margin-bottom: 1rem;
border-bottom: solid 1px #888888;
display: block;
box-sizing: border-box;
}
.link {
outline: none;
text-decoration: none;
position: relative;
font-size: 2.5em;
line-height: 1;
color: #9e9ba4;
display: inline-block;
padding-top: 0;
}
.link--kukuri {
text-transform: uppercase;
font-weight: 700;
overflow: hidden;
line-height: 1;
color: var(--grey-2);
}
.link--kukuri:hover {
color: var(--grey-2);
}
.link--kukuri::after {
content: '';
position: absolute;
height: 48px;
width: 300%;
top: 50%;
margin-top: -8px;
right: 0;
background: #F9F9F9;
transform: translate3d(-100%,0,0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.link--kukuri:hover::after {
transform: translate3d(100%,0,0);
}
.link--kukuri::before {
content: attr(data-letters);
position: absolute;
z-index: 2;
overflow: hidden;
color: #424242;
white-space: nowrap;
width: 0%;
transition: width 0.4s 0.3s;
}
.link--kukuri:hover::before {
width: 100%;
}
.beauty-font{
color: var(--grey-2);
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin: 0 0 24px;
}
.courseinfo-border{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: solid 1px #888888;
display: block;
box-sizing: border-box;
}
.oneline{
white-space: nowrap;
}
.press {
color: transparent;
background-color : black;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
-webkit-background-clip : text;
}
/* aside */
.scrollable{
overflow: auto;
}
.info-nav{
position:sticky;
top: 4rem;
overscroll-behavior: contain;
max-height: calc(100vh - 4rem);
}
.aside-nav a{
padding-top: 0.3rem;
padding-bottom: 0.3rem;
border-left: solid 0.3rem #424242;
}
.red_sign a{
font-weight: bold;
color: #ff5138;
border-color:#ff5138;
}
/* meeting time table */
table.altrowstable {
font-family: verdana,arial,sans-serif;
font-size:15px;
color:#333333;
border-width: 1px;
border-style: solid;
border-color: #a9c6c9;
border-collapse: collapse;
}
table.altrowstable th {
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #a9c6c9;
}
table.altrowstable td {
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #a9c6c9;
}
.oddrowcolor{
background-color:#0df388;
}
.evenrowcolor{
background-color:#0aa0f7;
}
/* Enrollment Info */
.enroll-info{
font-size: 1.2rem;
font-weight:bold;
letter-spacing: 1px;
color:var(--2th-color-3);
}
.enroll-text{
font-size: 1rem;
letter-spacing: 1px;
font-weight: 600;
}
/* Avail info */
.avail-num{
font-size: 1.5rem;
font-weight:bold;
}
.btn-cute-mini{
background-color: var(--main-color-3);
margin: 0 0.2rem;
color: var(--main-bg-color);
width: 4rem;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
line-height: 1.5;
border-radius: .25rem;
padding: 4px;
font-size: 12px;
}
.last-update{
font-size: 12px;
color: var(--main-color-3);
font-weight: 400;
padding-top:5px;
position: absolute;
right:20px;
padding-bottom:5px;
}
/* comments */
.courseinfo-border a{
font-size: 14px;
font-weight: 400;
color: var(--main-color-3);
}
.comments_border{
margin-left: 15px;
margin-right: 15px;
box-sizing: content-box;
font-size:15px;
font-weight:normal;
}
.h3-span{
font-size: 2rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.h4-span{
font-size:1.5rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.h5-span{
font-size:1.25rem;
font-family: inherit;
font-weight: bold;
line-height: 1;
color: var(--2th-color-3);
background-color : transparent;
text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
}
.comments-sort-list{
padding-top:5px;
position: absolute;
right:20px;
padding-bottom:5px;
}
.comments-sort-list a{
margin-left: 10px;
color: #21242c!important;
text-decoration: none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
line-height: 20px;
font-weight: bold;
}
.comments-sort-list a.selected{
color: #0d923f!important;
}
.comments-list{
overflow: auto;
margin: 0;
padding-left:5px;
padding-right:5px;
max-height: 1000px;
}
.comment-mode{
display: flex;
height: 25px;
font-weight:bold;
line-height: 22px;
overflow: hidden;
}
.comment-control{
float:left;
left: 0;
-webkit-font-smoothing: antialiased!important;
}
.comment-content{
font-size: 1.5rem;
color:#0b1920;
}
.ds-comment-body {
z-index: 1;
position: relative;
left: 0;
padding: 15px 15px 15px 47px;
color: rgb(81, 82, 63);
border-color: #21242c;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 1px 0 rgba(146, 145, 145, 0.75) inset;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
textarea {
margin-top: 10px;
width: 100%;
height: 200px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
border-color: rgb(25, 16, 39);
/*border-image: none;
border-radius: 6px 6px 6px 6px;
border-style: solid;
border-width: 1px 1px 1px 1px; */
border-top: 3px solid#e5e5e5;
border-bottom: 3px solid #e5e5e5;
box-shadow: inset 0 -1px 0 0 #e5e5e5, inset 0 1px 0 0 #e5e5e5, 0 1px 0 0 #e5e5e5, 0 -1px 0 0 #e5e5e5;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.2em;
line-height: 1.4em;
padding: 5px 8px;
transition: background-color 0.2s ease 0s;
}
textarea:focus {
background: none repeat scroll 0 0 #FFFFFF;
outline-width: 0;
border-color: #1b1529;
}
.text {
padding: 10px;
border: 1px solid #e5e5e5;
border-radius: 5px;
background: #fff;
}
.text:before {
top: 18px;
left: 78px;
width: 9px;
height: 9px;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #e5e5e5;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.triangle-up{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid black;
}
.vote-for{
cursor:pointer;
display:inline-block;
}
.triangle-down {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid black;
}
.separator{
color:#d6d8da!important;
content:"\2022";
padding-left:2px;
padding-right:2px;
display: inline-block;
}
.time-section{
float:right;
text-align: right;
right:0;
}
.scroll_cmt_frm{
float: right;
right:10px;
margin-top: -20px;
}
.comment-respond{
margin-top:50px;
padding: 50px;
}
.comment-reply-title{
margin-bottom: 25px;
color: var(--2th-color-3);
font-weight: bold;
}
.comment-respond p{
margin-bottom: 25px;
position: relative;
}
.comment-respond #write-comment{
width: 800px;
height: 135px;
resize: none;
border-width: 0px;
}
.edit-form{
display:none;
}
.comment-edit-button{
right:0;
}
.button1 {
display: inline-block;
border-radius: 8px;
background-color: #ff9999;
border: none;
color: #FFFFFF;
text-align: center;
vertical-align: text-top;
/*font-size: 28px;*/
/* padding: 20px;*/
/* width: 200px;*/
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button1 span {
cursor: pointer;
display: inline-block;
vertical-align:text-top;
position: relative;
transition: 0.5s;
}
.button1 span:after {
content: '\00ab';
position: absolute;
opacity: 0;
top: 0;
left: -40px;
transition: 0.5s;
}
.button1:hover span {
padding-left: 25px;
}
.button1:hover span:after {
opacity: 1;
right: 0;
}
.button2 {
display: inline-block;
border-radius: 8px;
background-color: #ff9999;
border: none;
color: #FFFFFF;
text-align: center;
vertical-align: text-top;
/*font-size: 28px;*/
/* padding: 20px;*/
/* width: 200px;*/
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button2 span {
cursor: pointer;
display: inline-block;
vertical-align:text-top;
position: relative;
transition: 0.5s;
}
.button2 span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button2:hover span {
padding-right: 25px;
}
.button2:hover span:after {
opacity: 1;
right: 0;
}
/* rating */
.rating {
overflow: hidden;
vertical-align: bottom;
display: inline-block;
width: auto;
height: 30px;
}
.rating-title{
font-size: 1rem;
font-weight: bold;
}
.rating > input {
opacity: 0;
margin-right: -100%;
}
.rating > label {
position: relative;
display: block;
float: right;
background: url('../img/star-off-big.png');
background-size: 30px 30px;
}
.rating > label:before {
display: block;
opacity: 0;
content: '';
width: 30px;
height: 30px;
background: url('../img/star-on-big.png');
background-size: 30px 30px;
transition: opacity 0.2s linear;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating:not(:hover) > :checked ~ label:before { opacity: 1; }
| 0.241132 | 0.049474 |
margin-top: 5px;
margin-bottom: 5px;
font-weight: normal;
margin-left: 5px;
}
.pricing-content select {
height: 40px !important;
font-size: 18px !important;
}
.ticket-days input[type=checkbox] {
width: 25px;
height: 25px;
}
.ticket-days label {
display: block;
}
.ticket-days h3 {
margin-top: 5px !important;
font-weight: bold;
}
.ticket-days {
padding-left: 5px;
padding-right: 5px;
}
.ticket-days-header {
text-align: center;
}
.ticket-days-inner {
padding: 10px;
}
div.ticket-days.dayMo .ticket-days-inner {
background: rgba(97, 179, 215, 0.5);
}
div.ticket-days.dayTu .ticket-days-inner {
background: rgba(132, 148, 108, 0.5);
}
div.ticket-days.dayWe .ticket-days-inner {
background: rgba(185, 161, 226, 0.5)
}
div.ticket-days.dayTh .ticket-days-inner {
background: rgba(119, 171, 124, 0.5);
}
div.ticket-days.dayFr .ticket-days-inner {
background: rgba(215, 110, 123, 0.5);
}
div.ticket-days.daySa .ticket-days-inner {
background: rgba(236, 212, 135, 0.5)
}
div.ticket-days small {
font-weight: normal;
}
div.progress.poll-progress span {
margin-left: 5px;
margin-right: 5px;
white-space: nowrap;
}
div.progress.poll-progress.selected span {
color: #041EDE;
}
div.poll-progress {
height: 27px;
}
.progress.poll-progress.selected {
background-color: rgb(255, 239, 131);
}
.progress.poll-progress:hover {
cursor: pointer;
}
.selected .progress-bar.progress-bar-info {
background-color: rgb(255, 194, 0);
}
.poll-progress span {
font-size: 18px;
font-weight: bold;
vertical-align: middle;
color: #333;
}
.mediap .row {
margin-bottom: 10px;
}
.tarsszerv .row .col-md-3,
.tarsszerv .row .col-md-6,
.tarsszerv .row .col-sm-6,
.tarsszerv .row .col-xs-12 {
margin-bottom: 8px !important;
}
.mediap .row .col-md-4,
.mediap .row .col-sm-6,
.mediap .row .col-xs-12 {
margin-bottom: 8px !important;
}
.tarsszerv .row .col-xs-12 a,
.tarsszerv .row .col-xs-12 img,
.mediap .row .col-xs-12 a,
.mediap .row .col-xs-12 img {
display: block;
}
.tarsszerv .row .col-xs-12 a img,
.tarsszerv .row .col-xs-12 img,
.mediap .row .col-xs-12 a img,
.mediap .row .col-xs-12 img {
margin-left: auto;
margin-right: auto;
}
.szerv,
.tarsszerv {
margin-bottom: 15px;
}
.partner .col-md-4 img,
.partner .col-sm-6 img,
.partner .col-xs-12 img,
.partner .col-md-6 img,
.partner .col-md-4 img a,
.partner .col-sm-6 img a,
.partner .col-xs-12 img a,
.partner .col-md-6 img a {
display: block;
margin-left: auto;
margin-right: auto;
}
.strike {
position: relative;
margin-bottom: 0px !important;
margin-left: 80px;
margin-right: 80px;
font-size: 30px !important;
}
.strike:before {
position: absolute;
content: "";
left: 0;
top: 50%;
right: 0;
border-top: 3px solid;
border-color: #ff0800;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
}
/* modal */
.modal-content {
position: relative;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0px;
outline: 0;
/*-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;
}
#szavazas h4 {
font-weight: bold;
}
.close {
color: #f1f1f1;
opacity: .6;
filter: alpha(opacity=60);
}
.modal-header {
border-bottom: 1px solid #666;
}
@media screen and (min-width:768px) {
.modal-dialog {
width: 80%;
margin: 30px auto;
margin-top: 60px;
}
}
#dalnap .album-heading,
.press .album-heading {
bottom: 0px;
left: 0;
padding: 15px;
padding-bottom: 5px;
padding-top: 5px;
position: absolute;
width: 100%;
text-shadow:
2px 2px 0 #292e42,
-1px -1px 0 #292e42,
1px -1px 0 #292e42,
-1px 1px 0 #292e42,
1px 1px 0 #292e42;
}
#dalnap .album-heading {
padding-bottom: 3px;
padding-top: 3px;
margin-bottom: 5px;
}
#dalnap .album-heading h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 1.6vw;
}
#dalnap .album-overlay .album-info {
padding-top: 100px;
}
#dalnap .album-overlay .album-info h4 a:hover,
#dalnap .album-overlay .album-info h4 a:hover {
color: rgb(0, 0, 0);
}
.press .album-overlay .album-info {
display: block;
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
padding: 15px;
position: absolute;
top: 0;
transition: all 300ms ease 0s;
width: 100%;
}
#sajto-pages.pagination {
float: right;
display: table;
}
#sajto-pages.pagination li a {
padding: 1px 10px;
background-color: transparent;
border-color: #ffffff;
}
#sajto-pages.pagination li:first-child a {
border-top-left-radius: .5em;
border-bottom-left-radius: .5em;
}
#sajto-pages.pagination li:last-child a {
border-top-right-radius: .5em;
border-bottom-right-radius: .5em;
}
/* Stream */
.stream {
font-size: 14px;
}
.stream ul {
padding: 0px;
}
.stream ul li:first-child {
border-top: 0px;
}
.stream ul li .desc img {
width: 100%;
}
.stream ul li {
list-style: none;
margin-bottom: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding: 5px 0 5px 0;
}
.stream ul li .placc {
color: #27ae60;
font-weight: bold;
width: 100%;
margin-top: 3px;
}
.stream .streamhead {
width: 100%;
}
.stream .streamhead .time {
padding: 0px 15px 0px 0px;
font-weight: bold;
font-size: 18px;
color: #c0392b;
}
.stream .streamhead .title {
font-weight: bold;
font-size: 16px
}
/* Program */
.program .nav-pills>li {
padding: 0px;
}
/* Program szinek */
.program-pont {
color: rgb(25, 22, 22);
margin-bottom: 10px;
}
.program-pont p {
font-size: smaller;
text-align: justify;
}
.program-pont .meta {
font-size: smaller;
margin-top: 20px;
}
.program-pont .meta .idopont {
font-weight: bold;
}
.program-pont .meta .szervezo {
font-style: italic;
margin-bottom: 15px;
}
.program-pont img {
padding-right: 20px;
padding-top: 20px;
}
.program-pont:nth-child(5n+1) {
background: rgba(226, 255, 243, 0.95);
border-left: rgb(127, 183, 255) solid 5px;
}
.program-pont:nth-child(5n+2) {
background: rgba(255, 248, 218, 0.95);
border-left: rgb(197, 154, 44) solid 5px;
}
.program-pont:nth-child(5n+3) {
background: rgba(231, 255, 245, 0.9);
border-left: rgb(56, 99, 153) solid 5px;
}
.program-pont:nth-child(5n+4) {
background: rgba(255, 223, 254, 0.95);
border-left: rgb(167, 20, 161) solid 5px;
}
.program-pont:nth-child(5n+0) {
background: rgba(212, 250, 223, 0.95);
border-left: rgb(56, 180, 71) solid 5px;
}
/* END */
.program .nav-pills>li a {
font-size: 0.9vw;
font-weight: bold;
}
.program .nav-stacked>li+li {
margin-top: 5px;
margin-left: 0;
}
#latest-event-content .nav-tabs>li {
padding-right: 5px;
}
#latest-event-content .nav-tabs>li:last-child {
padding-left: 0px;
}
#latest-event-content .nav-tabs>li>a {
border-radius: 0px;
background: rgba(3, 125, 55, 0.55);
color: #fff;
border: 0px;
}
#latest-event-content .nav-tabs>li>a:hover {
text-shadow: 0 0 5px #ff0000;
/* dogozza */
}
#latest-event-content .nav-tabs>li.active>a {
background: rgba(192, 57, 43, 1.0) !important;
border: 0px;
}
.program .nav-pills>li>a {
background-color: rgba(99, 1, 123, 0.40) !important;
color: #fff;
border-radius: 0px;
}
.program .nav-pills>li>a:hover {
text-shadow: 0 0 5px #ff0000;
/* dogozza */
}
.program .nav-pills>li.active>a {
color: #fff;
background-color: #428bca !important;
}
.filter-header {
padding-top: 5px;
}
.filter li.active {
border-left: 6px solid #71B790;
}
.filter li {
border-left: 6px solid #c0392b;
}
.filter li.alltoggle {
border-left: 0px;
}
/* program END */
#ticket a.btn {
border-radius: 0px;
}
.modal-header button:hover {
background: transparent;
}
/* youtube vid. respo */
.videoWrapper {
margin-right: auto;
margin-left: auto;
z-index: 0;
margin-bottom: 10px;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* google maps respo */
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
footer a {
color: white;
}
a.white {
color: white;
}
a.footer-fb:hover {
color: #3B5998;
}
a.footer-tw:hover {
color: #00acee;
}
a.footer-yt:hover {
color: #e52d27;
}
a.footer-ig:hover {
color: #3f729b;
}
a.footer-rss:hover {
color: #FF6600;
}
a.footer-gplus:hover {
color: #DD4B39;
}
a.footer-scu:hover {
color: #f50;
}
a.footer-sp:hover {
color: #3DFB26;
}
a.footer-bc:hover {
color: #333;
}
#post-content img {
width: 100%;
}
#post-content p {
text-align: justify;
}
p.text-justified {
text-align: justify;
}
.entry-content p {
text-rendering: auto;
}
footer img {
opacity: 0.8;
filter: alpha(opacity=80);
}
footer img:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.row .col-sm-p {
padding-top: 10px;
}
.nav>li {
padding-bottom: 10px;
padding-top: 10px;
}
ul.galery>li {
height: 100px;
width: 100px;
overflow: hidden;
background-size: cover;
background-position: 50%;
}
ul.galery>li>a {
height: 100px;
line-height: 100px;
display: block;
}
.ticket-hidden {
display: none;
padding-top: 2em;
}
a.ticket-fb,
a.ticket-manual {
color: #232323;
}
a.ticket-fb:hover {
color: #3B5998;
}
a.ticket-manual:hover {
color: orange;
}
div.info-icon {
padding-top: 15px;
padding-bottom: 15px;
}
div.info-icon div.icon {
float: left;
width: 8rem;
color: rgba(238, 58, 36, 1.0);
font-size: 3.4rem;
line-height: 7.4rem;
text-align: center;
border-radius: 50%;
border: 3px solid rgba(238, 58, 36, 1.0);
}
div.info-icon div.info {
padding: 1.0rem 0 0 9rem;
}
div.info-icon div.info h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
div.info-icon div.info span {
font-size: 16px;
}
.icon-list {
padding-left: 0px;
}
.icon-list,
.icon-list li {
list-style: none;
}
.icon-list li:before {
font-family: 'FontAwesome';
padding-right: 10px;
}
.icon-list li.email:before {
content: '\f003';
}
.icon-list li.ticket:before {
content: '\f145';
}
.icon-list li.phone:before {
content: '\f095';
}
.icon-list li.press:before {
content: '\f1e0';
}
.icon-list li.about:before {
content: '\f059';
}
a.nocolor {
color: inherit;
}
input.has-error {
background-color: #FD8F8F;
}
@media only screen and (max-width: 1366px) {
.program .nav-pills>li a {
font-size: 1vw;
font-weight: bold;
}
}
@media only screen and (max-width: 1280px) {
.program .nav-pills>li a {
font-size: 1.1vw;
font-weight: bold;
}
}
@media only screen and (max-width: 1024px) {
.program .nav-pills>li a {
font-size: 1.2vw;
font-weight: bold;
}
}
@media only screen and (max-width: 768px) {
.program .nav-pills>li a {
font-size: 1vw;
font-weight: bold;
}
.nav>li {
margin-bottom: 1px;
padding-bottom: 0px;
padding-top: 0px;
}
#navigation .navbar-nav li a:hover {
background: rgba(0, 151, 192, 0.9) !important;
color: #fff !important;
}
#navigation .navbar-nav li a.active {
background: rgba(0, 151, 192, 0.9) !important;
color: #fff !important;
}
#navigation .navbar-nav li a {
font-weight: bold !important;
padding-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
background: rgba(0, 151, 192, 0.7);
}
#dalnap .album-heading h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 5vw;
}
}
@media only screen and (max-width: 479px) {
.nav>li {
margin-bottom: 1px;
padding-bottom: 0px;
padding-top: 0px;
}
#navigation .navbar-nav li a:hover {
background: rgba(0, 151, 192, 0.7) !important;
color: #fff !important;
}
#navigation .navbar-nav li a.active {
background: rgba(0, 151, 192, 0.7) !important;
color: #fff !important;
}
#navigation .navbar-nav li a {
font-weight: bold !important;
padding-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
background: rgba(0, 151, 192, 0.4);
}
}
.btn-pricing.disabled {
background-color: red;
pointer-events: none;
cursor: default;
opacity: 1;
filter: alpha(opacity=100);
}
.extra-arak h3 {
margin-top: 0px;
margin-bottom: 8px;
}
.extra-arak p {
font-size: 18px;
margin-bottom: 3px;
}
.extra-arak span {
font-weight: bold;
}
#dalnap .album-heading h3,
#dalnap .album-heading h4 {
margin-bottom: 10px;
}
.profile {
margin-bottom: 30px;
}
.profile .single-album {
margin-bottom: 10px;
}
.poll-a,
.poll-b {
float: left;
height: 3px;
}
.poll-a {
background-color: #f00;
clear: left;
}
.poll-b {
background-color: #0f0;
clear: right;
}
#legnbut button {
margin: 5px;
}
div.biglogo {
width: 100%;
max-width: 1147px;
margin-left: auto;
margin-right: auto;
}
.biglogo:after {
content: '';
padding-top: 13%;
display: block;
}
.biglogo img {
background-color: rgba(255, 255, 255, 0.6);
width: 100%;
}
#livepic {
width: 100%;
}
#weathertemp {
text-align: left;
font-size: xx-large;
font-weight: bold;
}
#weatherimage {
text-align: right;
}
.weather-block {
text-align: center;
padding-bottom: 30px;
}
.weather-data {
font-size: large;
font-weight: bold;
}
#weatherinfo {
padding-top: 30px;
}
#settlement_fill {
display: none;
float: left;
position: absolute;
width: 400px;
left: 0;
margin-left: 15px;
background-color: white;
z-index: 3;
overflow: auto;
transition: .2s ease;
border-left: 1px solid grey;
border-right: 1px solid grey;
}
.setlRow {
border-bottom: 1px solid grey;
cursor: pointer;
}
.setlRow:hover {
background-color: lightgrey;
}
@media(min-width: 992px) {
.special-offset {
margin-left: 12%;
}
}
.sponsor-images p.highlighted:hover {
color: rgb(238, 58, 36) !important;
}
.tags .label {
padding: .5em .8em .5em;
display: inline-block;
margin-top: 10px;
margin-right: 2px;
}
.album-heading{
bottom:0%;
padding-bottom:5px;
}
|
_assets/stylesheets/app.css
|
margin-top: 5px;
margin-bottom: 5px;
font-weight: normal;
margin-left: 5px;
}
.pricing-content select {
height: 40px !important;
font-size: 18px !important;
}
.ticket-days input[type=checkbox] {
width: 25px;
height: 25px;
}
.ticket-days label {
display: block;
}
.ticket-days h3 {
margin-top: 5px !important;
font-weight: bold;
}
.ticket-days {
padding-left: 5px;
padding-right: 5px;
}
.ticket-days-header {
text-align: center;
}
.ticket-days-inner {
padding: 10px;
}
div.ticket-days.dayMo .ticket-days-inner {
background: rgba(97, 179, 215, 0.5);
}
div.ticket-days.dayTu .ticket-days-inner {
background: rgba(132, 148, 108, 0.5);
}
div.ticket-days.dayWe .ticket-days-inner {
background: rgba(185, 161, 226, 0.5)
}
div.ticket-days.dayTh .ticket-days-inner {
background: rgba(119, 171, 124, 0.5);
}
div.ticket-days.dayFr .ticket-days-inner {
background: rgba(215, 110, 123, 0.5);
}
div.ticket-days.daySa .ticket-days-inner {
background: rgba(236, 212, 135, 0.5)
}
div.ticket-days small {
font-weight: normal;
}
div.progress.poll-progress span {
margin-left: 5px;
margin-right: 5px;
white-space: nowrap;
}
div.progress.poll-progress.selected span {
color: #041EDE;
}
div.poll-progress {
height: 27px;
}
.progress.poll-progress.selected {
background-color: rgb(255, 239, 131);
}
.progress.poll-progress:hover {
cursor: pointer;
}
.selected .progress-bar.progress-bar-info {
background-color: rgb(255, 194, 0);
}
.poll-progress span {
font-size: 18px;
font-weight: bold;
vertical-align: middle;
color: #333;
}
.mediap .row {
margin-bottom: 10px;
}
.tarsszerv .row .col-md-3,
.tarsszerv .row .col-md-6,
.tarsszerv .row .col-sm-6,
.tarsszerv .row .col-xs-12 {
margin-bottom: 8px !important;
}
.mediap .row .col-md-4,
.mediap .row .col-sm-6,
.mediap .row .col-xs-12 {
margin-bottom: 8px !important;
}
.tarsszerv .row .col-xs-12 a,
.tarsszerv .row .col-xs-12 img,
.mediap .row .col-xs-12 a,
.mediap .row .col-xs-12 img {
display: block;
}
.tarsszerv .row .col-xs-12 a img,
.tarsszerv .row .col-xs-12 img,
.mediap .row .col-xs-12 a img,
.mediap .row .col-xs-12 img {
margin-left: auto;
margin-right: auto;
}
.szerv,
.tarsszerv {
margin-bottom: 15px;
}
.partner .col-md-4 img,
.partner .col-sm-6 img,
.partner .col-xs-12 img,
.partner .col-md-6 img,
.partner .col-md-4 img a,
.partner .col-sm-6 img a,
.partner .col-xs-12 img a,
.partner .col-md-6 img a {
display: block;
margin-left: auto;
margin-right: auto;
}
.strike {
position: relative;
margin-bottom: 0px !important;
margin-left: 80px;
margin-right: 80px;
font-size: 30px !important;
}
.strike:before {
position: absolute;
content: "";
left: 0;
top: 50%;
right: 0;
border-top: 3px solid;
border-color: #ff0800;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
}
/* modal */
.modal-content {
position: relative;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0px;
outline: 0;
/*-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;
}
#szavazas h4 {
font-weight: bold;
}
.close {
color: #f1f1f1;
opacity: .6;
filter: alpha(opacity=60);
}
.modal-header {
border-bottom: 1px solid #666;
}
@media screen and (min-width:768px) {
.modal-dialog {
width: 80%;
margin: 30px auto;
margin-top: 60px;
}
}
#dalnap .album-heading,
.press .album-heading {
bottom: 0px;
left: 0;
padding: 15px;
padding-bottom: 5px;
padding-top: 5px;
position: absolute;
width: 100%;
text-shadow:
2px 2px 0 #292e42,
-1px -1px 0 #292e42,
1px -1px 0 #292e42,
-1px 1px 0 #292e42,
1px 1px 0 #292e42;
}
#dalnap .album-heading {
padding-bottom: 3px;
padding-top: 3px;
margin-bottom: 5px;
}
#dalnap .album-heading h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 1.6vw;
}
#dalnap .album-overlay .album-info {
padding-top: 100px;
}
#dalnap .album-overlay .album-info h4 a:hover,
#dalnap .album-overlay .album-info h4 a:hover {
color: rgb(0, 0, 0);
}
.press .album-overlay .album-info {
display: block;
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
padding: 15px;
position: absolute;
top: 0;
transition: all 300ms ease 0s;
width: 100%;
}
#sajto-pages.pagination {
float: right;
display: table;
}
#sajto-pages.pagination li a {
padding: 1px 10px;
background-color: transparent;
border-color: #ffffff;
}
#sajto-pages.pagination li:first-child a {
border-top-left-radius: .5em;
border-bottom-left-radius: .5em;
}
#sajto-pages.pagination li:last-child a {
border-top-right-radius: .5em;
border-bottom-right-radius: .5em;
}
/* Stream */
.stream {
font-size: 14px;
}
.stream ul {
padding: 0px;
}
.stream ul li:first-child {
border-top: 0px;
}
.stream ul li .desc img {
width: 100%;
}
.stream ul li {
list-style: none;
margin-bottom: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding: 5px 0 5px 0;
}
.stream ul li .placc {
color: #27ae60;
font-weight: bold;
width: 100%;
margin-top: 3px;
}
.stream .streamhead {
width: 100%;
}
.stream .streamhead .time {
padding: 0px 15px 0px 0px;
font-weight: bold;
font-size: 18px;
color: #c0392b;
}
.stream .streamhead .title {
font-weight: bold;
font-size: 16px
}
/* Program */
.program .nav-pills>li {
padding: 0px;
}
/* Program szinek */
.program-pont {
color: rgb(25, 22, 22);
margin-bottom: 10px;
}
.program-pont p {
font-size: smaller;
text-align: justify;
}
.program-pont .meta {
font-size: smaller;
margin-top: 20px;
}
.program-pont .meta .idopont {
font-weight: bold;
}
.program-pont .meta .szervezo {
font-style: italic;
margin-bottom: 15px;
}
.program-pont img {
padding-right: 20px;
padding-top: 20px;
}
.program-pont:nth-child(5n+1) {
background: rgba(226, 255, 243, 0.95);
border-left: rgb(127, 183, 255) solid 5px;
}
.program-pont:nth-child(5n+2) {
background: rgba(255, 248, 218, 0.95);
border-left: rgb(197, 154, 44) solid 5px;
}
.program-pont:nth-child(5n+3) {
background: rgba(231, 255, 245, 0.9);
border-left: rgb(56, 99, 153) solid 5px;
}
.program-pont:nth-child(5n+4) {
background: rgba(255, 223, 254, 0.95);
border-left: rgb(167, 20, 161) solid 5px;
}
.program-pont:nth-child(5n+0) {
background: rgba(212, 250, 223, 0.95);
border-left: rgb(56, 180, 71) solid 5px;
}
/* END */
.program .nav-pills>li a {
font-size: 0.9vw;
font-weight: bold;
}
.program .nav-stacked>li+li {
margin-top: 5px;
margin-left: 0;
}
#latest-event-content .nav-tabs>li {
padding-right: 5px;
}
#latest-event-content .nav-tabs>li:last-child {
padding-left: 0px;
}
#latest-event-content .nav-tabs>li>a {
border-radius: 0px;
background: rgba(3, 125, 55, 0.55);
color: #fff;
border: 0px;
}
#latest-event-content .nav-tabs>li>a:hover {
text-shadow: 0 0 5px #ff0000;
/* dogozza */
}
#latest-event-content .nav-tabs>li.active>a {
background: rgba(192, 57, 43, 1.0) !important;
border: 0px;
}
.program .nav-pills>li>a {
background-color: rgba(99, 1, 123, 0.40) !important;
color: #fff;
border-radius: 0px;
}
.program .nav-pills>li>a:hover {
text-shadow: 0 0 5px #ff0000;
/* dogozza */
}
.program .nav-pills>li.active>a {
color: #fff;
background-color: #428bca !important;
}
.filter-header {
padding-top: 5px;
}
.filter li.active {
border-left: 6px solid #71B790;
}
.filter li {
border-left: 6px solid #c0392b;
}
.filter li.alltoggle {
border-left: 0px;
}
/* program END */
#ticket a.btn {
border-radius: 0px;
}
.modal-header button:hover {
background: transparent;
}
/* youtube vid. respo */
.videoWrapper {
margin-right: auto;
margin-left: auto;
z-index: 0;
margin-bottom: 10px;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* google maps respo */
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
footer a {
color: white;
}
a.white {
color: white;
}
a.footer-fb:hover {
color: #3B5998;
}
a.footer-tw:hover {
color: #00acee;
}
a.footer-yt:hover {
color: #e52d27;
}
a.footer-ig:hover {
color: #3f729b;
}
a.footer-rss:hover {
color: #FF6600;
}
a.footer-gplus:hover {
color: #DD4B39;
}
a.footer-scu:hover {
color: #f50;
}
a.footer-sp:hover {
color: #3DFB26;
}
a.footer-bc:hover {
color: #333;
}
#post-content img {
width: 100%;
}
#post-content p {
text-align: justify;
}
p.text-justified {
text-align: justify;
}
.entry-content p {
text-rendering: auto;
}
footer img {
opacity: 0.8;
filter: alpha(opacity=80);
}
footer img:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.row .col-sm-p {
padding-top: 10px;
}
.nav>li {
padding-bottom: 10px;
padding-top: 10px;
}
ul.galery>li {
height: 100px;
width: 100px;
overflow: hidden;
background-size: cover;
background-position: 50%;
}
ul.galery>li>a {
height: 100px;
line-height: 100px;
display: block;
}
.ticket-hidden {
display: none;
padding-top: 2em;
}
a.ticket-fb,
a.ticket-manual {
color: #232323;
}
a.ticket-fb:hover {
color: #3B5998;
}
a.ticket-manual:hover {
color: orange;
}
div.info-icon {
padding-top: 15px;
padding-bottom: 15px;
}
div.info-icon div.icon {
float: left;
width: 8rem;
color: rgba(238, 58, 36, 1.0);
font-size: 3.4rem;
line-height: 7.4rem;
text-align: center;
border-radius: 50%;
border: 3px solid rgba(238, 58, 36, 1.0);
}
div.info-icon div.info {
padding: 1.0rem 0 0 9rem;
}
div.info-icon div.info h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
div.info-icon div.info span {
font-size: 16px;
}
.icon-list {
padding-left: 0px;
}
.icon-list,
.icon-list li {
list-style: none;
}
.icon-list li:before {
font-family: 'FontAwesome';
padding-right: 10px;
}
.icon-list li.email:before {
content: '\f003';
}
.icon-list li.ticket:before {
content: '\f145';
}
.icon-list li.phone:before {
content: '\f095';
}
.icon-list li.press:before {
content: '\f1e0';
}
.icon-list li.about:before {
content: '\f059';
}
a.nocolor {
color: inherit;
}
input.has-error {
background-color: #FD8F8F;
}
@media only screen and (max-width: 1366px) {
.program .nav-pills>li a {
font-size: 1vw;
font-weight: bold;
}
}
@media only screen and (max-width: 1280px) {
.program .nav-pills>li a {
font-size: 1.1vw;
font-weight: bold;
}
}
@media only screen and (max-width: 1024px) {
.program .nav-pills>li a {
font-size: 1.2vw;
font-weight: bold;
}
}
@media only screen and (max-width: 768px) {
.program .nav-pills>li a {
font-size: 1vw;
font-weight: bold;
}
.nav>li {
margin-bottom: 1px;
padding-bottom: 0px;
padding-top: 0px;
}
#navigation .navbar-nav li a:hover {
background: rgba(0, 151, 192, 0.9) !important;
color: #fff !important;
}
#navigation .navbar-nav li a.active {
background: rgba(0, 151, 192, 0.9) !important;
color: #fff !important;
}
#navigation .navbar-nav li a {
font-weight: bold !important;
padding-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
background: rgba(0, 151, 192, 0.7);
}
#dalnap .album-heading h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 5vw;
}
}
@media only screen and (max-width: 479px) {
.nav>li {
margin-bottom: 1px;
padding-bottom: 0px;
padding-top: 0px;
}
#navigation .navbar-nav li a:hover {
background: rgba(0, 151, 192, 0.7) !important;
color: #fff !important;
}
#navigation .navbar-nav li a.active {
background: rgba(0, 151, 192, 0.7) !important;
color: #fff !important;
}
#navigation .navbar-nav li a {
font-weight: bold !important;
padding-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
background: rgba(0, 151, 192, 0.4);
}
}
.btn-pricing.disabled {
background-color: red;
pointer-events: none;
cursor: default;
opacity: 1;
filter: alpha(opacity=100);
}
.extra-arak h3 {
margin-top: 0px;
margin-bottom: 8px;
}
.extra-arak p {
font-size: 18px;
margin-bottom: 3px;
}
.extra-arak span {
font-weight: bold;
}
#dalnap .album-heading h3,
#dalnap .album-heading h4 {
margin-bottom: 10px;
}
.profile {
margin-bottom: 30px;
}
.profile .single-album {
margin-bottom: 10px;
}
.poll-a,
.poll-b {
float: left;
height: 3px;
}
.poll-a {
background-color: #f00;
clear: left;
}
.poll-b {
background-color: #0f0;
clear: right;
}
#legnbut button {
margin: 5px;
}
div.biglogo {
width: 100%;
max-width: 1147px;
margin-left: auto;
margin-right: auto;
}
.biglogo:after {
content: '';
padding-top: 13%;
display: block;
}
.biglogo img {
background-color: rgba(255, 255, 255, 0.6);
width: 100%;
}
#livepic {
width: 100%;
}
#weathertemp {
text-align: left;
font-size: xx-large;
font-weight: bold;
}
#weatherimage {
text-align: right;
}
.weather-block {
text-align: center;
padding-bottom: 30px;
}
.weather-data {
font-size: large;
font-weight: bold;
}
#weatherinfo {
padding-top: 30px;
}
#settlement_fill {
display: none;
float: left;
position: absolute;
width: 400px;
left: 0;
margin-left: 15px;
background-color: white;
z-index: 3;
overflow: auto;
transition: .2s ease;
border-left: 1px solid grey;
border-right: 1px solid grey;
}
.setlRow {
border-bottom: 1px solid grey;
cursor: pointer;
}
.setlRow:hover {
background-color: lightgrey;
}
@media(min-width: 992px) {
.special-offset {
margin-left: 12%;
}
}
.sponsor-images p.highlighted:hover {
color: rgb(238, 58, 36) !important;
}
.tags .label {
padding: .5em .8em .5em;
display: inline-block;
margin-top: 10px;
margin-right: 2px;
}
.album-heading{
bottom:0%;
padding-bottom:5px;
}
| 0.422624 | 0.07343 |
.sub-node-edges .edges-in,
.sub-node-edges .edges-out {
position: relative;
}
.sub-node-edges .edges-btn {
box-sizing: content-box;
width: 22px;
height: 22px;
font-size: 20px;
color: #aaa;
padding: 2px;
border: 0;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: transparent;
padding: 0;
}
.sub-node-edges .edges-btn:hover {
color: #444;
}
.sub-node-edges .edges-content {
position: absolute;
top: 35px;
min-width: 100px;
margin-bottom: 20px;
border-radius: 4px;
text-align: left;
background-color: white;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
z-index: 9;
cursor: default;
}
.sub-node-edges .edges-content .edge-item {
display: block;
font-size: 13px;
white-space: nowrap;
color: #333;
border-top: 1px solid #ddd;
}
.sub-node-edges .edges-content .edge-item:last-child {
border-bottom: 0;
}
.sub-node-edges .edge-item .item-properties {
display: none;
/* background-color: #efefef; */
padding: 10px 0;
border-radius: 0 0 4px 4px;
/*box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.sub-node-edges .edge-item.open .item-properties {
display: block;
}
.sub-node-edges .edge-item .icon-right { display: inline; }
.sub-node-edges .edge-item.open .icon-right { display: none; }
.sub-node-edges .edge-item .icon-down { display: none; }
.sub-node-edges .edge-item.open .icon-down { display: inline; }
.sub-node-edges .edge-item.no-prop .icon-right {
color: #bbb;
}
.sub-node-edges .edge-item .edge-item-prop {
display: inline-block;
padding: 4px 10px 6px;
cursor: pointer;
}
.sub-node-edges .edge-item.no-prop .edge-item-prop {
cursor: default;
}
.sub-node-edges .edges-content .v-line {
position: absolute;
top: 0;
bottom: 0;
width: 3px;
}
.sub-node-edges.left .edges-content { left: 0; }
.sub-node-edges.left .edges-content .v-line {
left: -3px;
/*border-radius: 3px 0 0 3px;*/
}
.sub-node-edges.right .edges-content { right: 0; }
.sub-node-edges.right .edges-content .v-line {
right: -3px;
/*border-radius: 0 3px 3px 0;*/
}
.sub-node-edges .tooltip-arrow {
position: absolute;
top: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid white;
}
.sub-node-edges.left .edges-content {
border-radius: 0 4px 4px 0;
}
.sub-node-edges.right .edges-content {
border-radius: 4px 0 0 4px;
}
.sub-node-edges.left .tooltip-arrow {
left: 4px;
}
.sub-node-edges.right .tooltip-arrow {
right: 4px;
}
.sub-node-edges .edges-content-head {
text-align: left;
font-size: 14px;
padding: 10px;
}
.sub-node-edges .close-tooltip-btn {
position: absolute;
top: 8px;
right: 6px;
border: 0;
background-color: transparent;
font-size: 14px;
color: #aaa;
}
.sub-node-edges .close-tooltip-btn:hover {
color: #333;
}
|
src/components/NodeEdges/NodeEdges.css
|
.sub-node-edges .edges-in,
.sub-node-edges .edges-out {
position: relative;
}
.sub-node-edges .edges-btn {
box-sizing: content-box;
width: 22px;
height: 22px;
font-size: 20px;
color: #aaa;
padding: 2px;
border: 0;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: transparent;
padding: 0;
}
.sub-node-edges .edges-btn:hover {
color: #444;
}
.sub-node-edges .edges-content {
position: absolute;
top: 35px;
min-width: 100px;
margin-bottom: 20px;
border-radius: 4px;
text-align: left;
background-color: white;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
z-index: 9;
cursor: default;
}
.sub-node-edges .edges-content .edge-item {
display: block;
font-size: 13px;
white-space: nowrap;
color: #333;
border-top: 1px solid #ddd;
}
.sub-node-edges .edges-content .edge-item:last-child {
border-bottom: 0;
}
.sub-node-edges .edge-item .item-properties {
display: none;
/* background-color: #efefef; */
padding: 10px 0;
border-radius: 0 0 4px 4px;
/*box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.sub-node-edges .edge-item.open .item-properties {
display: block;
}
.sub-node-edges .edge-item .icon-right { display: inline; }
.sub-node-edges .edge-item.open .icon-right { display: none; }
.sub-node-edges .edge-item .icon-down { display: none; }
.sub-node-edges .edge-item.open .icon-down { display: inline; }
.sub-node-edges .edge-item.no-prop .icon-right {
color: #bbb;
}
.sub-node-edges .edge-item .edge-item-prop {
display: inline-block;
padding: 4px 10px 6px;
cursor: pointer;
}
.sub-node-edges .edge-item.no-prop .edge-item-prop {
cursor: default;
}
.sub-node-edges .edges-content .v-line {
position: absolute;
top: 0;
bottom: 0;
width: 3px;
}
.sub-node-edges.left .edges-content { left: 0; }
.sub-node-edges.left .edges-content .v-line {
left: -3px;
/*border-radius: 3px 0 0 3px;*/
}
.sub-node-edges.right .edges-content { right: 0; }
.sub-node-edges.right .edges-content .v-line {
right: -3px;
/*border-radius: 0 3px 3px 0;*/
}
.sub-node-edges .tooltip-arrow {
position: absolute;
top: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid white;
}
.sub-node-edges.left .edges-content {
border-radius: 0 4px 4px 0;
}
.sub-node-edges.right .edges-content {
border-radius: 4px 0 0 4px;
}
.sub-node-edges.left .tooltip-arrow {
left: 4px;
}
.sub-node-edges.right .tooltip-arrow {
right: 4px;
}
.sub-node-edges .edges-content-head {
text-align: left;
font-size: 14px;
padding: 10px;
}
.sub-node-edges .close-tooltip-btn {
position: absolute;
top: 8px;
right: 6px;
border: 0;
background-color: transparent;
font-size: 14px;
color: #aaa;
}
.sub-node-edges .close-tooltip-btn:hover {
color: #333;
}
| 0.504883 | 0.092401 |
@font-face {
src: url(fonts/Oswald-VariableFont_wght.ttf);
font-family: Oswald;
}
@font-face {
src: url(fonts/AvenirLTStd-Book.otf);
font-family: Avenir;
}
body {
background-color: rgb(125, 224, 155);
font-family: Avenir;
font-size: 20px;
padding-top: 40px;
max-width: 1200px;
margin: auto;
padding-inline: 40px;
}
div {
padding-bottom: 20px;
}
.header {
font-family: Oswald;
border-style: none none double none;
}
a {
text-decoration: none;
color: black;
}
.card {
display: flex;
flex-direction: column;
max-width: 350px;
background-color: #e68427;
background: #e68427;
color: black;
border-radius: 30px;
box-shadow: 3px 2px 14px rgba(#262631, 0.4);
text-decoration: none;
font-size: 1rem;
transition-timing-function: 200ms ease-in-out ;
}
.card:hover {
transition: translateY(-1rem);
}
.card_image {
flex: 0 0 120px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #e68427;
}
.card-content {
padding: 1rem;
background-color: #e68427;
}
.card_title {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 0.5rem;
background-color: #e68427;
}
.card_snippet {
margin-bottom: -0.5rem;
background-color: #e68427;
text-align: center;
}
.card_readmore {
text-transform: uppercase;
text-align: right;
background-color: #e68427;
border-radius: 50px;
}
#header-bar {
padding: 0%;
}
#navigation-bar {
padding: 0%;
float: right;
}
.navigation {
display: inline-block;
font-style: Oswald;
padding-left: 20px;
}
#about-me {
height: auto;
overflow: auto;
}
#about-me-text {
width: 50%;
float: left;
}
#profile {
vertical-align: top;
float: right;
border-radius: 15%;
}
.skill {
height: 50px;
}
#skill-bar {
display: flex;
justify-content: space-between;
}
.contact-paragraph {
text-align: center;
}
#contact-list {
list-style-type: none;
display: flex;
justify-content: space-between;
padding: 0;
}
.contact-method {
height: 50px;
display: inline-block;
justify-content: center;
vertical-align: middle;
margin: auto;
}
.article-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-around;
}
.card {
width: 30%;
margin-bottom: 1rem;
}
.card_image {
border-radius: inherit;
}
@media screen and (max-width: 768px) {
.card {
width: 45%;
}
}
@media screen and (max-width: 576px) {
.card {
width: 90%;
}
}
|
styles.css
|
@font-face {
src: url(fonts/Oswald-VariableFont_wght.ttf);
font-family: Oswald;
}
@font-face {
src: url(fonts/AvenirLTStd-Book.otf);
font-family: Avenir;
}
body {
background-color: rgb(125, 224, 155);
font-family: Avenir;
font-size: 20px;
padding-top: 40px;
max-width: 1200px;
margin: auto;
padding-inline: 40px;
}
div {
padding-bottom: 20px;
}
.header {
font-family: Oswald;
border-style: none none double none;
}
a {
text-decoration: none;
color: black;
}
.card {
display: flex;
flex-direction: column;
max-width: 350px;
background-color: #e68427;
background: #e68427;
color: black;
border-radius: 30px;
box-shadow: 3px 2px 14px rgba(#262631, 0.4);
text-decoration: none;
font-size: 1rem;
transition-timing-function: 200ms ease-in-out ;
}
.card:hover {
transition: translateY(-1rem);
}
.card_image {
flex: 0 0 120px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #e68427;
}
.card-content {
padding: 1rem;
background-color: #e68427;
}
.card_title {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 0.5rem;
background-color: #e68427;
}
.card_snippet {
margin-bottom: -0.5rem;
background-color: #e68427;
text-align: center;
}
.card_readmore {
text-transform: uppercase;
text-align: right;
background-color: #e68427;
border-radius: 50px;
}
#header-bar {
padding: 0%;
}
#navigation-bar {
padding: 0%;
float: right;
}
.navigation {
display: inline-block;
font-style: Oswald;
padding-left: 20px;
}
#about-me {
height: auto;
overflow: auto;
}
#about-me-text {
width: 50%;
float: left;
}
#profile {
vertical-align: top;
float: right;
border-radius: 15%;
}
.skill {
height: 50px;
}
#skill-bar {
display: flex;
justify-content: space-between;
}
.contact-paragraph {
text-align: center;
}
#contact-list {
list-style-type: none;
display: flex;
justify-content: space-between;
padding: 0;
}
.contact-method {
height: 50px;
display: inline-block;
justify-content: center;
vertical-align: middle;
margin: auto;
}
.article-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-around;
}
.card {
width: 30%;
margin-bottom: 1rem;
}
.card_image {
border-radius: inherit;
}
@media screen and (max-width: 768px) {
.card {
width: 45%;
}
}
@media screen and (max-width: 576px) {
.card {
width: 90%;
}
}
| 0.31563 | 0.07403 |
.theme-amber {
/* breadcrumb style */
/* card header style */
/* table pagination style */
/* primary button */
/* Tab selected color */ }
.theme-amber .navbar {
background-color: #FFC107; }
.theme-amber .nav > li > a {
color: #fff; }
.theme-amber .nav > li > a:hover {
background-color: rgba(0, 0, 0, 0);
text-decoration: none; }
.theme-amber .nav > li > a:focus {
background-color: rgba(0, 0, 0, 0);
text-decoration: none; }
.theme-amber .bars {
color: #fff; }
.theme-amber .sidebar .menu .list li.active {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list li.active > :first-child i, .theme-amber .sidebar .menu .list li.active > :first-child span {
color: #FFC107; }
.theme-amber .sidebar .menu .list li a {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .sidebar .menu .list li a i, .theme-amber .sidebar .menu .list li a span {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .sidebar .menu .list li a:hover {
color: #FFC107; }
.theme-amber .sidebar .menu .list li a:hover i, .theme-amber .sidebar .menu .list li a:hover span {
color: #FFC107; }
.theme-amber .sidebar .menu .list .toggled {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list .ml-menu {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list .ml-menu .active a {
font-weight: 700; }
.theme-amber .sidebar .legal {
background-color: #fff; }
.theme-amber .sidebar .legal .copyright a {
color: #FFC107 !important; }
.theme-amber .breadcrumb li a {
color: #FFC107 !important; }
.theme-amber .card .header h2 strong {
color: #bbb !important; }
.theme-amber .page-item.active .page-link {
background-color: #FFC107;
border-color: #FFC107;
color: #FFFFFF;
border-radius: 50%;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2); }
.theme-amber .btn-primary {
background-color: #FFC107 !important;
color: #fff !important;
border-color: #FFC107 !important; }
.theme-amber .btn-primary:hover {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:active {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:focus {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:disabled {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-outline-primary {
background: 0 0 !important;
color: #FFC107 !important;
border: 1px solid #FFC107 !important; }
.theme-amber .btn-outline-primary:hover {
background: #FFC107 !important;
color: #fff !important;
border: 1px solid #FFC107 !important; }
.theme-amber .timelineLabelColor strong {
color: #FFC107 !important; }
.theme-amber .top-sidebar .horizontal-menu li.active > a {
color: #FFC107; }
.theme-amber .top-sidebar .horizontal-menu li a {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .top-sidebar .horizontal-menu li a:hover {
color: #FFC107; }
.theme-amber .nav-tabs > li > a:before {
border-bottom: 2px solid #FFC107; }
.theme-amber .sidemenu-collapse i {
color: #fff; }
/*Logo Header Background Color*/
.logo-amber .navbar-header {
background-color: #FFC107; }
|
assets/dashboard/css/styles/theme-amber.css
|
.theme-amber {
/* breadcrumb style */
/* card header style */
/* table pagination style */
/* primary button */
/* Tab selected color */ }
.theme-amber .navbar {
background-color: #FFC107; }
.theme-amber .nav > li > a {
color: #fff; }
.theme-amber .nav > li > a:hover {
background-color: rgba(0, 0, 0, 0);
text-decoration: none; }
.theme-amber .nav > li > a:focus {
background-color: rgba(0, 0, 0, 0);
text-decoration: none; }
.theme-amber .bars {
color: #fff; }
.theme-amber .sidebar .menu .list li.active {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list li.active > :first-child i, .theme-amber .sidebar .menu .list li.active > :first-child span {
color: #FFC107; }
.theme-amber .sidebar .menu .list li a {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .sidebar .menu .list li a i, .theme-amber .sidebar .menu .list li a span {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .sidebar .menu .list li a:hover {
color: #FFC107; }
.theme-amber .sidebar .menu .list li a:hover i, .theme-amber .sidebar .menu .list li a:hover span {
color: #FFC107; }
.theme-amber .sidebar .menu .list .toggled {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list .ml-menu {
background-color: rgba(0, 0, 0, 0); }
.theme-amber .sidebar .menu .list .ml-menu .active a {
font-weight: 700; }
.theme-amber .sidebar .legal {
background-color: #fff; }
.theme-amber .sidebar .legal .copyright a {
color: #FFC107 !important; }
.theme-amber .breadcrumb li a {
color: #FFC107 !important; }
.theme-amber .card .header h2 strong {
color: #bbb !important; }
.theme-amber .page-item.active .page-link {
background-color: #FFC107;
border-color: #FFC107;
color: #FFFFFF;
border-radius: 50%;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2); }
.theme-amber .btn-primary {
background-color: #FFC107 !important;
color: #fff !important;
border-color: #FFC107 !important; }
.theme-amber .btn-primary:hover {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:active {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:focus {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-primary:disabled {
background-color: #FFC107 !important;
color: #fff !important; }
.theme-amber .btn-outline-primary {
background: 0 0 !important;
color: #FFC107 !important;
border: 1px solid #FFC107 !important; }
.theme-amber .btn-outline-primary:hover {
background: #FFC107 !important;
color: #fff !important;
border: 1px solid #FFC107 !important; }
.theme-amber .timelineLabelColor strong {
color: #FFC107 !important; }
.theme-amber .top-sidebar .horizontal-menu li.active > a {
color: #FFC107; }
.theme-amber .top-sidebar .horizontal-menu li a {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.theme-amber .top-sidebar .horizontal-menu li a:hover {
color: #FFC107; }
.theme-amber .nav-tabs > li > a:before {
border-bottom: 2px solid #FFC107; }
.theme-amber .sidemenu-collapse i {
color: #fff; }
/*Logo Header Background Color*/
.logo-amber .navbar-header {
background-color: #FFC107; }
| 0.236693 | 0.037327 |
@import './vars.css';
@component-namespace el {
@b picker-panel {
color: var(--datepicker-color);
border: 1px solid var(--datepicker-border-color);
box-shadow: 0 2px 6px #ccc;
background: #fff;
border-radius: 2px;
line-height: 20px;
margin: 5px 0;
@e body, body-wrapper {
&::after {
content: "";
display: table;
clear: both;
}
}
@e content {
position: relative;
margin: 15px;
}
@e footer {
border-top: 1px solid var(--datepicker-inner-border-color);
padding: 4px;
text-align: right;
background-color: #fff;
position: relative;
}
@e shortcut {
display: block;
width: 100%;
border: 0;
background-color: transparent;
line-height: 28px;
font-size: 14px;
color: var(--datepicker-color);
padding-left: 12px;
text-align: left;
outline: none;
cursor: pointer;
&:hover {
background-color: #e5e9f2;
}
&.active {
background-color: #e6f1fe;
color: var(--datepicker-active-color);
}
}
@e btn {
border: 1px solid #dcdcdc;
color: #333;
line-height: 24px;
border-radius: 2px;
padding: 0 20px;
cursor: pointer;
background-color: transparent;
outline: none;
&[disabled] {
color: #cccccc;
cursor: not-allowed;
}
}
@e icon-btn {
font-size: 12px;
color: var(--datepicker-icon-color);
border: 0;
background: transparent;
cursor: pointer;
outline: none;
margin-top: 3px;
&:hover {
color: var(--datepicker-text-hover-color);
}
}
@e link-btn {
cursor: pointer;
color: #55a4ff;
text-decoration: none;
padding: 15px;
font-size: 12px;
}
}
.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
position: absolute;
top: 0;
bottom: 0;
width: 110px;
border-right: 1px solid var(--datepicker-inner-border-color);
box-sizing: border-box;
padding-top: 6px;
background-color: #f9fafc;
}
.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
margin-left: 110px;
}
}
|
packages/date-picker/src/css/picker-panel.css
|
@import './vars.css';
@component-namespace el {
@b picker-panel {
color: var(--datepicker-color);
border: 1px solid var(--datepicker-border-color);
box-shadow: 0 2px 6px #ccc;
background: #fff;
border-radius: 2px;
line-height: 20px;
margin: 5px 0;
@e body, body-wrapper {
&::after {
content: "";
display: table;
clear: both;
}
}
@e content {
position: relative;
margin: 15px;
}
@e footer {
border-top: 1px solid var(--datepicker-inner-border-color);
padding: 4px;
text-align: right;
background-color: #fff;
position: relative;
}
@e shortcut {
display: block;
width: 100%;
border: 0;
background-color: transparent;
line-height: 28px;
font-size: 14px;
color: var(--datepicker-color);
padding-left: 12px;
text-align: left;
outline: none;
cursor: pointer;
&:hover {
background-color: #e5e9f2;
}
&.active {
background-color: #e6f1fe;
color: var(--datepicker-active-color);
}
}
@e btn {
border: 1px solid #dcdcdc;
color: #333;
line-height: 24px;
border-radius: 2px;
padding: 0 20px;
cursor: pointer;
background-color: transparent;
outline: none;
&[disabled] {
color: #cccccc;
cursor: not-allowed;
}
}
@e icon-btn {
font-size: 12px;
color: var(--datepicker-icon-color);
border: 0;
background: transparent;
cursor: pointer;
outline: none;
margin-top: 3px;
&:hover {
color: var(--datepicker-text-hover-color);
}
}
@e link-btn {
cursor: pointer;
color: #55a4ff;
text-decoration: none;
padding: 15px;
font-size: 12px;
}
}
.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
position: absolute;
top: 0;
bottom: 0;
width: 110px;
border-right: 1px solid var(--datepicker-inner-border-color);
box-sizing: border-box;
padding-top: 6px;
background-color: #f9fafc;
}
.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
margin-left: 110px;
}
}
| 0.410874 | 0.094971 |
.ui-li-count {
font-size: 10px !important;
}
/*
Mobile Folderbrowser styles
*/
/* Sets style for icon with no background: just icon only */
.folderbrowser-header-icon{
box-shadow: none !important;
background: transparent !important;
border-width: 0px !important;
}
.pagelabel{
font-weight: bold;
}
.contentList{
margin-top: 10px !important;
}
/* Sets font size of filter text input field */
.ui-input-search input {
font-size: 0.938em !important;
}
/* Default font size */
.search-labels, .search-result-count {
font-size: 0.938em !important;
}
.ui-checkbox input {
width: 0.938em !important;
height: 0.938em !important;
}
.search-form-body {
background-color: #f6f6f6 !important;
top: 5px !important;
}
.search-form-message-text {
/*Red text */
color: #E71A1A !important;
}
.search-result-count {
font-weight: bold !important;
}
.searchresults-summary {
font-size: 0.800em !important;
white-space: normal !important;
}
.searchresults-termshighlight{
background: #FDFC9F !important;
}
.folcontents-objectHeader, .versions-objectHeader, .locations-objectHeader, .subscriptions-objectHeader, .searchresults-objectHeader {
font-size: 0.875em !important;
font-weight: bold !important;
}
.folcontents-objectInfo, .versions-objectInfo, .locations-objectInfo, .subscriptions-objectInfo, .searchresults-objectInfo {
font-size: 0.800em !important;
white-space: normal !important;
}
.folcontents-objectInfoFooter{
font-size: 0.689em !important;
}
.folcontents-pathlabel {
font-size: 10px !important;
}
.props-header-info{
margin-bottom: 30px;
}
.props-header-icon{
float: left;
margin-right: 10px;
}
.props-header-lockIconOverlay {
border: 0px;
height: 16px;
width: 16px;
position: relative;
top: 3px;
margin-left: -9px;
}
.props-header-label{
font-size: 0.938em;
white-space: nowrap;
text-overflow: ellipsis;
overflow:hidden;
}
.props-label{
font-size: 0.938em !important;
font-weight: bold !important;
}
.props-value{
font-size: 0.938em !important;
white-space: normal !important;
}
.props-buttons{
font-size: 12px !important;
}
/* height of listitem paddings */
.ui-li-static-props{
padding: .5em 1em !important;
}
#pageloader-div {
background: url(../../../jquery/mobile/1.4.5/images/ajax-loader.gif) no-repeat center center;
height: 100px;
width: 100px;
opacity: .18;
filter: Alpha(Opacity=18);
display: block;
position: fixed;
z-index: 1000;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
}
|
mobile4webtop/src/main/webapp/eora/include/mobile/reposbrowser/css/mobile_reposbrowser.css
|
.ui-li-count {
font-size: 10px !important;
}
/*
Mobile Folderbrowser styles
*/
/* Sets style for icon with no background: just icon only */
.folderbrowser-header-icon{
box-shadow: none !important;
background: transparent !important;
border-width: 0px !important;
}
.pagelabel{
font-weight: bold;
}
.contentList{
margin-top: 10px !important;
}
/* Sets font size of filter text input field */
.ui-input-search input {
font-size: 0.938em !important;
}
/* Default font size */
.search-labels, .search-result-count {
font-size: 0.938em !important;
}
.ui-checkbox input {
width: 0.938em !important;
height: 0.938em !important;
}
.search-form-body {
background-color: #f6f6f6 !important;
top: 5px !important;
}
.search-form-message-text {
/*Red text */
color: #E71A1A !important;
}
.search-result-count {
font-weight: bold !important;
}
.searchresults-summary {
font-size: 0.800em !important;
white-space: normal !important;
}
.searchresults-termshighlight{
background: #FDFC9F !important;
}
.folcontents-objectHeader, .versions-objectHeader, .locations-objectHeader, .subscriptions-objectHeader, .searchresults-objectHeader {
font-size: 0.875em !important;
font-weight: bold !important;
}
.folcontents-objectInfo, .versions-objectInfo, .locations-objectInfo, .subscriptions-objectInfo, .searchresults-objectInfo {
font-size: 0.800em !important;
white-space: normal !important;
}
.folcontents-objectInfoFooter{
font-size: 0.689em !important;
}
.folcontents-pathlabel {
font-size: 10px !important;
}
.props-header-info{
margin-bottom: 30px;
}
.props-header-icon{
float: left;
margin-right: 10px;
}
.props-header-lockIconOverlay {
border: 0px;
height: 16px;
width: 16px;
position: relative;
top: 3px;
margin-left: -9px;
}
.props-header-label{
font-size: 0.938em;
white-space: nowrap;
text-overflow: ellipsis;
overflow:hidden;
}
.props-label{
font-size: 0.938em !important;
font-weight: bold !important;
}
.props-value{
font-size: 0.938em !important;
white-space: normal !important;
}
.props-buttons{
font-size: 12px !important;
}
/* height of listitem paddings */
.ui-li-static-props{
padding: .5em 1em !important;
}
#pageloader-div {
background: url(../../../jquery/mobile/1.4.5/images/ajax-loader.gif) no-repeat center center;
height: 100px;
width: 100px;
opacity: .18;
filter: Alpha(Opacity=18);
display: block;
position: fixed;
z-index: 1000;
left: 50%;
top: 50%;
margin: -25px 0 0 -25px;
}
| 0.277179 | 0.060308 |
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
code,pre {
padding: 0 3px 2px;
font-family: 'Source Code Pro', monospace;
font-size: 12px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
pre.prettyprint {
margin-bottom: 20px
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0
}
pre li{
/*display: block;*/
/*overflow-x: auto;*/
/*padding: 0.5em;*/
color: #abb2bf;
background: #e6e6e6;
border-radius: 2px;
}
ol.linenums { margin-top: 0; margin-bottom: 0; color: rgba(102, 128, 153, 0.4) } /* IE indents via margin-left */
ol.linenums {
/*margin-left: 35px;*/
}
ol.linenums > li {
padding-left: 15px;
list-style-type: decimal-leading-zero;
line-height: 20px;
}
.pln { color: #000 } /* plain text */
@media screen {
.str { color: #080 } /* string content */
.kwd { color: #008 } /* a keyword */
.com { color: #800 } /* a comment */
.typ { color: #606 } /* a type name */
.lit { color: #066 } /* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun, .opn, .clo { color: #660 }
.tag { color: #008 } /* a markup tag name */
.atn { color: #606 } /* a markup attribute name */
.atv { color: #080 } /* a markup attribute value */
.dec, .var { color: #606 } /* a declaration; a variable name */
.fun { color: red } /* a function name */
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 { }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
.str { color: #060 }
.kwd { color: #006; font-weight: bold }
.com { color: #600; font-style: italic }
.typ { color: #404; font-weight: bold }
.lit { color: #044 }
.pun, .opn, .clo { color: #440 }
.tag { color: #006; font-weight: bold }
.atn { color: #404 }
.atv { color: #060 }
}
/** table area*/
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0
}
.table {
width: 100%;
margin-bottom: 20px
}
.table th,.table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd
}
.table th {
font-weight: 700
}
.table thead th {
vertical-align: bottom
}
.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 th,.table-condensed td {
padding: 4px 5px
}
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.table-bordered th,.table-bordered td {
border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0
}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px
}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px
}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9
}
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
background-color: #f5f5f5
}
table td[class*=span],table th[class*=span],.row-fluid table td[class*=span],.row-fluid table th[class*=span] {
display: table-cell;
float: none;
margin-left: 0
}
.table td.span1,.table th.span1 {
float: none;
width: 44px;
margin-left: 0
}
.table td.span2,.table th.span2 {
float: none;
width: 124px;
margin-left: 0
}
.table td.span3,.table th.span3 {
float: none;
width: 204px;
margin-left: 0
}
.table td.span4,.table th.span4 {
float: none;
width: 284px;
margin-left: 0
}
.table td.span5,.table th.span5 {
float: none;
width: 364px;
margin-left: 0
}
.table td.span6,.table th.span6 {
float: none;
width: 444px;
margin-left: 0
}
.table td.span7,.table th.span7 {
float: none;
width: 524px;
margin-left: 0
}
.table td.span8,.table th.span8 {
float: none;
width: 604px;
margin-left: 0
}
.table td.span9,.table th.span9 {
float: none;
width: 684px;
margin-left: 0
}
.table td.span10,.table th.span10 {
float: none;
width: 764px;
margin-left: 0
}
.table td.span11,.table th.span11 {
float: none;
width: 844px;
margin-left: 0
}
.table td.span12,.table th.span12 {
float: none;
width: 924px;
margin-left: 0
}
.table tbody tr.success td {
background-color: #dff0d8
}
.table tbody tr.error td {
background-color: #f2dede
}
.table tbody tr.warning td {
background-color: #fcf8e3
}
.table tbody tr.info td {
background-color: #d9edf7
}
.table-hover tbody tr.success:hover td {
background-color: #d0e9c6
}
.table-hover tbody tr.error:hover td {
background-color: #ebcccc
}
.table-hover tbody tr.warning:hover td {
background-color: #faf2cc
}
.table-hover tbody tr.info:hover td {
background-color: #c4e3f3
}
.editormd-tex{
text-align: center;
}
|
public/css/markdown.css
|
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
code,pre {
padding: 0 3px 2px;
font-family: 'Source Code Pro', monospace;
font-size: 12px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
pre.prettyprint {
margin-bottom: 20px
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0
}
pre li{
/*display: block;*/
/*overflow-x: auto;*/
/*padding: 0.5em;*/
color: #abb2bf;
background: #e6e6e6;
border-radius: 2px;
}
ol.linenums { margin-top: 0; margin-bottom: 0; color: rgba(102, 128, 153, 0.4) } /* IE indents via margin-left */
ol.linenums {
/*margin-left: 35px;*/
}
ol.linenums > li {
padding-left: 15px;
list-style-type: decimal-leading-zero;
line-height: 20px;
}
.pln { color: #000 } /* plain text */
@media screen {
.str { color: #080 } /* string content */
.kwd { color: #008 } /* a keyword */
.com { color: #800 } /* a comment */
.typ { color: #606 } /* a type name */
.lit { color: #066 } /* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun, .opn, .clo { color: #660 }
.tag { color: #008 } /* a markup tag name */
.atn { color: #606 } /* a markup attribute name */
.atv { color: #080 } /* a markup attribute value */
.dec, .var { color: #606 } /* a declaration; a variable name */
.fun { color: red } /* a function name */
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 { }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
.str { color: #060 }
.kwd { color: #006; font-weight: bold }
.com { color: #600; font-style: italic }
.typ { color: #404; font-weight: bold }
.lit { color: #044 }
.pun, .opn, .clo { color: #440 }
.tag { color: #006; font-weight: bold }
.atn { color: #404 }
.atv { color: #060 }
}
/** table area*/
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0
}
.table {
width: 100%;
margin-bottom: 20px
}
.table th,.table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd
}
.table th {
font-weight: 700
}
.table thead th {
vertical-align: bottom
}
.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 th,.table-condensed td {
padding: 4px 5px
}
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.table-bordered th,.table-bordered td {
border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0
}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px
}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px
}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9
}
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
background-color: #f5f5f5
}
table td[class*=span],table th[class*=span],.row-fluid table td[class*=span],.row-fluid table th[class*=span] {
display: table-cell;
float: none;
margin-left: 0
}
.table td.span1,.table th.span1 {
float: none;
width: 44px;
margin-left: 0
}
.table td.span2,.table th.span2 {
float: none;
width: 124px;
margin-left: 0
}
.table td.span3,.table th.span3 {
float: none;
width: 204px;
margin-left: 0
}
.table td.span4,.table th.span4 {
float: none;
width: 284px;
margin-left: 0
}
.table td.span5,.table th.span5 {
float: none;
width: 364px;
margin-left: 0
}
.table td.span6,.table th.span6 {
float: none;
width: 444px;
margin-left: 0
}
.table td.span7,.table th.span7 {
float: none;
width: 524px;
margin-left: 0
}
.table td.span8,.table th.span8 {
float: none;
width: 604px;
margin-left: 0
}
.table td.span9,.table th.span9 {
float: none;
width: 684px;
margin-left: 0
}
.table td.span10,.table th.span10 {
float: none;
width: 764px;
margin-left: 0
}
.table td.span11,.table th.span11 {
float: none;
width: 844px;
margin-left: 0
}
.table td.span12,.table th.span12 {
float: none;
width: 924px;
margin-left: 0
}
.table tbody tr.success td {
background-color: #dff0d8
}
.table tbody tr.error td {
background-color: #f2dede
}
.table tbody tr.warning td {
background-color: #fcf8e3
}
.table tbody tr.info td {
background-color: #d9edf7
}
.table-hover tbody tr.success:hover td {
background-color: #d0e9c6
}
.table-hover tbody tr.error:hover td {
background-color: #ebcccc
}
.table-hover tbody tr.warning:hover td {
background-color: #faf2cc
}
.table-hover tbody tr.info:hover td {
background-color: #c4e3f3
}
.editormd-tex{
text-align: center;
}
| 0.368519 | 0.13569 |
@media only screen and (max-width: 640px){
.new-slideBox .image-area li .photo-with-description{
display: block;
}
.new-slideBox .image-area li .photo-with-description .photo{
height: calc(85% - 20px)!important;
position: absolute!important;
top: 0;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.new-slideBox .image-area.only-one li .photo-with-description .photo{
height:100%;
}
.column-layout.description-container{
display: block !important;
height: 15%!important;
width: 100% !important;
position: absolute;
left: 1px;
bottom: 10px;
max-width: 100% !important;
}
}
@media screen and (max-width:780px){
.new-slideBox .photo img{
max-height: calc(100% - 80px) !important;
}
}
@media screen and (min-width:780px), (orientation:portrait){
.new-slideBox .image-area{
height: calc(100% - 110px);
}
}
@media screen and (max-width:780px) and (orientation:landscape){
.new-slideBox .image-area{
height: 100%;
}
.new-slideBox .icon-resize, .icon-collapse, .icon-close{
font-size: 25px !important;
}
.new-slideBox .preview-area {
display: none !important;
}
.new-slideBox .image-area li .photo{
height: 100vh!important;
}
.new-slideBox .image-area li .photo-with-description .photo{
height: calc(85% - 20px)!important;
}
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
.new-slideBox .image-area li .photo{
height: 100%!important;
}
}}
.new-slideBox {
background: #333;
position: fixed;
left: 0px;
width: 100%;
box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.7);
top: 0px;
height: 100%;
z-index: 9999999;
overflow: hidden;
}
.new-slideBox:-webkit-full-screen {
background: #000;
}
.new-slideBox:-moz-full-screen {
background: #000;
}
.new-slideBox:-ms-fullscreen {
background: #000;
}
.new-slideBox:fullscreen {
background: #000;
}
.new-slideBox:-webkit-full-screen {
background: #000;
}
.new-slideBox:-moz-full-screen {
background: #000;
}
.new-slideBox:-ms-fullscreen {
background: #000;
}
.new-slideBox:hover {
cursor: pointer;
}
.new-slideBox .icon-close {
position: absolute;
top: 10px;
right: 10px;
display: block;
color: white;
font-size: 25px;
z-index: 10;
}
.new-slideBox .icon-resize,.icon-collapse {
position: absolute;
top: 10px;
right: 45px;
display: block;
color: white;
font-size: 25px;
z-index: 10;
}
.new-slideBox .container-icon-play{
background: rgba(0, 0, 0, 0.34);
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 8vmin;
border: solid white 2px;
border-radius: 50%;
width: 10vmin;
height: 10vmin;
color: white;
}
.new-slideBox .container-icon-play span{
display: block;
position: relative;
width: 3vmin;
height: 8vmin !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.new-slideBox .icon-play.ng-hide-add, .new-slideBox .icon-play.ng-hide-remove {
-webkit-transition: all linear 0.5s;
transition: all linear 0.5s;
}
.new-slideBox .icon-play.ng-hide {
opacity: 0;
}
.new-slideBox .preview-area{
background-color: #3c3c3b;
position: absolute;
bottom: 0px;
width: 100%;
height: 110px;
}
.new-slideBox .preview-area li:hover {
cursor: pointer;
}
.new-slideBox a:hover {
cursor: pointer;
}
.new-slideBox .preview-area a:before{
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
}
.new-slideBox .preview-area a{
text-align: center;
vertical-align: middle;
font-size: 50pt;
height: 100%;
width: 8%;
box-sizing:border-box;
color: #aaa;
}
.new-slideBox .preview-area .icon-angle-left {
float: left;
position: relative;
}
.new-slideBox .preview-area a i {
vertical-align: middle;
}
.new-slideBox .preview-area .icon-angle-right{
float: right;
right: 0px;
position: relative;
}
.new-slideBox .preview-area li div{
height: 70px;
background: rgba(0,0,0,0.7);
overflow: hidden;
}
.new-slideBox .slideshow-thumbnail{
max-width: 98%;
margin: 0 auto;
display: block;
max-height: 85px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.new-slideBox .preview-area .selected{
border: 3px solid white;
}
.new-slideBox .preview-area ul{
position: absolute;
width: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
overflow: hidden;
vertical-align: middle;
display: table;
height: 100%;
}
.new-slideBox .preview-area li{
vertical-align: middle;
display: table-cell;
padding: 1%;
position: relative;
max-width: 120px;
width: 120px;
}
.new-slideBox .image-area{
position: relative;
width: 100%;
}
.new-slideBox .image-area.maximized{
height: 100%;
}
.new-slideBox .image-area ul{
position: absolute;
display: table-cell;
height: 100%;
width: 100%;
}
.new-slideBox .image-area ul li{
position: absolute;
top:0px;
width: 100%;
height: 100%;
}
.new-slideBox .image-area li img{
display: block;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
border: solid 8px;
border-radius: 5px;
}
.new-slideBox .image-area li .photo-container {
position: relative;
top: 0px;
height: 100%;
overflow: hidden;
}
.new-slideBox .image-area li .photo{
position: relative;
height: calc(100vh - 110px);
max-width: 100%;
display: block;
text-align: center;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
}
.new-slideBox .image-area li .photo.maximizedPhoto,
.new-slideBox .image-area.only-one li .photo {
height: 100vh;
}
.new-slideBox .image-area li .photo-with-description {
position: absolute;
top:0px;
width: 100%;
height: 100%;
overflow: hidden;
display: table;
-webkit-box-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.new-slideBox .photo-with-description .photo{
padding: 0 2%;
position: relative;
}
.new-slideBox .photo img{
padding-left:0px;
max-width: calc(100% - 10px);
max-height: calc(100% - 10px);
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.new-slideBox .image-area li .description{
color: white;
display: block;
overflow-y: auto;
text-align: left;
height: auto;
width: 100%;
max-height: calc(100vh - 110px);
padding: 10px 10px;
background: rgba(0,0,0,0.7);
box-sizing: border-box;
border-radius: 3px;
}
.new-slideBox .image{
position: relative;
width: 100%;
}
.image-area .next.disable{
-webkit-transition: 2s ease-out;
transition: 2s ease-out;
-webkit-animation: out 1s;
animation: out 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: hidden;
}
.image-area .next.selected{
-webkit-transition: 2s ease-in-out;
transition: 2s ease-in-out;
-webkit-animation: in 1s;
animation: in 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@-webkit-keyframes in{
from{
right:-100%;
opacity:0;
}
to{
right:0%;
opacity:1;
}
}
@keyframes in{
from{
right:-100%;
opacity:0;
}
to{
right:0%;
opacity:1;
}
}
@-webkit-keyframes out{
from{
right:0%;
opacity: 1;
}
to{
right:100%;
opacity: 0;
}
}
@keyframes out{
from{
right:0%;
opacity: 1;
}
to{
right:100%;
opacity: 0;
}
}
.image-area .preview.disable{
-webkit-transition: 2s ease-out;
transition: 2s ease-out;
-webkit-animation: out-preview 1s;
animation: out-preview 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: hidden;
}
.image-area .preview.selected{
-webkit-transition: 2s ease-in-out;
transition: 2s ease-in-out;
-webkit-animation: in-preview 1s;
animation: in-preview 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.column-layout{
vertical-align: middle;
}
.column-layout.description-container{
padding:0 2%;
box-sizing: border-box;
height: auto;
display: table-cell;
width: 30%;
min-width: 300px;
vertical-align: middle;
}
@-webkit-keyframes in-preview{
from{
left:-100%;
opacity:0;
}
to{
left:0%;
opacity:1;
}
}
@keyframes in-preview{
from{
left:-100%;
opacity:0;
}
to{
left:0%;
opacity:1;
}
}
@-webkit-keyframes out-preview{
from{
left:0%;
opacity: 1;
}
to{
left:100%;
opacity: 0;
}
}
@keyframes out-preview{
from{
left:0%;
opacity: 1;
}
to{
left:100%;
opacity: 0;
}
}
|
app/lib/thr-slideshow/docs/thr-slideshow.css
|
@media only screen and (max-width: 640px){
.new-slideBox .image-area li .photo-with-description{
display: block;
}
.new-slideBox .image-area li .photo-with-description .photo{
height: calc(85% - 20px)!important;
position: absolute!important;
top: 0;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.new-slideBox .image-area.only-one li .photo-with-description .photo{
height:100%;
}
.column-layout.description-container{
display: block !important;
height: 15%!important;
width: 100% !important;
position: absolute;
left: 1px;
bottom: 10px;
max-width: 100% !important;
}
}
@media screen and (max-width:780px){
.new-slideBox .photo img{
max-height: calc(100% - 80px) !important;
}
}
@media screen and (min-width:780px), (orientation:portrait){
.new-slideBox .image-area{
height: calc(100% - 110px);
}
}
@media screen and (max-width:780px) and (orientation:landscape){
.new-slideBox .image-area{
height: 100%;
}
.new-slideBox .icon-resize, .icon-collapse, .icon-close{
font-size: 25px !important;
}
.new-slideBox .preview-area {
display: none !important;
}
.new-slideBox .image-area li .photo{
height: 100vh!important;
}
.new-slideBox .image-area li .photo-with-description .photo{
height: calc(85% - 20px)!important;
}
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
.new-slideBox .image-area li .photo{
height: 100%!important;
}
}}
.new-slideBox {
background: #333;
position: fixed;
left: 0px;
width: 100%;
box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.7);
top: 0px;
height: 100%;
z-index: 9999999;
overflow: hidden;
}
.new-slideBox:-webkit-full-screen {
background: #000;
}
.new-slideBox:-moz-full-screen {
background: #000;
}
.new-slideBox:-ms-fullscreen {
background: #000;
}
.new-slideBox:fullscreen {
background: #000;
}
.new-slideBox:-webkit-full-screen {
background: #000;
}
.new-slideBox:-moz-full-screen {
background: #000;
}
.new-slideBox:-ms-fullscreen {
background: #000;
}
.new-slideBox:hover {
cursor: pointer;
}
.new-slideBox .icon-close {
position: absolute;
top: 10px;
right: 10px;
display: block;
color: white;
font-size: 25px;
z-index: 10;
}
.new-slideBox .icon-resize,.icon-collapse {
position: absolute;
top: 10px;
right: 45px;
display: block;
color: white;
font-size: 25px;
z-index: 10;
}
.new-slideBox .container-icon-play{
background: rgba(0, 0, 0, 0.34);
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 8vmin;
border: solid white 2px;
border-radius: 50%;
width: 10vmin;
height: 10vmin;
color: white;
}
.new-slideBox .container-icon-play span{
display: block;
position: relative;
width: 3vmin;
height: 8vmin !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.new-slideBox .icon-play.ng-hide-add, .new-slideBox .icon-play.ng-hide-remove {
-webkit-transition: all linear 0.5s;
transition: all linear 0.5s;
}
.new-slideBox .icon-play.ng-hide {
opacity: 0;
}
.new-slideBox .preview-area{
background-color: #3c3c3b;
position: absolute;
bottom: 0px;
width: 100%;
height: 110px;
}
.new-slideBox .preview-area li:hover {
cursor: pointer;
}
.new-slideBox a:hover {
cursor: pointer;
}
.new-slideBox .preview-area a:before{
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
}
.new-slideBox .preview-area a{
text-align: center;
vertical-align: middle;
font-size: 50pt;
height: 100%;
width: 8%;
box-sizing:border-box;
color: #aaa;
}
.new-slideBox .preview-area .icon-angle-left {
float: left;
position: relative;
}
.new-slideBox .preview-area a i {
vertical-align: middle;
}
.new-slideBox .preview-area .icon-angle-right{
float: right;
right: 0px;
position: relative;
}
.new-slideBox .preview-area li div{
height: 70px;
background: rgba(0,0,0,0.7);
overflow: hidden;
}
.new-slideBox .slideshow-thumbnail{
max-width: 98%;
margin: 0 auto;
display: block;
max-height: 85px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.new-slideBox .preview-area .selected{
border: 3px solid white;
}
.new-slideBox .preview-area ul{
position: absolute;
width: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
overflow: hidden;
vertical-align: middle;
display: table;
height: 100%;
}
.new-slideBox .preview-area li{
vertical-align: middle;
display: table-cell;
padding: 1%;
position: relative;
max-width: 120px;
width: 120px;
}
.new-slideBox .image-area{
position: relative;
width: 100%;
}
.new-slideBox .image-area.maximized{
height: 100%;
}
.new-slideBox .image-area ul{
position: absolute;
display: table-cell;
height: 100%;
width: 100%;
}
.new-slideBox .image-area ul li{
position: absolute;
top:0px;
width: 100%;
height: 100%;
}
.new-slideBox .image-area li img{
display: block;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
border: solid 8px;
border-radius: 5px;
}
.new-slideBox .image-area li .photo-container {
position: relative;
top: 0px;
height: 100%;
overflow: hidden;
}
.new-slideBox .image-area li .photo{
position: relative;
height: calc(100vh - 110px);
max-width: 100%;
display: block;
text-align: center;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
}
.new-slideBox .image-area li .photo.maximizedPhoto,
.new-slideBox .image-area.only-one li .photo {
height: 100vh;
}
.new-slideBox .image-area li .photo-with-description {
position: absolute;
top:0px;
width: 100%;
height: 100%;
overflow: hidden;
display: table;
-webkit-box-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.new-slideBox .photo-with-description .photo{
padding: 0 2%;
position: relative;
}
.new-slideBox .photo img{
padding-left:0px;
max-width: calc(100% - 10px);
max-height: calc(100% - 10px);
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.new-slideBox .image-area li .description{
color: white;
display: block;
overflow-y: auto;
text-align: left;
height: auto;
width: 100%;
max-height: calc(100vh - 110px);
padding: 10px 10px;
background: rgba(0,0,0,0.7);
box-sizing: border-box;
border-radius: 3px;
}
.new-slideBox .image{
position: relative;
width: 100%;
}
.image-area .next.disable{
-webkit-transition: 2s ease-out;
transition: 2s ease-out;
-webkit-animation: out 1s;
animation: out 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: hidden;
}
.image-area .next.selected{
-webkit-transition: 2s ease-in-out;
transition: 2s ease-in-out;
-webkit-animation: in 1s;
animation: in 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@-webkit-keyframes in{
from{
right:-100%;
opacity:0;
}
to{
right:0%;
opacity:1;
}
}
@keyframes in{
from{
right:-100%;
opacity:0;
}
to{
right:0%;
opacity:1;
}
}
@-webkit-keyframes out{
from{
right:0%;
opacity: 1;
}
to{
right:100%;
opacity: 0;
}
}
@keyframes out{
from{
right:0%;
opacity: 1;
}
to{
right:100%;
opacity: 0;
}
}
.image-area .preview.disable{
-webkit-transition: 2s ease-out;
transition: 2s ease-out;
-webkit-animation: out-preview 1s;
animation: out-preview 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: hidden;
}
.image-area .preview.selected{
-webkit-transition: 2s ease-in-out;
transition: 2s ease-in-out;
-webkit-animation: in-preview 1s;
animation: in-preview 1s;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.column-layout{
vertical-align: middle;
}
.column-layout.description-container{
padding:0 2%;
box-sizing: border-box;
height: auto;
display: table-cell;
width: 30%;
min-width: 300px;
vertical-align: middle;
}
@-webkit-keyframes in-preview{
from{
left:-100%;
opacity:0;
}
to{
left:0%;
opacity:1;
}
}
@keyframes in-preview{
from{
left:-100%;
opacity:0;
}
to{
left:0%;
opacity:1;
}
}
@-webkit-keyframes out-preview{
from{
left:0%;
opacity: 1;
}
to{
left:100%;
opacity: 0;
}
}
@keyframes out-preview{
from{
left:0%;
opacity: 1;
}
to{
left:100%;
opacity: 0;
}
}
| 0.361503 | 0.054651 |
.nav-color{
background-color: #f1f1f1;
}
.back-color-ch{
background-color: black;
padding-top: 25px;
}
.back-color-c{
background-color: white;
}
.na-head-s{
font-size: 18px;
letter-spacing: -1px;
}
.na-head-sm{
font-size: 13px;
letter-spacing: -1px;
}
.hrclass {
margin-top: -25px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #212529;
}
.caard-pad{
padding: 30px 15px 0px;
}
.card-body-se {
padding: 20px 0px 0px 0px;
}
.writing-mode{
writing-mode: vertical-rl;
text-orientation: use-glyph-orientation;
}
.h6-si {
margin-bottom: 2px;
font-size: 13px;
}
.h6-sisi {
margin-bottom: 2px;
font-size: 16px;
}
.vlll {
border-left: 2px solid black;
height: 20px;
}
.flight-padd-up{
padding: 85px 0 0 0;
}
.font-new{
font-size: 14px;
letter-spacing: -1px;
background-color: #fffcc7;
padding-bottom: 15px;
margin-top: -15px
}
.img-padd-pad{
padding: 1px 15px 0px 15px;
}
.h6-psdd{
margin-bottom: 2px!important;
font-size: 21px;
letter-spacing: -1px;
}
.border-special {
border-right: 1px solid #111c27!important;
}
.pa-form{
padding-top: 35px;
}
.hfprmat{
text-align: right;
padding-top: 7px
}
.div-padd-se{
margin-top: -15px;
font-size: 14px;
padding-bottom: 8px
}
.bakhr{
background-color: black;
}
.trave-size{
font-size: 18px;
letter-spacing: -1px;
padding-top: 20px;
padding-bottom: 15px
}
.label-bg-col{
background-color: #fffcc7!important;
color: black!important;
padding: 8px 7px 8px;
font-size: 15px!important;
}
.fon-fon{
font-size: 14px;
line-height: 35px
}
.boarder-dark-re{
color: #1f2e36;
}
@media (min-width: 1200px)
{
.container-vol {
max-width: 700px;
}
}
.font-sm-ca{
font-size: 14px;
letter-spacing: -1px;
}
.font-sm-can{
font-size: 15px;
letter-spacing: -1px;
}
.tab-bg{
background-color: #f1f1f1;
}
.hrtab {
margin-top: 0px;
border-top: 1px solid black;
}
.font-size-te{
font-size: 10px;
}
.padd-space{
margin-top: 20px;
}
.spacre-paddin-soci{
margin-top: 80px;
}
.checked {
color: orange;
}
.img-pad-sc{
font-size: 20px;
color: #3f9fc1;
}
.add-font{
font-size: 11px;
}
.chek-inpadd{
font-size: 14px;
}
.chek-inpaddd{
font-size:32px;
}
.che-colo-pea{
background-color: #f1f1f1;
}
.carf-pre{
padding: 8px 0px 0px 0px;
}
.oc-cal{
font-size: 12px;
}
.test-new-f{
font-size: 14px;
}
@media (min-width: 992px)
{
.modal-lg-lg{
max-width: 1006px;
}
}
.customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.customers td, .customers th {
border: 1px solid #ddd;
padding: 8px;
}
.customers tr:nth-child(even){background-color: #f2f2f2;}
.customers tr:hover {background-color: #ddd;}
.customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
.font-new-mo{
font-size: 20px;
letter-spacing: 1px;
line-height: 24px;
color: #7d1637;
}
.blue-panel{
color: #0c1842
}
.model-refe{
font-size: 14px;
line-height: 18px;
}
|
css/css/flight-style-inner.css
|
.nav-color{
background-color: #f1f1f1;
}
.back-color-ch{
background-color: black;
padding-top: 25px;
}
.back-color-c{
background-color: white;
}
.na-head-s{
font-size: 18px;
letter-spacing: -1px;
}
.na-head-sm{
font-size: 13px;
letter-spacing: -1px;
}
.hrclass {
margin-top: -25px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #212529;
}
.caard-pad{
padding: 30px 15px 0px;
}
.card-body-se {
padding: 20px 0px 0px 0px;
}
.writing-mode{
writing-mode: vertical-rl;
text-orientation: use-glyph-orientation;
}
.h6-si {
margin-bottom: 2px;
font-size: 13px;
}
.h6-sisi {
margin-bottom: 2px;
font-size: 16px;
}
.vlll {
border-left: 2px solid black;
height: 20px;
}
.flight-padd-up{
padding: 85px 0 0 0;
}
.font-new{
font-size: 14px;
letter-spacing: -1px;
background-color: #fffcc7;
padding-bottom: 15px;
margin-top: -15px
}
.img-padd-pad{
padding: 1px 15px 0px 15px;
}
.h6-psdd{
margin-bottom: 2px!important;
font-size: 21px;
letter-spacing: -1px;
}
.border-special {
border-right: 1px solid #111c27!important;
}
.pa-form{
padding-top: 35px;
}
.hfprmat{
text-align: right;
padding-top: 7px
}
.div-padd-se{
margin-top: -15px;
font-size: 14px;
padding-bottom: 8px
}
.bakhr{
background-color: black;
}
.trave-size{
font-size: 18px;
letter-spacing: -1px;
padding-top: 20px;
padding-bottom: 15px
}
.label-bg-col{
background-color: #fffcc7!important;
color: black!important;
padding: 8px 7px 8px;
font-size: 15px!important;
}
.fon-fon{
font-size: 14px;
line-height: 35px
}
.boarder-dark-re{
color: #1f2e36;
}
@media (min-width: 1200px)
{
.container-vol {
max-width: 700px;
}
}
.font-sm-ca{
font-size: 14px;
letter-spacing: -1px;
}
.font-sm-can{
font-size: 15px;
letter-spacing: -1px;
}
.tab-bg{
background-color: #f1f1f1;
}
.hrtab {
margin-top: 0px;
border-top: 1px solid black;
}
.font-size-te{
font-size: 10px;
}
.padd-space{
margin-top: 20px;
}
.spacre-paddin-soci{
margin-top: 80px;
}
.checked {
color: orange;
}
.img-pad-sc{
font-size: 20px;
color: #3f9fc1;
}
.add-font{
font-size: 11px;
}
.chek-inpadd{
font-size: 14px;
}
.chek-inpaddd{
font-size:32px;
}
.che-colo-pea{
background-color: #f1f1f1;
}
.carf-pre{
padding: 8px 0px 0px 0px;
}
.oc-cal{
font-size: 12px;
}
.test-new-f{
font-size: 14px;
}
@media (min-width: 992px)
{
.modal-lg-lg{
max-width: 1006px;
}
}
.customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.customers td, .customers th {
border: 1px solid #ddd;
padding: 8px;
}
.customers tr:nth-child(even){background-color: #f2f2f2;}
.customers tr:hover {background-color: #ddd;}
.customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
.font-new-mo{
font-size: 20px;
letter-spacing: 1px;
line-height: 24px;
color: #7d1637;
}
.blue-panel{
color: #0c1842
}
.model-refe{
font-size: 14px;
line-height: 18px;
}
| 0.383295 | 0.084493 |
html {
min-height: 100%;
position: relative;
}
body {
padding-bottom: 0;
min-height: 100%;
font-family: 'Open Sans';
font-size: 13px;
color: #393939;
}
body:before {
content: "";
display: block;
position: fixed;
top: 0;
bottom: 0;
max-height: 100%;
min-height: 100%;
width: 100%;
z-index: -1;
}
body.navbar-fixed {
padding-top: 62px;
}
.container-fluid {
padding-right: 0px;
background-color: #fff;
}
.navbar {
margin-bottom: 0;
}
.navbar {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
border-bottom: 1px solid #ccc;
background-color: #fff;
}
.navbar .navbar-inner {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
padding:0;
min-height: 45px;
position: relative;
background-color: #fff;
}
.navbar .navbar-text,
.navbar .navbar-link {
color: #ffffff;
}
.navbar .brand {
color: #ffffff;
font-size: 24px;
text-shadow: none;
}
.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
font-size: 13px;
text-shadow: none;
color: #ffffff;
}
/* ace-nav */
.ace-nav {
height: 100%;
padding:8px 0;
}
.ace-nav > li {
line-height: 45px;
max-height: 45px;
padding: 0 0 0 15px;
position: relative;
}
.ace-nav > li:first-child {
border-left: none;
}
.ace-nav > li > a {
position: relative;
color: #EEE;
display: block;
height: 100%;
padding: 0 8px !important;
background-color: transparent;
}
.ace-nav > li > a > [class*="icon-"] {
font-size: 16px;
color: #555;
display: inline-block;
width: 20px;
text-align: center;
}
.ace-nav > li > a > .badge {
position: relative;
top: -4px;
left: 2px;
padding-right: 5px;
padding-left: 5px;
}
.ace-nav > li.white-opaque {
background: rgba(255, 255, 255, 0.8);
}
.ace-nav > li.dark-opaque {
background: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.no-border {
border: none;
}
.ace-nav > li.margin-4 {
margin-left: 4px;
}
.ace-nav > li.margin-3 {
margin-left: 3px;
}
.ace-nav > li.margin-2 {
margin-left: 2px;
}
.ace-nav > li.margin-1 {
margin-left: 1px;
}
.ace-nav .nav-user-photo {
margin: -4px 8px 0 0;
border-radius: 24px;
border: 2px solid #FFF;
max-width: 36px !important;
}
.ace-nav li:last-child a [class^="icon-"] {
/* the arrow indicating "See more" on each dropdown , and the icons of user menu */
display: inline-block;
width: 1.25em;
text-align: center;
}
/* Back to top link */
#back-to-top {
position: fixed;
bottom: 0px;
right: 0px;
color: #898989;
background-color: #fff;
font-size: 11px;
padding: 5px 10px;
display: none;
}
/* ace default theme layout sections */
#main-container {
padding: 0;
position: relative;
}
#main-content {
margin-left: 183px;
margin-right: 0;
margin-top: 0;
min-height: 100%;
/* border-top: 1px solid #e5e5e5; */
padding: 0;
}
#page-content {
background: #ffffff;
margin: 0;
padding: 50px 10px 30px;
}
#page-content .page-header:first-child {
margin: 0 0 12px;
border-bottom: 1px dotted #e2e2e2;
}
#page-content .page-header:first-child h1 {
padding: 0;
margin: 0 8px;
font-size: 24px;
font-weight: lighter;
color: #2679b5;
}
#page-content .page-header:first-child h1 small {
margin: 0 6px;
font-size: 14px;
font-weight: normal;
color: #8089a0;
}
/* breadcrumbs */
#breadcrumbs {
position: relative;
z-index: 13;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
min-height: 40px;
line-height: 39px;
padding: 0 12px 0 0;
display: block;
}
#breadcrumbs.fixed {
position: fixed;
left: 183px;
right: 0;
}
.breadcrumb {
background-color: transparent;
display: inline-block;
line-height: 24px;
margin: 0 22px 0 12px;
padding: 0;
font-size: 12px;
color: #333;
border-radius: 0;
font-weight: normal;
}
.breadcrumb > li.active a {
color: #3182bd;
}
.breadcrumb > li > .divider {
padding: 0 4px;
}
.breadcrumb > li > a {
display: inline-block;
padding: 0 4px;
color: #898989;
}
.breadcrumb .icon-home {
margin-left: 4px;
margin-right: 2px;
font-size: 20px;
position: relative;
top: 2px;
}
.breadcrumb .icon-angle-right {
height: 22px;
padding: 0;
margin: 0;
position: relative;
top: 1px;
font-size: 14px;
color: #b2b6bf;
}
/* searchbox */
#nav-search {
position: absolute;
top: 5px;
right: 10px;
line-height: 24px;
}
#nav-search .form-search {
margin: 1px 0 0;
}
#nav-search-input {
/* border-color: #6baed6; */
border-width: 1px;
width: 160px;
height: 18px !important;
font-size: 13px;
font-weight: normal;
color: #666666 !important;
z-index: 11;
-webkit-transition: all ease .15s;
-moz-transition: all ease .15s;
-o-transition: all ease .15s;
transition: all ease .15s;
}
#nav-search-input + .dropdown-menu {
/* the typeahead menu*/
min-width: 0;
left: 0;
right: 0;
}
#nav-search-input:focus {
color: #656a72;
box-shadow: none;
opacity: 1;
filter: alpha(opacity=100);
}
#nav-search-btn {
border-radius: 0;
}
#nav-search-icon {
color: #599AC9;
font-size: 14px;
line-height: 24px;
}
/* Sidebar */
#sidebar {
width: 182px;
position: fixed;
bottom: 0px;
top: 62px;
margin-left: 0;
margin-top: 0;
border-right: 1px solid #cccccc;
}
#sidebar.menu-min{
z-index: 14;
}
/* side navigation */
.scrolled {
top:0 !important;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
li [class^="icon-"],
li [class*=" icon-"],
.nav-list li [class^="icon-"],
.nav-list li [class*=" icon-"] {
width: auto;
}
.nav-list {
margin: 0;
padding: 0;
list-style: none;
}
.nav-list > li > a,
.nav-list .nav-header {
margin: 0;
}
.nav-list > li {
display: block;
padding: 0;
margin: 0;
border: none;
border-top: 1px solid #FCFCFC;
border-bottom: 1px solid #E5E5E5;
position: relative;
background-color: #fff;
}
.nav-list > li:first-child {
border-top: none;
}
.nav-list > li > a {
display: block;
height: 34px;
line-height: 32px;
padding: 0 16px 0 7px;
color: #585858;
text-shadow: none !important;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}
.nav-list > li > a > [class*="icon-"]:first-child {
display: inline-block;
vertical-align: middle;
min-width: 30px;
text-align: center;
font-size: 18px;
font-weight: normal;
}
.nav-list > li > a:focus {
background-color: #f9f9f9;
color: #3182bd;
}
.nav-list > li > a:hover {
background-color: #FFF;
color: #3182bd;
}
.nav-list > li > a:hover:before {
display: block;
content: "";
position: absolute;
top: -1px;
bottom: 0;
left: 0;
width: 3px;
max-width: 3px;
overflow: hidden;
background-color: #3382af;
}
.nav-list > li > a .arrow {
display: inline-block;
width: 14px !important;
height: 14px;
line-height: 14px;
text-shadow: none;
font-size: 18px;
position: absolute;
right: 9px;
top: 11px;
padding: 0;
color: #666666;
}
.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
color: #1963aa;
}
.nav-list > li.separator {
height: 3px;
background-color: transparent;
position: static;
margin: 1px 0;
box-shadow: none;
}
.nav-list > li.open > a {
background-color: #fafafa;
color: #3182bd;
}
.nav-list > li.active {
background-color: #ffffff;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus,
.nav-list > li.active > a:active {
background-color: #ffffff;
color: #3182bd;
}
.nav-list > li.active > a > [class*="icon-"] {
font-weight: normal;
}
.nav-list > li.active > a:hover:before {
/* no left side menu item border on active state */
display: none;
}
.nav-list > li.active > a:after {
display: inline-block;
content: "";
position: absolute !important;
right: 0;
top: 4px;
border: 8px solid transparent;
border-width: 14px 10px;
border-right-color: #fff;
}
.nav-list > li.active > a.dropdown-toggle:after {
border-width: 12px 7px;
top: 6px;
}
.nav-list > li.active.no-active-child > a:after {
/* show caret for active menu item with childs which is not open(i.e. submenu item is not active) */
display: inline-block !important;
}
.nav-list > li.active.open > a:after {
/* no caret for open menu item */
display: none;
}
.nav-list > li.active:after {
/* the border on right of active item */
display: inline-block;
content: "";
position: absolute;
right: -2px;
top: -1px;
bottom: 0;
/* border-right: 2px solid #0b6cbc; */
}
.nav-list > li.open {
border-bottom-color: #e5e5e5;
}
.nav-list > li.active.open > .submenu > li.active > a:after {
display: inline-block;
content: "";
position: absolute !important;
right: -8px;
top: 9px;
width: 15px;
height: 15px;
border: 1px solid #ccc;
border-width: 1px 0 0 1px;
background-color: #FFF;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-list > li.active .submenu {
display: block;
}
.nav-list > li .submenu {
display:none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
/* background-color: #f9f9f9; */
border-top: 1px solid #e5e5e5;
}
.nav-list > li .submenu > li {
margin-left: 0;
position: relative;
/* tree like menu */
/* the horizontal dashed line */
/* the vertical dashed line */
/* optional icon before each item */
}
.nav-list > li .submenu > li > a {
display: block;
position: relative;
color: #616161;
padding: 7px 10px 7px 47px;
margin: 0;
border-bottom: 1px dotted #e4e4e4;
font-size: 13px;
font-weight: normal;
}
.nav-list > li .submenu > li > a:focus {
text-decoration: none;
}
.nav-list > li .submenu > li > a:hover {
text-decoration: none;
color: #4b88b7;
}
.nav-list > li .submenu > li:last-child > a {
border-bottom: none;
}
.nav-list > li .submenu > li:first-child > a {
border-top: 1px solid #FAFAFA;
}
.nav-list > li .submenu > li.active > a {
color: #3182bd;
}
.nav-list > li .submenu > li:before {
content: "";
display: inline-block;
position: absolute;
width: 9px;
left: 21px;
top: 17px;
border-top: 1px solid #b1c9e0;
}
.nav-list > li .submenu > li:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 21px;
width: 0px;
border-left: 1px solid #b1c9e0;
}
/* .nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child,
.nav-list > li .submenu > li:hover > a > [class*="icon-"]:first-child {
display: inline-block;
}
.nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child {
color: #c86139;
} */
/* side menu minimizer icon */
#sidebar-collapse {
/* border-bottom: 1px solid #e0e0e0;
background-color: #f3f3f3;*/
text-align: right;
padding: 3px 0;
position: relative;
}
#sidebar-collapse > [class*="icon-"] {
display: inline-block;
cursor: pointer;
font-size: 20px;
color: #aaaaaa;
/* border: 1px solid #bbbbbb; */
padding: 0 5px;
line-height: 18px;
/* border-radius: 16px;
background-color: #ffffff; */
position: relative;
}
#sidebar-collapse:before {
content: "";
display: inline-block;
height: 0;
/* border-top: 1px solid #e0e0e0; */
position: absolute;
left: 15px;
right: 15px;
top: 13px;
}
/* sidebar shortcuts icon */
#sidebar-shortcuts {
background-color: #fafafa;
border-bottom: 1px solid #dddddd;
/* border-top: 1px solid #ddd; */
text-align: center;
line-height: 37px;
max-height: 40px;
margin-bottom: 0;
}
#sidebar-shortcuts-large {
padding-bottom: 4px;
}
#sidebar-shortcuts-large > .btn > [class*="icon-"] {
font-size: 110%;
line-height: 1.4em;
}
#sidebar-shortcuts-mini {
display: none;
font-size: 0;
width: 42px;
line-height: 18px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #ffffff;
}
#sidebar-shortcuts-mini > .btn {
border-width: 0 !important;
font-size: 0;
line-height: 0;
padding: 8px !important;
margin: 0 1px;
border-radius: 0 !important;
opacity: 0.85;
}
/* minimized side menu*/
#sidebar.menu-min {
width: 42px;
}
#sidebar.menu-min:before {
width: 42px;
}
#sidebar.menu-min + #main-content {
margin-left: 43px;
}
#sidebar.menu-min + #main-content #breadcrumbs.fixed {
left: 43px;
}
.menu-min .nav-list > li > a {
position: relative;
}
.menu-min .nav-list > li > a > span {
display: none;
position: absolute;
left: 41px;
top: -2px;
width: 158px;
height: 39px;
line-height: 38px;
background-color: #f5f5f5;
z-index: 121;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
border: 1px solid #cccccc;
padding-left: 12px;
}
.menu-min .nav-list > li > a.dropdown-toggle > span {
box-shadow: none;
border: none;
top: -1px;
left: 42px;
width: 163px;
border-bottom: 1px solid #dddddd;
}
.menu-min .nav-list > li > a .arrow {
display: none;
}
.menu-min .nav-list > li > a:hover:before {
/* the right side border on hover */
width: 2px;
}
.menu-min .nav-list > li:hover > a {
color: #1963aa;
}
/* .menu-min .nav-list > li:hover > a > span {
display: block;
} */
.menu-min .nav-list > li.active > a > span {
border-left-color: #1963aa;
}
.menu-min .nav-list > li.open > a {
background-color: #fafafa;
color: #585858;
}
.menu-min .nav-list > li.open.active > a {
background-color: #ffffff;
}
.menu-min .nav-list > li.open:hover > a {
color: #1963aa;
}
.menu-min .nav-list > li.active > a:after {
/* the caret */
border-width: 10px 6px;
top: 8px;
}
.menu-min .nav-list > li.active.open > a:after {
display: block;
}
.menu-min .nav-list > li.active.open > .submenu > li.active > a:after {
display: none;
}
.menu-min .nav-list > li > ul.submenu {
background: #ffffff;
position: absolute;
z-index: 120;
left: 41px;
top: -2px;
width: 175px;
border: 1px solid #cccccc;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
padding-top: 40px;
padding-bottom: 2px;
display: none !important;
}
.menu-min .nav-list > li > ul.submenu li {
/* hide the tree like submenu in minimized mode */
}
.menu-min .nav-list > li > ul.submenu li:before,
.menu-min .nav-list > li > ul.submenu li:after {
display: none;
}
.menu-min .nav-list > li > ul.submenu li > a {
border-left: none;
margin-left: 0;
padding-left: 24px;
}
.menu-min .nav-list > li > ul.submenu li > a > [class*="icon-"]:first-child {
width: 16px;
}
.menu-min .nav-list > li > ul.submenu li.active > a > [class*="icon-"]:first-child,
.menu-min .nav-list > li > ul.submenu li:hover > a > [class*="icon-"]:first-child {
left: 7px;
}
.menu-min .nav-list > li:hover > ul.submenu {
display: block !important;
}
.menu-min .nav-list > li.active > ul.submenu {
border-left-color: #1963aa;
}
.menu-min {
/* minimized sidebar shortcuts */
}
.menu-min #sidebar-shortcuts {
position: relative;
}
.menu-min #sidebar-shortcuts-mini {
display: block;
}
.menu-min #sidebar-shortcuts-large {
display: none;
position: absolute;
left: 42px;
top: -1px;
width: 180px;
z-index: 20;
background-color: #ffffff;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
border: 1px solid #cccccc;
padding: 0 2px 3px;
}
.menu-min #sidebar-shortcuts:hover #sidebar-shortcuts-large {
display: block;
}
.menu-min #sidebar-collapse {
/* minimized collapse button */
}
.menu-min #sidebar-collapse:before {
left: 5px;
right: 5px;
}
.menu-min #sidebar-collapse > [class*="icon-"] {
font-size: 13px;
padding: 0 4px;
line-height: 15px;
border-width: 1px;
border-color: #aeaeae;
}
/* side menu toggler in mobile view */
#menu-toggler {
display: none;
}
/* footer */
.footer-links{
padding: 8px 0;
background-color:#fff;
position: fixed;
bottom:0;
}
.footer-links a{
margin-right: 10px;
color: #898989;
font-size:11px;
}
/** buttons */
.btn {
display: inline-block;
color: #FFF !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
background-image: none !important;
border: 5px solid;
border-radius: 0;
box-shadow: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
cursor: pointer;
vertical-align: middle;
margin: 0;
position: relative;
padding: 0 12px 1px;
line-height: 32px;
font-size: 14px;
}
.btn-large {
padding: 0 14px 1px;
line-height: 38px;
border-width: 6px;
font-size: 16px;
}
.btn-small {
padding: 5px 10px 4px 10px;
line-height: 24px;
border-width: 0px;
font-size: 13px;
}
.btn-mini {
padding: 0 5px;
line-height: 22px;
border-width: 2px;
font-size: 12px;
}
.btn-minier {
padding: 0 4px;
line-height: 18px;
border-width: 1px;
font-size: 11px;
}
button.btn:active {
top: 1px;
left: 1px;
}
.btn, .btn-default, .btn:hover, .btn-default:hover {
background-color: #898989 !important;
border-color: #898989;
}
.btn.no-border:hover,
.btn-default.no-border:hover {
border-color: #8b9aa3;
}
.btn.no-hover:hover,
.btn-default.no-hover:hover {
background-color: #abbac3 !important;
}
/* .btn.active,
.btn-default.active {
background-color: #9baab3 !important;
border-color: #8a9ba6;
} */
.btn.no-border.active,
.btn-default.no-border.active {
background-color: #92a3ac !important;
border-color: #92a3ac;
}
.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled] {
opacity: 0.65;
filter: alpha(opacity=65)
}
.btn-primary {
background-color: #599AC9 !important;
border-color: #599AC9 !important;
}
.btn-primary:hover {
background-color: #599AC9 !important;
}
/* .btn-primary.no-border:hover {
border-color: #045e9f;
}
.btn-primary.no-hover:hover {
background-color: #2283c5 !important;
} */
/* .btn-primary.active {
background-color: #1371b2 !important;
border-color: #105f96;
}
.btn-primary.no-border.active {
background-color: #1268a4 !important;
border-color: #1268a4;
} */
.btn-primary.disabled,
.btn-primary[disabled] {
background-color: #599AC9 !important;
border-color: #599AC9 !important;
}
.btn-configure, .btn-configure:hover {
background-color: #e48782 !important;
border-color: #e48782;
}
.btn-monitor, .btn-monitor:hover {
background-color: #599AC9 !important;
border-color: #599AC9;
}
.btn-setting, .btn-setting:hover {
background-color: #7dc48a !important;
border-color: #7dc48a;
}
.btn-query, .btn-query:hover {
background-color: #c79dcd !important;
border-color: #c79dcd;
}
#sidebar-shortcuts-large .btn.active{
margin-top:3px;
border-bottom:3px solid #555;
color: #fff
}
#sidebar-shortcuts-large .btn:hover {
border-top: #fff 3px solid;
color: #fff;
}
#sidebar-shortcuts-large .btn.active:hover {
margin-top:1px;
border-top: 3px solid;
}
.btn-inverse {
background-color: #555555 !important;
border-color: #555555;
}
.btn-inverse:hover {
background-color: #303030 !important;
}
.btn-inverse.no-border:hover {
border-color: #303030;
}
.btn-inverse.no-hover:hover {
background-color: #555555 !important;
}
.btn-inverse.active {
background-color: #434343 !important;
border-color: #333333;
}
.btn-inverse.no-border.active {
background-color: #3b3b3b !important;
border-color: #3b3b3b;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
background-color: #555555 !important;
}
.btn-pink {
background-color: #d6487e !important;
border-color: #d6487e;
}
.btn-pink:hover {
background-color: #b73766 !important;
}
.btn-pink.no-border:hover {
border-color: #b73766;
}
.btn-pink.no-hover:hover {
background-color: #d6487e !important;
}
.btn-pink.active {
background-color: #c74072 !important;
border-color: #b33564;
}
.btn-pink.no-border.active {
background-color: #be386a !important;
border-color: #be386a;
}
.btn-pink.disabled,
.btn-pink[disabled] {
background-color: #d6487e !important;
}
.btn-purple {
background-color: #9585bf !important;
border-color: #9585bf;
}
.btn-purple:hover {
background-color: #7461aa !important;
}
.btn-purple.no-border:hover {
border-color: #7461aa;
}
.btn-purple.no-hover:hover {
background-color: #9585bf !important;
}
.btn-purple.active {
background-color: #8573b5 !important;
border-color: #735faa;
}
.btn-purple.no-border.active {
background-color: #7c69af !important;
border-color: #7c69af;
}
.btn-purple.disabled,
.btn-purple[disabled] {
background-color: #9585bf !important;
}
.btn-grey {
background-color: #a0a0a0 !important;
border-color: #a0a0a0;
}
.btn-grey:hover {
background-color: #888888 !important;
}
.btn-grey.no-border:hover {
border-color: #888888;
}
.btn-grey.no-hover:hover {
background-color: #a0a0a0 !important;
}
.btn-grey.active {
background-color: #949494 !important;
border-color: #858585;
}
.btn-grey.no-border.active {
background-color: #8c8c8c !important;
border-color: #8c8c8c;
}
.btn-grey.disabled,
.btn-grey[disabled] {
background-color: #a0a0a0 !important;
}
.btn-yellow {
background-color: #fee188 !important;
border-color: #fee188;
color: #996633 !important;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn-yellow:hover {
background-color: #f7d05b !important;
}
.btn-yellow.no-border:hover {
border-color: #f7d05b;
}
.btn-yellow.no-hover:hover {
background-color: #fee188 !important;
}
.btn-yellow.active {
background-color: #fbd972 !important;
border-color: #fad054;
}
.btn-yellow.no-border.active {
background-color: #fad463 !important;
border-color: #fad463;
}
.btn-yellow.disabled,
.btn-yellow[disabled] {
background-color: #fee188 !important;
}
.btn-light {
background-color: #e7e7e7 !important;
border-color: #e7e7e7;
color: #888888 !important;
text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}
.btn-light:hover {
background-color: #d9d9d9 !important;
}
.btn-light.no-border:hover {
border-color: #d9d9d9;
}
.btn-light.no-hover:hover {
background-color: #e7e7e7 !important;
}
.btn-light.active {
background-color: #e0e0e0 !important;
border-color: #d1d1d1;
}
.btn-light.no-border.active {
background-color: #d8d8d8 !important;
border-color: #d8d8d8;
}
.btn-light.disabled,
.btn-light[disabled] {
background-color: #e7e7e7 !important;
}
.btn-light.btn-mini:after {
left: -2px;
right: -2px;
top: -2px;
bottom: -2px;
}
.btn-light.btn-small:after {
left: -4px;
right: -4px;
top: -4px;
bottom: -4px;
}
.btn-light.btn-large:after {
left: -6px;
right: -6px;
top: -6px;
bottom: -6px;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
outline: none;
}
.btn.disabled:active,
.btn[disabled]:active {
top: 0;
left: 0;
}
/* active buttons */
.btn.active {
color: #efe5b5;
}
/* .btn.active:after {
display: inline-block;
content: "";
position: absolute;
border-bottom: 1px solid #efe5b5;
left: -4px;
right: -4px;
bottom: -4px;
}
.btn.active.btn-small:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px;
}
.btn.active.btn-large:after {
left: -5px;
right: -5px;
bottom: -5px;
border-bottom-width: 1px;
}
.btn.active.btn-mini:after,
.btn.active.btn-minier:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px;
} */
.btn.active.btn-yellow:after {
border-bottom-color: #c96338;
}
.btn.active.btn-light {
color: #515151;
}
.btn.active.btn-light:after {
border-bottom-color: #B5B5B5;
}
/* icons inside buttons */
.btn > [class*="icon-"] {
display: inline;
margin-right: 4px;
min-width: 12px;
}
.btn > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 4px;
}
.btn > .icon-only[class*="icon-"] {
margin: 0;
vertical-align: middle;
text-align: center;
padding: 0;
min-width: 24px;
}
.btn-large > [class*="icon-"] {
margin-right: 6px;
}
.btn-large > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 6px;
}
.btn-small > [class*="icon-"] {
margin-right: 3px;
}
.btn-small > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 3px;
}
.btn-mini > [class*="icon-"],
.btn-minier > [class*="icon-"] {
margin-right: 2px;
}
.btn-mini > [class*="icon-"].icon-on-right,
.btn-minier > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 2px;
}
/**
.btn > .icon-round{
padding:1px 2px;
border:2px solid #FFF;
border-radius:16px;
}
*/
.btn.btn-link {
border: none !important;
background: transparent none !important;
color: #0088cc !important;
text-shadow: none !important;
padding: 4px 12px !important;
line-height: 20px !important;
}
.btn.btn-link:hover {
background: none !important;
text-shadow: none !important;
}
.btn.btn-link.active {
background: none !important;
text-decoration: underline;
color: #009ceb !important;
}
.btn.btn-link.active:after {
display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
background: none;
opacity: 0.65;
}
.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
background: none !important;
text-decoration: none !important;
}
/* button groups */
.btn-group > .btn {
/* caret inside buttons */
/* dropdown toggle */
}
.btn-group > .btn,
.btn-group > .btn + .btn {
margin: 0 1px 0 0;
}
.btn-group > .btn:first-child {
margin: 0 1px 0 0;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
border-radius: 0;
}
.btn-group > .btn > .caret {
margin-top: 15px;
margin-left: 1px;
border-width: 5px;
border-top-color: #FFF;
}
.btn-group > .btn.btn-small > .caret {
margin-top: 10px;
border-width: 4px;
}
.btn-group > .btn.btn-large > .caret {
margin-top: 18px;
border-width: 6px;
}
.btn-group > .btn.btn-mini > .caret {
margin-top: 9px;
border-width: 4px;
}
.btn-group > .btn.btn-minier > .caret {
margin-top: 7px;
border-width: 3px;
}
.btn-group > .btn + .btn.dropdown-toggle {
padding-right: 3px;
padding-left: 3px;
}
.btn-group > .btn + .btn-large.dropdown-toggle {
padding-right: 4px;
padding-left: 4px;
}
.btn-group .dropdown-toggle {
border-radius: 0;
}
.btn-group > .btn,
.btn-group + .btn {
margin: 0 1px 0 0;
border-width: 3px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
left: -2px;
right: -2px;
bottom: -2px;
border-bottom-width: 1px;
}
.btn-group > .btn-large,
.btn-group + .btn-large {
border-width: 4px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-large.active:after,
.btn-group + .btn-large.active:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px;
}
.btn-group > .btn-small,
.btn-group + .btn-small {
border-width: 2px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-small.active:after,
.btn-group + .btn-small.active:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px;
}
.btn-group > .btn-mini,
.btn-group + .btn-mini {
border-width: 1px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-mini.active:after,
.btn-group + .btn-mini.active:after {
left: 0px;
right: 0px;
bottom: 0px;
border-bottom-width: 1px;
}
.btn-group > .btn-minier,
.btn-group + .btn-minier {
border-width: 0 !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-minier.active:after,
.btn-group + .btn-minier.active:after {
left: 0px;
right: 0px;
bottom: 0px;
border-bottom-width: 1px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
margin: 1px 0 0;
}
/* application buttons */
.btn.btn-app {
display: inline-block;
width: 100px;
margin: 2px;
position: relative;
font-size: 18px;
font-weight: normal;
color: #FFF;
text-align: center;
text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
border: none;
border-radius: 12px;
padding: 12px 0 8px;
}
.btn.btn-app,
.btn.btn-app-default {
background: #b4c2cc !important;
background-color: #b5c3ce !important;
background-image: -moz-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcc9d5), to(#abbac3)) !important;
background-image: -webkit-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: -o-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: linear-gradient(to bottom, #bcc9d5, #abbac3) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important;
}
.btn-app.btn-primary {
background: #2a8bcc !important;
background-color: #2d8ece !important;
background-image: -moz-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b98d6), to(#197ec1)) !important;
background-image: -webkit-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: -o-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: linear-gradient(to bottom, #3b98d6, #197ec1) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important;
}
.btn-app.btn-configure {
background: #68adde !important;
background-color: #6baedf !important;
background-image: -moz-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75b5e6), to(#5ba4d5)) !important;
background-image: -webkit-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: -o-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: linear-gradient(to bottom, #75b5e6, #5ba4d5) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important;
}
.btn-app.btn-monitor {
background: #86b558 !important;
background-color: #87b75a !important;
background-image: -moz-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ebf60), to(#7daa50)) !important;
background-image: -webkit-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: -o-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: linear-gradient(to bottom, #8ebf60, #7daa50) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important;
}
.btn-app.btn-query {
background: #d3413b !important;
background-color: #d3463f !important;
background-image: -moz-linear-gradient(top, #d55b52, #d12723) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55b52), to(#d12723)) !important;
background-image: -webkit-linear-gradient(top, #d55b52, #d12723) !important;
background-image: -o-linear-gradient(top, #d55b52, #d12723) !important;
background-image: linear-gradient(to bottom, #d55b52, #d12723) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important;
}
.btn-app.btn-setting {
background: #ffb44b !important;
background-color: #ffb650 !important;
background-image: -moz-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbf66), to(#ffa830)) !important;
background-image: -webkit-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: -o-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: linear-gradient(to bottom, #ffbf66, #ffa830) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important;
}
.btn-app.btn-purple {
background: #9383bd !important;
background-color: #9484be !important;
background-image: -moz-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b8ac5), to(#8a7cb4)) !important;
background-image: -webkit-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: -o-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: linear-gradient(to bottom, #9b8ac5, #8a7cb4) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b8ac5', endColorstr='#ff8a7cb4', GradientType=0) !important;
}
.btn-app.btn-pink {
background: #d54c7e !important;
background-color: #d64f81 !important;
background-image: -moz-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db5e8c), to(#ce3970)) !important;
background-image: -webkit-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: -o-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: linear-gradient(to bottom, #db5e8c, #ce3970) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important;
}
.btn-app.btn-inverse {
background: #3d3d3d !important;
background-color: #3f3f3f !important;
background-image: -moz-linear-gradient(top, #494949, #303030) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#303030)) !important;
background-image: -webkit-linear-gradient(top, #494949, #303030) !important;
background-image: -o-linear-gradient(top, #494949, #303030) !important;
background-image: linear-gradient(to bottom, #494949, #303030) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff494949', endColorstr='#ff303030', GradientType=0) !important;
}
.btn-app.btn-grey {
background: #7a7a7a !important;
background-color: #7c7c7c !important;
background-image: -moz-linear-gradient(top, #848484, #707070) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#707070)) !important;
background-image: -webkit-linear-gradient(top, #848484, #707070) !important;
background-image: -o-linear-gradient(top, #848484, #707070) !important;
background-image: linear-gradient(to bottom, #848484, #707070) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff707070', GradientType=0) !important;
}
.btn-app.btn-light {
color: #5a5a5a !important;
text-shadow: 0 1px 1px #EEE !important;
border: 2px solid #DDD;
background: #ededed !important;
background-color: #eeeeee !important;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e6e6e6)) !important;
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important;
}
.btn-app.btn-light.btn-mini {
width: 64px;
padding-bottom: 6px;
}
.btn-app.btn-yellow {
color: #996633 !important;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
border: 2px solid #fee188;
background: #fee088 !important;
background-color: #fee18d !important;
background-image: -moz-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe8a5), to(#fcd76a)) !important;
background-image: -webkit-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: -o-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: linear-gradient(to bottom, #ffe8a5, #fcd76a) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important;
}
.btn.btn-app {
/* badge & label inside buttons */
/* active state */
}
.btn.btn-app.btn-small {
width: 80px;
font-size: 16px;
border-radius: 10px ;
padding-bottom: 9px;
}
.btn.btn-app.btn-mini {
width: 64px;
font-size: 15px;
border-radius: 8px;
padding-bottom: 7px;
padding-top: 8px;
}
.btn.btn-app > [class*=icon] {
display: block;
font-size: 42px;
margin: 0 0 4px;
line-height: 36px;
min-width: 0;
padding: 0;
}
.btn.btn-app.btn-small > [class*=icon] {
display: block;
font-size: 32px;
line-height: 30px;
margin: 0 0 3px;
}
.btn.btn-app.btn-mini > [class*=icon] {
display: block;
font-size: 24px;
line-height: 24px;
margin: 0 0 0px;
}
.btn.btn-app.no-radius {
border-radius: 0;
}
.btn.btn-app.radius-4 {
border-radius: 4px;
}
.btn.btn-app > .badge,
.btn.btn-app > .label {
position: absolute !important;
top: -2px;
right: -2px;
padding: 1px 3px;
text-align: center;
font-size: 12px;
}
.btn.btn-app > .badge.badge-right,
.btn.btn-app > .label.badge-right,
.btn.btn-app > .badge.label-right,
.btn.btn-app > .label.label-right {
right: auto;
left: -2px;
}
.btn.btn-app > .label {
padding: 1px 6px 3px;
font-size: 13px;
}
.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
border-radius: 3px;
}
.btn.btn-app.radius-4 > .badge.no-radius,
.btn.btn-app.no-radius > .badge.no-radius {
border-radius: 0;
}
.btn.btn-app.active {
color: #ffffff;
}
.btn.btn-app.active:after {
display: none;
}
.btn.btn-app.active.btn-yellow {
color: #996633;
border-color: #fee188;
}
.btn.btn-app.active.btn-light {
color: #515151;
}
/* dropdown menus */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: none;
}
.dropdown-menu {
border-radius: 0 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li a {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
}
.dropdown-menu.dropdown-icon-only {
min-width: 0;
}
.dropdown-menu.dropdown-icon-only > li {
float: left;
margin: 0 4px;
}
.dropdown-menu.dropdown-icon-only > li > a [class*="icon-"] {
width: 18px;
font-size: 16px;
display: inline-block;
}
.dropdown-menu.dropdown-icon-only > li > a .icon-2x {
width: 36px;
font-size: 22px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
background: #4f99c6;
color: #ffffff;
}
.dropdown-default li a:hover,
.dropdown-default li a:focus,
.dropdown-default li a:active,
.dropdown-default li.active a,
.dropdown-default li.active a:hover,
.dropdown-default .dropdown-submenu:hover > a,
.nav-tabs .dropdown-default li > a:focus {
background: #abbac3;
color: #ffffff;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
background: #6baed6;
color: #ffffff;
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
background: #2283c5;
color: #ffffff;
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
background: #87b87f;
color: #ffffff;
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
background: #ffa24d;
color: #ffffff;
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
background: #d15b47;
color: #ffffff;
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
background: #555555;
color: #ffffff;
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
background: #9585bf;
color: #ffffff;
}
.dropdown-pink li a:hover,
.dropdown-pink li a:focus,
.dropdown-pink li a:active,
.dropdown-pink li.active a,
.dropdown-pink li.active a:hover,
.dropdown-pink .dropdown-submenu:hover > a,
.nav-tabs .dropdown-pink li > a:focus {
background: #d6487e;
color: #ffffff;
}
.dropdown-grey li a:hover,
.dropdown-grey li a:focus,
.dropdown-grey li a:active,
.dropdown-grey li.active a,
.dropdown-grey li.active a:hover,
.dropdown-grey .dropdown-submenu:hover > a,
.nav-tabs .dropdown-grey li > a:focus {
background: #a0a0a0;
color: #ffffff;
}
.dropdown-light li a:hover,
.dropdown-light li a:focus,
.dropdown-light li a:active,
.dropdown-light li.active a,
.dropdown-light li.active a:hover,
.dropdown-light .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light li > a:focus {
background: #e7e7e7;
color: #333333;
}
.dropdown-lighter li a:hover,
.dropdown-lighter li a:focus,
.dropdown-lighter li a:active,
.dropdown-lighter li.active a,
.dropdown-lighter li.active a:hover,
.dropdown-lighter .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lighter li > a:focus {
background: #f3f3f3;
color: #444444;
}
.dropdown-yellow li a:hover,
.dropdown-yellow li a:focus,
.dropdown-yellow li a:active,
.dropdown-yellow li.active a,
.dropdown-yellow li.active a:hover,
.dropdown-yellow .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow li > a:focus {
background: #fee188;
color: #444444;
}
.dropdown-light .dropdown-submenu:hover > a:after,
.dropdown-lighter .dropdown-submenu:hover > a:after {
border-left-color: #444;
}
/* closer to the toggle button */
.dropdown-menu.dropdown-close {
top: 92%;
left: -5px;
}
.dropdown-menu.dropdown-close.pull-right {
left: auto;
right: -5px;
}
.dropdown-menu.dropdown-closer {
top: 80%;
left: -10px;
}
.dropdown-menu.dropdown-closer.pull-right {
right: -10px;
left: auto;
}
.dropdown-submenu > a:after {
margin-right: -5px;
}
/* dropdown menus */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: none;
}
.dropdown-menu {
border-radius: 0 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li a {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
}
.dropdown-menu.dropdown-icon-only {
min-width: 0;
}
.dropdown-menu.dropdown-icon-only > li {
float: left;
margin: 0 4px;
}
.dropdown-menu.dropdown-icon-only > li > a [class*="icon-"] {
width: 18px;
font-size: 16px;
display: inline-block;
}
.dropdown-menu.dropdown-icon-only > li > a .icon-2x {
width: 36px;
font-size: 22px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
background: #4f99c6;
color: #ffffff;
}
.dropdown-default li a:hover,
.dropdown-default li a:focus,
.dropdown-default li a:active,
.dropdown-default li.active a,
.dropdown-default li.active a:hover,
.dropdown-default .dropdown-submenu:hover > a,
.nav-tabs .dropdown-default li > a:focus {
background: #abbac3;
color: #ffffff;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
background: #6baed6;
color: #ffffff;
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
background: #2283c5;
color: #ffffff;
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
background: #87b87f;
color: #ffffff;
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
background: #ffa24d;
color: #ffffff;
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
background: #d15b47;
color: #ffffff;
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
background: #555555;
color: #ffffff;
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
background: #9585bf;
color: #ffffff;
}
.dropdown-pink li a:hover,
.dropdown-pink li a:focus,
.dropdown-pink li a:active,
.dropdown-pink li.active a,
.dropdown-pink li.active a:hover,
.dropdown-pink .dropdown-submenu:hover > a,
.nav-tabs .dropdown-pink li > a:focus {
background: #d6487e;
color: #ffffff;
}
.dropdown-grey li a:hover,
.dropdown-grey li a:focus,
.dropdown-grey li a:active,
.dropdown-grey li.active a,
.dropdown-grey li.active a:hover,
.dropdown-grey .dropdown-submenu:hover > a,
.nav-tabs .dropdown-grey li > a:focus {
background: #a0a0a0;
color: #ffffff;
}
.dropdown-light li a:hover,
.dropdown-light li a:focus,
.dropdown-light li a:active,
.dropdown-light li.active a,
.dropdown-light li.active a:hover,
.dropdown-light .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light li > a:focus {
background: #e7e7e7;
color: #333333;
}
.dropdown-lighter li a:hover,
.dropdown-lighter li a:focus,
.dropdown-lighter li a:active,
.dropdown-lighter li.active a,
.dropdown-lighter li.active a:hover,
.dropdown-lighter .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lighter li > a:focus {
background: #f3f3f3;
color: #444444;
}
.dropdown-yellow li a:hover,
.dropdown-yellow li a:focus,
.dropdown-yellow li a:active,
.dropdown-yellow li.active a,
.dropdown-yellow li.active a:hover,
.dropdown-yellow .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow li > a:focus {
background: #fee188;
color: #444444;
}
.dropdown-light .dropdown-submenu:hover > a:after,
.dropdown-lighter .dropdown-submenu:hover > a:after {
border-left-color: #444;
}
/* closer to the toggle button */
.dropdown-menu.dropdown-close {
top: 92%;
left: -5px;
}
.dropdown-menu.dropdown-close.pull-right {
left: auto;
right: -11px;
top: 23px;
}
.dropdown-menu.dropdown-close.pull-right li {
cursor: pointer;
width: 100%;
margin: 0;
}
.dropdown-menu.dropdown-closer {
top: 80%;
left: -10px;
}
.dropdown-menu.dropdown-closer.pull-right {
right: -10px;
left: auto;
}
.dropdown-submenu > a:after {
margin-right: -5px;
}
/* top user info dropdowns */
.dropdown-navbar {
padding: 0;
width: 240px;
box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
border-color: #bcd4e5;
/* user info on top navbar icons */
}
.dropdown-navbar > li {
padding: 0px 8px;
background-color: #FFFFFF;
}
.dropdown-navbar > li.nav-header {
text-shadow: none;
padding-top: 7px;
padding-bottom: 7px;
font-size: 13px;
font-weight: bold;
text-transform: none;
border-bottom: 1px solid;
}
.dropdown-navbar > li > [class*="icon-"],
.dropdown-navbar > li > a > [class*="icon-"] {
margin-right: 5px !important;
color: #555;
font-size: 14px;
}
.dropdown-navbar > li > a {
padding: 10px 2px;
margin: 0;
border-bottom: 1px solid;
font-size: 12px;
line-height: 16px;
color: #555;
}
.dropdown-navbar > li > a:active,
.dropdown-navbar > li > a:hover {
background-color: transparent !important;
color: #555;
}
.dropdown-navbar > li > a .progress {
margin-bottom: 0;
margin-top: 4px;
}
.dropdown-navbar > li > a .badge {
line-height: 16px;
padding-right: 4px;
padding-left: 4px;
font-size: 12px;
}
.dropdown-navbar > li:last-child > a {
border-bottom: 0 solid #DDD;
border-top: 1px dotted transparent;
color: #4F99C6;
text-align: center;
font-size: 13px;
}
.dropdown-navbar > li:last-child > a:hover {
background-color: #FFF;
color: #4F99C6;
text-decoration: underline;
}
.dropdown-navbar > li:last-child > a:hover > [class*="icon-"] {
text-decoration: none;
}
.dropdown-navbar > li:hover {
background-color: #f4f9fc !important;
}
.dropdown-navbar > li.nav-header {
background-color: #ecf2f7 !important;
color: #8090a0;
border-bottom-color: #bcd4e5;
}
.dropdown-navbar > li.nav-header > [class*="icon-"] {
color: #8090a0;
}
.dropdown-navbar > li > a {
border-bottom-color: #e4ecf3;
}
.dropdown-navbar.navbar-pink {
border-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li:hover {
background-color: #fcf4f9 !important;
}
.dropdown-navbar.navbar-pink > li.nav-header {
background-color: #f7ecf2 !important;
color: #b471a0;
border-bottom-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li.nav-header > [class*="icon-"] {
color: #c06090;
}
.dropdown-navbar.navbar-pink > li > a {
border-bottom-color: #f3e4ec;
}
.dropdown-navbar.navbar-grey {
border-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li:hover {
background-color: #f8f8f8 !important;
}
.dropdown-navbar.navbar-grey > li.nav-header {
background-color: #f2f2f2 !important;
color: #3a87ad;
border-bottom-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li.nav-header > [class*="icon-"] {
color: #3a87ad;
}
.dropdown-navbar.navbar-grey > li > a {
border-bottom-color: #eeeeee;
}
.dropdown-navbar.navbar-green {
border-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li:hover {
background-color: #f4f9ef !important;
}
.dropdown-navbar.navbar-green > li.nav-header {
background-color: #ebf7e4 !important;
color: #88aa66;
border-bottom-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li.nav-header > [class*="icon-"] {
color: #90c060;
}
.dropdown-navbar.navbar-green > li > a {
border-bottom-color: #ecf3e4;
}
.dropdown-navbar [class*="btn"][class*="icon-"] {
display: inline-block;
border: none;
margin: 0 5px 0 0;
width: 24px;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.dropdown-navbar .msg-photo {
margin-right: 6px;
max-width: 42px;
}
.dropdown-navbar .msg-body {
display: inline-block;
line-height: 20px;
white-space: normal;
vertical-align: middle;
max-width: 175px;
}
.dropdown-navbar .msg-title {
display: inline-block;
line-height: 14px;
}
.dropdown-navbar .msg-time {
display: block;
font-size: 11px;
color: #777;
}
.dropdown-navbar .msg-time > [class*="icon-"] {
font-size: 14px;
color: #555;
}
#user_menu > li > a {
padding: 4px 12px;
}
#user_menu > li > a > [class*="icon-"] {
margin-right: 6px;
font-size: 120%;
}
#user_info, #alert_info {
max-width: 100px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
line-height: 15px;
position: relative;
padding: 14px 0;
color:#555;
}
#user_info small {
display: block;
}
/* webkit Scrollbar to add scrollbars on chrome and safari */
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
width: 9px;
}
::-webkit-scrollbar:horizontal {
height: 11px;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2px solid white; /* should match background, can't be transparent */
background-color: rgba(0, 0, 0, .2);
}
/* margin framework */
.margin-5 {margin:5px !important;}
.margin-5-0 {margin:5px 0 !important;}
.margin-5-0-0 {margin:5px 0 0 !important;}
.margin-0-5 {margin:0 5px !important;}
.margin-0-0-5 {margin:0 0 5px !important;}
.margin-10 {margin:10px !important;}
.margin-10-0 {margin:10px 0 !important;}
.margin-10-0-0 {margin:10px 0 0 !important;}
.margin-0-0-10 {margin:0 0 10px !important;}
.margin-15 {margin:15px !important;}
.margin-15-0 {margin:15px 0 !important;}
.margin-15-0-0 {margin:15px 0 0 !important;}
.margin-20 {margin:20px !important;}
.margin-20-0 {margin:20px 0 !important;}
.margin-20-0-0 {margin:20px 0 0 !important;}
.margin-25 {margin:25px !important;}
.margin-25-0 {margin:25px 0 !important;}
.margin-25-0-0 {margin:25px 0 0 !important;}
.margin-top-25 {margin-top:25px !important;}
.margin-left-60{margin-left:60px !important;}
/* padding framework */
.padding-2 {padding:2px !important;}
.padding-2-0 {padding:2px 0 !important;}
.padding-5 {padding:5px !important;}
.padding-5-0 {padding:5px 0 !important;}
.padding-10 {padding:10px !important;}
.padding-10-0 {padding:10px 0 !important;}
.padding-15 {padding:15px !important;}
/* height framework */
.height-200 {height:200px !important;}
.height-300 {height:300px !important;}
.height-400 {height:400px !important;}
.height-500 {height:500px !important;}
.height-679 {height:679px !important;}
.height-840 {height:840px !important;}
.height-980 {height:980px !important;}
/* width framework */
.width-150 {width:150px !important;}
.width-280 {width:280px !important;}
.width-420 {width:420px !important;}
.width-560 {width:560px !important;}
.width-700 {width:700px !important;}
.width-840 {width:840px !important;}
.width-980 {width:980px !important;}
.width-1120 {width:1120px !important;}
.blue-sparkline {
stroke: steelblue;
stroke-width: 1.3;
fill: none;
margin-top: 2px;
height: 15px;
}
.blue-grid-sparkline {
stroke: steelblue;
stroke-width: 1;
fill: none;
height: 15px;
}
.green-sparkline {
stroke: green;
stroke-width: 1.3;
fill: none;
margin-top: 2px;
height: 15px;
}
|
webroot/css/contrail.layout.css
|
html {
min-height: 100%;
position: relative;
}
body {
padding-bottom: 0;
min-height: 100%;
font-family: 'Open Sans';
font-size: 13px;
color: #393939;
}
body:before {
content: "";
display: block;
position: fixed;
top: 0;
bottom: 0;
max-height: 100%;
min-height: 100%;
width: 100%;
z-index: -1;
}
body.navbar-fixed {
padding-top: 62px;
}
.container-fluid {
padding-right: 0px;
background-color: #fff;
}
.navbar {
margin-bottom: 0;
}
.navbar {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
border-bottom: 1px solid #ccc;
background-color: #fff;
}
.navbar .navbar-inner {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
padding:0;
min-height: 45px;
position: relative;
background-color: #fff;
}
.navbar .navbar-text,
.navbar .navbar-link {
color: #ffffff;
}
.navbar .brand {
color: #ffffff;
font-size: 24px;
text-shadow: none;
}
.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
font-size: 13px;
text-shadow: none;
color: #ffffff;
}
/* ace-nav */
.ace-nav {
height: 100%;
padding:8px 0;
}
.ace-nav > li {
line-height: 45px;
max-height: 45px;
padding: 0 0 0 15px;
position: relative;
}
.ace-nav > li:first-child {
border-left: none;
}
.ace-nav > li > a {
position: relative;
color: #EEE;
display: block;
height: 100%;
padding: 0 8px !important;
background-color: transparent;
}
.ace-nav > li > a > [class*="icon-"] {
font-size: 16px;
color: #555;
display: inline-block;
width: 20px;
text-align: center;
}
.ace-nav > li > a > .badge {
position: relative;
top: -4px;
left: 2px;
padding-right: 5px;
padding-left: 5px;
}
.ace-nav > li.white-opaque {
background: rgba(255, 255, 255, 0.8);
}
.ace-nav > li.dark-opaque {
background: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.no-border {
border: none;
}
.ace-nav > li.margin-4 {
margin-left: 4px;
}
.ace-nav > li.margin-3 {
margin-left: 3px;
}
.ace-nav > li.margin-2 {
margin-left: 2px;
}
.ace-nav > li.margin-1 {
margin-left: 1px;
}
.ace-nav .nav-user-photo {
margin: -4px 8px 0 0;
border-radius: 24px;
border: 2px solid #FFF;
max-width: 36px !important;
}
.ace-nav li:last-child a [class^="icon-"] {
/* the arrow indicating "See more" on each dropdown , and the icons of user menu */
display: inline-block;
width: 1.25em;
text-align: center;
}
/* Back to top link */
#back-to-top {
position: fixed;
bottom: 0px;
right: 0px;
color: #898989;
background-color: #fff;
font-size: 11px;
padding: 5px 10px;
display: none;
}
/* ace default theme layout sections */
#main-container {
padding: 0;
position: relative;
}
#main-content {
margin-left: 183px;
margin-right: 0;
margin-top: 0;
min-height: 100%;
/* border-top: 1px solid #e5e5e5; */
padding: 0;
}
#page-content {
background: #ffffff;
margin: 0;
padding: 50px 10px 30px;
}
#page-content .page-header:first-child {
margin: 0 0 12px;
border-bottom: 1px dotted #e2e2e2;
}
#page-content .page-header:first-child h1 {
padding: 0;
margin: 0 8px;
font-size: 24px;
font-weight: lighter;
color: #2679b5;
}
#page-content .page-header:first-child h1 small {
margin: 0 6px;
font-size: 14px;
font-weight: normal;
color: #8089a0;
}
/* breadcrumbs */
#breadcrumbs {
position: relative;
z-index: 13;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
min-height: 40px;
line-height: 39px;
padding: 0 12px 0 0;
display: block;
}
#breadcrumbs.fixed {
position: fixed;
left: 183px;
right: 0;
}
.breadcrumb {
background-color: transparent;
display: inline-block;
line-height: 24px;
margin: 0 22px 0 12px;
padding: 0;
font-size: 12px;
color: #333;
border-radius: 0;
font-weight: normal;
}
.breadcrumb > li.active a {
color: #3182bd;
}
.breadcrumb > li > .divider {
padding: 0 4px;
}
.breadcrumb > li > a {
display: inline-block;
padding: 0 4px;
color: #898989;
}
.breadcrumb .icon-home {
margin-left: 4px;
margin-right: 2px;
font-size: 20px;
position: relative;
top: 2px;
}
.breadcrumb .icon-angle-right {
height: 22px;
padding: 0;
margin: 0;
position: relative;
top: 1px;
font-size: 14px;
color: #b2b6bf;
}
/* searchbox */
#nav-search {
position: absolute;
top: 5px;
right: 10px;
line-height: 24px;
}
#nav-search .form-search {
margin: 1px 0 0;
}
#nav-search-input {
/* border-color: #6baed6; */
border-width: 1px;
width: 160px;
height: 18px !important;
font-size: 13px;
font-weight: normal;
color: #666666 !important;
z-index: 11;
-webkit-transition: all ease .15s;
-moz-transition: all ease .15s;
-o-transition: all ease .15s;
transition: all ease .15s;
}
#nav-search-input + .dropdown-menu {
/* the typeahead menu*/
min-width: 0;
left: 0;
right: 0;
}
#nav-search-input:focus {
color: #656a72;
box-shadow: none;
opacity: 1;
filter: alpha(opacity=100);
}
#nav-search-btn {
border-radius: 0;
}
#nav-search-icon {
color: #599AC9;
font-size: 14px;
line-height: 24px;
}
/* Sidebar */
#sidebar {
width: 182px;
position: fixed;
bottom: 0px;
top: 62px;
margin-left: 0;
margin-top: 0;
border-right: 1px solid #cccccc;
}
#sidebar.menu-min{
z-index: 14;
}
/* side navigation */
.scrolled {
top:0 !important;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
li [class^="icon-"],
li [class*=" icon-"],
.nav-list li [class^="icon-"],
.nav-list li [class*=" icon-"] {
width: auto;
}
.nav-list {
margin: 0;
padding: 0;
list-style: none;
}
.nav-list > li > a,
.nav-list .nav-header {
margin: 0;
}
.nav-list > li {
display: block;
padding: 0;
margin: 0;
border: none;
border-top: 1px solid #FCFCFC;
border-bottom: 1px solid #E5E5E5;
position: relative;
background-color: #fff;
}
.nav-list > li:first-child {
border-top: none;
}
.nav-list > li > a {
display: block;
height: 34px;
line-height: 32px;
padding: 0 16px 0 7px;
color: #585858;
text-shadow: none !important;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}
.nav-list > li > a > [class*="icon-"]:first-child {
display: inline-block;
vertical-align: middle;
min-width: 30px;
text-align: center;
font-size: 18px;
font-weight: normal;
}
.nav-list > li > a:focus {
background-color: #f9f9f9;
color: #3182bd;
}
.nav-list > li > a:hover {
background-color: #FFF;
color: #3182bd;
}
.nav-list > li > a:hover:before {
display: block;
content: "";
position: absolute;
top: -1px;
bottom: 0;
left: 0;
width: 3px;
max-width: 3px;
overflow: hidden;
background-color: #3382af;
}
.nav-list > li > a .arrow {
display: inline-block;
width: 14px !important;
height: 14px;
line-height: 14px;
text-shadow: none;
font-size: 18px;
position: absolute;
right: 9px;
top: 11px;
padding: 0;
color: #666666;
}
.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
color: #1963aa;
}
.nav-list > li.separator {
height: 3px;
background-color: transparent;
position: static;
margin: 1px 0;
box-shadow: none;
}
.nav-list > li.open > a {
background-color: #fafafa;
color: #3182bd;
}
.nav-list > li.active {
background-color: #ffffff;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus,
.nav-list > li.active > a:active {
background-color: #ffffff;
color: #3182bd;
}
.nav-list > li.active > a > [class*="icon-"] {
font-weight: normal;
}
.nav-list > li.active > a:hover:before {
/* no left side menu item border on active state */
display: none;
}
.nav-list > li.active > a:after {
display: inline-block;
content: "";
position: absolute !important;
right: 0;
top: 4px;
border: 8px solid transparent;
border-width: 14px 10px;
border-right-color: #fff;
}
.nav-list > li.active > a.dropdown-toggle:after {
border-width: 12px 7px;
top: 6px;
}
.nav-list > li.active.no-active-child > a:after {
/* show caret for active menu item with childs which is not open(i.e. submenu item is not active) */
display: inline-block !important;
}
.nav-list > li.active.open > a:after {
/* no caret for open menu item */
display: none;
}
.nav-list > li.active:after {
/* the border on right of active item */
display: inline-block;
content: "";
position: absolute;
right: -2px;
top: -1px;
bottom: 0;
/* border-right: 2px solid #0b6cbc; */
}
.nav-list > li.open {
border-bottom-color: #e5e5e5;
}
.nav-list > li.active.open > .submenu > li.active > a:after {
display: inline-block;
content: "";
position: absolute !important;
right: -8px;
top: 9px;
width: 15px;
height: 15px;
border: 1px solid #ccc;
border-width: 1px 0 0 1px;
background-color: #FFF;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-list > li.active .submenu {
display: block;
}
.nav-list > li .submenu {
display:none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
/* background-color: #f9f9f9; */
border-top: 1px solid #e5e5e5;
}
.nav-list > li .submenu > li {
margin-left: 0;
position: relative;
/* tree like menu */
/* the horizontal dashed line */
/* the vertical dashed line */
/* optional icon before each item */
}
.nav-list > li .submenu > li > a {
display: block;
position: relative;
color: #616161;
padding: 7px 10px 7px 47px;
margin: 0;
border-bottom: 1px dotted #e4e4e4;
font-size: 13px;
font-weight: normal;
}
.nav-list > li .submenu > li > a:focus {
text-decoration: none;
}
.nav-list > li .submenu > li > a:hover {
text-decoration: none;
color: #4b88b7;
}
.nav-list > li .submenu > li:last-child > a {
border-bottom: none;
}
.nav-list > li .submenu > li:first-child > a {
border-top: 1px solid #FAFAFA;
}
.nav-list > li .submenu > li.active > a {
color: #3182bd;
}
.nav-list > li .submenu > li:before {
content: "";
display: inline-block;
position: absolute;
width: 9px;
left: 21px;
top: 17px;
border-top: 1px solid #b1c9e0;
}
.nav-list > li .submenu > li:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 21px;
width: 0px;
border-left: 1px solid #b1c9e0;
}
/* .nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child,
.nav-list > li .submenu > li:hover > a > [class*="icon-"]:first-child {
display: inline-block;
}
.nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child {
color: #c86139;
} */
/* side menu minimizer icon */
#sidebar-collapse {
/* border-bottom: 1px solid #e0e0e0;
background-color: #f3f3f3;*/
text-align: right;
padding: 3px 0;
position: relative;
}
#sidebar-collapse > [class*="icon-"] {
display: inline-block;
cursor: pointer;
font-size: 20px;
color: #aaaaaa;
/* border: 1px solid #bbbbbb; */
padding: 0 5px;
line-height: 18px;
/* border-radius: 16px;
background-color: #ffffff; */
position: relative;
}
#sidebar-collapse:before {
content: "";
display: inline-block;
height: 0;
/* border-top: 1px solid #e0e0e0; */
position: absolute;
left: 15px;
right: 15px;
top: 13px;
}
/* sidebar shortcuts icon */
#sidebar-shortcuts {
background-color: #fafafa;
border-bottom: 1px solid #dddddd;
/* border-top: 1px solid #ddd; */
text-align: center;
line-height: 37px;
max-height: 40px;
margin-bottom: 0;
}
#sidebar-shortcuts-large {
padding-bottom: 4px;
}
#sidebar-shortcuts-large > .btn > [class*="icon-"] {
font-size: 110%;
line-height: 1.4em;
}
#sidebar-shortcuts-mini {
display: none;
font-size: 0;
width: 42px;
line-height: 18px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #ffffff;
}
#sidebar-shortcuts-mini > .btn {
border-width: 0 !important;
font-size: 0;
line-height: 0;
padding: 8px !important;
margin: 0 1px;
border-radius: 0 !important;
opacity: 0.85;
}
/* minimized side menu*/
#sidebar.menu-min {
width: 42px;
}
#sidebar.menu-min:before {
width: 42px;
}
#sidebar.menu-min + #main-content {
margin-left: 43px;
}
#sidebar.menu-min + #main-content #breadcrumbs.fixed {
left: 43px;
}
.menu-min .nav-list > li > a {
position: relative;
}
.menu-min .nav-list > li > a > span {
display: none;
position: absolute;
left: 41px;
top: -2px;
width: 158px;
height: 39px;
line-height: 38px;
background-color: #f5f5f5;
z-index: 121;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
border: 1px solid #cccccc;
padding-left: 12px;
}
.menu-min .nav-list > li > a.dropdown-toggle > span {
box-shadow: none;
border: none;
top: -1px;
left: 42px;
width: 163px;
border-bottom: 1px solid #dddddd;
}
.menu-min .nav-list > li > a .arrow {
display: none;
}
.menu-min .nav-list > li > a:hover:before {
/* the right side border on hover */
width: 2px;
}
.menu-min .nav-list > li:hover > a {
color: #1963aa;
}
/* .menu-min .nav-list > li:hover > a > span {
display: block;
} */
.menu-min .nav-list > li.active > a > span {
border-left-color: #1963aa;
}
.menu-min .nav-list > li.open > a {
background-color: #fafafa;
color: #585858;
}
.menu-min .nav-list > li.open.active > a {
background-color: #ffffff;
}
.menu-min .nav-list > li.open:hover > a {
color: #1963aa;
}
.menu-min .nav-list > li.active > a:after {
/* the caret */
border-width: 10px 6px;
top: 8px;
}
.menu-min .nav-list > li.active.open > a:after {
display: block;
}
.menu-min .nav-list > li.active.open > .submenu > li.active > a:after {
display: none;
}
.menu-min .nav-list > li > ul.submenu {
background: #ffffff;
position: absolute;
z-index: 120;
left: 41px;
top: -2px;
width: 175px;
border: 1px solid #cccccc;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
padding-top: 40px;
padding-bottom: 2px;
display: none !important;
}
.menu-min .nav-list > li > ul.submenu li {
/* hide the tree like submenu in minimized mode */
}
.menu-min .nav-list > li > ul.submenu li:before,
.menu-min .nav-list > li > ul.submenu li:after {
display: none;
}
.menu-min .nav-list > li > ul.submenu li > a {
border-left: none;
margin-left: 0;
padding-left: 24px;
}
.menu-min .nav-list > li > ul.submenu li > a > [class*="icon-"]:first-child {
width: 16px;
}
.menu-min .nav-list > li > ul.submenu li.active > a > [class*="icon-"]:first-child,
.menu-min .nav-list > li > ul.submenu li:hover > a > [class*="icon-"]:first-child {
left: 7px;
}
.menu-min .nav-list > li:hover > ul.submenu {
display: block !important;
}
.menu-min .nav-list > li.active > ul.submenu {
border-left-color: #1963aa;
}
.menu-min {
/* minimized sidebar shortcuts */
}
.menu-min #sidebar-shortcuts {
position: relative;
}
.menu-min #sidebar-shortcuts-mini {
display: block;
}
.menu-min #sidebar-shortcuts-large {
display: none;
position: absolute;
left: 42px;
top: -1px;
width: 180px;
z-index: 20;
background-color: #ffffff;
box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
border: 1px solid #cccccc;
padding: 0 2px 3px;
}
.menu-min #sidebar-shortcuts:hover #sidebar-shortcuts-large {
display: block;
}
.menu-min #sidebar-collapse {
/* minimized collapse button */
}
.menu-min #sidebar-collapse:before {
left: 5px;
right: 5px;
}
.menu-min #sidebar-collapse > [class*="icon-"] {
font-size: 13px;
padding: 0 4px;
line-height: 15px;
border-width: 1px;
border-color: #aeaeae;
}
/* side menu toggler in mobile view */
#menu-toggler {
display: none;
}
/* footer */
.footer-links{
padding: 8px 0;
background-color:#fff;
position: fixed;
bottom:0;
}
.footer-links a{
margin-right: 10px;
color: #898989;
font-size:11px;
}
/** buttons */
.btn {
display: inline-block;
color: #FFF !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
background-image: none !important;
border: 5px solid;
border-radius: 0;
box-shadow: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
cursor: pointer;
vertical-align: middle;
margin: 0;
position: relative;
padding: 0 12px 1px;
line-height: 32px;
font-size: 14px;
}
.btn-large {
padding: 0 14px 1px;
line-height: 38px;
border-width: 6px;
font-size: 16px;
}
.btn-small {
padding: 5px 10px 4px 10px;
line-height: 24px;
border-width: 0px;
font-size: 13px;
}
.btn-mini {
padding: 0 5px;
line-height: 22px;
border-width: 2px;
font-size: 12px;
}
.btn-minier {
padding: 0 4px;
line-height: 18px;
border-width: 1px;
font-size: 11px;
}
button.btn:active {
top: 1px;
left: 1px;
}
.btn, .btn-default, .btn:hover, .btn-default:hover {
background-color: #898989 !important;
border-color: #898989;
}
.btn.no-border:hover,
.btn-default.no-border:hover {
border-color: #8b9aa3;
}
.btn.no-hover:hover,
.btn-default.no-hover:hover {
background-color: #abbac3 !important;
}
/* .btn.active,
.btn-default.active {
background-color: #9baab3 !important;
border-color: #8a9ba6;
} */
.btn.no-border.active,
.btn-default.no-border.active {
background-color: #92a3ac !important;
border-color: #92a3ac;
}
.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled] {
opacity: 0.65;
filter: alpha(opacity=65)
}
.btn-primary {
background-color: #599AC9 !important;
border-color: #599AC9 !important;
}
.btn-primary:hover {
background-color: #599AC9 !important;
}
/* .btn-primary.no-border:hover {
border-color: #045e9f;
}
.btn-primary.no-hover:hover {
background-color: #2283c5 !important;
} */
/* .btn-primary.active {
background-color: #1371b2 !important;
border-color: #105f96;
}
.btn-primary.no-border.active {
background-color: #1268a4 !important;
border-color: #1268a4;
} */
.btn-primary.disabled,
.btn-primary[disabled] {
background-color: #599AC9 !important;
border-color: #599AC9 !important;
}
.btn-configure, .btn-configure:hover {
background-color: #e48782 !important;
border-color: #e48782;
}
.btn-monitor, .btn-monitor:hover {
background-color: #599AC9 !important;
border-color: #599AC9;
}
.btn-setting, .btn-setting:hover {
background-color: #7dc48a !important;
border-color: #7dc48a;
}
.btn-query, .btn-query:hover {
background-color: #c79dcd !important;
border-color: #c79dcd;
}
#sidebar-shortcuts-large .btn.active{
margin-top:3px;
border-bottom:3px solid #555;
color: #fff
}
#sidebar-shortcuts-large .btn:hover {
border-top: #fff 3px solid;
color: #fff;
}
#sidebar-shortcuts-large .btn.active:hover {
margin-top:1px;
border-top: 3px solid;
}
.btn-inverse {
background-color: #555555 !important;
border-color: #555555;
}
.btn-inverse:hover {
background-color: #303030 !important;
}
.btn-inverse.no-border:hover {
border-color: #303030;
}
.btn-inverse.no-hover:hover {
background-color: #555555 !important;
}
.btn-inverse.active {
background-color: #434343 !important;
border-color: #333333;
}
.btn-inverse.no-border.active {
background-color: #3b3b3b !important;
border-color: #3b3b3b;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
background-color: #555555 !important;
}
.btn-pink {
background-color: #d6487e !important;
border-color: #d6487e;
}
.btn-pink:hover {
background-color: #b73766 !important;
}
.btn-pink.no-border:hover {
border-color: #b73766;
}
.btn-pink.no-hover:hover {
background-color: #d6487e !important;
}
.btn-pink.active {
background-color: #c74072 !important;
border-color: #b33564;
}
.btn-pink.no-border.active {
background-color: #be386a !important;
border-color: #be386a;
}
.btn-pink.disabled,
.btn-pink[disabled] {
background-color: #d6487e !important;
}
.btn-purple {
background-color: #9585bf !important;
border-color: #9585bf;
}
.btn-purple:hover {
background-color: #7461aa !important;
}
.btn-purple.no-border:hover {
border-color: #7461aa;
}
.btn-purple.no-hover:hover {
background-color: #9585bf !important;
}
.btn-purple.active {
background-color: #8573b5 !important;
border-color: #735faa;
}
.btn-purple.no-border.active {
background-color: #7c69af !important;
border-color: #7c69af;
}
.btn-purple.disabled,
.btn-purple[disabled] {
background-color: #9585bf !important;
}
.btn-grey {
background-color: #a0a0a0 !important;
border-color: #a0a0a0;
}
.btn-grey:hover {
background-color: #888888 !important;
}
.btn-grey.no-border:hover {
border-color: #888888;
}
.btn-grey.no-hover:hover {
background-color: #a0a0a0 !important;
}
.btn-grey.active {
background-color: #949494 !important;
border-color: #858585;
}
.btn-grey.no-border.active {
background-color: #8c8c8c !important;
border-color: #8c8c8c;
}
.btn-grey.disabled,
.btn-grey[disabled] {
background-color: #a0a0a0 !important;
}
.btn-yellow {
background-color: #fee188 !important;
border-color: #fee188;
color: #996633 !important;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn-yellow:hover {
background-color: #f7d05b !important;
}
.btn-yellow.no-border:hover {
border-color: #f7d05b;
}
.btn-yellow.no-hover:hover {
background-color: #fee188 !important;
}
.btn-yellow.active {
background-color: #fbd972 !important;
border-color: #fad054;
}
.btn-yellow.no-border.active {
background-color: #fad463 !important;
border-color: #fad463;
}
.btn-yellow.disabled,
.btn-yellow[disabled] {
background-color: #fee188 !important;
}
.btn-light {
background-color: #e7e7e7 !important;
border-color: #e7e7e7;
color: #888888 !important;
text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}
.btn-light:hover {
background-color: #d9d9d9 !important;
}
.btn-light.no-border:hover {
border-color: #d9d9d9;
}
.btn-light.no-hover:hover {
background-color: #e7e7e7 !important;
}
.btn-light.active {
background-color: #e0e0e0 !important;
border-color: #d1d1d1;
}
.btn-light.no-border.active {
background-color: #d8d8d8 !important;
border-color: #d8d8d8;
}
.btn-light.disabled,
.btn-light[disabled] {
background-color: #e7e7e7 !important;
}
.btn-light.btn-mini:after {
left: -2px;
right: -2px;
top: -2px;
bottom: -2px;
}
.btn-light.btn-small:after {
left: -4px;
right: -4px;
top: -4px;
bottom: -4px;
}
.btn-light.btn-large:after {
left: -6px;
right: -6px;
top: -6px;
bottom: -6px;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
outline: none;
}
.btn.disabled:active,
.btn[disabled]:active {
top: 0;
left: 0;
}
/* active buttons */
.btn.active {
color: #efe5b5;
}
/* .btn.active:after {
display: inline-block;
content: "";
position: absolute;
border-bottom: 1px solid #efe5b5;
left: -4px;
right: -4px;
bottom: -4px;
}
.btn.active.btn-small:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px;
}
.btn.active.btn-large:after {
left: -5px;
right: -5px;
bottom: -5px;
border-bottom-width: 1px;
}
.btn.active.btn-mini:after,
.btn.active.btn-minier:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px;
} */
.btn.active.btn-yellow:after {
border-bottom-color: #c96338;
}
.btn.active.btn-light {
color: #515151;
}
.btn.active.btn-light:after {
border-bottom-color: #B5B5B5;
}
/* icons inside buttons */
.btn > [class*="icon-"] {
display: inline;
margin-right: 4px;
min-width: 12px;
}
.btn > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 4px;
}
.btn > .icon-only[class*="icon-"] {
margin: 0;
vertical-align: middle;
text-align: center;
padding: 0;
min-width: 24px;
}
.btn-large > [class*="icon-"] {
margin-right: 6px;
}
.btn-large > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 6px;
}
.btn-small > [class*="icon-"] {
margin-right: 3px;
}
.btn-small > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 3px;
}
.btn-mini > [class*="icon-"],
.btn-minier > [class*="icon-"] {
margin-right: 2px;
}
.btn-mini > [class*="icon-"].icon-on-right,
.btn-minier > [class*="icon-"].icon-on-right {
margin-right: 0;
margin-left: 2px;
}
/**
.btn > .icon-round{
padding:1px 2px;
border:2px solid #FFF;
border-radius:16px;
}
*/
.btn.btn-link {
border: none !important;
background: transparent none !important;
color: #0088cc !important;
text-shadow: none !important;
padding: 4px 12px !important;
line-height: 20px !important;
}
.btn.btn-link:hover {
background: none !important;
text-shadow: none !important;
}
.btn.btn-link.active {
background: none !important;
text-decoration: underline;
color: #009ceb !important;
}
.btn.btn-link.active:after {
display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
background: none;
opacity: 0.65;
}
.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
background: none !important;
text-decoration: none !important;
}
/* button groups */
.btn-group > .btn {
/* caret inside buttons */
/* dropdown toggle */
}
.btn-group > .btn,
.btn-group > .btn + .btn {
margin: 0 1px 0 0;
}
.btn-group > .btn:first-child {
margin: 0 1px 0 0;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
border-radius: 0;
}
.btn-group > .btn > .caret {
margin-top: 15px;
margin-left: 1px;
border-width: 5px;
border-top-color: #FFF;
}
.btn-group > .btn.btn-small > .caret {
margin-top: 10px;
border-width: 4px;
}
.btn-group > .btn.btn-large > .caret {
margin-top: 18px;
border-width: 6px;
}
.btn-group > .btn.btn-mini > .caret {
margin-top: 9px;
border-width: 4px;
}
.btn-group > .btn.btn-minier > .caret {
margin-top: 7px;
border-width: 3px;
}
.btn-group > .btn + .btn.dropdown-toggle {
padding-right: 3px;
padding-left: 3px;
}
.btn-group > .btn + .btn-large.dropdown-toggle {
padding-right: 4px;
padding-left: 4px;
}
.btn-group .dropdown-toggle {
border-radius: 0;
}
.btn-group > .btn,
.btn-group + .btn {
margin: 0 1px 0 0;
border-width: 3px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
left: -2px;
right: -2px;
bottom: -2px;
border-bottom-width: 1px;
}
.btn-group > .btn-large,
.btn-group + .btn-large {
border-width: 4px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-large.active:after,
.btn-group + .btn-large.active:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px;
}
.btn-group > .btn-small,
.btn-group + .btn-small {
border-width: 2px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-small.active:after,
.btn-group + .btn-small.active:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px;
}
.btn-group > .btn-mini,
.btn-group + .btn-mini {
border-width: 1px !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-mini.active:after,
.btn-group + .btn-mini.active:after {
left: 0px;
right: 0px;
bottom: 0px;
border-bottom-width: 1px;
}
.btn-group > .btn-minier,
.btn-group + .btn-minier {
border-width: 0 !important;
/* the border under an active button in button groups */
}
.btn-group > .btn-minier.active:after,
.btn-group + .btn-minier.active:after {
left: 0px;
right: 0px;
bottom: 0px;
border-bottom-width: 1px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
margin: 1px 0 0;
}
/* application buttons */
.btn.btn-app {
display: inline-block;
width: 100px;
margin: 2px;
position: relative;
font-size: 18px;
font-weight: normal;
color: #FFF;
text-align: center;
text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
border: none;
border-radius: 12px;
padding: 12px 0 8px;
}
.btn.btn-app,
.btn.btn-app-default {
background: #b4c2cc !important;
background-color: #b5c3ce !important;
background-image: -moz-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcc9d5), to(#abbac3)) !important;
background-image: -webkit-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: -o-linear-gradient(top, #bcc9d5, #abbac3) !important;
background-image: linear-gradient(to bottom, #bcc9d5, #abbac3) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important;
}
.btn-app.btn-primary {
background: #2a8bcc !important;
background-color: #2d8ece !important;
background-image: -moz-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b98d6), to(#197ec1)) !important;
background-image: -webkit-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: -o-linear-gradient(top, #3b98d6, #197ec1) !important;
background-image: linear-gradient(to bottom, #3b98d6, #197ec1) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important;
}
.btn-app.btn-configure {
background: #68adde !important;
background-color: #6baedf !important;
background-image: -moz-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75b5e6), to(#5ba4d5)) !important;
background-image: -webkit-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: -o-linear-gradient(top, #75b5e6, #5ba4d5) !important;
background-image: linear-gradient(to bottom, #75b5e6, #5ba4d5) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important;
}
.btn-app.btn-monitor {
background: #86b558 !important;
background-color: #87b75a !important;
background-image: -moz-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ebf60), to(#7daa50)) !important;
background-image: -webkit-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: -o-linear-gradient(top, #8ebf60, #7daa50) !important;
background-image: linear-gradient(to bottom, #8ebf60, #7daa50) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important;
}
.btn-app.btn-query {
background: #d3413b !important;
background-color: #d3463f !important;
background-image: -moz-linear-gradient(top, #d55b52, #d12723) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d55b52), to(#d12723)) !important;
background-image: -webkit-linear-gradient(top, #d55b52, #d12723) !important;
background-image: -o-linear-gradient(top, #d55b52, #d12723) !important;
background-image: linear-gradient(to bottom, #d55b52, #d12723) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important;
}
.btn-app.btn-setting {
background: #ffb44b !important;
background-color: #ffb650 !important;
background-image: -moz-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbf66), to(#ffa830)) !important;
background-image: -webkit-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: -o-linear-gradient(top, #ffbf66, #ffa830) !important;
background-image: linear-gradient(to bottom, #ffbf66, #ffa830) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important;
}
.btn-app.btn-purple {
background: #9383bd !important;
background-color: #9484be !important;
background-image: -moz-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b8ac5), to(#8a7cb4)) !important;
background-image: -webkit-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: -o-linear-gradient(top, #9b8ac5, #8a7cb4) !important;
background-image: linear-gradient(to bottom, #9b8ac5, #8a7cb4) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b8ac5', endColorstr='#ff8a7cb4', GradientType=0) !important;
}
.btn-app.btn-pink {
background: #d54c7e !important;
background-color: #d64f81 !important;
background-image: -moz-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db5e8c), to(#ce3970)) !important;
background-image: -webkit-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: -o-linear-gradient(top, #db5e8c, #ce3970) !important;
background-image: linear-gradient(to bottom, #db5e8c, #ce3970) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important;
}
.btn-app.btn-inverse {
background: #3d3d3d !important;
background-color: #3f3f3f !important;
background-image: -moz-linear-gradient(top, #494949, #303030) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#303030)) !important;
background-image: -webkit-linear-gradient(top, #494949, #303030) !important;
background-image: -o-linear-gradient(top, #494949, #303030) !important;
background-image: linear-gradient(to bottom, #494949, #303030) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff494949', endColorstr='#ff303030', GradientType=0) !important;
}
.btn-app.btn-grey {
background: #7a7a7a !important;
background-color: #7c7c7c !important;
background-image: -moz-linear-gradient(top, #848484, #707070) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#707070)) !important;
background-image: -webkit-linear-gradient(top, #848484, #707070) !important;
background-image: -o-linear-gradient(top, #848484, #707070) !important;
background-image: linear-gradient(to bottom, #848484, #707070) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff707070', GradientType=0) !important;
}
.btn-app.btn-light {
color: #5a5a5a !important;
text-shadow: 0 1px 1px #EEE !important;
border: 2px solid #DDD;
background: #ededed !important;
background-color: #eeeeee !important;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e6e6e6)) !important;
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important;
}
.btn-app.btn-light.btn-mini {
width: 64px;
padding-bottom: 6px;
}
.btn-app.btn-yellow {
color: #996633 !important;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
border: 2px solid #fee188;
background: #fee088 !important;
background-color: #fee18d !important;
background-image: -moz-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe8a5), to(#fcd76a)) !important;
background-image: -webkit-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: -o-linear-gradient(top, #ffe8a5, #fcd76a) !important;
background-image: linear-gradient(to bottom, #ffe8a5, #fcd76a) !important;
background-repeat: repeat-x !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important;
}
.btn.btn-app {
/* badge & label inside buttons */
/* active state */
}
.btn.btn-app.btn-small {
width: 80px;
font-size: 16px;
border-radius: 10px ;
padding-bottom: 9px;
}
.btn.btn-app.btn-mini {
width: 64px;
font-size: 15px;
border-radius: 8px;
padding-bottom: 7px;
padding-top: 8px;
}
.btn.btn-app > [class*=icon] {
display: block;
font-size: 42px;
margin: 0 0 4px;
line-height: 36px;
min-width: 0;
padding: 0;
}
.btn.btn-app.btn-small > [class*=icon] {
display: block;
font-size: 32px;
line-height: 30px;
margin: 0 0 3px;
}
.btn.btn-app.btn-mini > [class*=icon] {
display: block;
font-size: 24px;
line-height: 24px;
margin: 0 0 0px;
}
.btn.btn-app.no-radius {
border-radius: 0;
}
.btn.btn-app.radius-4 {
border-radius: 4px;
}
.btn.btn-app > .badge,
.btn.btn-app > .label {
position: absolute !important;
top: -2px;
right: -2px;
padding: 1px 3px;
text-align: center;
font-size: 12px;
}
.btn.btn-app > .badge.badge-right,
.btn.btn-app > .label.badge-right,
.btn.btn-app > .badge.label-right,
.btn.btn-app > .label.label-right {
right: auto;
left: -2px;
}
.btn.btn-app > .label {
padding: 1px 6px 3px;
font-size: 13px;
}
.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
border-radius: 3px;
}
.btn.btn-app.radius-4 > .badge.no-radius,
.btn.btn-app.no-radius > .badge.no-radius {
border-radius: 0;
}
.btn.btn-app.active {
color: #ffffff;
}
.btn.btn-app.active:after {
display: none;
}
.btn.btn-app.active.btn-yellow {
color: #996633;
border-color: #fee188;
}
.btn.btn-app.active.btn-light {
color: #515151;
}
/* dropdown menus */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: none;
}
.dropdown-menu {
border-radius: 0 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li a {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
}
.dropdown-menu.dropdown-icon-only {
min-width: 0;
}
.dropdown-menu.dropdown-icon-only > li {
float: left;
margin: 0 4px;
}
.dropdown-menu.dropdown-icon-only > li > a [class*="icon-"] {
width: 18px;
font-size: 16px;
display: inline-block;
}
.dropdown-menu.dropdown-icon-only > li > a .icon-2x {
width: 36px;
font-size: 22px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
background: #4f99c6;
color: #ffffff;
}
.dropdown-default li a:hover,
.dropdown-default li a:focus,
.dropdown-default li a:active,
.dropdown-default li.active a,
.dropdown-default li.active a:hover,
.dropdown-default .dropdown-submenu:hover > a,
.nav-tabs .dropdown-default li > a:focus {
background: #abbac3;
color: #ffffff;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
background: #6baed6;
color: #ffffff;
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
background: #2283c5;
color: #ffffff;
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
background: #87b87f;
color: #ffffff;
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
background: #ffa24d;
color: #ffffff;
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
background: #d15b47;
color: #ffffff;
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
background: #555555;
color: #ffffff;
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
background: #9585bf;
color: #ffffff;
}
.dropdown-pink li a:hover,
.dropdown-pink li a:focus,
.dropdown-pink li a:active,
.dropdown-pink li.active a,
.dropdown-pink li.active a:hover,
.dropdown-pink .dropdown-submenu:hover > a,
.nav-tabs .dropdown-pink li > a:focus {
background: #d6487e;
color: #ffffff;
}
.dropdown-grey li a:hover,
.dropdown-grey li a:focus,
.dropdown-grey li a:active,
.dropdown-grey li.active a,
.dropdown-grey li.active a:hover,
.dropdown-grey .dropdown-submenu:hover > a,
.nav-tabs .dropdown-grey li > a:focus {
background: #a0a0a0;
color: #ffffff;
}
.dropdown-light li a:hover,
.dropdown-light li a:focus,
.dropdown-light li a:active,
.dropdown-light li.active a,
.dropdown-light li.active a:hover,
.dropdown-light .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light li > a:focus {
background: #e7e7e7;
color: #333333;
}
.dropdown-lighter li a:hover,
.dropdown-lighter li a:focus,
.dropdown-lighter li a:active,
.dropdown-lighter li.active a,
.dropdown-lighter li.active a:hover,
.dropdown-lighter .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lighter li > a:focus {
background: #f3f3f3;
color: #444444;
}
.dropdown-yellow li a:hover,
.dropdown-yellow li a:focus,
.dropdown-yellow li a:active,
.dropdown-yellow li.active a,
.dropdown-yellow li.active a:hover,
.dropdown-yellow .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow li > a:focus {
background: #fee188;
color: #444444;
}
.dropdown-light .dropdown-submenu:hover > a:after,
.dropdown-lighter .dropdown-submenu:hover > a:after {
border-left-color: #444;
}
/* closer to the toggle button */
.dropdown-menu.dropdown-close {
top: 92%;
left: -5px;
}
.dropdown-menu.dropdown-close.pull-right {
left: auto;
right: -5px;
}
.dropdown-menu.dropdown-closer {
top: 80%;
left: -10px;
}
.dropdown-menu.dropdown-closer.pull-right {
right: -10px;
left: auto;
}
.dropdown-submenu > a:after {
margin-right: -5px;
}
/* dropdown menus */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: none;
}
.dropdown-menu {
border-radius: 0 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li a {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
}
.dropdown-menu.dropdown-icon-only {
min-width: 0;
}
.dropdown-menu.dropdown-icon-only > li {
float: left;
margin: 0 4px;
}
.dropdown-menu.dropdown-icon-only > li > a [class*="icon-"] {
width: 18px;
font-size: 16px;
display: inline-block;
}
.dropdown-menu.dropdown-icon-only > li > a .icon-2x {
width: 36px;
font-size: 22px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
background: #4f99c6;
color: #ffffff;
}
.dropdown-default li a:hover,
.dropdown-default li a:focus,
.dropdown-default li a:active,
.dropdown-default li.active a,
.dropdown-default li.active a:hover,
.dropdown-default .dropdown-submenu:hover > a,
.nav-tabs .dropdown-default li > a:focus {
background: #abbac3;
color: #ffffff;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
background: #6baed6;
color: #ffffff;
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
background: #2283c5;
color: #ffffff;
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
background: #87b87f;
color: #ffffff;
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
background: #ffa24d;
color: #ffffff;
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
background: #d15b47;
color: #ffffff;
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
background: #555555;
color: #ffffff;
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
background: #9585bf;
color: #ffffff;
}
.dropdown-pink li a:hover,
.dropdown-pink li a:focus,
.dropdown-pink li a:active,
.dropdown-pink li.active a,
.dropdown-pink li.active a:hover,
.dropdown-pink .dropdown-submenu:hover > a,
.nav-tabs .dropdown-pink li > a:focus {
background: #d6487e;
color: #ffffff;
}
.dropdown-grey li a:hover,
.dropdown-grey li a:focus,
.dropdown-grey li a:active,
.dropdown-grey li.active a,
.dropdown-grey li.active a:hover,
.dropdown-grey .dropdown-submenu:hover > a,
.nav-tabs .dropdown-grey li > a:focus {
background: #a0a0a0;
color: #ffffff;
}
.dropdown-light li a:hover,
.dropdown-light li a:focus,
.dropdown-light li a:active,
.dropdown-light li.active a,
.dropdown-light li.active a:hover,
.dropdown-light .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light li > a:focus {
background: #e7e7e7;
color: #333333;
}
.dropdown-lighter li a:hover,
.dropdown-lighter li a:focus,
.dropdown-lighter li a:active,
.dropdown-lighter li.active a,
.dropdown-lighter li.active a:hover,
.dropdown-lighter .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lighter li > a:focus {
background: #f3f3f3;
color: #444444;
}
.dropdown-yellow li a:hover,
.dropdown-yellow li a:focus,
.dropdown-yellow li a:active,
.dropdown-yellow li.active a,
.dropdown-yellow li.active a:hover,
.dropdown-yellow .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow li > a:focus {
background: #fee188;
color: #444444;
}
.dropdown-light .dropdown-submenu:hover > a:after,
.dropdown-lighter .dropdown-submenu:hover > a:after {
border-left-color: #444;
}
/* closer to the toggle button */
.dropdown-menu.dropdown-close {
top: 92%;
left: -5px;
}
.dropdown-menu.dropdown-close.pull-right {
left: auto;
right: -11px;
top: 23px;
}
.dropdown-menu.dropdown-close.pull-right li {
cursor: pointer;
width: 100%;
margin: 0;
}
.dropdown-menu.dropdown-closer {
top: 80%;
left: -10px;
}
.dropdown-menu.dropdown-closer.pull-right {
right: -10px;
left: auto;
}
.dropdown-submenu > a:after {
margin-right: -5px;
}
/* top user info dropdowns */
.dropdown-navbar {
padding: 0;
width: 240px;
box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
border-color: #bcd4e5;
/* user info on top navbar icons */
}
.dropdown-navbar > li {
padding: 0px 8px;
background-color: #FFFFFF;
}
.dropdown-navbar > li.nav-header {
text-shadow: none;
padding-top: 7px;
padding-bottom: 7px;
font-size: 13px;
font-weight: bold;
text-transform: none;
border-bottom: 1px solid;
}
.dropdown-navbar > li > [class*="icon-"],
.dropdown-navbar > li > a > [class*="icon-"] {
margin-right: 5px !important;
color: #555;
font-size: 14px;
}
.dropdown-navbar > li > a {
padding: 10px 2px;
margin: 0;
border-bottom: 1px solid;
font-size: 12px;
line-height: 16px;
color: #555;
}
.dropdown-navbar > li > a:active,
.dropdown-navbar > li > a:hover {
background-color: transparent !important;
color: #555;
}
.dropdown-navbar > li > a .progress {
margin-bottom: 0;
margin-top: 4px;
}
.dropdown-navbar > li > a .badge {
line-height: 16px;
padding-right: 4px;
padding-left: 4px;
font-size: 12px;
}
.dropdown-navbar > li:last-child > a {
border-bottom: 0 solid #DDD;
border-top: 1px dotted transparent;
color: #4F99C6;
text-align: center;
font-size: 13px;
}
.dropdown-navbar > li:last-child > a:hover {
background-color: #FFF;
color: #4F99C6;
text-decoration: underline;
}
.dropdown-navbar > li:last-child > a:hover > [class*="icon-"] {
text-decoration: none;
}
.dropdown-navbar > li:hover {
background-color: #f4f9fc !important;
}
.dropdown-navbar > li.nav-header {
background-color: #ecf2f7 !important;
color: #8090a0;
border-bottom-color: #bcd4e5;
}
.dropdown-navbar > li.nav-header > [class*="icon-"] {
color: #8090a0;
}
.dropdown-navbar > li > a {
border-bottom-color: #e4ecf3;
}
.dropdown-navbar.navbar-pink {
border-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li:hover {
background-color: #fcf4f9 !important;
}
.dropdown-navbar.navbar-pink > li.nav-header {
background-color: #f7ecf2 !important;
color: #b471a0;
border-bottom-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li.nav-header > [class*="icon-"] {
color: #c06090;
}
.dropdown-navbar.navbar-pink > li > a {
border-bottom-color: #f3e4ec;
}
.dropdown-navbar.navbar-grey {
border-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li:hover {
background-color: #f8f8f8 !important;
}
.dropdown-navbar.navbar-grey > li.nav-header {
background-color: #f2f2f2 !important;
color: #3a87ad;
border-bottom-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li.nav-header > [class*="icon-"] {
color: #3a87ad;
}
.dropdown-navbar.navbar-grey > li > a {
border-bottom-color: #eeeeee;
}
.dropdown-navbar.navbar-green {
border-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li:hover {
background-color: #f4f9ef !important;
}
.dropdown-navbar.navbar-green > li.nav-header {
background-color: #ebf7e4 !important;
color: #88aa66;
border-bottom-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li.nav-header > [class*="icon-"] {
color: #90c060;
}
.dropdown-navbar.navbar-green > li > a {
border-bottom-color: #ecf3e4;
}
.dropdown-navbar [class*="btn"][class*="icon-"] {
display: inline-block;
border: none;
margin: 0 5px 0 0;
width: 24px;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.dropdown-navbar .msg-photo {
margin-right: 6px;
max-width: 42px;
}
.dropdown-navbar .msg-body {
display: inline-block;
line-height: 20px;
white-space: normal;
vertical-align: middle;
max-width: 175px;
}
.dropdown-navbar .msg-title {
display: inline-block;
line-height: 14px;
}
.dropdown-navbar .msg-time {
display: block;
font-size: 11px;
color: #777;
}
.dropdown-navbar .msg-time > [class*="icon-"] {
font-size: 14px;
color: #555;
}
#user_menu > li > a {
padding: 4px 12px;
}
#user_menu > li > a > [class*="icon-"] {
margin-right: 6px;
font-size: 120%;
}
#user_info, #alert_info {
max-width: 100px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
line-height: 15px;
position: relative;
padding: 14px 0;
color:#555;
}
#user_info small {
display: block;
}
/* webkit Scrollbar to add scrollbars on chrome and safari */
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
width: 9px;
}
::-webkit-scrollbar:horizontal {
height: 11px;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2px solid white; /* should match background, can't be transparent */
background-color: rgba(0, 0, 0, .2);
}
/* margin framework */
.margin-5 {margin:5px !important;}
.margin-5-0 {margin:5px 0 !important;}
.margin-5-0-0 {margin:5px 0 0 !important;}
.margin-0-5 {margin:0 5px !important;}
.margin-0-0-5 {margin:0 0 5px !important;}
.margin-10 {margin:10px !important;}
.margin-10-0 {margin:10px 0 !important;}
.margin-10-0-0 {margin:10px 0 0 !important;}
.margin-0-0-10 {margin:0 0 10px !important;}
.margin-15 {margin:15px !important;}
.margin-15-0 {margin:15px 0 !important;}
.margin-15-0-0 {margin:15px 0 0 !important;}
.margin-20 {margin:20px !important;}
.margin-20-0 {margin:20px 0 !important;}
.margin-20-0-0 {margin:20px 0 0 !important;}
.margin-25 {margin:25px !important;}
.margin-25-0 {margin:25px 0 !important;}
.margin-25-0-0 {margin:25px 0 0 !important;}
.margin-top-25 {margin-top:25px !important;}
.margin-left-60{margin-left:60px !important;}
/* padding framework */
.padding-2 {padding:2px !important;}
.padding-2-0 {padding:2px 0 !important;}
.padding-5 {padding:5px !important;}
.padding-5-0 {padding:5px 0 !important;}
.padding-10 {padding:10px !important;}
.padding-10-0 {padding:10px 0 !important;}
.padding-15 {padding:15px !important;}
/* height framework */
.height-200 {height:200px !important;}
.height-300 {height:300px !important;}
.height-400 {height:400px !important;}
.height-500 {height:500px !important;}
.height-679 {height:679px !important;}
.height-840 {height:840px !important;}
.height-980 {height:980px !important;}
/* width framework */
.width-150 {width:150px !important;}
.width-280 {width:280px !important;}
.width-420 {width:420px !important;}
.width-560 {width:560px !important;}
.width-700 {width:700px !important;}
.width-840 {width:840px !important;}
.width-980 {width:980px !important;}
.width-1120 {width:1120px !important;}
.blue-sparkline {
stroke: steelblue;
stroke-width: 1.3;
fill: none;
margin-top: 2px;
height: 15px;
}
.blue-grid-sparkline {
stroke: steelblue;
stroke-width: 1;
fill: none;
height: 15px;
}
.green-sparkline {
stroke: green;
stroke-width: 1.3;
fill: none;
margin-top: 2px;
height: 15px;
}
| 0.365457 | 0.062703 |
.interna_produtos {
background: url(../img/bg-contato.jpg);
background-size: cover;
}
/* Produtos */
.produtos_item {
padding: 60px 0 0 0;
}
.terceiro_produto {
padding-bottom: 60px;
}
.produtos_item h2 {
font-size: 36px;
line-height: 40px;
text-transform: uppercase;
color: var(--color-second);
letter-spacing: 0.1em;
font-weight: bold;
position: relative;
top: -190px;
text-align: center;
margin-bottom: -62px;
}
.produtos_item h2::after,
.produtos_item h2::before {
content: "";
width: 60px;
height: 3px;
display: block;
margin: 10px auto 8px auto;
background: var(--color-second);
}
.produto_icone {
background-color: var(--color-third);
height: 280px;
padding: 70px 0;
}
.produto_icone img {
margin: 0px auto;
}
.produto_info {
background: var(--color-third);
}
.produto_info p {
padding: 40px;
height: 182px;
font-size: 18px;
line-height: 25px;
color: var(--color-second);
}
.produto_info ul {
display: flex;
flex-wrap: wrap;
}
.produto_info li {
padding: 15px;
flex: 1 1 200px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border: 1px solid black;
color: var(--color-third);
background-color: var(--color-first);
}
.produto_info li:nth-child(odd) {
border-left: none;
}
.produto_info li:nth-child(even) {
border-right: none;
}
.produto_info li:nth-child(3),
.produto_info li:nth-child(4) {
border-bottom: none;
}
.produto_info li:nth-child(1),
.produto_info li:nth-child(2) {
border-top: none;
}
/* Orçamentos */
.orcamento {
background: var(--color-third);
}
.orcamento .container {
display: flex;
padding: 25px 0 40px 0;
}
.orcamento .subtitle {
padding-top: 25px;
color: var(--color-first);
}
.orcamento .subtitle:after {
background: var(--color-first);
}
.form {
flex: 1 1 480px;
}
.form_btn {
display: flex;
flex-direction: column;
}
.form_btn input {
height: 40px;
}
.form_btn input,
textarea {
width: 100%;
background-color: var(--color-third);
border: 3px solid var(--color-first);
}
.form_btn label {
/* Typography */
font-size: 18px;
line-height: 20px;
font-family: Georgia, "Times New Roman", serif;
/* Positioning */
padding: 15px 0 5px 0;
/* Visual */
color: var(--color-second);
}
.btn_submit {
/* Box-model */
width: 140px;
height: 40px;
/* Positioning */
padding: 10px 42px;
/* Visual */
text-transform: uppercase;
border: 3px solid var(--color-first);
background-color: var(--color-first);
}
.dados.grid-8 {
flex: 1 1 480px;
padding-top: 10px;
padding-left: 75px;
}
.dados h2 {
font-size: 18px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-first);
}
.dados p {
font-size: 18px;
padding-top: 5px;
line-height: 25px;
color: var(--color-second);
}
.dados h2:nth-child(even) {
padding: 40px 0 20px 0;
}
.dados h3 {
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
color: var(--color-second);
font-family: Georgia, "Times New Roman", serif;
}
.dados_itens li {
font-size: 14px;
max-width: 340px;
line-height: 20px;
padding: 5px 0px 5px 1px;
color: var(--color-second);
}
.dados_itens li:nth-child(odd) {
background-color: var(--color-fourth);
}
|
curso-grid/css/contato.css
|
.interna_produtos {
background: url(../img/bg-contato.jpg);
background-size: cover;
}
/* Produtos */
.produtos_item {
padding: 60px 0 0 0;
}
.terceiro_produto {
padding-bottom: 60px;
}
.produtos_item h2 {
font-size: 36px;
line-height: 40px;
text-transform: uppercase;
color: var(--color-second);
letter-spacing: 0.1em;
font-weight: bold;
position: relative;
top: -190px;
text-align: center;
margin-bottom: -62px;
}
.produtos_item h2::after,
.produtos_item h2::before {
content: "";
width: 60px;
height: 3px;
display: block;
margin: 10px auto 8px auto;
background: var(--color-second);
}
.produto_icone {
background-color: var(--color-third);
height: 280px;
padding: 70px 0;
}
.produto_icone img {
margin: 0px auto;
}
.produto_info {
background: var(--color-third);
}
.produto_info p {
padding: 40px;
height: 182px;
font-size: 18px;
line-height: 25px;
color: var(--color-second);
}
.produto_info ul {
display: flex;
flex-wrap: wrap;
}
.produto_info li {
padding: 15px;
flex: 1 1 200px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border: 1px solid black;
color: var(--color-third);
background-color: var(--color-first);
}
.produto_info li:nth-child(odd) {
border-left: none;
}
.produto_info li:nth-child(even) {
border-right: none;
}
.produto_info li:nth-child(3),
.produto_info li:nth-child(4) {
border-bottom: none;
}
.produto_info li:nth-child(1),
.produto_info li:nth-child(2) {
border-top: none;
}
/* Orçamentos */
.orcamento {
background: var(--color-third);
}
.orcamento .container {
display: flex;
padding: 25px 0 40px 0;
}
.orcamento .subtitle {
padding-top: 25px;
color: var(--color-first);
}
.orcamento .subtitle:after {
background: var(--color-first);
}
.form {
flex: 1 1 480px;
}
.form_btn {
display: flex;
flex-direction: column;
}
.form_btn input {
height: 40px;
}
.form_btn input,
textarea {
width: 100%;
background-color: var(--color-third);
border: 3px solid var(--color-first);
}
.form_btn label {
/* Typography */
font-size: 18px;
line-height: 20px;
font-family: Georgia, "Times New Roman", serif;
/* Positioning */
padding: 15px 0 5px 0;
/* Visual */
color: var(--color-second);
}
.btn_submit {
/* Box-model */
width: 140px;
height: 40px;
/* Positioning */
padding: 10px 42px;
/* Visual */
text-transform: uppercase;
border: 3px solid var(--color-first);
background-color: var(--color-first);
}
.dados.grid-8 {
flex: 1 1 480px;
padding-top: 10px;
padding-left: 75px;
}
.dados h2 {
font-size: 18px;
line-height: 20px;
font-weight: bold;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--color-first);
}
.dados p {
font-size: 18px;
padding-top: 5px;
line-height: 25px;
color: var(--color-second);
}
.dados h2:nth-child(even) {
padding: 40px 0 20px 0;
}
.dados h3 {
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
color: var(--color-second);
font-family: Georgia, "Times New Roman", serif;
}
.dados_itens li {
font-size: 14px;
max-width: 340px;
line-height: 20px;
padding: 5px 0px 5px 1px;
color: var(--color-second);
}
.dados_itens li:nth-child(odd) {
background-color: var(--color-fourth);
}
| 0.298389 | 0.106877 |
body {
background-color: #002156;
font-family: 'Roboto', sans-serif;
color: white;
margin: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
.generalContainer {
padding: 0 25px;
}
.logoMC {
height: 100px;
width: 100px;
margin: 0 auto;
}
a {
color: white;
}
a:hover {
color: #3acdff;
transition: 0.3s;
}
.logoContainer {
width: 100%;
height: auto;
margin: 0 auto;
display: flex;
justify-content: center;
}
.headerContainer {
max-width: 835px;
margin: 0 auto;
}
.container {
max-width: 835px;
margin: 0 auto;
}
img {
width: 100%;
height: inherit;
}
hr {
border : 0;
height: 2px;
background-image: linear-gradient(to right, rgba(0, 33, 86, 0), rgba(0, 33, 86, 1), rgba(0, 33, 86, 0));
}
.botonlft {
background: white;
padding: 0.5em;
color: navy;
font-size: 40px;
font-weight: bold;
width: 20%;
height: 80px;
border: 0;
margin: 0 auto 0 10px;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.botonlft:hover {
background: #3acdff;
color: white;
transition: 0.3s;
}
.clean {
background: #1c62d8;
padding: 0.7em;
font-size: 30px;
margin-top: 45px;
margin-left: auto;
margin-right: auto;
border: 0;
border-radius: 0;
-webkit-appearance: none;
}
.clean:hover {
background: #0045ba;
transition: 0.3s;
}
p.titform {
font-size: 40px;
margin-top: 30px;
margin-bottom: 5px;
}
label {
font-size: 40px;
}
p.instrucciones {
text-align: center;
color: white;
font-size: 30px;
}
p.resultados {
color: white;
font-weight: 800;
font-size: 30px;
text-align: center;
}
p.resmos {
color: navy;
font-size: 140%;
}
.resmos2 {
display: none;
}
.resmos2.now {
display: block;
color: red;
font-size: 500%;
text-align: center;
}
.calculo {
background: #3acdff;
background-image: linear-gradient(to right, #3d87ff, #005af1);
padding: 0.7em;
font-size: 30px;
border: 0;
margin: 40px auto 23px auto;
text-align: center;
border-radius: 0;
-webkit-appearance: none;
}
.calculo:hover {
background: #3d87ff;
background-image: linear-gradient(to right, #1c62d8, #003fa8);
color: white;
transition: 0.5s;
}
input {
color: white;
text-align: center;
border: 0;
background: transparent;
border-bottom: 2px solid white;
border-radius: 0;
-webkit-appearance: none;
}
input:focus {
outline: 0;
border-bottom-color: #3acdff;
transition: 0.5s;
}
input[type=number] {
font-size: 40px;
text-align: left;
color: #3acdff;
max-width: 95%;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
#a_Trabajados, #diasTrabajados {
width: 37%;
max-width: 295;
margin-top: 30px;
text-align: center;
-webkit-appearance: none;
}
#sbm {
width: 93%;
text-align: left;
margin-top: 30px;
-webkit-appearance: none;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 75%;
-webkit-appearance: none;
}
form {
padding: 17px;
background: #00173d;
border: 1px solid #c1c1c1;
margin: 2rem auto 0 auto;
max-width: 800px;
color: white;
font-size: 110%;
-webkit-appearance: none;
}
form.resulta {
padding: 17;
background-image: linear-gradient(to bottom right, #00cfff, #005af1);
border: 1px solid navy;
margin: 1rem auto 0 auto;
max-width: 800px;
}
div.centrado {
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
max-width: 835px
}
.spam {
font-size: 25px;
margin: 45px 0;
text-align: center;
}
.showResults {
display: none;
}
.showResults.now {
display: initial;
}
img.i1024 {
display: none;
}
@media screen and (max-width:1400px){
img.i1600 {
display: none;
}
img.i1024 {
display: block;
}
}
@media screen and (max-width:1016px){
.logoContainer {
height: 400px;
}
}
@media screen and (max-width:804px){
.break:before{ display: block; content: ''; }
input[type=number] {
width: 100%;
max-width: 100%;
}
p.titform {
margin-top: 7px;
}
#sbm {
width: 94.5%;
margin: 15px 0 17px 0;
}
#a_Trabajados, #diasTrabajados {
width: 100%;
margin: 5px 0 17px 0;
text-align: left;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 75%;
}
.botonlft {
margin: 3px 0 0 3%;
width: 20%;
height: 75px;
font-size: 30px;
padding: 0;
}
}
@media screen and (max-width:768px){
.logoMC {
width: 75px;
height: 75px;
}
.logoContainer {
height: 250px;
}
#sbm {
width: 94%;
}
}
@media screen and (max-width:565px){
#sbm {
width: 93.5%;
}
p.titform {
font-size: 34px;
margin-top: 5px;
}
input[type=number] {
font-size:30px;
margin-bottom: 15px;
}
label {
font-size: 30px;
}
.botonlft {
height: 65px;
}
}
@media screen and (max-width:430px){
p.instrucciones {
font-size: 24px;
}
.form {
font-size: 20px;
}
p.titform {
font-size: 27px;
margin-top: 5px;
}
input[type=number] {
font-size:25px;
margin-bottom: 15px;
}
label {
font-size: 25px;
}
.botonlft {
margin: 3px 0 0 3%;
width: 30%;
padding: 0;
height: 45px;
font-size: 25px;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 65%;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
}
#sbm {
width: 93%;
margin-top: 6px;
}
}
@media screen and (max-width:402px){
p.instrucciones {
font-size: 22px;
}
p.titform {
font-size: 24px;
margin-top: 5px;
}
input[type=number] {
font-size:21px;
margin-bottom: 15px;
}
label {
font-size: 21px;
}
.botonlft {
margin: 3px 0 0 3%;
width: 29%;
padding: 0;
height: 45px;
font-size: 22px;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 65%;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
max-width: 234px;
}
.logoContainer {
height: 200px;
}
.calculo {
background-image: linear-gradient(to right, #3d87ff, #005af1);
padding: 0.7em;
font-size: 25px;
border: 0;
margin: 40px auto 23px auto;
text-align: center;
}
@media screen and (max-width:331px){
p.instrucciones {
font-size: 20px;
}
p.titform {
font-size: 21px;
margin-top: 4px;
}
input[type=number] {
font-size:20px;
margin-bottom: 15px;
}
label {
font-size: 20px;
}
#sbm {
width: 91%;
max-width: 216px;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 64%;
max-width: 140px;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
max-width: 234px;
}
.logoContainer {
height: 175px;
}
.spam {
font-size: 20px;
}
}
}
|
estilos.css
|
body {
background-color: #002156;
font-family: 'Roboto', sans-serif;
color: white;
margin: 0;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
.generalContainer {
padding: 0 25px;
}
.logoMC {
height: 100px;
width: 100px;
margin: 0 auto;
}
a {
color: white;
}
a:hover {
color: #3acdff;
transition: 0.3s;
}
.logoContainer {
width: 100%;
height: auto;
margin: 0 auto;
display: flex;
justify-content: center;
}
.headerContainer {
max-width: 835px;
margin: 0 auto;
}
.container {
max-width: 835px;
margin: 0 auto;
}
img {
width: 100%;
height: inherit;
}
hr {
border : 0;
height: 2px;
background-image: linear-gradient(to right, rgba(0, 33, 86, 0), rgba(0, 33, 86, 1), rgba(0, 33, 86, 0));
}
.botonlft {
background: white;
padding: 0.5em;
color: navy;
font-size: 40px;
font-weight: bold;
width: 20%;
height: 80px;
border: 0;
margin: 0 auto 0 10px;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.botonlft:hover {
background: #3acdff;
color: white;
transition: 0.3s;
}
.clean {
background: #1c62d8;
padding: 0.7em;
font-size: 30px;
margin-top: 45px;
margin-left: auto;
margin-right: auto;
border: 0;
border-radius: 0;
-webkit-appearance: none;
}
.clean:hover {
background: #0045ba;
transition: 0.3s;
}
p.titform {
font-size: 40px;
margin-top: 30px;
margin-bottom: 5px;
}
label {
font-size: 40px;
}
p.instrucciones {
text-align: center;
color: white;
font-size: 30px;
}
p.resultados {
color: white;
font-weight: 800;
font-size: 30px;
text-align: center;
}
p.resmos {
color: navy;
font-size: 140%;
}
.resmos2 {
display: none;
}
.resmos2.now {
display: block;
color: red;
font-size: 500%;
text-align: center;
}
.calculo {
background: #3acdff;
background-image: linear-gradient(to right, #3d87ff, #005af1);
padding: 0.7em;
font-size: 30px;
border: 0;
margin: 40px auto 23px auto;
text-align: center;
border-radius: 0;
-webkit-appearance: none;
}
.calculo:hover {
background: #3d87ff;
background-image: linear-gradient(to right, #1c62d8, #003fa8);
color: white;
transition: 0.5s;
}
input {
color: white;
text-align: center;
border: 0;
background: transparent;
border-bottom: 2px solid white;
border-radius: 0;
-webkit-appearance: none;
}
input:focus {
outline: 0;
border-bottom-color: #3acdff;
transition: 0.5s;
}
input[type=number] {
font-size: 40px;
text-align: left;
color: #3acdff;
max-width: 95%;
-webkit-border-radius: 0;
-webkit-appearance: none;
}
#a_Trabajados, #diasTrabajados {
width: 37%;
max-width: 295;
margin-top: 30px;
text-align: center;
-webkit-appearance: none;
}
#sbm {
width: 93%;
text-align: left;
margin-top: 30px;
-webkit-appearance: none;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 75%;
-webkit-appearance: none;
}
form {
padding: 17px;
background: #00173d;
border: 1px solid #c1c1c1;
margin: 2rem auto 0 auto;
max-width: 800px;
color: white;
font-size: 110%;
-webkit-appearance: none;
}
form.resulta {
padding: 17;
background-image: linear-gradient(to bottom right, #00cfff, #005af1);
border: 1px solid navy;
margin: 1rem auto 0 auto;
max-width: 800px;
}
div.centrado {
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
max-width: 835px
}
.spam {
font-size: 25px;
margin: 45px 0;
text-align: center;
}
.showResults {
display: none;
}
.showResults.now {
display: initial;
}
img.i1024 {
display: none;
}
@media screen and (max-width:1400px){
img.i1600 {
display: none;
}
img.i1024 {
display: block;
}
}
@media screen and (max-width:1016px){
.logoContainer {
height: 400px;
}
}
@media screen and (max-width:804px){
.break:before{ display: block; content: ''; }
input[type=number] {
width: 100%;
max-width: 100%;
}
p.titform {
margin-top: 7px;
}
#sbm {
width: 94.5%;
margin: 15px 0 17px 0;
}
#a_Trabajados, #diasTrabajados {
width: 100%;
margin: 5px 0 17px 0;
text-align: left;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 75%;
}
.botonlft {
margin: 3px 0 0 3%;
width: 20%;
height: 75px;
font-size: 30px;
padding: 0;
}
}
@media screen and (max-width:768px){
.logoMC {
width: 75px;
height: 75px;
}
.logoContainer {
height: 250px;
}
#sbm {
width: 94%;
}
}
@media screen and (max-width:565px){
#sbm {
width: 93.5%;
}
p.titform {
font-size: 34px;
margin-top: 5px;
}
input[type=number] {
font-size:30px;
margin-bottom: 15px;
}
label {
font-size: 30px;
}
.botonlft {
height: 65px;
}
}
@media screen and (max-width:430px){
p.instrucciones {
font-size: 24px;
}
.form {
font-size: 20px;
}
p.titform {
font-size: 27px;
margin-top: 5px;
}
input[type=number] {
font-size:25px;
margin-bottom: 15px;
}
label {
font-size: 25px;
}
.botonlft {
margin: 3px 0 0 3%;
width: 30%;
padding: 0;
height: 45px;
font-size: 25px;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 65%;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
}
#sbm {
width: 93%;
margin-top: 6px;
}
}
@media screen and (max-width:402px){
p.instrucciones {
font-size: 22px;
}
p.titform {
font-size: 24px;
margin-top: 5px;
}
input[type=number] {
font-size:21px;
margin-bottom: 15px;
}
label {
font-size: 21px;
}
.botonlft {
margin: 3px 0 0 3%;
width: 29%;
padding: 0;
height: 45px;
font-size: 22px;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 65%;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
max-width: 234px;
}
.logoContainer {
height: 200px;
}
.calculo {
background-image: linear-gradient(to right, #3d87ff, #005af1);
padding: 0.7em;
font-size: 25px;
border: 0;
margin: 40px auto 23px auto;
text-align: center;
}
@media screen and (max-width:331px){
p.instrucciones {
font-size: 20px;
}
p.titform {
font-size: 21px;
margin-top: 4px;
}
input[type=number] {
font-size:20px;
margin-bottom: 15px;
}
label {
font-size: 20px;
}
#sbm {
width: 91%;
max-width: 216px;
}
#diasAguinaldo, #vacaciones, #primaVacacional{
width: 64%;
max-width: 140px;
}
#a_Trabajados, #diasTrabajados {
margin-top: 5px;
max-width: 234px;
}
.logoContainer {
height: 175px;
}
.spam {
font-size: 20px;
}
}
}
| 0.297266 | 0.085137 |
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #fff !important;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #9e9e9e;
}
[v-cloak] {
display: none;
}
.carrier-name {
text-transform: lowercase;
}
.carrier-name:first-letter {
text-transform: uppercase;
}
html {
overflow-x: hidden;
}
video {
width: 100%;
}
body {
font-family: "Poppins", sans-serif;
color: #3e3e3e;
scroll-behavior: smooth !important;
}
body :focus {
outline: none;
}
button:focus {
outline: 5px auto transparent;
}
section {
padding: 20px 0 15px;
}
a {
text-decoration: none !important;
}
body.offcanvas-expanded {
overflow: auto !important;
}
.p-g {
padding: 0px 50px 0px;
width: 100%;
display: flex;
align-items: center;
}
.container- .hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger:focus {
outline: 0px auto -webkit-focus-ring-color;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 35px;
height: 3px;
background-color: #0c4572;
border-radius: 3px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
}
.hamburger--elastic .hamburger-inner {
top: 55px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
right: 20px;
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
}
@media (max-width: 767px) {
.offcanvas-collapse {
position: fixed;
top: 56px;
/* Height of navbar */
bottom: 0;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: hidden;
background-color: #fff;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out,
-webkit-transform 0.3s ease-in-out;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@media (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
.offcanvas-collapse {
top: 95px;
padding: 40px 10px;
overflow-y: scroll;
z-index: 1;
}
}
@media (max-width: 767px) {
.offcanvas-collapse.open {
-webkit-transform: translateX(-1rem);
text-align: center;
/* Account for horizontal padding on navbar */
}
}
/*navbar*/
.navbar-brand img {
width: 67%;
}
.navbar-expand-md .navbar-nav .nav-link {
color: #0c4572;
}
.nav-link-black {
color: #0c4572 !important;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.9rem;
cursor: pointer;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown > .dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
}
.dowms .dropdown-toggle::after {
display: none;
}
/*banner*/
.main-banner_body {
display: grid;
/* grid-template-columns: 1fr 1fr 1fr; */
grid-gap: 20px;
grid-template-columns: 40% 12% 44%;
}
.main-banner_img img {
width: 550px;
height: 500px;
object-fit: cover;
width: 100%;
object-position: center;
width: 100%;
}
.bg-blue::before {
background: #0c4572;
position: absolute;
height: 100vh;
width: 500px;
content: "";
top: 0;
right: 0;
z-index: -1;
}
.nav-bottom {
margin-top: 15px;
}
.main-banner__content .slick-dots .slick-active button:before {
margin: 0;
opacity: 1;
}
.main-banner__content .slick-dots li button:before {
color: gray;
content: "";
height: 10px;
width: 10px;
display: inline-block;
background: #ffffff;
border-radius: 6px;
cursor: pointer;
transition: all 300ms ease;
}
.main-banner {
position: relative;
overflow: hidden;
margin-top: -80px;
}
.main-banner .main-banner__item {
position: relative;
}
.main-banner .mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.main-banner .mask .main-banner__text {
position: absolute;
top: 40%;
width: 55%;
left: 8%;
}
.main-banner .mask .main-banner__text .main-banner__title p {
padding: 0;
color: #fff;
font-size: 3.4rem;
font-weight: 800;
line-height: 1;
margin: 0;
font-family: Poppins, sans-serif;
}
.main-banner .mask .main-banner__text .main-banner__title span {
padding: 0 25px;
color: #fff;
font-size: 60px;
font-weight: 500;
line-height: 1;
margin: 0;
}
.main-banner .mask .main-banner__text .main-banner__description {
padding: 0;
color: #fff;
font-size: 1.2rem;
line-height: 1.2;
margin: 15px 0 0 0;
}
.main-banner .mask .main-banner__text .main-banner__description p {
margin-bottom: 3rem;
}
.main-banner .main-banner__img {
width: 100%;
height: 105vh;
}
.main-banner .main-banner__img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.arrows {
fill: #5f657f;
}
.slick-slide img {
display: block;
width: 100%;
height: 90vh;
object-fit: cover;
box-shadow: 0px 0px 11px #00000026;
object-position: center;
}
.banner-title {
position: absolute;
color: #ffff;
width: 100%;
top: 40%;
}
.main-banner__item {
display: grid !important;
grid-template-columns: 1fr 1fr;
padding: 3px 10px 50px;
}
.main-banner .slick-next:before {
font-size: 130px;
color: transparent;
content: ".";
z-index: 3;
background-image: url(../img/arrow.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
}
.main-banner .slick-prev:before {
font-size: 130px;
color: transparent;
content: ".";
z-index: 3;
background-image: url(../img/arrow-up.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
}
.subtitulo {
color: #5f657f;
font-size: 16px;
margin: 0;
}
.titulo {
font-size: 40px;
font-weight: 400;
color: #121212;
font-family: "Poppins", sans-serif;
}
.title__general {
font-size: 40px;
margin: 50px 0 50px;
font-family: "Poppins", sans-serif;
text-align: center;
position: relative;
}
.title__general h2 {
color: #0c4572;
font-weight: 600;
text-transform: uppercase;
}
.title__general_flex {
display: flex;
justify-content: space-between;
}
/*
.title__general::before {
content: "";
position: absolute;
background: #0a5787;
height: 2px;
width: 90px;
bottom: -10px;
right: 50%;
border-radius: 10px;
}
.title__general::after {
content: "";
position: absolute;
background: #0a5787;
height: 5px;
width: 5px;
bottom: -11px;
right: 49%;
border-radius: 50%;
}*/
/*btn*/
.btn-custom {
position: relative;
z-index: 1;
height: 46px;
line-height: 46px;
font-size: 14px;
font-weight: 300;
border: none;
display: inline-block;
padding: 0 50px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
border-radius: 23px;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
overflow: hidden;
border-radius: 10px;
}
.btn-custom:focus,
.btn-custom:hover {
font-weight: 500;
background-color: #ffffff;
color: #111343 !important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
.btn-custom:focus::before,
.btn-custom:hover::before {
left: 110%;
}
.btn-custom::before {
-webkit-transition-duration: 800ms;
-o-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 120%;
height: 120%;
top: -10%;
left: -10%;
content: "";
background: #0c4572;
/* background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%); */
z-index: -2;
}
/*btn*/
.main-banner__text {
display: flex;
justify-content: center;
flex-direction: column;
}
/*categorias*/
.main-categories {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.main-categories__item {
background: #d2d2d2;
width: 25%;
}
.main-categories__content {
background-size: cover;
width: 100%;
height: 260px;
background-position: center;
position: relative;
}
.mask_deg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
/* background: #d2d2d2; */
background-image: -webkit-linear-gradient(85deg, #0c4572 0%, #764ebe1a 51%);
transition: 0.5s;
}
/*categorias trasition*/
.categories-transition {
display: block;
position: relative;
overflow: hidden;
}
.categories-transition::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.5);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0px, -120%, 0px);
transition: all 0.6s ease 0s;
}
.categories-transition img {
width: 100%;
}
.categories-transition img {
transform: scale3d(1.05, 1.05, 1);
transition: all 0.4s ease 0s;
}
.categories-transition {
display: block;
position: relative;
overflow: hidden;
}
.categories-transition img {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale3d(1.05, 1.05, 1);
-moz-transform: scale3d(1.05, 1.05, 1);
-ms-transform: scale3d(1.05, 1.05, 1);
-o-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1);
}
.categories-transition:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.categories-transition:hover img {
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.categories-transition:hover:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
}
.main-categories__content .titulo {
font-size: 25px;
font-weight: 500;
color: #ffffff;
font-family: "Poppins", sans-serif;
transform: translateY(200px);
transition: 0.8s;
text-align: center;
}
.main-categories__content:hover .titulo {
transform: translateY(140px);
transition: 0.5s;
color: black;
}
.main-categories__content:hover .mask_deg {
background-image: -webkit-linear-gradient(
85deg,
#f2eef2 -13%,
#764ebe33 108%
);
transition: 0.5s;
}
/*top*/
.slider-for {
margin-top: 50px;
}
.slider-for .slick-slide {
height: auto;
}
.slider-nav .slick-slide {
opacity: 0.5;
height: max-content;
}
.slider-nav .slick-current {
opacity: 1;
}
.slider-nav .slick-current .main-top__img img {
opacity: 1;
transform: translate(0px, -10px);
transition: 0.5s;
}
.main-top__content {
margin-top: 50px;
}
.main-top {
padding: 100px;
}
.main-top__container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-top__img {
width: 100%;
height: 100%;
padding: 10px;
}
.main-top__img img {
width: 100%;
height: 330px;
object-fit: contain;
padding: 20px;
}
.slider-nav .main-top__img img {
height: 170px;
object-fit: contain;
padding: 20px;
}
.slick-slide:focus {
outline: transparent !important;
}
.main-top__title p {
font-size: 30px;
margin: 0;
color: #121212;
}
.main-top__price {
margin-bottom: 10px;
display: flex;
}
.main-top__price p {
margin: 0;
font-size: 16px;
}
.main-top__price span {
font-size: 30px;
color: #0c4572;
margin-left: 10px;
}
.main-top__description p {
font-size: 16px;
color: #666;
height: 15vh;
overflow: scroll;
}
.main-top__details span {
font-size: 15px;
color: #999;
margin-right: 10px;
}
.main-top__btn {
margin-top: 20px;
}
.progress {
width: 400px;
}
.progress-bar {
background-color: #0c4572;
}
.barra {
display: flex;
justify-content: space-between;
width: 70%;
}
.barra p {
font-size: 14px;
color: #8d8d8d;
margin: 0;
font-weight: initial;
}
.barra span {
color: #000;
font-weight: 600;
}
/*productos*/
.main-products {
padding: 100px;
}
.main-products__content {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 50px;
grid-gap: 20px;
}
.main-products__img {
width: 100%;
height: 130px;
}
.main-products__img img {
width: 100%;
height: 100%;
object-fit: contain;
box-shadow: none;
}
.main-products__item {
background-color: #ffff;
box-shadow: 0px 0px 11px #00000026;
border-radius: 10px;
margin-right: 12px;
margin-left: 12px;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
height: auto;
}
.main-products__box {
padding: 20px;
display: flex;
flex-direction: column;
height: auto;
}
.main-products__details span {
font-size: 18px;
font-family: "Fira Sans", sans-serif;
color: #999;
margin-right: 10px;
}
.main-products__title p {
margin-bottom: 30px;
font-size: 18px;
color: #111;
margin-bottom: 0;
}
.main-products__title_cat p {
margin: 0;
font-size: 12px;
color: #0000006b;
}
.main-products__text {
margin-top: 20px;
margin-top: 35px;
}
footer {
padding: 30px;
border-top: 1px solid #00000012;
margin-top: 50px;
padding-bottom: 0;
}
.main-footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
}
.logo_footer {
width: 55%;
}
.main-footer__item p {
color: #000;
font-weight: 600;
margin: 0;
}
.grid_footer,
.main-login {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-footer__item a {
color: #000000a3;
}
.copy {
margin: 0;
text-align: center;
font-size: 14px;
}
.views {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
opacity: 0;
transition: 0.6s;
position: absolute;
transform: translateX(20px);
right: 0;
}
.main-products__item:hover .views {
transform: translateX(0%);
opacity: 1;
}
.main-products__item [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
margin-left: 0px;
}
.views span {
background: #0000000f;
height: 40px;
width: 40px;
text-align: center;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
color: #0c4572;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
cursor: pointer;
}
.content_modal {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
align-items: center;
}
.content_modal-item img {
width: 60%;
}
.center {
text-align: center;
}
.content_modal-item .titulo {
color: #000;
font-size: 25px;
}
/*detalle*/
.main-quotation__content {
margin-top: 50px;
}
.main-quotation {
padding: 100px;
}
.main-quatation__container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-quatation__img {
width: 100%;
height: 100%;
}
.main-quatation__img img {
width: 100%;
height: 350px;
object-fit: cover;
}
.slider-nav .main-quatation__img img {
height: 200px;
object-fit: cover;
}
.slick-slide:focus {
outline: transparent !important;
}
.main-quatation__title p {
font-size: 30px;
color: #121212;
font-weight: 900;
font-family: "Fira Sans", sans-serif;
}
.main-quatation__price {
margin-bottom: 20px;
}
.main-quatation__price span {
font-size: 22px;
font-family: "Fira Sans", sans-serif;
font-weight: 700;
color: #fe8212;
}
.main-quatation__description p {
font-size: 16px;
color: #666;
font-family: "Fira Sans", sans-serif;
}
.main-quatation__details span {
font-size: 15px;
font-family: "Fira Sans", sans-serif;
color: #999;
margin-right: 10px;
}
.main-quatation__btn {
margin-top: 20px;
}
.main {
}
.action {
display: block;
margin: 100px auto;
width: 100%;
text-align: center;
}
.action a {
display: inline-block;
padding: 5px 10px;
background: #f30;
color: #fff;
text-decoration: none;
}
.action a:hover {
background: #000;
}
.main-details__product .main-top__price p {
font-size: 25px;
color: #0c4572;
margin-bottom: 0;
}
.details__txt {
font-size: 14px;
color: #5f266f;
margin-bottom: 6px;
}
.main-details__product .main-top__title p {
margin: 0;
}
.main-details__product .barra {
width: 90%;
}
.main-details__product .progress {
width: 190px;
height: 4px;
}
.main-details__product .slider-nav__details .slick-slide img {
display: block;
width: 150px;
height: 80px;
padding: 10px;
object-fit: contain;
box-shadow: 0px 0px 11px #00000026;
border-radius: 10px;
}
.btn100 {
width: 100%;
text-align: end;
}
.video {
border: 1px solid #0c457226;
height: 25vh;
border-radius: 10px;
margin-bottom: 20px;
}
.main-details__product .slick-slide img {
display: block;
width: 100%;
height: 250px;
object-fit: contain;
box-shadow: none;
}
.slider-nav__details {
margin: 20px;
}
.slider-nav__details .slick-slide {
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.presentaciones ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.presentaciones .nav-link {
color: #0c4572;
}
.presentaciones .control--radio .control__indicator:after {
left: 6px;
}
.table td,
.table th {
vertical-align: revert !important;
}
.presentaciones .control {
display: block;
position: relative;
padding-left: 28px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
margin-right: 30px;
}
.presentaciones .dropdown,
.dropleft,
.dropright,
.dropup {
position: relative;
border: 1px solid #5f266f;
border-radius: 10px;
margin-right: 20px;
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
font-weight: 300;
font-size: 1.25em;
}
/* Nav */
.tabs nav {
text-align: center;
}
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
max-width: 1200px;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs nav li.tab-current a {
color: #74777b;
}
.tabs nav a:focus {
outline: none;
}
/*
tab detalles
*/
.tabset > input[type="radio"] {
position: absolute;
left: -200vw;
}
.tabset .tab-panel {
display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
display: block;
}
.tabset > label {
position: relative;
display: inline-block;
padding: 7px 15px;
cursor: pointer;
font-size: 16px;
font-weight: normal;
border-radius: 10px;
border: 1px solid #0c4572;
color: #0c4572;
}
/*
.tabset > label::after {
content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;
}
*/
.tabset > label:hover,
.tabset > input:focus + label {
color: #06c;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
background: #a2266f;
z-index: -1;
}
.tabset > input:checked + label {
border: 1px solid #a2266f;
z-index: 111;
color: #a2266f;
}
.tab-panel {
padding: 14px 30px 0;
border-top: 1px solid transparent;
color: #a2266f;
}
.carrito img {
width: 70px;
object-fit: contain;
margin-bottom: 10px;
}
.w-150 {
width: 150px;
}
.delete {
border: 1px solid #0000002e;
border-radius: 50%;
padding: 0px 7px;
color: #0000002e;
}
.delete:hover span {
color: #f90a0a;
}
.pedido {
border: 1px solid #dee2e6;
padding: 15px;
border-radius: 10px;
}
.space {
display: flex;
justify-content: space-between;
}
.pedido .price {
}
/*categoria*/
.main-banner__item--categoria .main-banner__img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 0px 42%;
}
.main-banner-categorias .main-banner__img {
height: 50vh;
position: relative;
}
.main-banner-categorias .main-banner__text {
margin-left: 35px;
position: absolute;
z-index: 1;
top: 100px;
}
.massk {
background: -webkit-linear-gradient(260deg, #0a88bb17 -7%, #ffffff 100%);
position: absolute;
top: 0;
width: 100%;
height: 50vh;
}
.main-banner__item--categoria {
position: relative;
}
.main-banner__item--categoria .titulo {
color: #0a5787;
}
.categorias_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
/*filtro*/
.main-filtro__grid {
display: grid;
grid-template-columns: 25% 75%;
}
.filtro_card {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.main-filtro_item span {
color: #12173e;
}
.filtro_contetent {
width: 100%;
display: flex;
justify-content: space-between;
margin: 0;
}
.main-filtro_item h3 {
color: #0491c5;
}
.page-list li {
margin-right: 15px;
}
.page-list a {
color: #112046;
}
.img_social {
width: 16px;
}
.grid__formulario {
display: grid;
grid-template-columns: 1fr 1fr;
}
.modal_w {
max-width: 1050px;
}
.presentaciones p {
margin-right: 20px;
}
.presentaciones_card p {
margin-right: 20px;
font-size: 12px;
margin-top: 10px;
}
.terminos {
cursor: pointer;
}
.optiones {
border: 1px solid #a2266f;
z-index: 111;
color: #a2266f;
background: transparent;
}
.presentaciones {
display: grid;
}
.presentaciones .btn-primary:hover {
color: #fff;
background-color: #0c4572;
border-color: #0c4572;
}
.presentaciones .btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #0c4572;
border-color: #0c4572;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.radios {
position: relative;
}
.radios::before {
content: "";
position: absolute;
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid #a2266f;
left: -12px;
top: 10px;
}
.radios::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: #a2266f;
border-radius: 50%;
left: -7px;
top: 15px;
}
.cantidad_btn {
border: 1px solid #0000007a;
border-radius: 10px;
height: 33px;
width: max-content;
}
.cantidad_btn .btn-success {
color: #000000a1;
background-color: transparent;
border-color: transparent;
padding: 0px 10px;
line-height: 1.9;
}
.pepe {
box-shadow: 0px 0px 10px #00000047;
}
.pepe .nav-link {
color: #0c4572 !important;
}
.border-blue {
border: 1px solid #0c4572;
border-radius: 10px;
}
.card-pay {
box-shadow: 0px 0px 10px #00000024;
border-radius: 10px;
padding: 20px;
/* border: 1px solid #0c4572;*/
}
.total {
color: #0c4572;
font-size: 1.5rem;
font-weight: 500;
}
.cantidad_btn .btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0);
}
.cantidad_btn .btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #0c4572;
background-color: #1e7e3400;
border-color: #1c743000;
}
.cantidad_btn .btn-success.focus,
.btn-success:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0);
}
.control-group {
display: flex;
background: #fff;
text-align: left;
margin: 10px;
}
.control {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
margin-right: 0;
}
.control input {
position: absolute;
z-index: 1;
opacity: 0;
width: 100px;
left: -60px;
height: 30px;
}
.control__indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background: #e6e6e6;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc;
}
.control input:checked ~ .control__indicator {
background: #0c4572;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #0c4572;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control__indicator:after {
content: "";
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--radio .control__indicator:after {
left: 7px;
top: 7px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
background: #7b7b7b;
}
.page-item:last-child .page-link {
font-size: 16px;
}
.informacion .col-md-6 {
display: flex;
}
.informacion label {
margin-right: 10px;
font-weight: 700;
}
.fleex {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.nav-grid {
/* display: grid !important;
grid-template-columns: 25% 25% 50%; */
}
.search .form-control {
padding-left: 30px;
color: #495057;
background-color: #0000000f;
border: 1px solid #0c4572;
border-radius: 50px;
background-color: transparent;
width: 350px;
margin-left: 20px;
}
.list_search {
display: none;
position: absolute;
box-shadow: 0px 0px 15px #0000001f;
border-radius: 10px;
margin-top: 25px;
z-index: 999999;
background: #fff;
color: #0c4572;
transition: 0.6s;
width: auto;
text-align: center;
justify-content: center;
left: 17%;
flex-direction: column;
padding: 20px 0 0px;
z-index: 0;
}
.active_s {
display: block;
z-index: 999;
}
.name_list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.name_list a {
font-size: 14px;
}
.name_list li {
margin-left: 0px;
}
.name_list2 {
list-style: none;
margin-top: 15px;
font-size: 14px;
}
.name_list2 li {
/* display: flex; */
/* justify-content: space-between; */
/* display: grid; */
/* grid-template-columns: 76% 23%; */
margin-bottom: 15px;
display: flex;
margin-right: 35px;
}
.name_list2 .control__indicator {
height: 20px;
width: 20px;
background: #00000012;
}
.name_list2 .control {
margin-left: 10px;
}
.name_list2 .control--radio .control__indicator:after {
left: 6px;
top: 6px;
}
.name_list2 .control input:checked ~ .control__indicator {
background: #0c4572;
}
.bg-search {
background: #ffffff;
color: #0c4572;
text-align: start;
padding: 15px 0px 16px;
border-top: 1px solid #0000000d;
}
.bg-search span {
margin-left: 25px;
font-weight: 500;
font-size: 16px;
font-weight: 700;
color: #0c4572;
}
.succss {
border: 1px solid white;
border-radius: 10px;
}
.succss [class^="flaticon-"]:before {
margin-left: 0;
}
.dropdown:hover > .dropdown-menu {
display: block;
left: -40px;
}
.add_btn {
position: absolute;
color: #ffffff;
background: #0c4572;
padding: 0px 10px;
border-radius: 50px;
font-size: 14px;
width: 10px;
text-align: center;
display: flex;
justify-content: center;
left: 33px;
}
.pepe .add_btn {
color: #ffffff;
background: #0c4572;
}
.mask,
.down-md-v {
display: none;
}
.main-products__box .presentaciones_card p {
margin-right: 9px !important;
}
.btn-custom-1 {
border: 1px solid white;
}
.container-range {
display: flex;
flex-direction: column;
align-items: baseline;
/* justify-content: space-between; */
position: relative;
}
.box-minmax {
margin-top: 30px;
width: 230px;
display: flex;
justify-content: space-between;
font-size: 20px;
color: #000;
}
.box-minmax span:first-child {
margin-left: 10px;
}
.rs-range {
width: 230px;
-webkit-appearance: none;
}
.rs-range:focus {
outline: none;
}
.rs-range::-webkit-slider-runnable-track {
width: 100%;
height: 1px;
cursor: pointer;
box-shadow: none;
background: #0491c5;
border-radius: 0px;
border: 0px solid #0491c5;
}
.rs-range::-moz-range-track {
width: 100%;
height: 1px;
cursor: pointer;
box-shadow: none;
background: #0491c5;
border-radius: 0px;
border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
box-shadow: none;
border: 0px solid #000;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
height: 25px;
width: 25px;
border-radius: 50px;
background: #0491c5;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
.rs-range::-moz-range-thumb {
box-shadow: none;
border: 0px solid #000;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
height: 42px;
width: 22px;
border-radius: 22px;
background: white;
cursor: pointer;
-webkit-appearance: none;
margin-top: -20px;
}
.btn-filtro {
position: relative;
z-index: 1;
height: 30px;
line-height: 31px;
font-size: 12px;
padding: 0 31px;
letter-spacing: 0.5px;
border-radius: 10px;
margin-top: 30px;
}
.price-range {
font-size: 17px;
margin-bottom: 13px;
font-style: italic;
}
.rs-range::-moz-focus-outer {
border: 0;
}
/*.rs-label {
position: relative;
transform-origin: center center;
display: block;
width: 98px;
height: 98px;
background: transparent;
border-radius: 50%;
line-height: 30px;
text-align: center;
font-weight: bold;
padding-top: 22px;
box-sizing: border-box;
border: 2px solid #000;
margin-top: 20px;
margin-left: -38px;
left: attr(value);
color: #000;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 36px;
}*/
.rs-label::after {
content: "kg";
display: block;
font-size: 20px;
letter-spacing: 0.07em;
margin-top: -2px;
}
.controls h3 {
color: #0491c5;
}
.product-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.controls .active {
/* background: #68b8c4; */
color: #0491c5 !important;
}
button:focus {
outline: 0 none;
}
.product-grid:after {
display: inline-block;
width: 100%;
}
.product-grid .mix,
.product-grid .gap {
display: inline-block;
}
.product-grid .mix {
display: none;
}
.product-grid .mix:after {
display: inline-block;
}
.product-grid .mix:before {
display: inline-block;
}
.img-s {
display: flex;
justify-content: center;
align-items: center;
text-align: start;
display: flex;
justify-content: center;
align-items: center;
}
.img-s .name_list a {
font-size: 16px;
text-align: start;
}
.img-s img {
width: 50px !important;
margin-left: 12px;
border-radius: 10px;
}
.name_list .img-s {
font-size: 14px;
text-transform: capitalize;
}
.card-pay .form-group {
text-align: start;
}
.totaal {
text-align: center !important;
}
.grid-cou {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.btn-custom2 {
height: 40px;
line-height: 40px;
padding: 0 100px;
}
.inicia {
text-align: center;
color: #0000008c;
font-size: 13px;
font-style: italic;
position: relative;
}
.inicia:before {
position: absolute;
content: "";
width: 50px;
height: 1px;
background: black;
left: 17%;
top: 44%;
opacity: 0.1;
}
.inicia:after {
position: absolute;
content: "";
width: 50px;
height: 1px;
background: black;
right: 16%;
top: 44%;
opacity: 0.1;
}
.goo {
background: #e44134 !important;
color: #fff !important;
}
.facil {
background: white;
padding: 7px 15px;
border-radius: 10px;
color: #0c4572 !important;
text-transform: uppercase;
transition: 0.6s;
}
.facil:hover {
background: #0c4572;
padding: 7px 30px;
border-radius: 10px;
color: #ffffff !important;
text-transform: uppercase;
transition: 0.6s;
border: 1px solid white;
}
.mass {
background: transparent;
color: #0c4572;
border: 1px solid #0c4572;
line-height: 0;
padding: 0;
height: 30px;
width: 30px;
}
.custom2 {
position: relative;
z-index: 1;
height: 40px !important;
line-height: 39px !important;
font-size: 14px !important;
font-weight: 300;
border: none;
margin-left: 17px;
display: inline-block;
padding: 0 20px !important;
}
.visualizar {
position: absolute;
font-size: 12px;
background: #0387be;
border-radius: 10px;
color: #fff;
right: 50px;
padding: 3px 12px;
top: 7px;
opacity: 0;
transition: 0.5s;
}
.visualizar::before {
content: "";
width: 15px;
height: 15px;
background: #0387be;
position: absolute;
transform: rotate(45deg);
right: -2px;
z-index: -1;
top: 5px;
}
.views:hover .visualizar {
opacity: 1;
transition: 0.5s;
}
.carrito-nav {
}
.carrito-nav img {
width: 50px;
height: 50px;
object-fit: cover;
margin-right: 12px;
}
.carrito-nav li {
display: flex;
margin-bottom: 13px;
}
.carrito-nav ul {
padding: 0;
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 11px;
}
.carrito-nav p {
padding: 0;
margin: 0;
font-weight: 300;
font-size: 16px;
}
.carrito-nav:nth-child(1) p {
color: red;
}
.dropdown:hover > .dropdown-menu {
display: block;
left: -40px;
width: 200px;
padding: 10px;
}
.overdro
{
overflow: scroll;
height: 45vh;
}
.sub {
border-top: 1px solid #00000021;
text-align: center;
padding-top: 10px;
color: #0c4572;
}
.sub-h {
height: 30px;
line-height: 30px;
padding: 0;
width: 150px;
}
.btn-w {
border: 1px solid #0c4572;
color: #0c4572;
}
.btn-w::before {
-webkit-transition-duration: 800ms;
-o-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 120%;
height: 120%;
top: -10%;
left: -10%;
content: "";
background: #ffffff;
/* background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%); */
z-index: -2;
}
.dropdown-toggle:after {
opacity: 0;
}
.navbar-expand-md .navbar-nav {
align-items: center;
}
.flaticon-user:before {
content: "\f100";
margin: 0;
}
.wave {
position: absolute;
bottom: 0;
z-index: 99;
width: 100%;
height: 200px;
}
.navbar-expand-md {
position: fixed;
z-index: 9;
background: #fff;
box-shadow: 0px 0px 10px #00000047;
top: 0;
}
#banner {
padding-top: 90px !important;
}
.p-50 {
padding-top: 150px !important;
}
.logo-product {
width: 25%;
height: 70px;
object-fit: contain;
}
.elipse {
background: #fff;
position: fixed;
z-index: 9999999;
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
}
.elipse img {
opacity: 0.3;
width: 25rem;
position: absolute;
animation-name: colombia;
animation-duration: 2s;
/* or: Xms */
animation-iteration-count: infinite;
animation-direction: alternate;
/* or: normal */
animation-timing-function: ease-out;
animation-fill-mode: forwards;
/* or: backwards, both, none */
animation-delay: 1s;
}
@-webkit-keyframes colombia {
0% {
opacity: 0.3;
}
100% {
opacity: 0.8;
}
}
.overlay::before {
content: "";
position: absolute;
background-image: -webkit-linear-gradient(85deg, #0c4572 0%, #764ebe1a 80%);
width: 100%;
height: 99%;
}
.banner-title h1 {
text-transform: uppercase;
/* font-weight: 700; */
/* font-family: "Lobster", cursive; */
font-size: 4rem;
}
.banner-title p {
font-size: 20px;
}
.slick-dotted.slick-slider {
margin-bottom: -10px;
}
.present {
line-height: 0.5;
}
.present p {
color: #0c4572;
}
.main-products__details p {
margin: 0;
}
.content_modal-item {
text-align: justify;
height: 40vh;
overflow: auto;
padding: 10px;
}
.terminos-modal .content_modal {
display: flex;
flex-direction: column;
padding: 30px 50px;
text-align: justify;
}
.drow-none {
display: none;
}
.img-top {
justify-content: center;
align-items: center;
display: flex;
}
#productVideo {
height: 30vh !important;
}
.img-logo {
width: 230px;
margin-right: 50px;
}
.nav-link {
font-size: 18px;
}
.bg-search-scroll{
height: 26vh;
overflow: scroll;
}
.name_list3{
height: 13vh;
overflow: scroll;
}
.cat-over{
height: 70vh;
overflow: scroll;
}
.mover1{
height: 50vh;
overflow: scroll;
}
strike{
color: #969696;
margin-left: 10px;
}
.nav-2{
border-bottom: 1px solid #00000017;
padding: 10px 0px;
font-size: 15px;
justify-content: flex-end;
margin-bottom: 10px;
}
.nav-2 i{
font-size: 17px;
}
.nav-2 a{
margin-right: 25px;
color: #565656;
font-weight: 400;
}
.iconos-social{
display: flex;
}
.precio_content{
display: flex;
font-size: 21px;
}
.main-top__title{
align-items: center;
}
.nav-2 a:hover{
color: #0c4572;
}
.ws{
position: fixed;
z-index: 9;
bottom: 10px;
right: 10px;
}
.newletter .bg-new{
background-size: cover;
height: 46vh;
background-repeat: no-repeat;
position: relative;
object-position: center;
background-position: center;
}
.bg-new::before{
background: #11478ac4;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
content: "";
}
.newl-content{
z-index: 1;
position: relative;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
.newl-content .form-control {
background-color: #fffffff5;
}
.newl-content form{
text-align: start;
}
.newl-content h2{
font-size: 1.9rem;
text-transform: unset;
margin-bottom: 2rem;
}
.grid-new{
display: grid;
grid-template-columns: 65% 40%;
align-items: center;
margin-left: 0rem;
}
.grid-new .btn-custom {
position: relative;
z-index: 1;
height: 38px;
margin-top: 1rem;
margin-left: 1rem;
line-height: 27px;
padding: 0px 35px;
letter-spacing: 0.5px;
color: #0c4572;
border-radius: 5px;
}
.newletter button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
font-weight: 200;
font-size: 2rem;
}
.newletter .btn-custom::before {
background: #ffffff;
}
.newletter .btn-custom::before {
background: #ffffff;
}
.newletter .close {
color: #fff;
opacity: 1;
z-index: 9999;
position: relative;
}
.newletter .modal-dialog {
max-width: 600px;
}
.newletter
.modal-content {
border: 0;
}
.carrito .form-control {
padding-left: 6px!important;
}
#cart-discount0 ,#cart-discount1{
font-size: .9rem;
}
.contain-cart{
padding: 0 4rem;
}
.btn-des{
font-size: 12px;
width: 100%;
}
|
public/assets/css/main.css
|
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #fff !important;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #9e9e9e;
}
[v-cloak] {
display: none;
}
.carrier-name {
text-transform: lowercase;
}
.carrier-name:first-letter {
text-transform: uppercase;
}
html {
overflow-x: hidden;
}
video {
width: 100%;
}
body {
font-family: "Poppins", sans-serif;
color: #3e3e3e;
scroll-behavior: smooth !important;
}
body :focus {
outline: none;
}
button:focus {
outline: 5px auto transparent;
}
section {
padding: 20px 0 15px;
}
a {
text-decoration: none !important;
}
body.offcanvas-expanded {
overflow: auto !important;
}
.p-g {
padding: 0px 50px 0px;
width: 100%;
display: flex;
align-items: center;
}
.container- .hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger:focus {
outline: 0px auto -webkit-focus-ring-color;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 35px;
height: 3px;
background-color: #0c4572;
border-radius: 3px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
}
.hamburger--elastic .hamburger-inner {
top: 55px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
right: 20px;
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
}
@media (max-width: 767px) {
.offcanvas-collapse {
position: fixed;
top: 56px;
/* Height of navbar */
bottom: 0;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: hidden;
background-color: #fff;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out,
-webkit-transform 0.3s ease-in-out;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@media (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
.offcanvas-collapse {
top: 95px;
padding: 40px 10px;
overflow-y: scroll;
z-index: 1;
}
}
@media (max-width: 767px) {
.offcanvas-collapse.open {
-webkit-transform: translateX(-1rem);
text-align: center;
/* Account for horizontal padding on navbar */
}
}
/*navbar*/
.navbar-brand img {
width: 67%;
}
.navbar-expand-md .navbar-nav .nav-link {
color: #0c4572;
}
.nav-link-black {
color: #0c4572 !important;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.9rem;
cursor: pointer;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown > .dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
}
.dowms .dropdown-toggle::after {
display: none;
}
/*banner*/
.main-banner_body {
display: grid;
/* grid-template-columns: 1fr 1fr 1fr; */
grid-gap: 20px;
grid-template-columns: 40% 12% 44%;
}
.main-banner_img img {
width: 550px;
height: 500px;
object-fit: cover;
width: 100%;
object-position: center;
width: 100%;
}
.bg-blue::before {
background: #0c4572;
position: absolute;
height: 100vh;
width: 500px;
content: "";
top: 0;
right: 0;
z-index: -1;
}
.nav-bottom {
margin-top: 15px;
}
.main-banner__content .slick-dots .slick-active button:before {
margin: 0;
opacity: 1;
}
.main-banner__content .slick-dots li button:before {
color: gray;
content: "";
height: 10px;
width: 10px;
display: inline-block;
background: #ffffff;
border-radius: 6px;
cursor: pointer;
transition: all 300ms ease;
}
.main-banner {
position: relative;
overflow: hidden;
margin-top: -80px;
}
.main-banner .main-banner__item {
position: relative;
}
.main-banner .mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.main-banner .mask .main-banner__text {
position: absolute;
top: 40%;
width: 55%;
left: 8%;
}
.main-banner .mask .main-banner__text .main-banner__title p {
padding: 0;
color: #fff;
font-size: 3.4rem;
font-weight: 800;
line-height: 1;
margin: 0;
font-family: Poppins, sans-serif;
}
.main-banner .mask .main-banner__text .main-banner__title span {
padding: 0 25px;
color: #fff;
font-size: 60px;
font-weight: 500;
line-height: 1;
margin: 0;
}
.main-banner .mask .main-banner__text .main-banner__description {
padding: 0;
color: #fff;
font-size: 1.2rem;
line-height: 1.2;
margin: 15px 0 0 0;
}
.main-banner .mask .main-banner__text .main-banner__description p {
margin-bottom: 3rem;
}
.main-banner .main-banner__img {
width: 100%;
height: 105vh;
}
.main-banner .main-banner__img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.arrows {
fill: #5f657f;
}
.slick-slide img {
display: block;
width: 100%;
height: 90vh;
object-fit: cover;
box-shadow: 0px 0px 11px #00000026;
object-position: center;
}
.banner-title {
position: absolute;
color: #ffff;
width: 100%;
top: 40%;
}
.main-banner__item {
display: grid !important;
grid-template-columns: 1fr 1fr;
padding: 3px 10px 50px;
}
.main-banner .slick-next:before {
font-size: 130px;
color: transparent;
content: ".";
z-index: 3;
background-image: url(../img/arrow.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
}
.main-banner .slick-prev:before {
font-size: 130px;
color: transparent;
content: ".";
z-index: 3;
background-image: url(../img/arrow-up.svg);
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
}
.subtitulo {
color: #5f657f;
font-size: 16px;
margin: 0;
}
.titulo {
font-size: 40px;
font-weight: 400;
color: #121212;
font-family: "Poppins", sans-serif;
}
.title__general {
font-size: 40px;
margin: 50px 0 50px;
font-family: "Poppins", sans-serif;
text-align: center;
position: relative;
}
.title__general h2 {
color: #0c4572;
font-weight: 600;
text-transform: uppercase;
}
.title__general_flex {
display: flex;
justify-content: space-between;
}
/*
.title__general::before {
content: "";
position: absolute;
background: #0a5787;
height: 2px;
width: 90px;
bottom: -10px;
right: 50%;
border-radius: 10px;
}
.title__general::after {
content: "";
position: absolute;
background: #0a5787;
height: 5px;
width: 5px;
bottom: -11px;
right: 49%;
border-radius: 50%;
}*/
/*btn*/
.btn-custom {
position: relative;
z-index: 1;
height: 46px;
line-height: 46px;
font-size: 14px;
font-weight: 300;
border: none;
display: inline-block;
padding: 0 50px;
cursor: pointer;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
border-radius: 23px;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
overflow: hidden;
border-radius: 10px;
}
.btn-custom:focus,
.btn-custom:hover {
font-weight: 500;
background-color: #ffffff;
color: #111343 !important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
.btn-custom:focus::before,
.btn-custom:hover::before {
left: 110%;
}
.btn-custom::before {
-webkit-transition-duration: 800ms;
-o-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 120%;
height: 120%;
top: -10%;
left: -10%;
content: "";
background: #0c4572;
/* background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%); */
z-index: -2;
}
/*btn*/
.main-banner__text {
display: flex;
justify-content: center;
flex-direction: column;
}
/*categorias*/
.main-categories {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.main-categories__item {
background: #d2d2d2;
width: 25%;
}
.main-categories__content {
background-size: cover;
width: 100%;
height: 260px;
background-position: center;
position: relative;
}
.mask_deg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
/* background: #d2d2d2; */
background-image: -webkit-linear-gradient(85deg, #0c4572 0%, #764ebe1a 51%);
transition: 0.5s;
}
/*categorias trasition*/
.categories-transition {
display: block;
position: relative;
overflow: hidden;
}
.categories-transition::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.5);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0px, -120%, 0px);
transition: all 0.6s ease 0s;
}
.categories-transition img {
width: 100%;
}
.categories-transition img {
transform: scale3d(1.05, 1.05, 1);
transition: all 0.4s ease 0s;
}
.categories-transition {
display: block;
position: relative;
overflow: hidden;
}
.categories-transition img {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale3d(1.05, 1.05, 1);
-moz-transform: scale3d(1.05, 1.05, 1);
-ms-transform: scale3d(1.05, 1.05, 1);
-o-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1);
}
.categories-transition:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, -120%, 0);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.categories-transition:hover img {
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.categories-transition:hover:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
translate3d(0, 120%, 0);
}
.main-categories__content .titulo {
font-size: 25px;
font-weight: 500;
color: #ffffff;
font-family: "Poppins", sans-serif;
transform: translateY(200px);
transition: 0.8s;
text-align: center;
}
.main-categories__content:hover .titulo {
transform: translateY(140px);
transition: 0.5s;
color: black;
}
.main-categories__content:hover .mask_deg {
background-image: -webkit-linear-gradient(
85deg,
#f2eef2 -13%,
#764ebe33 108%
);
transition: 0.5s;
}
/*top*/
.slider-for {
margin-top: 50px;
}
.slider-for .slick-slide {
height: auto;
}
.slider-nav .slick-slide {
opacity: 0.5;
height: max-content;
}
.slider-nav .slick-current {
opacity: 1;
}
.slider-nav .slick-current .main-top__img img {
opacity: 1;
transform: translate(0px, -10px);
transition: 0.5s;
}
.main-top__content {
margin-top: 50px;
}
.main-top {
padding: 100px;
}
.main-top__container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-top__img {
width: 100%;
height: 100%;
padding: 10px;
}
.main-top__img img {
width: 100%;
height: 330px;
object-fit: contain;
padding: 20px;
}
.slider-nav .main-top__img img {
height: 170px;
object-fit: contain;
padding: 20px;
}
.slick-slide:focus {
outline: transparent !important;
}
.main-top__title p {
font-size: 30px;
margin: 0;
color: #121212;
}
.main-top__price {
margin-bottom: 10px;
display: flex;
}
.main-top__price p {
margin: 0;
font-size: 16px;
}
.main-top__price span {
font-size: 30px;
color: #0c4572;
margin-left: 10px;
}
.main-top__description p {
font-size: 16px;
color: #666;
height: 15vh;
overflow: scroll;
}
.main-top__details span {
font-size: 15px;
color: #999;
margin-right: 10px;
}
.main-top__btn {
margin-top: 20px;
}
.progress {
width: 400px;
}
.progress-bar {
background-color: #0c4572;
}
.barra {
display: flex;
justify-content: space-between;
width: 70%;
}
.barra p {
font-size: 14px;
color: #8d8d8d;
margin: 0;
font-weight: initial;
}
.barra span {
color: #000;
font-weight: 600;
}
/*productos*/
.main-products {
padding: 100px;
}
.main-products__content {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 50px;
grid-gap: 20px;
}
.main-products__img {
width: 100%;
height: 130px;
}
.main-products__img img {
width: 100%;
height: 100%;
object-fit: contain;
box-shadow: none;
}
.main-products__item {
background-color: #ffff;
box-shadow: 0px 0px 11px #00000026;
border-radius: 10px;
margin-right: 12px;
margin-left: 12px;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
height: auto;
}
.main-products__box {
padding: 20px;
display: flex;
flex-direction: column;
height: auto;
}
.main-products__details span {
font-size: 18px;
font-family: "Fira Sans", sans-serif;
color: #999;
margin-right: 10px;
}
.main-products__title p {
margin-bottom: 30px;
font-size: 18px;
color: #111;
margin-bottom: 0;
}
.main-products__title_cat p {
margin: 0;
font-size: 12px;
color: #0000006b;
}
.main-products__text {
margin-top: 20px;
margin-top: 35px;
}
footer {
padding: 30px;
border-top: 1px solid #00000012;
margin-top: 50px;
padding-bottom: 0;
}
.main-footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
}
.logo_footer {
width: 55%;
}
.main-footer__item p {
color: #000;
font-weight: 600;
margin: 0;
}
.grid_footer,
.main-login {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-footer__item a {
color: #000000a3;
}
.copy {
margin: 0;
text-align: center;
font-size: 14px;
}
.views {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
opacity: 0;
transition: 0.6s;
position: absolute;
transform: translateX(20px);
right: 0;
}
.main-products__item:hover .views {
transform: translateX(0%);
opacity: 1;
}
.main-products__item [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
margin-left: 0px;
}
.views span {
background: #0000000f;
height: 40px;
width: 40px;
text-align: center;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
color: #0c4572;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
cursor: pointer;
}
.content_modal {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
align-items: center;
}
.content_modal-item img {
width: 60%;
}
.center {
text-align: center;
}
.content_modal-item .titulo {
color: #000;
font-size: 25px;
}
/*detalle*/
.main-quotation__content {
margin-top: 50px;
}
.main-quotation {
padding: 100px;
}
.main-quatation__container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.main-quatation__img {
width: 100%;
height: 100%;
}
.main-quatation__img img {
width: 100%;
height: 350px;
object-fit: cover;
}
.slider-nav .main-quatation__img img {
height: 200px;
object-fit: cover;
}
.slick-slide:focus {
outline: transparent !important;
}
.main-quatation__title p {
font-size: 30px;
color: #121212;
font-weight: 900;
font-family: "Fira Sans", sans-serif;
}
.main-quatation__price {
margin-bottom: 20px;
}
.main-quatation__price span {
font-size: 22px;
font-family: "Fira Sans", sans-serif;
font-weight: 700;
color: #fe8212;
}
.main-quatation__description p {
font-size: 16px;
color: #666;
font-family: "Fira Sans", sans-serif;
}
.main-quatation__details span {
font-size: 15px;
font-family: "Fira Sans", sans-serif;
color: #999;
margin-right: 10px;
}
.main-quatation__btn {
margin-top: 20px;
}
.main {
}
.action {
display: block;
margin: 100px auto;
width: 100%;
text-align: center;
}
.action a {
display: inline-block;
padding: 5px 10px;
background: #f30;
color: #fff;
text-decoration: none;
}
.action a:hover {
background: #000;
}
.main-details__product .main-top__price p {
font-size: 25px;
color: #0c4572;
margin-bottom: 0;
}
.details__txt {
font-size: 14px;
color: #5f266f;
margin-bottom: 6px;
}
.main-details__product .main-top__title p {
margin: 0;
}
.main-details__product .barra {
width: 90%;
}
.main-details__product .progress {
width: 190px;
height: 4px;
}
.main-details__product .slider-nav__details .slick-slide img {
display: block;
width: 150px;
height: 80px;
padding: 10px;
object-fit: contain;
box-shadow: 0px 0px 11px #00000026;
border-radius: 10px;
}
.btn100 {
width: 100%;
text-align: end;
}
.video {
border: 1px solid #0c457226;
height: 25vh;
border-radius: 10px;
margin-bottom: 20px;
}
.main-details__product .slick-slide img {
display: block;
width: 100%;
height: 250px;
object-fit: contain;
box-shadow: none;
}
.slider-nav__details {
margin: 20px;
}
.slider-nav__details .slick-slide {
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.presentaciones ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.presentaciones .nav-link {
color: #0c4572;
}
.presentaciones .control--radio .control__indicator:after {
left: 6px;
}
.table td,
.table th {
vertical-align: revert !important;
}
.presentaciones .control {
display: block;
position: relative;
padding-left: 28px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
margin-right: 30px;
}
.presentaciones .dropdown,
.dropleft,
.dropright,
.dropup {
position: relative;
border: 1px solid #5f266f;
border-radius: 10px;
margin-right: 20px;
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
font-weight: 300;
font-size: 1.25em;
}
/* Nav */
.tabs nav {
text-align: center;
}
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
max-width: 1200px;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs nav li.tab-current a {
color: #74777b;
}
.tabs nav a:focus {
outline: none;
}
/*
tab detalles
*/
.tabset > input[type="radio"] {
position: absolute;
left: -200vw;
}
.tabset .tab-panel {
display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
display: block;
}
.tabset > label {
position: relative;
display: inline-block;
padding: 7px 15px;
cursor: pointer;
font-size: 16px;
font-weight: normal;
border-radius: 10px;
border: 1px solid #0c4572;
color: #0c4572;
}
/*
.tabset > label::after {
content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;
}
*/
.tabset > label:hover,
.tabset > input:focus + label {
color: #06c;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
background: #a2266f;
z-index: -1;
}
.tabset > input:checked + label {
border: 1px solid #a2266f;
z-index: 111;
color: #a2266f;
}
.tab-panel {
padding: 14px 30px 0;
border-top: 1px solid transparent;
color: #a2266f;
}
.carrito img {
width: 70px;
object-fit: contain;
margin-bottom: 10px;
}
.w-150 {
width: 150px;
}
.delete {
border: 1px solid #0000002e;
border-radius: 50%;
padding: 0px 7px;
color: #0000002e;
}
.delete:hover span {
color: #f90a0a;
}
.pedido {
border: 1px solid #dee2e6;
padding: 15px;
border-radius: 10px;
}
.space {
display: flex;
justify-content: space-between;
}
.pedido .price {
}
/*categoria*/
.main-banner__item--categoria .main-banner__img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 0px 42%;
}
.main-banner-categorias .main-banner__img {
height: 50vh;
position: relative;
}
.main-banner-categorias .main-banner__text {
margin-left: 35px;
position: absolute;
z-index: 1;
top: 100px;
}
.massk {
background: -webkit-linear-gradient(260deg, #0a88bb17 -7%, #ffffff 100%);
position: absolute;
top: 0;
width: 100%;
height: 50vh;
}
.main-banner__item--categoria {
position: relative;
}
.main-banner__item--categoria .titulo {
color: #0a5787;
}
.categorias_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
/*filtro*/
.main-filtro__grid {
display: grid;
grid-template-columns: 25% 75%;
}
.filtro_card {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.main-filtro_item span {
color: #12173e;
}
.filtro_contetent {
width: 100%;
display: flex;
justify-content: space-between;
margin: 0;
}
.main-filtro_item h3 {
color: #0491c5;
}
.page-list li {
margin-right: 15px;
}
.page-list a {
color: #112046;
}
.img_social {
width: 16px;
}
.grid__formulario {
display: grid;
grid-template-columns: 1fr 1fr;
}
.modal_w {
max-width: 1050px;
}
.presentaciones p {
margin-right: 20px;
}
.presentaciones_card p {
margin-right: 20px;
font-size: 12px;
margin-top: 10px;
}
.terminos {
cursor: pointer;
}
.optiones {
border: 1px solid #a2266f;
z-index: 111;
color: #a2266f;
background: transparent;
}
.presentaciones {
display: grid;
}
.presentaciones .btn-primary:hover {
color: #fff;
background-color: #0c4572;
border-color: #0c4572;
}
.presentaciones .btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #0c4572;
border-color: #0c4572;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.radios {
position: relative;
}
.radios::before {
content: "";
position: absolute;
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid #a2266f;
left: -12px;
top: 10px;
}
.radios::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: #a2266f;
border-radius: 50%;
left: -7px;
top: 15px;
}
.cantidad_btn {
border: 1px solid #0000007a;
border-radius: 10px;
height: 33px;
width: max-content;
}
.cantidad_btn .btn-success {
color: #000000a1;
background-color: transparent;
border-color: transparent;
padding: 0px 10px;
line-height: 1.9;
}
.pepe {
box-shadow: 0px 0px 10px #00000047;
}
.pepe .nav-link {
color: #0c4572 !important;
}
.border-blue {
border: 1px solid #0c4572;
border-radius: 10px;
}
.card-pay {
box-shadow: 0px 0px 10px #00000024;
border-radius: 10px;
padding: 20px;
/* border: 1px solid #0c4572;*/
}
.total {
color: #0c4572;
font-size: 1.5rem;
font-weight: 500;
}
.cantidad_btn .btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0);
}
.cantidad_btn .btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #0c4572;
background-color: #1e7e3400;
border-color: #1c743000;
}
.cantidad_btn .btn-success.focus,
.btn-success:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0);
}
.control-group {
display: flex;
background: #fff;
text-align: left;
margin: 10px;
}
.control {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 15px;
cursor: pointer;
font-size: 18px;
margin-right: 0;
}
.control input {
position: absolute;
z-index: 1;
opacity: 0;
width: 100px;
left: -60px;
height: 30px;
}
.control__indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background: #e6e6e6;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
background: #ccc;
}
.control input:checked ~ .control__indicator {
background: #0c4572;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
background: #0c4572;
}
.control input:disabled ~ .control__indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control__indicator:after {
content: "";
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--radio .control__indicator:after {
left: 7px;
top: 7px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
background: #7b7b7b;
}
.page-item:last-child .page-link {
font-size: 16px;
}
.informacion .col-md-6 {
display: flex;
}
.informacion label {
margin-right: 10px;
font-weight: 700;
}
.fleex {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.nav-grid {
/* display: grid !important;
grid-template-columns: 25% 25% 50%; */
}
.search .form-control {
padding-left: 30px;
color: #495057;
background-color: #0000000f;
border: 1px solid #0c4572;
border-radius: 50px;
background-color: transparent;
width: 350px;
margin-left: 20px;
}
.list_search {
display: none;
position: absolute;
box-shadow: 0px 0px 15px #0000001f;
border-radius: 10px;
margin-top: 25px;
z-index: 999999;
background: #fff;
color: #0c4572;
transition: 0.6s;
width: auto;
text-align: center;
justify-content: center;
left: 17%;
flex-direction: column;
padding: 20px 0 0px;
z-index: 0;
}
.active_s {
display: block;
z-index: 999;
}
.name_list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.name_list a {
font-size: 14px;
}
.name_list li {
margin-left: 0px;
}
.name_list2 {
list-style: none;
margin-top: 15px;
font-size: 14px;
}
.name_list2 li {
/* display: flex; */
/* justify-content: space-between; */
/* display: grid; */
/* grid-template-columns: 76% 23%; */
margin-bottom: 15px;
display: flex;
margin-right: 35px;
}
.name_list2 .control__indicator {
height: 20px;
width: 20px;
background: #00000012;
}
.name_list2 .control {
margin-left: 10px;
}
.name_list2 .control--radio .control__indicator:after {
left: 6px;
top: 6px;
}
.name_list2 .control input:checked ~ .control__indicator {
background: #0c4572;
}
.bg-search {
background: #ffffff;
color: #0c4572;
text-align: start;
padding: 15px 0px 16px;
border-top: 1px solid #0000000d;
}
.bg-search span {
margin-left: 25px;
font-weight: 500;
font-size: 16px;
font-weight: 700;
color: #0c4572;
}
.succss {
border: 1px solid white;
border-radius: 10px;
}
.succss [class^="flaticon-"]:before {
margin-left: 0;
}
.dropdown:hover > .dropdown-menu {
display: block;
left: -40px;
}
.add_btn {
position: absolute;
color: #ffffff;
background: #0c4572;
padding: 0px 10px;
border-radius: 50px;
font-size: 14px;
width: 10px;
text-align: center;
display: flex;
justify-content: center;
left: 33px;
}
.pepe .add_btn {
color: #ffffff;
background: #0c4572;
}
.mask,
.down-md-v {
display: none;
}
.main-products__box .presentaciones_card p {
margin-right: 9px !important;
}
.btn-custom-1 {
border: 1px solid white;
}
.container-range {
display: flex;
flex-direction: column;
align-items: baseline;
/* justify-content: space-between; */
position: relative;
}
.box-minmax {
margin-top: 30px;
width: 230px;
display: flex;
justify-content: space-between;
font-size: 20px;
color: #000;
}
.box-minmax span:first-child {
margin-left: 10px;
}
.rs-range {
width: 230px;
-webkit-appearance: none;
}
.rs-range:focus {
outline: none;
}
.rs-range::-webkit-slider-runnable-track {
width: 100%;
height: 1px;
cursor: pointer;
box-shadow: none;
background: #0491c5;
border-radius: 0px;
border: 0px solid #0491c5;
}
.rs-range::-moz-range-track {
width: 100%;
height: 1px;
cursor: pointer;
box-shadow: none;
background: #0491c5;
border-radius: 0px;
border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
box-shadow: none;
border: 0px solid #000;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
height: 25px;
width: 25px;
border-radius: 50px;
background: #0491c5;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
.rs-range::-moz-range-thumb {
box-shadow: none;
border: 0px solid #000;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
height: 42px;
width: 22px;
border-radius: 22px;
background: white;
cursor: pointer;
-webkit-appearance: none;
margin-top: -20px;
}
.btn-filtro {
position: relative;
z-index: 1;
height: 30px;
line-height: 31px;
font-size: 12px;
padding: 0 31px;
letter-spacing: 0.5px;
border-radius: 10px;
margin-top: 30px;
}
.price-range {
font-size: 17px;
margin-bottom: 13px;
font-style: italic;
}
.rs-range::-moz-focus-outer {
border: 0;
}
/*.rs-label {
position: relative;
transform-origin: center center;
display: block;
width: 98px;
height: 98px;
background: transparent;
border-radius: 50%;
line-height: 30px;
text-align: center;
font-weight: bold;
padding-top: 22px;
box-sizing: border-box;
border: 2px solid #000;
margin-top: 20px;
margin-left: -38px;
left: attr(value);
color: #000;
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 36px;
}*/
.rs-label::after {
content: "kg";
display: block;
font-size: 20px;
letter-spacing: 0.07em;
margin-top: -2px;
}
.controls h3 {
color: #0491c5;
}
.product-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.controls .active {
/* background: #68b8c4; */
color: #0491c5 !important;
}
button:focus {
outline: 0 none;
}
.product-grid:after {
display: inline-block;
width: 100%;
}
.product-grid .mix,
.product-grid .gap {
display: inline-block;
}
.product-grid .mix {
display: none;
}
.product-grid .mix:after {
display: inline-block;
}
.product-grid .mix:before {
display: inline-block;
}
.img-s {
display: flex;
justify-content: center;
align-items: center;
text-align: start;
display: flex;
justify-content: center;
align-items: center;
}
.img-s .name_list a {
font-size: 16px;
text-align: start;
}
.img-s img {
width: 50px !important;
margin-left: 12px;
border-radius: 10px;
}
.name_list .img-s {
font-size: 14px;
text-transform: capitalize;
}
.card-pay .form-group {
text-align: start;
}
.totaal {
text-align: center !important;
}
.grid-cou {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.btn-custom2 {
height: 40px;
line-height: 40px;
padding: 0 100px;
}
.inicia {
text-align: center;
color: #0000008c;
font-size: 13px;
font-style: italic;
position: relative;
}
.inicia:before {
position: absolute;
content: "";
width: 50px;
height: 1px;
background: black;
left: 17%;
top: 44%;
opacity: 0.1;
}
.inicia:after {
position: absolute;
content: "";
width: 50px;
height: 1px;
background: black;
right: 16%;
top: 44%;
opacity: 0.1;
}
.goo {
background: #e44134 !important;
color: #fff !important;
}
.facil {
background: white;
padding: 7px 15px;
border-radius: 10px;
color: #0c4572 !important;
text-transform: uppercase;
transition: 0.6s;
}
.facil:hover {
background: #0c4572;
padding: 7px 30px;
border-radius: 10px;
color: #ffffff !important;
text-transform: uppercase;
transition: 0.6s;
border: 1px solid white;
}
.mass {
background: transparent;
color: #0c4572;
border: 1px solid #0c4572;
line-height: 0;
padding: 0;
height: 30px;
width: 30px;
}
.custom2 {
position: relative;
z-index: 1;
height: 40px !important;
line-height: 39px !important;
font-size: 14px !important;
font-weight: 300;
border: none;
margin-left: 17px;
display: inline-block;
padding: 0 20px !important;
}
.visualizar {
position: absolute;
font-size: 12px;
background: #0387be;
border-radius: 10px;
color: #fff;
right: 50px;
padding: 3px 12px;
top: 7px;
opacity: 0;
transition: 0.5s;
}
.visualizar::before {
content: "";
width: 15px;
height: 15px;
background: #0387be;
position: absolute;
transform: rotate(45deg);
right: -2px;
z-index: -1;
top: 5px;
}
.views:hover .visualizar {
opacity: 1;
transition: 0.5s;
}
.carrito-nav {
}
.carrito-nav img {
width: 50px;
height: 50px;
object-fit: cover;
margin-right: 12px;
}
.carrito-nav li {
display: flex;
margin-bottom: 13px;
}
.carrito-nav ul {
padding: 0;
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 11px;
}
.carrito-nav p {
padding: 0;
margin: 0;
font-weight: 300;
font-size: 16px;
}
.carrito-nav:nth-child(1) p {
color: red;
}
.dropdown:hover > .dropdown-menu {
display: block;
left: -40px;
width: 200px;
padding: 10px;
}
.overdro
{
overflow: scroll;
height: 45vh;
}
.sub {
border-top: 1px solid #00000021;
text-align: center;
padding-top: 10px;
color: #0c4572;
}
.sub-h {
height: 30px;
line-height: 30px;
padding: 0;
width: 150px;
}
.btn-w {
border: 1px solid #0c4572;
color: #0c4572;
}
.btn-w::before {
-webkit-transition-duration: 800ms;
-o-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 120%;
height: 120%;
top: -10%;
left: -10%;
content: "";
background: #ffffff;
/* background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%); */
z-index: -2;
}
.dropdown-toggle:after {
opacity: 0;
}
.navbar-expand-md .navbar-nav {
align-items: center;
}
.flaticon-user:before {
content: "\f100";
margin: 0;
}
.wave {
position: absolute;
bottom: 0;
z-index: 99;
width: 100%;
height: 200px;
}
.navbar-expand-md {
position: fixed;
z-index: 9;
background: #fff;
box-shadow: 0px 0px 10px #00000047;
top: 0;
}
#banner {
padding-top: 90px !important;
}
.p-50 {
padding-top: 150px !important;
}
.logo-product {
width: 25%;
height: 70px;
object-fit: contain;
}
.elipse {
background: #fff;
position: fixed;
z-index: 9999999;
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
}
.elipse img {
opacity: 0.3;
width: 25rem;
position: absolute;
animation-name: colombia;
animation-duration: 2s;
/* or: Xms */
animation-iteration-count: infinite;
animation-direction: alternate;
/* or: normal */
animation-timing-function: ease-out;
animation-fill-mode: forwards;
/* or: backwards, both, none */
animation-delay: 1s;
}
@-webkit-keyframes colombia {
0% {
opacity: 0.3;
}
100% {
opacity: 0.8;
}
}
.overlay::before {
content: "";
position: absolute;
background-image: -webkit-linear-gradient(85deg, #0c4572 0%, #764ebe1a 80%);
width: 100%;
height: 99%;
}
.banner-title h1 {
text-transform: uppercase;
/* font-weight: 700; */
/* font-family: "Lobster", cursive; */
font-size: 4rem;
}
.banner-title p {
font-size: 20px;
}
.slick-dotted.slick-slider {
margin-bottom: -10px;
}
.present {
line-height: 0.5;
}
.present p {
color: #0c4572;
}
.main-products__details p {
margin: 0;
}
.content_modal-item {
text-align: justify;
height: 40vh;
overflow: auto;
padding: 10px;
}
.terminos-modal .content_modal {
display: flex;
flex-direction: column;
padding: 30px 50px;
text-align: justify;
}
.drow-none {
display: none;
}
.img-top {
justify-content: center;
align-items: center;
display: flex;
}
#productVideo {
height: 30vh !important;
}
.img-logo {
width: 230px;
margin-right: 50px;
}
.nav-link {
font-size: 18px;
}
.bg-search-scroll{
height: 26vh;
overflow: scroll;
}
.name_list3{
height: 13vh;
overflow: scroll;
}
.cat-over{
height: 70vh;
overflow: scroll;
}
.mover1{
height: 50vh;
overflow: scroll;
}
strike{
color: #969696;
margin-left: 10px;
}
.nav-2{
border-bottom: 1px solid #00000017;
padding: 10px 0px;
font-size: 15px;
justify-content: flex-end;
margin-bottom: 10px;
}
.nav-2 i{
font-size: 17px;
}
.nav-2 a{
margin-right: 25px;
color: #565656;
font-weight: 400;
}
.iconos-social{
display: flex;
}
.precio_content{
display: flex;
font-size: 21px;
}
.main-top__title{
align-items: center;
}
.nav-2 a:hover{
color: #0c4572;
}
.ws{
position: fixed;
z-index: 9;
bottom: 10px;
right: 10px;
}
.newletter .bg-new{
background-size: cover;
height: 46vh;
background-repeat: no-repeat;
position: relative;
object-position: center;
background-position: center;
}
.bg-new::before{
background: #11478ac4;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
content: "";
}
.newl-content{
z-index: 1;
position: relative;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100%;
}
.newl-content .form-control {
background-color: #fffffff5;
}
.newl-content form{
text-align: start;
}
.newl-content h2{
font-size: 1.9rem;
text-transform: unset;
margin-bottom: 2rem;
}
.grid-new{
display: grid;
grid-template-columns: 65% 40%;
align-items: center;
margin-left: 0rem;
}
.grid-new .btn-custom {
position: relative;
z-index: 1;
height: 38px;
margin-top: 1rem;
margin-left: 1rem;
line-height: 27px;
padding: 0px 35px;
letter-spacing: 0.5px;
color: #0c4572;
border-radius: 5px;
}
.newletter button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
font-weight: 200;
font-size: 2rem;
}
.newletter .btn-custom::before {
background: #ffffff;
}
.newletter .btn-custom::before {
background: #ffffff;
}
.newletter .close {
color: #fff;
opacity: 1;
z-index: 9999;
position: relative;
}
.newletter .modal-dialog {
max-width: 600px;
}
.newletter
.modal-content {
border: 0;
}
.carrito .form-control {
padding-left: 6px!important;
}
#cart-discount0 ,#cart-discount1{
font-size: .9rem;
}
.contain-cart{
padding: 0 4rem;
}
.btn-des{
font-size: 12px;
width: 100%;
}
| 0.468547 | 0.070528 |
html {
font-size: 2.5vh;
}
body {
margin: 0;
height: 100%;
background-image: linear-gradient(to bottom, #CE4F6C 0%, #603556 100%);
transition: background-image 3s #603556 #CE4F6C;
overflow: hidden;
font-family: 'Offside', cursive;
}
canvas {
height: 100%;
width: 100%;
display: block;
}
#menu {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
z-index: 101;
display: block;
font-size: 3rem;
background-color: rgba(0, 0, 0, .7)
}
h1 {
color: #FBB059;
font-size: 3rem;
text-align: center;
margin: .5rem;
}
.playMenu {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 20%;
margin-right: 20%;
height: 100%;
}
button {
font-family: 'Offside', cursive;
display: inline-block;
padding-top: 1.5rem;
border: none;
margin: none;
background: none;
color: rgba(255, 255, 255, .5);
font-size: 2rem;
line-height: 1;
cursor: pointer;
text-align: center;
transition: color 50ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
button:focus {
outline: 0;
}
button:focus:active {
color: white;
transform: scale(0.95)
}
button:hover {
color: #FBB059;
}
#quit {
position: absolute;
bottom: auto;
top: 30px;
right: 30px;
cursor: pointer;
padding-top: 0;
}
.quit:hover {
color: #df6874;
}
#title, #status, #score, #version {
position: absolute;
top: 5%;
left: 0;
right: 0;
text-align: center;
z-index: 100;
display: block;
font-size: 3rem;
color: rgba(255, 255, 255, .8);
}
#title {
top: 94%;
font-size: 1rem;
line-height: .5rem;
}
p {
font-size: .7rem;
color: rgba(255, 255, 255, .2)
}
#score {
top: 4%;
}
#status {
top: 30%;
font-size: 3rem;
}
#debugInfoL, #debugInfoR, #debugSceneInfo, #debugCheck, #autoTurnCheck {
position: absolute;
right: 3%;
top: 10%;
width: 25%;
height: 25%;
margin-left: 1rem;
text-align: left;
z-index: 101;
display: block;
font-size: .25rem;
line-height: .75rem;
font-family: 'Press Start 2P', cursive;
color: #EEEEEE;
}
#debugSceneInfo {
left: 0%;
font-size: .3rem;
}
#debugInfoR {
top: 30%;
}
#debugCheck {
top: auto;
bottom: 30px;
right: 30px;
}
#autoTurnCheck {
top: auto;
bottom: 30px;
left: -10px;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
pointer-events: none;
position: relative;
}
.container {
display: block;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 0 !important;
width: 0 !important;
/* margin: 0 !important; */
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #b85052;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #ce7dd0;
}
input:checked~.checkmark {
background-color: #952f69;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
input:checked~.checkmark:after {
display: block;
}
.checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #b85052;
}
|
public/css/main.css
|
html {
font-size: 2.5vh;
}
body {
margin: 0;
height: 100%;
background-image: linear-gradient(to bottom, #CE4F6C 0%, #603556 100%);
transition: background-image 3s #603556 #CE4F6C;
overflow: hidden;
font-family: 'Offside', cursive;
}
canvas {
height: 100%;
width: 100%;
display: block;
}
#menu {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
z-index: 101;
display: block;
font-size: 3rem;
background-color: rgba(0, 0, 0, .7)
}
h1 {
color: #FBB059;
font-size: 3rem;
text-align: center;
margin: .5rem;
}
.playMenu {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 20%;
margin-right: 20%;
height: 100%;
}
button {
font-family: 'Offside', cursive;
display: inline-block;
padding-top: 1.5rem;
border: none;
margin: none;
background: none;
color: rgba(255, 255, 255, .5);
font-size: 2rem;
line-height: 1;
cursor: pointer;
text-align: center;
transition: color 50ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}
button:focus {
outline: 0;
}
button:focus:active {
color: white;
transform: scale(0.95)
}
button:hover {
color: #FBB059;
}
#quit {
position: absolute;
bottom: auto;
top: 30px;
right: 30px;
cursor: pointer;
padding-top: 0;
}
.quit:hover {
color: #df6874;
}
#title, #status, #score, #version {
position: absolute;
top: 5%;
left: 0;
right: 0;
text-align: center;
z-index: 100;
display: block;
font-size: 3rem;
color: rgba(255, 255, 255, .8);
}
#title {
top: 94%;
font-size: 1rem;
line-height: .5rem;
}
p {
font-size: .7rem;
color: rgba(255, 255, 255, .2)
}
#score {
top: 4%;
}
#status {
top: 30%;
font-size: 3rem;
}
#debugInfoL, #debugInfoR, #debugSceneInfo, #debugCheck, #autoTurnCheck {
position: absolute;
right: 3%;
top: 10%;
width: 25%;
height: 25%;
margin-left: 1rem;
text-align: left;
z-index: 101;
display: block;
font-size: .25rem;
line-height: .75rem;
font-family: 'Press Start 2P', cursive;
color: #EEEEEE;
}
#debugSceneInfo {
left: 0%;
font-size: .3rem;
}
#debugInfoR {
top: 30%;
}
#debugCheck {
top: auto;
bottom: 30px;
right: 30px;
}
#autoTurnCheck {
top: auto;
bottom: 30px;
left: -10px;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
pointer-events: none;
position: relative;
}
.container {
display: block;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 0 !important;
width: 0 !important;
/* margin: 0 !important; */
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #b85052;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #ce7dd0;
}
input:checked~.checkmark {
background-color: #952f69;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
input:checked~.checkmark:after {
display: block;
}
.checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #b85052;
}
| 0.354992 | 0.059346 |
.orange {
color: orange
}
/* @font-face {
font-family: 'Glyphicons Halflings';
src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} */
@font-face {
font-family: 'Glyphicons Halflings';
src: url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.eot');
src: url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.woff2') format('woff2'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.woff') format('woff'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.ttf') format('truetype'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font: normal normal 16px/1 'Glyphicons Halflings';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-plus:before {
content:"\2b";
}
.glyphicon-minus:before {
content:"\2212";
}
.glyphicon-minus-sign:before {
content:"\e082";
}
.glyphicon-plus-sign:before {
content:"\e081";
}
.glyphicon-question-sign:before {
content: '\e085';
}
|
resource/css/glyphs.css
|
.orange {
color: orange
}
/* @font-face {
font-family: 'Glyphicons Halflings';
src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} */
@font-face {
font-family: 'Glyphicons Halflings';
src: url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.eot');
src: url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.woff2') format('woff2'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.woff') format('woff'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.ttf') format('truetype'),
url('/plugins/TeradataVantageMLEFunctionsPlugin/resource/css/glyphs/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font: normal normal 16px/1 'Glyphicons Halflings';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-plus:before {
content:"\2b";
}
.glyphicon-minus:before {
content:"\2212";
}
.glyphicon-minus-sign:before {
content:"\e082";
}
.glyphicon-plus-sign:before {
content:"\e081";
}
.glyphicon-question-sign:before {
content: '\e085';
}
| 0.440951 | 0.111749 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html, body {
height: 100%;
font-weight: 300;
overflow: hidden;
}
body {
background-color: #111111;
color: #CCCCCC;
}
a {
color: #FFB1B1;
}
.left {
float: left;
}
.right {
float: right;
}
.count {
font-family: "Inconsolata", monospace;
}
/* - Front Title - */
#front-title {
color: #FFB1B1;
font-size: 7em;
font-weight: 300;
text-align: center;
margin: 50px;
}
/* - Register / Login Forms - */
#form-holder {
display: flex;
justify-content: center;
}
.form {
background-color: #222222;
border: 1px solid #333333;
box-shadow: 0 0 3px 0 #000000;
width: 450px;
margin: 0 20px;
padding: 20px;
}
.form h2 {
font-size: 2em;
font-weight: 300;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #333333;
}
.form label {
display: block;
font-size: 1.25em;
}
.form input {
display: block;
margin-bottom: 20px;
}
.form input[type="text"],
.form input[type="password"],
.form button {
display: block;
width: 100%;
background-color: #181818;
color: #CCCCCC;
font-size: 2em;
padding: 10px;
border: 1px solid #333333;
box-shadow: 0 0 3px 0 #000000 inset;
outline: none;
}
.form button {
cursor: pointer;
}
.form button:hover {
background-color: #1A1A1A;
}
.form button:active {
background-color: #151515;
}
/* - Bar - */
.bar {
width: 100%;
background-color: #222222;
box-shadow: 0 0 3px 0 #000000 inset;
}
nav.bar {
border-bottom: 1px solid #333333;
}
footer.bar {
border-top: 1px solid #333333;
}
.bar h1 {
font-size: 1em;
font-weight: 300;
}
.bar ul {
display: flex;
justify-content: space-between;
list-style-type: none;
}
.bar li {
padding: 10px 20px;
}
.bar a {
text-decoration: none;
}
.bar a:hover {
text-decoration: underline;
}
/* - Main Layout - */
#main-layout {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#main-area {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#main-area p:first-of-type {
align-self: flex-start;
}
#main-area p:last-of-type {
align-self: flex-end;
}
#current-stitch-count {
font-size: 15em;
text-align: center;
}
#total-stitch-count {
font-size: 1.1em;
}
|
css/main.css
|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html, body {
height: 100%;
font-weight: 300;
overflow: hidden;
}
body {
background-color: #111111;
color: #CCCCCC;
}
a {
color: #FFB1B1;
}
.left {
float: left;
}
.right {
float: right;
}
.count {
font-family: "Inconsolata", monospace;
}
/* - Front Title - */
#front-title {
color: #FFB1B1;
font-size: 7em;
font-weight: 300;
text-align: center;
margin: 50px;
}
/* - Register / Login Forms - */
#form-holder {
display: flex;
justify-content: center;
}
.form {
background-color: #222222;
border: 1px solid #333333;
box-shadow: 0 0 3px 0 #000000;
width: 450px;
margin: 0 20px;
padding: 20px;
}
.form h2 {
font-size: 2em;
font-weight: 300;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #333333;
}
.form label {
display: block;
font-size: 1.25em;
}
.form input {
display: block;
margin-bottom: 20px;
}
.form input[type="text"],
.form input[type="password"],
.form button {
display: block;
width: 100%;
background-color: #181818;
color: #CCCCCC;
font-size: 2em;
padding: 10px;
border: 1px solid #333333;
box-shadow: 0 0 3px 0 #000000 inset;
outline: none;
}
.form button {
cursor: pointer;
}
.form button:hover {
background-color: #1A1A1A;
}
.form button:active {
background-color: #151515;
}
/* - Bar - */
.bar {
width: 100%;
background-color: #222222;
box-shadow: 0 0 3px 0 #000000 inset;
}
nav.bar {
border-bottom: 1px solid #333333;
}
footer.bar {
border-top: 1px solid #333333;
}
.bar h1 {
font-size: 1em;
font-weight: 300;
}
.bar ul {
display: flex;
justify-content: space-between;
list-style-type: none;
}
.bar li {
padding: 10px 20px;
}
.bar a {
text-decoration: none;
}
.bar a:hover {
text-decoration: underline;
}
/* - Main Layout - */
#main-layout {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#main-area {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#main-area p:first-of-type {
align-self: flex-start;
}
#main-area p:last-of-type {
align-self: flex-end;
}
#current-stitch-count {
font-size: 15em;
text-align: center;
}
#total-stitch-count {
font-size: 1.1em;
}
| 0.396419 | 0.143218 |
body {
background-color: #f9f9fa;
color: #444;
font-size: 1em;
font-family: sans-serif;
margin: 0;
}
/*** Manage Bar ***/
#menu {
display: flex;
justify-content: space-between;
border-bottom: 3px solid #424f5a;
width: 100%;
color: #c4cdd4;
height: 50px;
z-index: 1;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
#menu .title {
display: inline-block;
display: flex;
align-items: center;
margin: auto 0;
font-size: 32px;
color: #424f5a;
}
#menu .title span {
padding-left: 10px;
}
#menu .right-buttons {
display: inline-block;
margin: auto 0;
}
/*** End Manage Bar ***/
/*** Manage Panel ***/
/** Group Action Bar **/
.group-action {
display: flex;
background-color: var(--not-checked);
}
.group-action.left {
align-items: flex-start;
}
.group-action.right {
align-items: flex-end;
}
.group-action > i {
font-size: 30px;
cursor: pointer;
width: 32px;
margin: auto;
padding: 6px 0;
box-sizing: border-box;
}
.group-action > i:hover {
background-color: var(--not-checked-hover);
cursor: pointer;
}
.searchbar {
flex: 1;
}
/** Group Action Bar **/
#manage-panel {
width: 100%;
}
.group-lists {
display: flex;
flex-wrap: nowrap;
justify-content: center;
overflow-x: auto;
width: 100%;
height: 100%;
}
.invisible {
display: none !important;
}
/** Group Lists **/
#manage-panel .left-list, #manage-panel .right-list {
box-sizing: content-box;
display: inline-block;
max-width: 800px;
min-width: 350px;
border-left: 1px solid #424f5a;
border-right: 1px solid #424f5a;
}
.group-list {
height: calc(100vh - 147px) !important;
box-sizing: border-box;
}
#manage-panel .left-list {
}
#manage-panel .half {
}
/** End Group Lists **/
/** Below Actions **/
.belowActions {
height: 50px;
width: 100%;
border-top: 4px solid #424f5a;
background-color: var(--not-checked);
}
.belowActions i {
font-size: 40px;
cursor: pointer;
width: 50px;
text-align: center;
height: 100%;
}
.belowActions i:hover {
background-color: var(--not-checked);
}
/** End Below Actions **/
/*** End Manage Panel ***/
|
extension/manage/manage-groups.css
|
body {
background-color: #f9f9fa;
color: #444;
font-size: 1em;
font-family: sans-serif;
margin: 0;
}
/*** Manage Bar ***/
#menu {
display: flex;
justify-content: space-between;
border-bottom: 3px solid #424f5a;
width: 100%;
color: #c4cdd4;
height: 50px;
z-index: 1;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
#menu .title {
display: inline-block;
display: flex;
align-items: center;
margin: auto 0;
font-size: 32px;
color: #424f5a;
}
#menu .title span {
padding-left: 10px;
}
#menu .right-buttons {
display: inline-block;
margin: auto 0;
}
/*** End Manage Bar ***/
/*** Manage Panel ***/
/** Group Action Bar **/
.group-action {
display: flex;
background-color: var(--not-checked);
}
.group-action.left {
align-items: flex-start;
}
.group-action.right {
align-items: flex-end;
}
.group-action > i {
font-size: 30px;
cursor: pointer;
width: 32px;
margin: auto;
padding: 6px 0;
box-sizing: border-box;
}
.group-action > i:hover {
background-color: var(--not-checked-hover);
cursor: pointer;
}
.searchbar {
flex: 1;
}
/** Group Action Bar **/
#manage-panel {
width: 100%;
}
.group-lists {
display: flex;
flex-wrap: nowrap;
justify-content: center;
overflow-x: auto;
width: 100%;
height: 100%;
}
.invisible {
display: none !important;
}
/** Group Lists **/
#manage-panel .left-list, #manage-panel .right-list {
box-sizing: content-box;
display: inline-block;
max-width: 800px;
min-width: 350px;
border-left: 1px solid #424f5a;
border-right: 1px solid #424f5a;
}
.group-list {
height: calc(100vh - 147px) !important;
box-sizing: border-box;
}
#manage-panel .left-list {
}
#manage-panel .half {
}
/** End Group Lists **/
/** Below Actions **/
.belowActions {
height: 50px;
width: 100%;
border-top: 4px solid #424f5a;
background-color: var(--not-checked);
}
.belowActions i {
font-size: 40px;
cursor: pointer;
width: 50px;
text-align: center;
height: 100%;
}
.belowActions i:hover {
background-color: var(--not-checked);
}
/** End Below Actions **/
/*** End Manage Panel ***/
| 0.302803 | 0.066721 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
body {
background: #ADD8E6;
}
header {
background-color: white;
box-shadow: 0 .1em .3em #808080;
width: 100%;
height: 5em;
position: fixed;
z-index: 4;
justify-content: space-between;
align-items: center;
top: 0;
left: 0;
}
nav ul {
list-style: none;
margin: 4em;
padding-right: 4em;
flex-wrap: nowrap;
}
#logo-a {
cursor: pointer;
}
#listing {
background-color: rgba(0, 0, 0, .3);
text-align: justify;
width: 50em;
height: 10em;
margin-bottom: 2em;
height: fit-content;
box-shadow: 0 .1em .3em #808080;
}
#listing:last-child {
margin-block-end: 6em;
}
#inform {
margin-top: 7em;
font-size: .9em;
}
.campaign-description {
border-radius: 10px;
width: 95%;
background-color: white;
padding: .5em;
}
#listing #name {
margin-left: 1em;
}
#logo {
margin-left: 3em;
}
#menu a:link {
margin-right: 2.5em;
text-transform: uppercase;
}
#menu {
list-style: none;
}
#campaign-profile, #donations-profile {
background-color: rgba(255, 255, 255, 0.6);
margin-top:1.5em;
padding: 2em;
width: 85%;
align-items: center;
}
#user-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#tittle {
text-align: center;
margin-top: 6em;
border-radius: .5em;
align-items: stretch;
width: fit-content;
padding: .5em;
margin-right: auto;
margin-left: auto;
background-color: rgba(0, 0, 0, 0.2);
}
h5+h2 {
margin-top: 2em !important;
}
#menu a:link, #menu a:active, #menu a:visited, .dropdown a:link, .dropdown a:active, .dropdown a:visited {
color: #af670a;
text-decoration: none;
}
#menu a:hover, .dropdown a:hover {
color: #0091ff;
border-bottom: 1px solid #af670a;
}
.ul-info a:hover {
color: black;
border-bottom: 1px solid #af670a;
}
.divs-form {
box-shadow: 0 .1em .3em #808080;
width: 50em;
border-radius: 1.5em;
flex-direction: column;
align-items: stretch;
background-color: rgba(0, 0, 0, 0.3);
}
#box {
width: 80%;
padding-top: 1em;
padding-bottom: 2em;
margin-bottom: 2em;
margin-top: 10em;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 10px;
box-shadow: 0 .1em .3em #808080;
}
#box p {
margin: 0.3em;
}
#box h1 {
border: 0.9em;
}
#comment-btn {
font-size: 0.8em;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 15%;
width: 15%;
}
#comment-btn:hover {
cursor: pointer;
background-color: #FF4500;
}
textarea {
margin-top: 1.5em;
margin-bottom: 0.2em;
width: 80%;
outline: none;
resize: none;
border: none;
font-size: 1em;
}
#div-register-user {
padding-top: 1em;
padding-bottom: 1em;
}
#div-register-campaign {
height: 25em;
}
#div-login, #div-change-password {
height: 15em;
}
.divs-form h3 {
margin: 1em auto;
}
button {
font-size: 16px;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 45px;
width: 30%;
}
button:hover {
cursor: pointer;
background-color: #FF4500;
}
#attention-img {
width: 8%;
height: 8%;
margin-top: 5em;
}
#list-campaigns {
font-weight: bolder;
size: 10em;
text-align: center;
margin-top: 1em;
min-width: fit-content;
padding: 0.7em;
}
.campaign {
margin-top: 1em;
}
#goal-img[title='Alterar Meta'], #deadline-img[title='Alterar deadline'], #img-like, #img-dislike {
cursor: pointer;
}
.owner-comment {
text-decoration: none;
}
.replies {
display: flex;
flex-direction: column;
margin-left: 3em;
}
.replies:first-child {
margin-top: 1em;
}
.comment-box {
background-color: rgba(255, 255, 255, .8);
margin: 1em 2em 0.3em 2em;
border-radius: 0.6em;
}
#comment-text {
margin-bottom: 0.6em;
}
.comment-box a {
padding-left: .8em;
}
.comment-box h4 {
padding-left: 0.8em;
}
#search-campaigns {
background-color: #ccc;
border-radius: 15px;
width: 20em;
margin-left: 2em;
justify-content: space-between;
}
#forgot-password {
font-size: .8em;
margin-top: 1em;
color: white;
}
#forgot-password a:link, #forgot-password a:active, #forgot-password a:visited,
.owner-comment:link, .owner-comment:active, .owner-comment:visited {
color: black;
text-decoration: none;
}
#box p a:link, #box p a:active, #box p a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}
#forgot-password a:hover, #box p a:hover {
color: #FFD700;
}
.owner-comment:hover {
color: #0091ff;
}
.ul-info a:hover {
color: black;
border-bottom: 1px solid #af670a;
}
#search-btn {
padding-right: .6em;
}
#input-search {
background-color: transparent;
padding-left: 1.5em;
font-size: 1em;
border: none;
height: 2em;
width: 70%;
color: black;
}
#search-btn {
padding-right: .6em;
}
#input-search:focus {
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
}
.center {
text-align: center;
}
.flex-box {
display: flex;
}
.flex-box-align-center {
align-items: center;
}
.flex-box-justify-center {
justify-content: center;
}
.section-forms {
position: relative;
}
.ul-info {
list-style: none;
width: 95%;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.x-justify-center {
justify-content: center;
}
.flex-box-row {
flex-direction: row;
}
.flex-box-column {
flex-direction: column;
}
.opaque-div {
position: absolute;
overflow: auto;
left: 0;
top: 0;
width: 100%;
min-height: 100%;
height: auto;
z-index: 1;
background-color: rgba(0, 0, 0, 0.9);
color: white;
font-size: 1.5em;
}
.confirm-btn {
font-size: 16px;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 45px;
width: 30%;
}
.confirm-btn:hover {
cursor: pointer;
background-color: #FF4500;
}
.input-form {
height: 2.5em;
width: 75%;
font-size: 1.2em;
margin-bottom: .7em;
background-color: #fff;
padding-left: 20px;
border: none;
border: none;
}
.drop-image {
color: white;
padding: 0 4em;
font-size: 1em;
border: none;
cursor: pointer;
}
.image-filter {
padding: 0 0.3em;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-filter {
position: fixed;
display: flex;
align-items: flex-start;
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.dropdown-content-filter {
padding-left: 0.8em;
min-width: 15em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.dropdown-content a {
padding: 12px 16px;
display: block;
}
.dropdown:hover .dropdown-content {
display: block;
}
#filter {
margin-top: 1em;
}
#filter input {
margin: 0.5em;
height: 1.5em;
width: 1.5em;
}
input [type="text"] {
height: 2.5em;
width: 75%;
font-size: 1.2em;
margin-bottom: .7em;
background-color: #fff;
padding-left: 20px;
border: none;
}
.img-inverter {
filter: invert(100%);
}
#div-top-campaigns {
justify-content: space-between;
margin: 10em;
}
#home-filter {
padding: 0.8em 0.8em 0.3em 0;
background-color: white;
border-radius: 0 10em 10em 0;
box-shadow: 4px 0 4px 2px rgba(0, 0, 0, 0.1);
}
.top-campaigns {
background-color: rgba(0, 0, 0, 0.4);
margin-top: 1.5em;
padding: 0.8em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.user-campaigns {
background-color: rgba(0, 0, 0, 0.4);
margin-top: 1.5em;
padding: 0.8em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
width: 45%;
min-height: 15em;
max-height: 30em;
margin-left: .6em;
text-align: center;
}
.user-campaigns .ul-info {
flex-wrap: wrap;
}
.top-campaigns .ul-info li a, .ul-info a:link, .ul-info a:active, .ul-info a:visited {
padding-top: 30px;
color: white;
text-decoration: none;
}
.top-campaigns .ul-info li a:hover, .ul-info a:hover {
color: black;
}
#home-filter h4 {
text-align: center;
padding-bottom: 1em;
}
.container {
display: block;
position: relative;
padding-left: 3em;
margin-bottom: 0.8em;
cursor: pointer;
font-size: 1.2em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #ccc;
}
.container input:checked~.checkmark {
background-color: #2196F3;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked~.checkmark:after {
display: block;
}
.container .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
|
css/main.css
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
body {
background: #ADD8E6;
}
header {
background-color: white;
box-shadow: 0 .1em .3em #808080;
width: 100%;
height: 5em;
position: fixed;
z-index: 4;
justify-content: space-between;
align-items: center;
top: 0;
left: 0;
}
nav ul {
list-style: none;
margin: 4em;
padding-right: 4em;
flex-wrap: nowrap;
}
#logo-a {
cursor: pointer;
}
#listing {
background-color: rgba(0, 0, 0, .3);
text-align: justify;
width: 50em;
height: 10em;
margin-bottom: 2em;
height: fit-content;
box-shadow: 0 .1em .3em #808080;
}
#listing:last-child {
margin-block-end: 6em;
}
#inform {
margin-top: 7em;
font-size: .9em;
}
.campaign-description {
border-radius: 10px;
width: 95%;
background-color: white;
padding: .5em;
}
#listing #name {
margin-left: 1em;
}
#logo {
margin-left: 3em;
}
#menu a:link {
margin-right: 2.5em;
text-transform: uppercase;
}
#menu {
list-style: none;
}
#campaign-profile, #donations-profile {
background-color: rgba(255, 255, 255, 0.6);
margin-top:1.5em;
padding: 2em;
width: 85%;
align-items: center;
}
#user-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#tittle {
text-align: center;
margin-top: 6em;
border-radius: .5em;
align-items: stretch;
width: fit-content;
padding: .5em;
margin-right: auto;
margin-left: auto;
background-color: rgba(0, 0, 0, 0.2);
}
h5+h2 {
margin-top: 2em !important;
}
#menu a:link, #menu a:active, #menu a:visited, .dropdown a:link, .dropdown a:active, .dropdown a:visited {
color: #af670a;
text-decoration: none;
}
#menu a:hover, .dropdown a:hover {
color: #0091ff;
border-bottom: 1px solid #af670a;
}
.ul-info a:hover {
color: black;
border-bottom: 1px solid #af670a;
}
.divs-form {
box-shadow: 0 .1em .3em #808080;
width: 50em;
border-radius: 1.5em;
flex-direction: column;
align-items: stretch;
background-color: rgba(0, 0, 0, 0.3);
}
#box {
width: 80%;
padding-top: 1em;
padding-bottom: 2em;
margin-bottom: 2em;
margin-top: 10em;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 10px;
box-shadow: 0 .1em .3em #808080;
}
#box p {
margin: 0.3em;
}
#box h1 {
border: 0.9em;
}
#comment-btn {
font-size: 0.8em;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 15%;
width: 15%;
}
#comment-btn:hover {
cursor: pointer;
background-color: #FF4500;
}
textarea {
margin-top: 1.5em;
margin-bottom: 0.2em;
width: 80%;
outline: none;
resize: none;
border: none;
font-size: 1em;
}
#div-register-user {
padding-top: 1em;
padding-bottom: 1em;
}
#div-register-campaign {
height: 25em;
}
#div-login, #div-change-password {
height: 15em;
}
.divs-form h3 {
margin: 1em auto;
}
button {
font-size: 16px;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 45px;
width: 30%;
}
button:hover {
cursor: pointer;
background-color: #FF4500;
}
#attention-img {
width: 8%;
height: 8%;
margin-top: 5em;
}
#list-campaigns {
font-weight: bolder;
size: 10em;
text-align: center;
margin-top: 1em;
min-width: fit-content;
padding: 0.7em;
}
.campaign {
margin-top: 1em;
}
#goal-img[title='Alterar Meta'], #deadline-img[title='Alterar deadline'], #img-like, #img-dislike {
cursor: pointer;
}
.owner-comment {
text-decoration: none;
}
.replies {
display: flex;
flex-direction: column;
margin-left: 3em;
}
.replies:first-child {
margin-top: 1em;
}
.comment-box {
background-color: rgba(255, 255, 255, .8);
margin: 1em 2em 0.3em 2em;
border-radius: 0.6em;
}
#comment-text {
margin-bottom: 0.6em;
}
.comment-box a {
padding-left: .8em;
}
.comment-box h4 {
padding-left: 0.8em;
}
#search-campaigns {
background-color: #ccc;
border-radius: 15px;
width: 20em;
margin-left: 2em;
justify-content: space-between;
}
#forgot-password {
font-size: .8em;
margin-top: 1em;
color: white;
}
#forgot-password a:link, #forgot-password a:active, #forgot-password a:visited,
.owner-comment:link, .owner-comment:active, .owner-comment:visited {
color: black;
text-decoration: none;
}
#box p a:link, #box p a:active, #box p a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}
#forgot-password a:hover, #box p a:hover {
color: #FFD700;
}
.owner-comment:hover {
color: #0091ff;
}
.ul-info a:hover {
color: black;
border-bottom: 1px solid #af670a;
}
#search-btn {
padding-right: .6em;
}
#input-search {
background-color: transparent;
padding-left: 1.5em;
font-size: 1em;
border: none;
height: 2em;
width: 70%;
color: black;
}
#search-btn {
padding-right: .6em;
}
#input-search:focus {
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
}
.center {
text-align: center;
}
.flex-box {
display: flex;
}
.flex-box-align-center {
align-items: center;
}
.flex-box-justify-center {
justify-content: center;
}
.section-forms {
position: relative;
}
.ul-info {
list-style: none;
width: 95%;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.x-justify-center {
justify-content: center;
}
.flex-box-row {
flex-direction: row;
}
.flex-box-column {
flex-direction: column;
}
.opaque-div {
position: absolute;
overflow: auto;
left: 0;
top: 0;
width: 100%;
min-height: 100%;
height: auto;
z-index: 1;
background-color: rgba(0, 0, 0, 0.9);
color: white;
font-size: 1.5em;
}
.confirm-btn {
font-size: 16px;
color: white;
background-color: #FF8C00;
border: none;
padding: 10px 20px;
height: 45px;
width: 30%;
}
.confirm-btn:hover {
cursor: pointer;
background-color: #FF4500;
}
.input-form {
height: 2.5em;
width: 75%;
font-size: 1.2em;
margin-bottom: .7em;
background-color: #fff;
padding-left: 20px;
border: none;
border: none;
}
.drop-image {
color: white;
padding: 0 4em;
font-size: 1em;
border: none;
cursor: pointer;
}
.image-filter {
padding: 0 0.3em;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-filter {
position: fixed;
display: flex;
align-items: flex-start;
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.dropdown-content-filter {
padding-left: 0.8em;
min-width: 15em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.dropdown-content a {
padding: 12px 16px;
display: block;
}
.dropdown:hover .dropdown-content {
display: block;
}
#filter {
margin-top: 1em;
}
#filter input {
margin: 0.5em;
height: 1.5em;
width: 1.5em;
}
input [type="text"] {
height: 2.5em;
width: 75%;
font-size: 1.2em;
margin-bottom: .7em;
background-color: #fff;
padding-left: 20px;
border: none;
}
.img-inverter {
filter: invert(100%);
}
#div-top-campaigns {
justify-content: space-between;
margin: 10em;
}
#home-filter {
padding: 0.8em 0.8em 0.3em 0;
background-color: white;
border-radius: 0 10em 10em 0;
box-shadow: 4px 0 4px 2px rgba(0, 0, 0, 0.1);
}
.top-campaigns {
background-color: rgba(0, 0, 0, 0.4);
margin-top: 1.5em;
padding: 0.8em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.user-campaigns {
background-color: rgba(0, 0, 0, 0.4);
margin-top: 1.5em;
padding: 0.8em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
width: 45%;
min-height: 15em;
max-height: 30em;
margin-left: .6em;
text-align: center;
}
.user-campaigns .ul-info {
flex-wrap: wrap;
}
.top-campaigns .ul-info li a, .ul-info a:link, .ul-info a:active, .ul-info a:visited {
padding-top: 30px;
color: white;
text-decoration: none;
}
.top-campaigns .ul-info li a:hover, .ul-info a:hover {
color: black;
}
#home-filter h4 {
text-align: center;
padding-bottom: 1em;
}
.container {
display: block;
position: relative;
padding-left: 3em;
margin-bottom: 0.8em;
cursor: pointer;
font-size: 1.2em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.container:hover input~.checkmark {
background-color: #ccc;
}
.container input:checked~.checkmark {
background-color: #2196F3;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.container input:checked~.checkmark:after {
display: block;
}
.container .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
| 0.393851 | 0.097777 |
body,
html {
font-family: 'Open Sans', sans-serif;
line-height: 24px;
font-weight: 400;
font-size: 16px;
color: #757575;
overflow-x: hidden;
background: white;
}
/*------------------custom css----------------*/
a {
color: #2ec8a6;
text-decoration: none;
}
a:hover,
a:focus {
color: #2ec8a6;
text-decoration: none;
}
a:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #ffffff;
line-height: 24px;
font-weight: 400;
margin: 0;
padding: 0;
}
.fa-caret-right:before {
content: "\f0da";
margin-left: 35px;
}
input,
select,
button {
outline: none;
}
input:focus,
select:focus,
button:focus {
outline: none;
box-shadow: none;
}
textarea {
outline: none;
}
textarea:focus {
outline: none;
box-shadow: none;
}
.med_toppadder10 {
padding-top: 10px;
}
.med_toppadder20 {
padding-top: 20px;
}
.med_toppadder30 {
padding-top: 20px;
}
.med_toppadder40 {
padding-top: 40px;
}
.med_toppadder50 {
padding-top: 50px;
}
.med_toppadder60 {
padding-top: 60px;
}
.med_toppadder70 {
padding-top: 60px;
}
.med_toppadder80 {
padding-top: 80px;
}
.med_toppadder90 {
padding-top: 90px;
}
.med_toppadder100 {
padding-top: 100px;
}
.med_bottompadder10 {
padding-bottom: 10px;
}
.med_bottompadder20 {
padding-bottom: 20px;
}
. {
padding-bottom: 30px;
}
.med_bottompadder40 {
padding-bottom: 40px;
}
.med_bottompadder50 {
padding-bottom: 50px;
}
.med_bottompadder60 {
padding-bottom: 60px;
}
.med_bottompadder70 {
padding-bottom: 70px;
}
.med_bottompadder80 {
padding-bottom: 80px;
}
.med_bottompadder90 {
padding-bottom: 90px;
}
.med_bottompadder100 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2ec8a6;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/************---------Header css start---------***********/
.top_header_wrapper {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 14px;
color: #ffffff;
position: relative;
z-index: 6;
font-family: 'Open Sans', sans-serif;
}
.top_header_add {
float: left;
width: auto;
line-height: 50px;
}
.top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.top_header_add li {
float: left;
width: auto;
list-style: none;
margin-right: 30px;
margin-left: -3px;
}
.top_header_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.top_header_add ul li a {
color: #ffffff;
}
.top_header_add ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.top_login {
float: right;
width: auto;
width: 170px;
text-align: center;
background-color: #22a98b;
padding-top: 19px;
padding-bottom: 16px;
}
.top_login ul {
margin: 0px;
padding: 0px;
width: 100%;
line-height: 5px;
float: left;
margin-left: 20px;
}
.top_login ul li {
float: left;
width: auto;
list-style: none;
}
.top_login ul li a {
color: #ffffff;
padding-left: 20px;
}
.top_login ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.rp_mobail_menu_main_wrapper {
float: none;
padding-top: 20px;
width: 100%;
}
.menu_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
#links {
position: relative;
float: left;
}
#link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
#link_list li {
display: block;
width: 100%;
}
#link_list li:hover {
background-color: #2ec8a6;
}
#toggle {
float: right;
position: relative;
bottom: 25px;
right: 0;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
#toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper #cssmenu ul ul {
display: none;
}
.align-right {
float: right;
}
.menu_wrapper #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #2ec8a6 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper .menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper #sidebar h1 {
font-size: 20px;
color: #2ec8a6 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper#sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper {
background-color: #ffffff78;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.header_logo img {
background: #fff;
}
.logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.nav .navbar-nav {
float: left;
width: 100%;
}
.navbar-nav {
float: right;
}
.nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
#nav_filter li a {
display: block;
font-size: 14px;
cursor: pointer;
color: #000000;
text-transform: uppercase;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
#nav_filter li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
#nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2ec8a6;
background-image: none;
border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
right: auto;
}
.navbar-nav>li {
padding-top: 20px;
padding-bottom: 20px;
}
#nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
#nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
opacity: 0;
border-top: 2px solid #2ec8a6;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px;
}
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.nav .hovr_nav_tab {
padding: 0;
}
.respose_nav {
padding-right: 0;
}
/*-----search bar---*/
.et_search_bar a {
float: right;
width: auto;
text-align: center;
color: #2ec8a6;
font-size: 16px;
cursor: pointer;
}
.et_search_box {
position: absolute;
right: 2px;
top: 100%;
padding: 10px;
display: inline-block;
-webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
background-color: #ffffff;
display: none;
z-index: 1000;
}
.et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2ec8a6;
border-right: 0px;
}
.et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2ec8a6;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.et_search_box button:hover {
color: #ffffff;
background: #2ec8a6;
border-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.et_search_bar i {
position: relative;
}
.et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
/*----stick menu-----*/
.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/********-----------slider wrapper---------**********/
.slider_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -130px;
}
.cc_main_slide1 {
background: url('../images/slider_img.jpg');
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide2 {
background: url('../images/slider_img2.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide3 {
background: url('../images/slider_img3.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide4 {
background: url('../images/corona/slider_img.jpg');
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide5 {
background: url('../images/corona/slider_img2.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide6 {
background: url('../images/corona/slider_img3.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_slider_img_section .owl-theme .owl-nav {
position: absolute;
bottom: 460px;
margin: 0;
margin-top: 100px;
left: 0;
right: 0;
display: block;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-prev {
font-size: 33px;
margin: 0;
padding: 0;
left: -38px;
top: 30px;
position: absolute;
text-align: center;
background-color: white;
width: 78px;
height: 78px;
color: #6f6f6f;
padding-left: 24px;
text-align: center;
line-height: 70px;
border-radius: 100%;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-next {
font-size: 33px;
margin: 0;
padding: 0;
right: -38px;
top: 30px;
position: absolute;
text-align: center;
background-color: #white;
width: 78px;
height: 78px;
color: #6f6f6f;
padding-right: 24px;
text-align: center;
line-height: 74px;
border-radius: 100%;
background: #fff;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav[class*='owl-'] {
background-color: white;
color: #777777;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav .owl-prev:hover {
background: white;
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav .owl-next:hover {
background: white;
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.cc_slider_img_section .owl-theme .owl-nav[class*='owl-'] {
background-color: white;
color: #2ec8a6;
}
.owl-theme .owl-nav.disabled + .owl-dots {
display: none;
}
.cc_slider_cont1 h2 {
color: black;
font-size: 40px;
line-height: 46px;
font-weight: 800;
text-transform: uppercase;
}
.cc_slider_cont1 p {
font-size: 16px;
margin-top: 30px;
color: #222222;
}
.cc_slider_cont1 ul {
margin-top: 40px;
}
.cc_slider_cont1 li {
float: left;
margin-left: 30px;
list-style: none;
}
.cc_slider_cont1 li:first-child {
margin-left: -2px;
}
.cc_slider_cont1 li a {
width: 160px;
height: 50px;
float: left;
color: #ffffff;
background: #2ec8a6;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 14px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.cc_slider_cont1 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cc_slider_cont1 li:last-child a {
width: 160px;
height: 50px;
float: left;
color: #000000;
background: transparent;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 14px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.cc_slider_cont1 li:last-child a:hover {
background: #2ec8a6;
border: 2px solid #2ec8a6;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cc_slider_cont1_wrapper {
padding-top: 10px;
}
.cc_slider_cont1 {
position: absolute;
top: 40%;
left: 0;
right: 0;
z-index: 1000;
}
.cc_slider_cont1 h1 {
color: #2ec8a6;
font-size: 30px;
font-weight: bold;
background-color: #ffffff;
text-transform: uppercase;
padding-top: 22px;
padding-bottom: 21px;
display: inline-block;
padding-left: 30px;
}
.cc_slider_cont1 h1 span {
background: #2ec8a6;
padding: 5px;
color: #ffffff;
font-size: 30px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
margin-left: 30px;
}
.medi {
padding-bottom: 40px;
margin-top: -130px;
}
/*********-------category wrapper-------*********/
.category_wrapper {
text-align: center;
background-color: white;
width: 100%;
float: left;
}
.cat_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
margin-top: -90px;
z-index: 3;
}
.cat_about:hover .icon_wrapper:before {
border-top: 120px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_about:hover .cat_txt a {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_about:hover .cat_img {
border-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_img {
position: relative;
padding-left: 60px;
border: 2px solid #2ec8a6;
width: 100%;
height: 260px;
}
.cat_img img {
height: 200px;
padding-top: 35px;
width: 70%;
}
.cat_txt {
padding-bottom: 50px;
position: absolute;
top: 23%;
width: 75%;
left: 50px;
}
.cat_txt h1 {
color: #111111;
font-size: 18px;
font-weight: 800;
padding-bottom: 10px;
text-transform: uppercase;
}
.cat_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.icon_wrapper {
position: relative;
bottom: 28px;
}
.icon_wrapper img {
top: 48px;
left: 15px;
position: absolute;
}
.icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 30px;
}
.cat_txt a {
color: #2ec8a6;
font-size: 14px;
font-weight: 700;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_txt a:hover i {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/************-------about wrapper------------************/
.about_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 150px;
padding-bottom: 155px;
}
.co_abt{
padding-top: 30px;
padding-bottom: 100px;
}
.abt_box {
position: relative;
border: 10px solid #f2f2f2;
width: 200px;
height: 390px;
}
.abt_img img {
position: absolute;
width: 480px;
height: 480px;
top: -55px;
}
.abt_heading_wrapper {
text-align: left;
width: 100%;
margin-top: -25px;
}
.abt_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.abt_txt {
text-align: left;
width: 100%;
padding-left: 10px;
}
.abt_txt h3 {
font-size: 22px;
color: #2ec8a6;
line-height: 36px;
text-transform: uppercase;
font-weight: bold;
}
.abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 26px;
}
.abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #111111;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
}
.abt_chk ul li {
float: left;
width: 50%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.content ul li i {
font-size: 16px;
color: #2ec8a6;
margin-right: 20px;
}
/*************------appointment wrapper----------***********/
.appoint_wrapper {
background: url('../images/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-color: white;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 59px;
margin-top: -27px;
}
.appoint_wrapper2 {
background: url('../images/corona/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-color: white;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 59px;
margin-top: -27px;
}
.appoint_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.8);
}
.appoint_box {
text-align: center;
width: 100%;
}
.appoint_box h1 {
font-size: 22px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-left: -147px;
}
.appoint_box p {
font-size: 16px;
padding-top: 10px;
font-family: 'Open Sans', sans-serif;
color: #c4c4c4;
text-transform: capitalize;
}
.appoint_box p span {
font-weight: 600;
color: #ffffff;
}
.box_2 h1 {
font-size: 22px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-left: -245px;
}
.appoint_form {
text-align: left;
width: auto;
}
.appoint_form ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
padding-top: 10px;
}
.appoint_form ul li {
float: left;
width: auto;
list-style: none;
}
.appoint_form ul li:last-child {
color: #c4c4c4;
margin-left: 30px;
}
.appoint_form ul li a {
color: #c4c4c4;
padding: 0px 3px;
}
.appoint_form ul li a:hover {
color: #2ec8a6;
transition: 0.6s;
}
.appoint_form ul li:last-child a {
padding-right: 0px;
margin-left: 20px;
}
.appoint_form ul li:first-child {
position: relative;
}
.appoint_form ul li:first-child:after {
content: "";
position: absolute;
top: 0;
right: -11px;
background-color: #c4c4c4;
width: 1px;
height: 100%;
}
.appoint_icon img {
z-index: 1;
position: absolute;
left: 35px;
top: -71px;
padding: 0;
display: inline-block;
}
.appoint_icon:after {
content: '';
border-right: 130px solid transparent;
border-top: 130px solid #2ec8a6;
position: absolute;
left: 15px;
top: -100px;
}
.box_2 h2 {
font-size: 24px;
color: #ffffff;
font-weight: 700;
float: left;
width: 92.5%;
background-color: #2ec8a6;
margin-top: 35px;
text-transform: capitalize;
height: 45px;
line-height: 1;
padding-top: 6px;
margin-left: 42px;
}
.box_2 h2:before {
content: '';
border-left: 42px solid transparent;
border-top: 45px solid #2ec8a6;
position: absolute;
left: 15px;
top: 93px;
}
.box_2 svg {
width: 35px;
height: 35px;
fill: white;
}
.box_2 i {
margin-left: -55px;
}
.box_2 i:before {
font-size: 30px;
font-weight: 400;
margin: 0px;
margin-right: 15px;
}
/************--------choose wrapper-------***************/
.choose_wrapper {
background: url('../images/choose_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
margin-top: 100px;
padding-bottom: 100px;
}
.choose_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #ffffffa3;
}
.choose_heading_wrapper p {
text-align: justify;
}
.ant_txt p {
text-align: justify;
}
.choose_heading_wrapper {
text-align: left;
width: 100%;
}
.choose_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.sidebar_wrapper {
float: left;
width: 100%;
margin-top: 0px;
}
.lv_faq_wrapper .panel-title {
position: relative;
}
.lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.accordionFifteen .panel-group {
margin-bottom: 0;
}
.accordionFifteen .panel-default {
border: 0;
}
.accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-bottom: -15px;
}
.accordionFifteen .panel .panel-heading a {
display: block;
background: white;
padding: 15px 20px;
color: #000;
font-size: 16px;
font-weight: 500;
border: 1px solid #f4ab01;
border-bottom: none;
text-decoration: none;
}
.panel-heading desktop h4 {
line-height: 0;
}
.panel-title h4 {
margin-left: -1px;
}
.accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #f4ab01;
}
.accordionFifteen .panel .panel-heading a.collapsed {
color: #000000;
background-color: #fff;
display: block;
padding: 15px 20px;
font-size: 15px;
font-weight: 800;
border: 1px solid #e3e3e3;
margin-left: -1px;
margin-top: -1px;
}
.accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 30px 30px 30px 20px;
background: #fff;
border: 1px solid #f4ab01;
border-top: none;
margin-left: -1px;
margin-top: -25px;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.accordionFifteen .panel .panel-heading a:after {
content: "\f107";
background: #f4ab01;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f105";
background: #2ec8a6;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.choose_wrapper .sidebar_pannel {
margin-top: 30px !important;
}
.med_slider_img {
float: left;
width: 100%;
overflow: hidden;
}
.owl_box {
width: 100%;
float: left;
overflow: hiddden;
position: relative;
}
.med_slider_img .owl-carousel.owl-loaded {
overflow: hiddden !important;
}
.med_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.med_slider_img .item {
width: 100%;
}
.med_slider_img .owl-carousel .owl-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.med_slider_img .owl-theme .owl-nav {
position: absolute;
bottom: 58%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.med_slider_img .owl-prev {
position: absolute;
left: -50px;
}
.med_slider_img .owl-next {
position: absolute;
right: -50px;
}
.med_slider_img .owl-theme .owl-nav .owl-prev,
.med_slider_img .owl-theme .owl-nav .owl-next {
color: white;
font-size: 36px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 100px;
width: 100px;
border-radius: 100%;
padding-top: 30px;
padding-left: 35px;
}
.med_slider_img .owl-theme .owl-nav .owl-next {
padding-right: 55px;
}
.med_slider_img .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.med_slider_img .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/***********--------team wrapper-----------**********/
.team_wrapper {
float: left;
text-align: center;
width: 100%;
padding-bottom: 44px;
background-color: white;
}
.team_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.team_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
overflow: hidden;
}
.team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_txt a {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_img {
width: 100%;
float: left;
}
.team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_txt h1 a {
color: #111111;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_img img {
margin-top: 2px;
width: 100%;
}
.team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 28px;
}
.team_icon_hover {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
height: 88px;
}
.team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 22px;
margin-bottom: -10px;
}
.team_icon_hover ul li i {
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.team_icon_hover ul li a {
color: #ffffff;
}
.team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_slider_wrapper {
float: left;
width: 100%;
}
.team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_slider_wrapper .item {
width: 100%;
}
.team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper {
background: url('../images/vedio.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.vedio_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.vedio_heading_wrapper {
float: left;
text-align: center;
width: 100%;
margin-top: 200px;
margin-bottom: 195px;
}
.vedio_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.vedio_heading_wrapper p {
margin: 0px 0px 0px 0px;
color: white;
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
}
.vedio_heading_wrapper h4 {
margin-top: 40px;
display: inline-block;
margin-left: -160px;
}
.vedio_heading_wrapper h4 a {
font-size: 18px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_heading_wrapper h4 img {
margin-right: 10px;
}
.vedio_heading_wrapper h4 a:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.video_btn_wrapper {
float: right;
width: 100%;
display: inline-block;
margin-right: 35%;
}
.video_btn_wrapper ul {
padding: 0;
margin: 0;
list-style: none;
}
.video_btn_wrapper li a {
width: 150px;
height: 50px;
float: right;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-left: 30px;
margin-top: 7px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
margin-top: -60px;
}
.video_btn_wrapper li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
/**********----------event wrapper---------***********/
.event_wrapper {
float: left;
width: 100%;
background-color: white;
}
.event_slider_wrapper {
float: left;
width: 100%;
}
.img_section {
width: 100%;
float: left;
background: #f9f9f9;
margin-bottom: 30px;
}
.img_wrapper1 {
float: left;
width: 40%;
}
.event_icon1 {
text-align: left;
position: relative;
overflow: hidden;
width: 60%;
margin-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
.event_icon1 h2 a {
margin-top: 0;
color: black;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.event_icon1 h2 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.event_icon1 p {
color: #757575;
font-size: 16px;
line-height: 26px;
}
.event_icon1 ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}
.event_icon1 ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_icon1 ul li i {
margin-right: 10px;
}
.event_icon1 ul li a {
color: #757575;
}
.event_icon1 ul li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
display: none;
}
.event_slider_wrapper .item {
width: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: 0;
top: -21%;
z-index: 1000;
display: block;
}
.event_slider_wrapper .owl-prev {
position: absolute;
left: -50px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev,
.event_slider_wrapper .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -40px;
border-radius: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next i {
margin-left: 3px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev i {
margin-right: 1px;
margin-top: 1px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.icon_wrapper_event {
position: relative;
bottom: 28px;
}
.icon_wrapper_event i {
top: 48px;
left: 15px;
color: white;
position: absolute;
}
.icon_wrapper_event:before {
content: '';
border-right: 80px solid transparent;
border-top: 80px solid #2ec8a6;
position: absolute;
left: 0px;
top: 28px;
}
/*********----------counter wrapper--------***********/
.counter_section {
background: url('../images/counter_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section2 {
background: url('../images/corona/counter_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_overlay {
background: rgba(245, 245, 245, 0.8);
padding-bottom: 113px;
}
.counter_section .count-description {
font-size: 40px;
font-weight: 700;
color: black;
margin-top: 20px;
}
.icon {
text-align: center;
border: 2px solid #2ec8a6;
width: 100px;
height: 100px;
line-height: 90px;
margin-top: 120px;
background: white;
display: inline-block;
}
.icon img {
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
}
.count-description {
padding-top: 20px;
}
.icon:hover {
color: white;
background-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.con1,
.con2,
.con3,
.con4 {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
color: black;
padding-top: 10px;
}
/***********-----------blog wrapper---------------****************/
.blog_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.blog_about {
text-align: left;
width: 100%;
}
.blog_txt h1 {
margin-top: 30px;
}
.blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_txt h1 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_txt_info ul li:first-child {
position: relative;
}
.blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_img:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
.blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 4;
}
.blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_comment ul li i {
margin-right: 8px;
}
.blog_comment ul li:hover a {
background-color: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper {
background: url('../images/testimonial_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-bottom: 100px;
}
.test_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.test_heading_wrapper {
text-align: left;
width: 100%;
}
.test_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.test_slider_wrapper {
float: left;
width: 100%;
background: rgba(245, 245, 245, 0.1);
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot {
display: none;
}
.test_slider_wrapper .item {
width: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: -8px;
top: -47%;
z-index: 1000;
display: block;
}
.test_slider_wrapper .owl-prev {
position: absolute;
left: -50px;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev,
.test_slider_wrapper .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -41px;
border-radius: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.t_icon_wrapper {
position: relative;
float: left;
width: 100%;
padding: 50px;
margin-left: 60px;
}
.t_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: -60px;
top: 0;
}
.t_client_cont_wrapper2 {
float: left;
width: calc(100% - 100px);
}
.t_client_cont_wrapper2 p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: #ffffff;
font-family: 'Droid Serif', sans-serif;
}
.t_client_cont_wrapper2 img {
float: left;
display: inline-block;
}
.t_client_cont_wrapper2 h5 {
float: left;
font-size: 16px;
margin-top: 35px;
margin-left: 10px;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_box {
float: left;
width: 70%;
z-index: 5;
position: relative;
background: #2ec8a6;
padding: 83px 100px 83px 100px;
}
.box_side_icon {
position: relative;
float: left;
}
.box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #f4ab01;
position: absolute;
left: -100px;
top: -83px;
}
.response {
color: #2d2d2d;
float: right;
}
.box_side_icon img {
top: -50px;
left: -80px;
color: white;
position: absolute;
}
.contect_form1 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_box .contect_form1 ::-webkit-input-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-ms-input-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-webkit-input-placeholder{
color:#fff;
}
.booking_box .contect_form3 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-ms-input-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-webkit-input-placeholder{
color:#fff;
}
.booking_box .contect_form4 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-ms-input-placeholder{
color: #fff;
}
.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus,
.contect_form3 input:hover,
.contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form3 {
width: 100%;
margin-left: -7px;
}
.contect_form3 i {
margin-left: -30px;
color: white;
}
.booking_box::placeholder {
color: #7bddc7;
opacity: 1;
/* Firefox */
}
.booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.contect_btn button {
text-transform: uppercase;
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 15px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.chat_box {
float: left;
width: 30%;
z-index: 5;
box-shadow: 0px 15px 10px -15px #11111169;
background: #f9f9f9;
position: relative;
padding: 100px 60px 77px 60px;
}
.booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_box_img {
text-align: center;
}
.booking_box_img img {
display: inline-block;
position: relative;
}
.booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2ec8a6;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_btn ul {
list-style: none;
display: inline-block;
}
.booking_btn {
float: left;
width: 100%;
text-align: center;
}
.booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -100px;
z-index: 1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.partner_slider_img {
float: left;
width: 100%;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_slider_img .owl-theme .owl-nav {
display: none;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper {
float: left;
width: 100%;
background-color: #2ec8a6;
}
.newsletter_text {
float: left;
width: 100%;
}
.newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.contect_btn_news ul {
list-style: none;
float: right;
}
.contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
text-transform: uppercase;
}
.contect_btn_news li a:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
/*********---------footer wrapper------------**************/
.footer_wrapper {
width: 100%;
background-color: #111111!important;
float: left;
position: relative;
}
.footer_widget_add {
padding-top: 100px;
text-align: left;
position: relative;
}
.address_main {
text-align: left;
float: left;
position: relative;
}
.box_1_wrapper {
float: left;
width: 30%;
}
.footer_main_wrapper {
float: left;
width: 100%;
padding-bottom: 16px;
margin-left: 25px;
}
.booking_box_div {
width: 70%;
float: left;
}
.address_main:after {
content: "";
position: absolute;
top: 0;
right: 15px;
background-color: #434141;
width: 1px;
height: 523px;
display
}
.footer_widget_add p {
font-size: 15px;
color: #757575;
padding-top: 35px;
margin-bottom: 20px;
line-height: 24px;
margin-right: 50px;
}
.footer_widget_add a {
font-size: 14px;
}
.footer_box_add {
float: left;
margin-top: 35px;
width: 100%;
margin-bottom: 30px;
}
.footer_box_add ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
font-size: 14px;
}
.footer_box_add ul li {
float: left;
width: auto;
margin-bottom: 10px;
list-style: none;
color: #fff;
}
.footer_box_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #373636;
width: 34px;
height: 34px;
text-align: center;
color: #fff;
}
.footer_box_add ul li a {
color: #fff;
}
.footer_box_add ul li a:hover {
color: #2ec8a6;
transition: 0.4s;
}
/****footer_2******/
.footer_heading {
padding-top: 110px;
text-align: left;
width: 100%;
}
.footer_heading h1 {
font-size: 20px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
.footer_gallary {
float: left;
width: auto;
margin-top: 40px;
margin-left: 7px;
}
.footer_gallary img {
margin-bottom: 10px;
}
/****footer_3******/
.footer_ul_wrapper {
float: left;
width: 100%;
}
.footer_ul_wrapper {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
margin-top: 30px;
text-transform: capitalize;
padding-left: 30px;
}
.footer_ul_wrapper ul li {
width: auto;
margin-bottom: 10px;
list-style: none;
}
.footer_ul_wrapper ul li i {
margin-right: 10px;
color: #2ec8a6;
}
.footer_ul_wrapper ul li a {
color: #757575;
}
.footer_ul_wrapper ul li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_menu {
margin-left: 30px;
}
/****footer_4******/
.footer_cnct {
text-align: left;
width: 100%;
margin-top: 40px;
}
.contact_last_div {} .footer_cnct p {
font-size: 14px;
color: #757575;
text-transform: capitalize;
}
.footer_cnct p span {
font-weight: 500;
margin-left: 10px;
color: #fff;
}
/****footer_5******/
.footer_botm_wrapper {
float: left;
width: 100%;
padding-top: 46px;
padding-bottom: 30px;
}
.footer_botm_wrapper:after {
content: "";
position: absolute;
top: 430px;
right: 0;
left: 0;
background-color: #434141;
width: 1195px;
height: 1px;
margin-left: -15px;
}
.bottom_footer_copy_wrapper span {
margin: 0;
color: #757575;
}
.bottom_footer_copy_wrapper a {
color: #757575;
margin-right: 5px;
}
.bottom_footer_copy_wrapper a:hover {
color: #2ec8a6;
transition: 0.5s;
}
.footer_btm_icon {
float: right;
margin-top: -4px;
}
.bottom_footer_copy_wrapper {
display: inline;
}
.footer_btm_icon ul {
margin: 0px;
padding: 0px;
width: 100%;
float: right;
font-size: 16px;
}
.footer_btm_icon ul li {
float: right;
width: auto;
color: white;
list-style: none;
margin-left: 10px;
}
.footer_btm_icon ul li i {
line-height: 33px;
color: #373636;
background-color: transparent;
border: 2px solid #373636;
width: 34px;
height: 34px;
text-align: center;
}
.footer_btm_icon ul li a {
color: #373636;
}
.footer_btm_icon ul li a i:hover {
background-color: #2ec8a6;
color: white;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#return-to-top {
position: absolute;
right: 46px;
z-index: 10000;
background: #2ec8a6;
bottom: 73px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 100;
}
#return-to-top i {
color: white;
text-align: center;
font-size: 16px;
margin: 12px;
margin-left: 13px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#return-to-top i:hover {
color: white;
}
/***********----------services css start----------**********/
/*----------title section---------------*/
.med_tittle_section {
background: url('../images/service_top_img.jpg') 50% 0 repeat-y;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
float: left;
position: relative;
text-align: center;
padding-top: 110px;
padding-bottom: 40px;
margin-top: -95px;
}
.med_img_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(245, 245, 245, 0.7);
}
.breadcrumb li {
float: left;
}
.breadcrumb {
background-color: white;
display: inline-block;
}
.breadcrumb>li+li:before {
padding: 0 5px;
content: "/\00a0";
}
.med_tittle_cont {
text-align: right;
margin-top: 45px;
}
.med_tittle_cont h1 {
font-size: 32px;
color: #111111;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 20px;
}
.breadcrumb li a {
color: black;
}
.breadcrumb>li+li:before {
color: black;
}
.breadcrumb li:last-child {
color: #2ec8a6;
float: left;
}
/*--------------service slider-------------*/
.ser_slider_wrapper {
float: left;
width: 100%;
}
.ser_section {
margin-top: 0;
}
.ser_slider_wrapper .owl-carousel .owl-item img {
width: auto;
}
.ser_slider_wrapper .owl-theme .owl-nav {
display: none;
}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 13px;
height: 13px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ser_abt {
width: 100%;
float: left;
background-color: #f2f2f2;
padding-top: 100px;
}
.ser_abt_img_resp {
float: left;
width: 100%;
}
/***********----------appointment css start----------**********/
.book_section {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.avail_section {
float: left;
width: 100%;
background-color: white;
position: relative;
margin-top: -130px;
padding-top: 210px;
}
.chat_box_clr {
background-color: white;
}
/***********calender css**********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px solid white;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
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;
/* 1 */
padding: 0;
/* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
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;
/* 1 */
padding: 0;
/* 2 */
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #ffffff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 100px;
height: 100px;
background-color: #f0f0f0;
font-size: 20px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: #f0f0f0;
font-size: 20px;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #d1d1d1;
font-size: 20px;
cursor: pointer;
width: 100px;
height: 100px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: black;
font-size: 20px;
border: 2px solid white;
width: 100px;
height: 100px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: black;
font-size: 20px;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #abf3aa;
font-size: 20px;
color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #abf3aa;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #abf3aa;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #abf3aa;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #abf3aa;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #ff8c00;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #abf3aa;
color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #d1d1d1;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid white;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #ff8c00;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
border: 2px solid white;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
background-color: #f4ab01;
color: white;
font-size: 22px;
border: none;
width: 70px;
height: 70px;
text-transform: uppercase;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
padding: 15px 5px;
border: 2px solid white;
color: black;
}
.datepicker .dow {
background: #2ec8a6;
color: white;
font-size: 22px;
height: 70px;
text-transform: uppercase;
}
.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
width: 58px;
}
.datepicker-days tbody td:nth-child(7) {
background-color: #f3b0b0;
color: black;
}
@import url("normalize.html");
@import url("datepicker.css");
/* app */
.charset {
box-shadow: 1px 1px 10px #000;
}
.app {
float: left;
width: 100%;
}
.app:after {
content: "";
display: table;
clear: both;
}
.app__side {
background: #333;
width: 35%;
height: 100%;
padding: 40px;
float: left;
color: #ff8c00;
}
.app__main {
width: 100%;
float: left;
}
/* b-calendar */
.calendar .datepicker {
width: 100%;
overflow-x: scroll;
}
.calendar .datepicker table {
width: 100%;
}
/*********----------doctor info-------**********/
.med_doctor_info {
float: left;
width: 100%;
line-height: 50px;
padding-top: 75px;
padding-bottom: 25px;
background-color: #2ec8a6;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
}
.doctor_info h1 {
color: white;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
}
.doctor_info span {
font-size: 16px;
font-weight: 400;
margin-left: 10px;
text-transform: uppercase;
}
.doctor_info p {
font-size: 18px;
margin-top: -5px;
}
.doctor_info {
float: left;
width: 100%;
}
.doctor_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: -12px;
}
.doctor_info li {
display: inline-block;
width: auto;
list-style: none;
font-size: 18px;
margin-right: 30px;
}
.doctor_info ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.doctor_info ul li a {
color: #ffffff;
}
.doctor_info ul li a:hover {
color: #f4ab01;
transition: 0.5s;
}
.bio_section_doc {
float: left;
width: 100%;
background-color: white;
}
.single_doc {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 55px;
bottom: -95px;
left: 0;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
right: 0;
margin: 0px auto;
}
.team_about:hover .single_doc {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.single_doc ul {
margin-left: 40px;
width: 100%;
float: left;
display: inline-block;
margin-top: 20px;
height: 50px;
}
.single_doc ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
margin-bottom: 0;
margin-top: -9px;
}
.doc_img_top {
float: left;
width: 100%;
position: relative;
margin-top: -150px;
z-index: 50;
}
.bio_doc_txt {
text-align: left;
width: 100%;
}
.doc_appoint_2 {
float: left;
width: 100%;
background-color: white;
padding-top: 80px;
padding-bottom: 100px;
}
.contact_btn_wrapper li a {
width: 170px;
height: 45px;
line-height: 45px;
background: #2ec8a6;
color: #fff;
float: left;
border-radius: 100px;
text-align: center;
text-transform: capitalize
}
.doc_single_forms input {
width: 100%;
height: 50px;
border: 2px solid #dcdcdc;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.doc_single_forms input:hover,
.doc_single_forms input:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn ul {
list-style: none;
float: left;
}
.appoint_btn li a {
width: 260px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.appoint_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.speacilist_team_section {
background: url('../images/speacialist.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.speacilist_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.special_team_heading h1,
.special_team_heading p {
float: left;
width: 100%;
color: white;
}
.special_icon_section {
position: relative;
bottom: 30px;
}
/********-------our doctor portfolio section-----*******/
.portfolio_section {
float: left;
text-align: center;
width: 100%;
background-color: white;
}
.portfolio-area {
float: left;
width: 100%;
}
#filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: 700;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #d99a09;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:last-child {
display: inline-block;
float: left;
}
/*********--------event section------**********/
.event_section {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.event_txt_anch {
text-align: left;
width: 100%;
margin-top: 0;
}
.event_txt_anch p {
color: #757575;
font-size: 16px;
line-height: 28px;
text-align: justify;
}
.event_txt_anch ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 15px;
}
.event_txt_anch ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_txt_anch ul li i {
margin-right: 10px;
}
.event_txt_anch ul li a {
color: #757575;
}
.event_txt_anch ul li a:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_txt_anch h2 {
margin-top: 0;
line-height: 35px;
color: black;
font-size: 22px;
font-weight: 600;
text-transform: capitalize;
}
.event_btn_section {
float: left;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.event_btn_section ul {
padding: 0;
margin: 0;
display: inline-block;
list-style: none;
}
.event_txt_anch .event_btn_section li a {
width: 170px;
height: 50px;
float: left;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-top: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.event_txt_anch .event_btn_section li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: black;
}
.event_img_count {
float: left;
position: relative;
width: 100%;
border: 1px solid transparent;
}
.event_img_count figure {
display: block;
margin: 0;
overflow: hidden;
}
.event_img_count figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.event_img_count:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
#countdown {
width: 100%;
}
#countdown label {
clear: both;
display: block;
font-weight: normal;
font-size: 16px;
margin-top: -10px;
color: #757575;
}
#countdown span {
font-size: 30px;
font-weight: 600;
text-align: center;
width: 80px;
height: 80px;
border: 6px solid #f5f5f5;
display: block;
float: left;
text-align: center;
line-height: 70px;
margin-top: -10px;
margin-left: 30px;
}
#countdown span:first-child {
background-color: #fff;
color: #35a4d9;
margin-left: 0;
}
#countdown span:nth-child(2) {
background-color: #fff;
color: #2ec8a6;
}
#countdown span:nth-child(3) {
background-color: #fff;
color: #024aa0;
}
#countdown span:last-child {
background-color: #fff;
color: #2ec8a6;
}
/*******--------gallaery II css-------**********/
.portfolio-area {
float: left;
width: 100%;
background-color: #fff;
}
.portfolio_icon_wrapper a {
position: absolute;
right: 20px;
bottom: 20px;
}
.portfolio_icon_wrapper i {
color: #fff;
font-size: 18px;
}
.portfolio_icon_wrapper:before {
content: '';
border-left: 100px solid transparent;
border-bottom: 100px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio-thumb:hover .portfolio_icon_wrapper:before {
border-left: 100px solid transparent;
border-bottom: 100px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-thumb {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.portfolio-area .portfolio-thumb::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: -80%;
bottom: -80%;
cursor: pointer;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before {
left: 0;
bottom: 0;
opacity: 1;
}
.portfolio-area .portfolio-thumb img {
width: 100%;
}
.portfolio-area .portfolio-info {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 50px;
padding: 50px;
left: 30px;
opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info {
left: 40px;
top: 110px;
right: 45px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info h3 {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info p {
font-size: 16px;
text-align: center;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 40px;
position: relative;
top: 20px;
z-index: 1;
left: 140px;
}
/*portfolio-filter*/
.truck_filter_wrapper {
margin-bottom: 30px;
}
#filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:last-child {
margin-right: 0px;
}
@media(max-width: 590px) {
#filter li {
margin-bottom: 10px;
}
}
.portfolio-area .protfoli_filter li:hover a,
.portfolio-area .protfoli_filter li:focus a,
.portfolio-area .protfoli_filter li.active a {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
}
.portfolio-area .protfoli_filter {
padding-bottom: 50px;
display: inline-block;
}
.portfolio-area .protfoli_filter li {
float: left;
border: 0;
margin-right: 10px;
}
.portfolio-area .protfoli_filter li a {
display: inline-block;
border: 2px solid transparent;
font-size: 16px;
font-weight: 500;
text-align: center;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border-radius: 25px;
list-style: none;
webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-area .portfoli_inner .portfolio-wrapper {
margin-bottom: 30px;
border-radius: 5px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.portfolio-btn .btn {
width: 160px;
height: 50px;
border: 2px solid transparent;
color: #fff;
background: #2ec8a6;
font-size: 14px;
line-height: 35px;
text-transform: uppercase;
font-weight: 600;
border-radius: 100px;
margin-top: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gallerY_btn {
margin-left: 42%;
}
.portfolio-btn .btn:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio_filter li a {
border: 2px solid transparent;
}
.portfolio-area .gallerY_wrapper.protfoli_filter {
padding-bottom: 50px;
display: inline-block;
margin-left: 30%;
}
.pop-up-icon ul {
list-style: none;
padding: 0;
margin: 0;
}
.pop-up-icon li a {
float: left;
margin-left: 50px;
}
.IV_column {
width: 25%;
}
@media (min-width: 767px) and (max-width: 991px) {
.IV_column {
width: 33.3%;
}
}
@media (max-width: 767px) {
.IV_column {
width: 100%;
}
}
/********------contact us section------**********/
.contact_us_section {
background: url('../images/contact_us_bg.jpg');
float: left;
width: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
}
.cont_main_section {
margin-top: -10px;
}
.dc_cont_div input {
border: 2px solid #dcdcdc;
color: #8a8a8a;
}
.dc_cont_div textarea {
border: 2px solid #dcdcdc;
margin-bottom: 0px;
margin-top: 20px;
color: #8a8a8a;
}
.dc_cont_div textarea:hover,
.dc_cont_div textarea:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dc_cont_div input:hover,
.dc_cont_div input:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contact_btn_wrapper button {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.contact_btn_wrapper button {
width: 160px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.contact_btn_wrapper button:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.cont_cat_abt {
margin-top: 0;
width: 100%;
height: 200px;
border: 2px solid #2ec8a6;
}
.cont_cat_txt {
left: 0;
position: relative;
width: 100%;
margin-top: 25px;
}
.dc_icon_section {
bottom: 31px;
}
.dc_icon_section img {
left: 23px;
}
.cont_cat_abt:hover {
border-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cont_last_child h1 {
text-transform: lowercase;
}
.cont_dc_map {
margin-top: -80px;
}
.news_section_dc {
float: left;
width: 100%;
padding-top: 100px;
background-color: #f9f9f9;
padding-bottom: 100px;
}
.news_dc_txt h3 {
float: left;
width: 100%;
font-size: 22px;
color: #2ec8a6;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.edu_news_form button {
width: 230px;
height: 50px;
float: left;
color: white;
text-transform: uppercase;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
position: absolute;
right: -7px;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.edu_news_form {
margin-top: 30px;
}
.news_wrapper .edu_news_form {
text-transform: lowercase;
color: #757575;
}
.edu_news_form button:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.edu_news_form input {
width: 100%;
height: 50px;
float: left;
font-size: 14px;
padding-left: 10px;
font-weight: 600;
position: relative;
border: 2px solid #d7d7d7;
border-right: 2px solid transparent;
}
/********--------pricing table section-------***********/
.pricing_section {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.pricing_box1_wrapper {
background: #2ec8a6;
position: relative;
text-align: center;
}
.box1_heading_wrapper h1,
.pricing_cont_wrapper h1 {
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
padding: 20px;
background-color: #29a489;
}
.price_box1 {
background-color: #ffffff;
z-index: 10;
position: relative;
display: inline-block;
padding: 10px 22px;
}
.price_box1:before {
content: "";
border-bottom: 121px solid transparent;
border-left: 17px solid #fff;
right: -17px;
top: 0px;
position: absolute;
}
.price_box1:after {
content: "";
border-top: 126px solid transparent;
border-right: 16px solid #fff;
left: -16px;
top: -2px;
position: absolute;
}
.price_box1 span {
font-size: 52px;
color: #222222;
font-weight: bold;
position: relative;
top: 15px;
}
.price_box1 h1 {
font-weight: bold;
font-size: 24px;
margin-top: 15px;
color: #222222;
}
.price_box1 p {
margin-top: 15px;
color: #222222;
}
.box1_heading_wrapper {
width: 100%;
}
.price_box1_wrapper {
text-align: center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper h1 {
background-color: #e1b347;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_cont_wrapper h1 {
background-color: #e1b347;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_box1_wrapper:hover {
background: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_cont ul {
list-style: none;
padding: 0;
text-transform: capitalize;
margin-top: 40px;
}
.pricing_cont li {
font-size: 16px;
color: #f8f4f4;
margin-top: 15px;
}
.pricing_btn_wrapper {
text-align: center;
}
.pricing_btn {
display: inline-block;
padding-bottom: 45px;
}
.pricing_btn ul {
padding: 0;
list-style: none;
margin-top: 25px;
}
.pricing_btn li a {
width: 280px;
height: 50px;
float: left;
color: #000000;
background: #ffffff;
text-align: center;
line-height: 49px;
font-size: 14px;
border-radius: 50px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_btn li a:hover {
background: white;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.additional_info {
float: left;
width: 100%;
margin-bottom: -20px;
}
/**********------iV gallery css section------*******/
.portfolio_icon_wrapper_iv:before {
content: '';
border-left: 80px solid transparent;
border-bottom: 80px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio_icon_wrapper_iv a {
position: absolute;
right: 15px;
bottom: 15px;
}
.portfolio_icon_wrapper_iv i {
color: #fff;
font-size: 18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_iv:before {
border-left: 80px solid transparent;
border-bottom: 80px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 0;
padding: 0px;
left: 30px;
opacity: 0;
height: 150px;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_iv {
left: 40px;
top: 40px;
right: 40px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv h3 {
margin-top: 32px;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info_iv p {
font-size: 14px;
text-align: center;
line-height: 20px;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info_iv h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 20px;
position: relative;
top: 10px;
z-index: 1;
left: 55px;
}
/**********------III gallery css section------*******/
.portfolio_icon_wrapper_3:before {
content: '';
border-left: 80px solid transparent;
border-bottom: 80px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio_icon_wrapper_3 a {
position: absolute;
right: 15px;
bottom: 15px;
}
.portfolio_icon_wrapper_3 i {
color: #fff;
font-size: 18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_3:before {
border-left: 80px solid transparent;
border-bottom: 80px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 0;
padding: 30px;
left: 30px;
opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_3 {
left: 40px;
top: 60px;
right: 40px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 h3 {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info_3 p {
font-size: 14px;
text-align: center;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info_3 h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 20px;
position: relative;
top: 10px;
z-index: 1;
left: 70px;
}
/*********-------blog category section----**********/
.blog_section,
.blog_category_main_wrapper {
float: left;
width: 100%;
background-color: white;
}
.contect_form_blog input {
width: 100%;
height: 50px;
padding-left: 20px;
background: transparent;
color: #757575;
border: 2px solid #d4d4d4;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form_blog i {
margin-left: -30px;
color: #2ec8a6;
}
.contect_form_blog input:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_wrapper {
float: left;
width: 100%;
margin-top: 35px;
}
.right_blog_category_wrapper h4 {
font-size: 20px;
color: #000000;
text-transform: uppercase;
font-weight: bold;
}
.right_blog_category_list_wrapper ul {
margin-top: 20px;
padding: 0;
}
.right_blog_category_list_wrapper li:first-child {
margin-top: 0;
}
.right_blog_category_list_wrapper ul li i {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li {
margin-top: 10px;
text-transform: capitalize;
list-style: none;
}
.right_blog_category_list_wrapper li a {
color: #757575;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li i {
color: #757575;
padding-right: 10px;
}
.right_blog_1 {
margin-top: 25px;
}
.gc_footer_ln_main_wrapper,
.gc_footer_ul_main_wrapper,
.gc_footer_insta_main_wrapper {
float: left;
width: 100%;
margin-top: 40px;
}
.gc_footer_ln_main_wrapper2 {
float: left;
width: 100%;
margin-top: 30px;
}
.gc_footer_ln_img_wrapper {
float: left;
width: 80px;
}
.gc_footer_ln_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-left: 20px;
}
.gc_footer_ln_cont_wrapper h4 a {
font-size: 14px;
color: #222222;
text-transform: capitalize;
font-weight: 600;
line-height: 20px;
}
.gc_footer_ln_cont_wrapper h4 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p {
font-size: 14px;
margin-top: 10px;
color: #2ec8a6;
}
.gc_footer_ln_img_wrapper img {
border: 2px solid transparent;
}
.gc_footer_ln_img_wrapper img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_right_blog_insta_wrapper {
float: left;
width: 100%;
}
.gc_footer_insta_main_wrapper {
float: left;
width: auto;
margin-top: 40px;
}
.gc_footer_insta_main_wrapper img {
margin-bottom: 10px;
}
.gc_footer_insta_main_wrapper ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.gc_footer_insta_main_wrapper ul li {
float: left;
margin-left: 9px;
list-style: none;
}
.gc_footer_insta_main_wrapper img {
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_footer_insta_main_wrapper img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_blog_cloud_side_menu ul {
list-style: none;
padding: 0;
margin: 0;
margin-top: 30px;
}
.gc_blog_cloud_side_menu li {
float: left;
margin-bottom: 12px;
text-transform: capitalize;
margin-right: 9px;
font-size: 14px;
margin-top: 15px;
}
.gc_blog_cloud_side_menu li a {
border: 2px solid transparent;
padding: 7px;
background: #2ec8a6;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_blog_cloud_side_menu li a:hover {
border: 2px solid #2ec8a6;
background: #ece9e9;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_index_post_wrapper {
float: left;
width: 100%;
}
.blog_index_img_wrapper iframe {
width: 100%;
height: 440px;
}
.post_blog_slider {
float: left;
width: 100%;
}
.post_blog_slider .owl-theme .owl-dots .owl-dot {
display: none;
}
.post_blog_slider .item {
width: 100%;
}
.post_blog_slider .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: 20px;
top: 5%;
z-index: 1000;
display: block;
}
.post_blog_slider .owl-prev {
position: absolute;
left: -50px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev,
.post_blog_slider .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -40px;
border-radius: 100%;
}
.post_blog_slider .owl-theme .owl-nav .owl-next i {
margin-left: 3px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev i {
margin-right: 1px;
margin-top: 1px;
}
.post_blog_slider .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.page_post {
float: left;
width: 100%;
text-align: center;
margin-bottom: -25px;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
width: 50px;
height: 50px;
color: #000000;
text-decoration: none;
background-color: #f3f0f0;
border: none;
font-size: 18px;
font-weight: 600;
margin-right: 20px;
line-height: 2;
}
.pagination>li>a i {
font-weight: 600;
}
.pagination>li>a:hover {
background: #f4ab01;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
color: white;
background-color: #2ec8a6;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.pagination>li:first-child>a:hover {
background: #f4ab01;
transition: all 0.5s;
}
.pagination>li:last-child>a:hover {
background: #f4ab01;
transition: all 0.5s;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-top-right-radius: 0px;
color: white;
border-bottom-right-radius: 0px;
background-color: #2ec8a6;
}
/*******--------blog single css------**********/
.blog_single_txt {
float: left;
width: 100%;
text-align: left;
padding: 50px;
background-color: #2ec8a6;
}
.blog_txt_body p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: white;
font-family: 'Droid Serif', sans-serif;
}
.blog_txt_body img {
float: left;
display: inline-block;
}
.blog_txt_body h5 {
float: left;
font-size: 16px;
margin-top: 15px;
margin-left: 10px;
}
.client_img_abt img {
width: 60px;
height: 60px;
}
.left_blog_icon ul li i {
color: #2ec8a6;
}
.left_blog_icon ul li {
color: #575757;
margin-top: 5px;
}
.blog_txt_section {
float: left;
width: 100%;
background-color: #2ec8a6;
padding: 47px;
}
.img_wrapper_blog {
float: left;
width: 20%;
}
.blog_event_section {
padding-left: 35px;
text-align: left;
position: relative;
overflow: hidden;
width: 80%;
}
.blog_event_section h2 {
margin-top: 0;
color: white;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}
.blog_event_section p {
color: #f5f2f2;
font-size: 16px;
line-height: 26px;
}
.blog_event_section ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
}
.blog_event_section ul li {
float: right;
width: auto;
font-size: 16px;
margin-right: 15px;
list-style: none;
}
.blog_event_section ul li a {
color: white;
}
.blog_event_section ul li i:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.comment_box_blog {
float: left;
width: 100%;
}
.blog_comment1_wrapper {
border: 2px solid #dcdcdc;
padding-left: 20px;
padding-right: 10px;
float: left;
width: 100%;
}
.cmnt_wraper_2 {
border-top: none;
float: left;
width: 100%;
}
.blog_comment1_img {
padding-top: 25px;
float: left;
width: 100%;
width: 130px;
}
.blog_comment1_cont {
float: left;
padding-left: 20px;
width: calc(100% - 130px);
padding-top: 23px;
padding-bottom: 14px;
padding-right: 10px;
}
.blog_comment1_cont h3 {
font-size: 18px;
color: black;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 5px;
}
.blog_comment1_cont h3 span {
color: #2ec8a6;
padding-left: 5px;
}
.blog_comment1_cont p span {
color: #2ec8a6;
font-size: 14px;
}
.blog_comment1_cont p a:hover {
color: #f4ab01;
transition: all 0.5s;
}
.cmnt_area {
float: left;
width: 100%;
}
.footer_gallary ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.footer_gallary ul li {
float: left;
margin-left: 3px;
list-style: none;
}
.footer_gallary img {
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_gallary img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******-----------about us wrapper---------*********/
.abt_service_section {
float: left;
padding-bottom: 108px;
width: 100%;
}
.about_img {
float: left;
display: inline-block;
width: 100%;
}
.abt_2_heading_mn {
margin-top: 0px;
padding-top: 140px;
}
.abt_service_section {
float: left;
width: 100%;
text-align: center;
}
.abt_left_section {
float: left;
width: 100%;
}
.abt_left_section img {
float: left;
width: 100%;
}
.about_us_wrapper {
float: left;
width: 100%;
padding-top: 50px;
}
.sidebar_right_abt {
float: left;
width: 100%;
text-align: left;
margin-top: -30px;
}
.top_service_wrapper {
background: url('../images/top_service_img.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.top_serv_overlay {
padding-top: 100px;
background: rgba(245, 245, 245, 0.8);
padding-bottom: 100px;
}
.top_serv_txt {
margin-top: 0px;
}
.kv_logo_wrapper {
float: left;
width: auto;
}
.kv_navi_main_wrapper {
background: #292b2f;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
z-index: 10;
position: relative;
height: 113px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.kv_logo_wrapper a {
float: left;
padding: 30px 0px;
}
.menu-bar {
cursor: pointer;
position: relative;
right: 15px;
z-index: 9;
height: 42px;
display: block;
float: right;
margin-top: 15px;
}
.menu-bar span {
background-color: #fff;
display: block;
height: 2px;
margin-bottom: 6px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 30px;
}
.mainmenu.menu-open {
position: relative;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: 15px;
visibility: visible;
}
.mainmenu ul li {
display: inline-block;
}
.mainmenu ul li a {
color: #fff;
display: block;
text-transform: uppercase;
font-size: 14px;
position: relative;
overflow: hidden;
padding: 5px 20px;
top: 15px;
font-weight: 500;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.gc_main_navigation {
border-radius: 20px;
}
.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.mainmenu ul li .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
border-radius: 20px;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.nav > li > a:focus,
.nav > li > a:hover {
background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
background-color: #fff;
content: "";
height: 2px;
position: absolute;
right: 0;
top: 8px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 30px;
}
.menu-bar.menu-close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-bar.menu-close:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu-bar.menu-close span {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*************************
02.1 Submenu & Megamenu
*************************/
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2ec8a6;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.mainmenu ul ul li {
display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.mainmenu ul ul li a:after {
content: "";
}
.mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
top: 20%;
}
.mainmenu ul li.has-mega {
position: relative;
}
.mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li span a.active {
font-weight: 600;
}
.mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.kv_navigation_wrapper {
width: auto;
}
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2ec8a6;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/****----login wrapper css------****/
.login_wrapper_top {
background: url(../images/choose_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
background-repeat: no-repeat;
position: relative;
}
.login_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #ffffffd9;
}
.login_wrapper_top {
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding: 100px 0;
}
.fade:not(.show) {
opacity: 1;
}
.login_tabs .nav {
border: 0;
padding: 30px 0;
}
.login_form_wrapper p {
text-align: center;
}
.login_wrapper a.btn {
color: #fff;
width: 100%;
height: 50px;
padding: 6px 25px;
line-height: 36px;
margin-bottom: 20px;
text-align: left;
background: #2c49ab;
font-size: 16px;
border-radius: 0;
border: 1px solid #2c49ab;
}
.login_wrapper a.btn:focus {
outline: none;
border: none;
box-shadow: none;
}
.login_wrapper a.btn:hover {
background-color: #002398;
border-color: #002398;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.login_wrapper .form-control {
height: 50px;
width: 100%;
padding: 15px 20px;
font-size: 14px;
text-transform: capitalize;
line-height: 24px;
border: 1px solid #e6e6e6;
box-shadow: none;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background-color: #fff;
}
.login_wrapper h2 {
padding-top: 25px;
margin-bottom: -3px;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
text-align: center;
color: #2d3a4b;
}
.login_wrapper textarea.form-control {
height: auto;
resize: none;
}
.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
color: #999;
}
.login_wrapper {} .login_wrapper {
float: left;
width: 100%;
}
.login_wrapper .form-control:focus {
color: #000000;
background-color: fafafa;
border: 1px solid #2ec8a6 !important;
}
.login_remember_box {
margin: 20px 0;
color: #999;
}
.login_remember_box .control {
position: relative;
padding-left: 20px;
cursor: pointer;
font-size: 14px;
line-height: 14px;
font-weight: 500;
margin: 0;
}
.login_remember_box .control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.login_remember_box .control__indicator {
position: absolute;
top: 0;
left: 0;
width: 13px;
height: 13px;
background: #fff;
border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
content: '';
position: absolute;
display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
left: 4px;
top: 0;
width: 5px;
height: 10px;
border: solid #111;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.login_remember_box .forget_password {
float: right;
color: #db4c3e;
font-size: 14px;
text-decoration: underline;
}
.check-box {
margin-top: 35px;
}
.check_box_anchr {
color: ##002398 !important;
}
.login_tab_top_wrap {
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
background: #fff;
float: left;
width: 100%;
padding: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.login_btn {
padding: 0;
cursor: pointer;
float: left;
padding-top: 10px;
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.login_btn a {
background: #2ec8a6;
border: 2px solid #fff;
font-weight: 600;
display: inline-block;
width: 200px;
line-height: 50px;
height: 50px;
border-radius: 0;
text-align: center;
color: #fff;
text-transform: uppercase;
cursor: pointer;
border-radius: 25px;
}
.log a {
width: 100%;
}
.login_btn a:hover {
border: 2px solid #2ec8a6;
background-color: transparent;
color: #2ec8a6;
webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.btn_log {
margin-bottom: 20px;
}
.btn_log a {
color: #000000;
font-size: 22px;
font-weight: 600;
padding-bottom: 40px;
}
.facebook_wrap i,
.google_wrap i {
margin-right: 10px;
font-weight: 300 !important;
}
.facebook_wrap a {
background: #425b96;
text-transform: capitalize;
}
.facebook_wrap a:hover {
background: transparent;
color: #425b96;
border: 2px solid #425b96;
}
.facebook_wrap a::before {
border: 2px solid #425b96;
color: #425b96;
}
.google_wrap a {
background: #bd081c;
text-transform: capitalize;
}
.google_wrap a:hover {
background: transparent;
color: #bd081c;
border: 2px solid #bd081c;
}
.google_wrap a::before {
border: 2px solid #bd081c;
}
/***************---****************
index_hospital css
***************-----***************/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2ec8a6;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_2 {
float: left;
width: 100%;
}
.md_header_wrapper_2 .top_header_section {
float: left;
width: 100%;
background-color: #1a1a1a;
}
.md_header_wrapper_2 .left_top_nav {
float: left;
width: 100%;
}
.md_header_wrapper_2 .top_header_add {
float: left;
width: auto;
line-height: 60px;
}
.md_header_wrapper_2 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.md_header_wrapper_2 .top_header_add li {
float: left;
width: auto;
list-style: none;
color: #ffffff;
margin-right: 30px;
}
.md_header_wrapper_2 .top_header_add ul li a {
color: #ffffff;
}
.md_header_wrapper_2 .top_header_add ul li i {
color: #f4ab01;
margin-right: 10px;
border: 2px solid #333;
}
.md_header_wrapper_2 .top_header_add ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.md_header_wrapper_2 .md_right_side_warpper {
float: right;
}
.md_header_wrapper_2 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.md_header_wrapper_2 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.md_header_wrapper_2 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.md_header_wrapper_2 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.md_header_wrapper_2 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.md_header_wrapper_2 .md_right_side_warpper ul li i:hover {
color: #13bfb1;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.md_header_wrapper_2 .middle_header_wrapper_two {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 10px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_logo {
float: left;
width: 100%;
}
.md_header_wrapper_2 .middle_header_wrapper_two .lv_logo img {
display: inline-block;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper {
float: right;
width: auto;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 52px;
text-align: center;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li p {
float: left;
width: auto;
text-transform: capitalize;
margin: 10px 0px 0px 0px;
font-size: 16px;
color: #757575;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appointmnt_wrapper {
text-align: center;
float: right;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appoint_btn {
display: inline-block;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appoint_btn ul {
padding: 0;
list-style: none;
}
.md_header_wrapper_2 .appoint_btn li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md_header_wrapper_2 .appoint_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md_header_wrapper_2 .appoint_btn i {
margin-right: 10px;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_2 {
background-color: #2ec8a6;
float: left;
width: 100%;
}
.menu_wrapper_2 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_2 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_wrapper_2 #links {
position: relative;
float: left;
}
.menu_wrapper_2 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_2 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_2 #link_list li:hover {
background-color: #2ec8a6;
}
.menu_wrapper_2 #toggle {
float: right;
position: relative;
bottom: 25px;
right: 0;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_2 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper_2 #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper_2 #cssmenu ul ul {
display: none;
}
.menu_wrapper_2 .align-right {
float: right;
}
.menu_wrapper_2 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_2 #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #2ec8a6 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_2.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_2 #sidebar h1 {
font-size: 20px;
color: #2ec8a6 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_2 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper_2 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav_response {
padding-right: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav_response {
padding-right: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_2 #nav_filter li a {
display: block;
font-size: 16px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 #nav_filter li a:hover {
background: transparent;
border: 2px solid #f4ab01;
color: white;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_2 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_2 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2ec8a6;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_2 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.menu_wrapper_2 .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_2 .navbar-nav>li {
padding-top: 12px;
padding-bottom: 12px;
}
/*Dropdown Menu*/
.menu_wrapper_2 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_2 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_2 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_2 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px;
}
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_2 .nav .hovr_nav_tab {
padding: 0;
}
.menu_wrapper_2 .menubar {
fill: #fff;
}
/*-----search bar---*/
.menu_wrapper_2 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_2 .et_search_box {
margin-right: -240px;
position: absolute;
right: 11px;
top: 0px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_2 .et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2ec8a6;
border-right: 0px;
}
.menu_wrapper_2 .et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2ec8a6;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .et_search_box button:hover {
color: #ffffff;
background: #2ec8a6;
border-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .et_search_bar i {
position: relative;
top: 0px;
}
.menu_wrapper_2 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_2 .et_search_bar {
margin-right: -280px;
}
/*----stick menu-----*/
.menu_wrapper_2.menu_fixed {
position: fixed!important;
background: #2ec8a6;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.menu_wrapper_2 .kv_navigation_wrapper .mainmenu .second_navigation {
color: #fff;
}
.menu_wrapper_2 .header-area.stick .menu-bar:after,
.menu_wrapper_2 .header-area.stick .menu-bar:before,
.menu_wrapper_2 .header-area.stick .menu-bar span,
.menu_wrapper_2 .stick .mainmenu ul li.parent:after,
.menu_wrapper_2 .stick .mainmenu ul li.parent:before,
.menu_wrapper_2 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_2 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_2 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
.slider-area {
float: left;
width: 100%;
position: relative;
}
.slider-area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 220px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.8s;
margin: 0 0 30px;
text-transform: uppercase;
font-size: 26px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 38px;
font-weight: bold;
margin: 0 0 30px;
animation-delay: 1.5s;
text-transform: uppercase;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
color: #f4ab01;
margin-left: 5px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 16px;
color: #f2eeee;
margin: 0 0 30px;
width: 95%;
animation-delay: 2.5s;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 3.2s;
}
.hs_slider_tabs_icon_cont_wrapper {
float: left;
padding: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper svg:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
font-size: 16px;
}
.hs_sign_left_tabs_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
font-size: 20px;
font-weight: bold;
color: #000000;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.carousel-nevigation > .prev,
.pulse {
left: 20px;
position: absolute;
width: 70px;
height: 70px;
border-radius: 100px;
background-color: #346259;
border: 5px solid #3c5350;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
box-shadow: 0 0 0 rgba(60, 83, 80, 0.8);
animation: pulse 3s infinite;
}
.carousel-nevigation > .next,
.pulse {
right: 20px;
position: absolute;
width: 70px;
height: 70px;
border-radius: 100px;
background-color: #346259;
border: 5px solid #3c5350;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
box-shadow: 0 0 0 rgba(60, 83, 80, 0.8);
animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
}
.slider-area:hover .carousel-nevigation > .prev {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation > .next:hover,
.carousel-nevigation > .prev:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation svg {
fill: white;
margin-top: 10px;
margin-left: 10px;
}
.hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
border: 3px solid #5b6467;
animation-delay: 3.0s;
}
.hs_slider_right_tabs_wrapper:hover {
border: 3px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper h1 {
color: #b1841a;
font-size: 18px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
.hs_slider_tab_one {
animation-delay: 3.5s;
}
.hs_slider_tab_tow {
animation-delay: 3.7s;
}
.hs_slider_tab_three {
animation-delay: 3.9s;
}
.hs_slider_tab_four {
animation-delay: 4.1s;
}
.hs_slider_tab_fifth {
animation-delay: 4.3s;
}
.hs_slider_tab_six {
animation-delay: 4.6s;
}
.hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
}
.hs_slider_tabs_icon_wrapper {
float: right;
margin-top: -70px;
padding-right: 5px;
}
.hs_slider_tabs_icon_wrapper i {
float: left;
font-size: 28px;
text-align: center;
color: #b1841a;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper p {
font-weight: 16px;
color: #d1cccc;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper p {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper h1 {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-two .cc_slider_cont1 {
position: absolute;
top: 68%;
left: 2px;
right: 0;
z-index: 1000;
}
.slider-two .cc_slider_cont1 ul {
float: left;
margin: 0;
padding: 0;
}
.slider-two .cc_slider_cont1 li {
float: left;
margin-top: 10px;
list-style: none;
}
.slider-two .cc_slider_cont1 li a {
width: 200px;
height: 50px;
float: left;
color: #ffffff;
text-transform: uppercase;
background: #2ec8a6;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 16px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.slider-two .cc_slider_cont1 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- hs Slider End --*/
/*--service wrapper Start --*/
.serv_title_main_wrapper_2 {
float: left;
width: 100%;
position: relative;
margin-top: -106px;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper {
background: #2ec8a6;
float: left;
text-align: center;
}
.serv_title_main_wrapper_2 .serv_img_wrapper {
float: left;
width: 100%;
}
.serv_title_main_wrapper_2 .serv_img_wrapper img {
width: 100%;
}
.serv_title_main_wrapper_2 .box1_heading_wrapper h1 a {
font-size: 18px;
font-weight: bold;
color: white;
text-transform: uppercase;
}
.serv_title_main_wrapper_2 .box1_heading_wrapper {
width: 100%;
padding: 9px;
float: left;
background-color: #29a489;
}
.serv_title_main_wrapper_2 .price_box1_wrapper {
text-align: center;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper:hover .box1_heading_wrapper {
background-color: #de9b00;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper:hover {
background: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper {
float: left;
width: 100%;
padding: 30px;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper p {
font-size: 16px;
color: white;
line-height: 26px;
float: left;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a {
font-size: 14px;
color: white;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/********-------about us wrapper-------**********/
.about_us_section_2 {
width: 100%;
float: left;
padding-top: 100px;
text-align: center;
}
.about_us_section_2 .about_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 32px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.about_us_section_2 .ser_abt_img_resp {
float: left;
width: 100%;
}
.about_us_section_2 .about_indx_txt {
width: 100%;
float: left;
text-align: left;
padding-bottom: 100px;
}
.about_us_section_2 .abt_txt {
text-align: left;
}
.about_us_section_2 .abt_txt h3 {
font-size: 22px;
color: #222222;
line-height: 36px;
text-transform: capitalize;
font-weight: 600;
}
.about_us_section_2 .abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 26px;
}
.about_us_section_2 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-align: left;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.about_us_section_2 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.about_us_section_2 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.about_us_section_2 .content_chck ul li i {
font-size: 16px;
color: #2ec8a6;
margin-right: 10px;
}
.about_us_section_2 .abt_chk ul li i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_2 .abt_chk ul li:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_btn ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-top: 20px;
}
.about_btn li a {
width: 200px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.about_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.about_us_section_2 .portfolio-area {
float: left;
width: 100%;
padding-top: 30px;
}
.about_us_section_2 .portfolio-area .portfolio-wrap {
position: relative;
overflow: hidden;
}
.about_us_section_2 .about_port_section ul {
margin-top: -30px;
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.about_us_section_2 .about_port_section ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
}
.about_us_section_2 .about_port_section ul li:first-child {
margin-left: 20px;
}
.about_us_section_2 .port_uper_div {
margin-bottom: 20px;
}
/*********--------md services wrapper-------*********/
.service_wrapper_2 {
background: url('../images/service_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 80px;
}
.service_wrapper_2 .service_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.service_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 32px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.service_wrapper_2 .service_heading_wraper p {
color: #f5f4f3;
}
.service_wrapper_2 .serv_left_wrapper {
text-align: left;
}
.service_wrapper_2 .serv_btn li a:hover {
color: white;
}
.service_wrapper_2 .serv_btn ul {
padding-top: 0px;
}
.service_wrapper_2 .serv_heading_section h1 {
font-size: 22px;
font-weight: 600;
}
.service_wrapper_2 .serv_heading_section p {
font-size: 16px;
color: #d7d4d4;
}
.service_wrapper_2 .sidebar_wrapper {
float: left;
width: 100%;
padding-top: 50px;
}
.service_wrapper_2 .lv_faq_wrapper .panel-title {
position: relative;
}
.service_wrapper_2 .lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.service_wrapper_2 .accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.service_wrapper_2 .accordionFifteen .panel-group {
margin-bottom: 0;
}
.service_wrapper_2 .accordionFifteen .panel-default {
border: 0;
}
.service_wrapper_2 .accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-top: -10px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a {
display: block;
padding: 15px 20px;
color: white;
font-size: 16px;
font-weight: bold;
border-bottom: none;
text-decoration: none;
background-color: #26a88b;
}
.service_wrapper_2 .panel_cont p {
color: white;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed {
color: white;
background-color: rgba(255, 255, 255, 0.13);
display: block;
padding: 15px 20px;
font-size: 16px;
font-weight: bold;
border: 1px solid #6f6d6d;
}
.service_wrapper_2 .accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.service_wrapper_2 .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 15px 20px 15px 20px;
background: #2ec8a6;
border-top: none;
margin-left: -1px;
margin-top: -1px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:before,
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:after,
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:after {
content: "\f068";
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 3px;
line-height: 19px;
color: #353435;
font-size: 14px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f067";
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 3px;
line-height: 19px;
color: #353435;
font-size: 14px;
}
.service_wrapper_2 .md_serv_box {
float: left;
width: 100%;
}
.service_wrapper_2 .md_serv_box ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.service_wrapper_2 .md_serv_box ul li {
float: left;
width: 46%;
list-style: none;
margin-right: 20px;
margin-bottom: 20px;
}
.service_wrapper_2 .md_serv_box ul li .md_schedule_info {
float: left;
width: 100%;
text-align: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info h4 {
float: left;
width: 100%;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
padding: 20px;
color: #222222;
background: #f6f6f6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info:hover h4 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .serv_txt {
float: left;
padding: 20px;
background: white;
}
.service_wrapper_2 .md_schedule_info .serv_txt p {
float: left;
width: 100%;
margin: 0px;
color: #797979;
font-size: 16px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #ffffff;
background: #2ec8a6;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.service_wrapper_2 .serv_txt a {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.service_wrapper_2 .md_schedule_info a i {
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info a:hover i {
padding-left: 5px;
color: white;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/*******--------team wrapper -------***********/
.team_wrapper_2 {
float: left;
text-align: center;
width: 100%;
padding-bottom: 44px;
background-color: white;
}
.team_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.team_wrapper_2 .team_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
overflow: hidden;
}
.team_wrapper_2 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_txt a {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_img {
width: 100%;
}
.team_wrapper_2 .team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.team_wrapper_2 .team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_wrapper_2 .team_txt h1 a {
color: #111111;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.team_wrapper_2 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_2 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_2 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_2 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 30px;
}
.team_wrapper_2 .team_icon_hover {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_2 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
height: 85px;
padding-left: 30px;
}
.team_wrapper_2 .team_icon_hover ul li:first-child {
margin-left: 0;
}
.team_wrapper_2 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_2 .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.team_wrapper_2 .team_wrapper_2team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_2 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_2 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_2 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .item {
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********----------counter wrapper--------***********/
.counter_section_2 {
background: url('../images/counter_2_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section_2 .counter_overlay {
background: rgba(0, 0, 0, 0.8);
padding-top: 100px;
padding-bottom: 95px;
}
.counter_section_2 .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_2 .icon {
width: 100px;
height: 100px;
line-height: 98px;
text-align: center;
font-size: 28px;
font-weight: bold;
border: 2px solid #363838;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-top: 0px;
background: transparent;
}
.counter_section_2 .icon i {
text-align: center;
width: 80px;
border-radius: 80px;
line-height: 80px;
background: #3a3f41;
display: inline-block;
font-size: 30px;
color: #2ec8a6;
}
.counter_section_2 .count-description {
padding-top: 20px;
}
.counter_section_2 .icon:hover {
background-color: #27947c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_2 .con1,
.counter_section_2 .con2,
.counter_section_2 .con3,
.counter_section_2 .con4 {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
color: white;
padding-top: 10px;
}
.counter_section_2 p {
color: #fff;
}
/********-------event wrapper-------**********/
.event_wrapper_2 {
float: left;
width: 100%;
padding-bottom: 45px;
background-color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper {
float: left;
width: 100%;
}
.event_wrapper_2 .hs_lest_news_img_wrapper {
position: relative;
overflow: hidden;
}
.event_wrapper_2 .hs_lest_news_img_wrapper img {
width: 100%;
}
.event_wrapper_2 .hs_lest_news_date_wrapper {
width: 70px;
height: 70px;
background-color: #2ec8a6;
text-align: center;
position: absolute;
top: -70px;
right: 30px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_date_wrapper ul {
margin: 0;
padding: 0;
}
.event_wrapper_2 .hs_lest_news_date_wrapper li:first-child {
font-size: 28px;
color: #ffffff;
list-style: none;
padding-top: 10px;
font-weight: bold;
padding-bottom: 5px;
}
.event_wrapper_2 .hs_lest_news_date_wrapper li:last-child {
font-size: 22px;
list-style: none;
color: #ffffff;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper {
text-align: left;
width: 100%;
background: #ffffff;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h5 {
font-weight: 500;
text-transform: capitalize;
color: black;
font-size: 20px;
padding: 20px;
background: #f9f9f9;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover.hs_lest_news_cont_wrapper h5 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper p {
font-size: 16px;
line-height: 26px;
color: #797979;
}
.event_wrapper_2 .lest_blog_wrapper h4 a {
font-size: 14px;
color: #2ec8a6;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h2 {
font-size: 22px;
font-weight: 600;
color: black;
margin-bottom: 10px;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h2 {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.event_wrapper_2 .lest_blog_wrapper h4 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_date_wrapper {
top: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h5 {
color: white;
background: #26a88b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .lest_blog_wrapper {
padding: 20px;
background-color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper {
background: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h4 a {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.event_wrapper_2 .event_slideR_wrapper_2 {
float: left;
width: 100%;
text-align: center;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-carousel .owl-item img {
width: auto;
}
.event_wrapper_2 .event_slideR_wrapper_2 .item {
width: 100%;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-carousel .owl-nav {
display: none;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot.active span,
.event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********----------testimonial wrapper--------***********/
.testimonial_wrapper_2 {
background: url('../images/clint_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.testimonial_wrapper_2 .testimonial_overlay {
background: rgba(0, 0, 0, 0.8);
padding-top: 100px;
padding-bottom: 45px;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper {
float: left;
width: 100%;
}
.testimonial_wrapper_2 .client_slide_main_wrapper {
float: left;
width: 100%;
}
.testimonial_wrapper_2 .client_cont_wrapper {
float: left;
width: 100%;
text-align: center;
background: #ffffff;
}
.testimonial_wrapper_2 .client_cont_wrapper:after {
content: '';
border-left: 30px solid transparent;
border-bottom: 30px solid #f5f5f5;
position: absolute;
top: 91px;
right: 50px;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper:after {
border-bottom: 30px solid #26a88b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_cont_wrapper p {
color: #222222;
font-size: 18px;
padding: 45px;
font-style: italic;
}
.testimonial_wrapper_2.client_slide_main_wrapper:hover .client_cont_wrapper {
color: white;
background: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper p {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_img_wrapper {
float: right;
width: 80px;
margin-bottom: 40px;
}
.testimonial_wrapper_2 .client_cont_wrapper h1 {
color: #222222;
font-size: 22px;
font-weight: 600;
background: #f6f6f6;
padding: 20px;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper h1 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_img_wrapper img {
border-radius: 100%;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .client_cont_wrapper img {
display: inline-block;
text-align: center;
position: absolute;
margin-left: -70px;
bottom: 36px;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 {
float: left;
width: 100%;
text-align: center;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-carousel .owl-item img {
width: 100%;
}
.testimonial_wrapper_2 .client_cont_wrapper img {
display: none !important;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .item {
width: 100%;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-carousel .owl-nav {
display: none;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid white;
}
.testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot.active span,
.testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot:hover span {
background: white;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testmonial_slider_wrapper_2 p {
color: #fff;
}
/*******--------portfolio wrapper css-------**********/
.fliter_main_wrapper_2 {
float: left;
width: 100%;
padding-top: 100px;
background: white;
padding-bottom: 84px;
}
.fliter_main_wrapper_2 .gc_filter_heading_wrapper {
text-align: center;
}
.fliter_main_wrapper_2 .gc_filter_heading {
display: inline-block;
}
.fliter_main_wrapper_2 .portfolio-area {
float: left;
width: 100%;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro {
margin-bottom: 50px;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro p span,
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro h2 {
text-transform: uppercase;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro h2 {
font-weight: 600;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb {
position: relative;
overflow: hidden;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 800px;
bottom: 800px;
top: 800px;
right: 800px;
cursor: pointer;
background: rgba(78, 199, 171, 0.8);
opacity: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before {
left: 0;
bottom: 0;
right: 0;
top: 0;
opacity: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb img {
width: 100%;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info {
position: absolute;
height: 100%;
left: 20px;
top: 0;
color: #ffffff;
opacity: 0;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-wrapper:hover .portfolio-info {
left: 40px;
top: 40px;
margin-top: -25px;
opacity: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info h3 {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0;
color: #ffffff;
}
.fliter_main_wrapper_2 .portfolio-info:after {
content: '';
border: 1px solid #2f2d2b;
display: block;
width: 100%;
position: relative;
top: 5px;
}
.fliter_main_wrapper_2 .portfolio-info h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 50px;
position: relative;
top: 7px;
z-index: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info .small {
font-size: 12px;
color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
position: relative;
width: auto;
visibility: visible;
}
.gc_filter_cont_overlay {
position: absolute;
top: 200px;
bottom: 200px;
left: 200px;
right: 200px;
border: 25px solid transparent;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
background: rgba(78, 199, 171, 0.8);
opacity: 1;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden;
visibility: visible;
}
.fliter_main_wrapper_2 .gc_filter_cont_overlay i {
color: white;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 100%;
font-size: 24px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i {
color: white;
opacity: 1;
}
.gc_filter_text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border: 5px solid rgba(255, 255, 255, 0.6);
}
.fliter_main_wrapper_2 .III_column {
margin-top: 30px;
}
/*portfolio-filter*/
.fliter_main_wrapper_2 .portfolio_section {
float: left;
text-align: center;
width: 100%;
background-color: white;
}
.fliter_main_wrapper_2 .portfolio-area {
float: left;
width: 100%;
}
.fliter_main_wrapper_2 #filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: 700;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.fliter_main_wrapper_2 #filter li a:hover,
.fliter_main_wrapper_2 #filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #d99a09;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.fliter_main_wrapper_2 #filter li a:last-child {
margin-right: 0px;
}
.fliter_main_wrapper_2 .gc_filter_btn {
text-align: center;
}
.fliter_main_wrapper_2 .gc_filter_btn ul {
padding: 0;
list-style: none;
margin-top: 50px;
display: inline-block;
}
.fliter_main_wrapper_2 .gc_filter_btn li a {
width: 160px;
height: 50px;
float: left;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 49px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.fliter_main_wrapper_2 .gc_filter_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: black;
}
/**********--------call us wrapper------**********/
.call_wrapper_2 {
background: url('../images/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 110px;
padding-bottom: 95px;
}
.call_wrapper_2 .call_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.call_wrapper_2 .call_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: #f4ab01;
font-size: 50px;
font-weight: bold;
text-align: center;
}
.call_wrapper_2 .call_heading_wraper h3 {
color: white;
font-size: 21px;
}
.call_wrapper_2 .appointmnt_wrapper_2 {
text-align: center;
float: left;
width: 100%;
}
.call_wrapper_2 .appoint_btn_2 {
display: inline-block;
}
.call_wrapper_2 .appoint_btn_2 ul {
padding: 0;
list-style: none;
}
.call_wrapper_2 .appoint_btn_2 li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 i {
margin-right: 10px;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.blog_wrapper_2 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_2 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_2 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_wrapper_2 .blog_txt h1 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_wrapper_2 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child {
position: relative;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_wrapper_2 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_2 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_2 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_2 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_2.blog_img:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
.blog_wrapper_2 .blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 4;
}
.blog_wrapper_2 .blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_wrapper_2 .blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_wrapper_2 .blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_wrapper_2 .blog_comment ul li i {
margin-right: 8px;
}
.blog_wrapper_2 .blog_comment ul li:hover a {
background-color: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_2 .blog_txt a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_wrapper_2 .booking_box {
float: left;
width: 70%;
z-index: 1;
position: relative;
background: #2ec8a6;
padding: 83px 100px 83px 100px;
margin-top: -180px;
}
.booking_wrapper_2 .box_side_icon {
position: relative;
float: left;
}
.booking_wrapper_2 .box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #f4ab01;
position: absolute;
left: -100px;
top: -83px;
}
.booking_wrapper_2 .box_side_icon img {
top: -58px;
left: -80px;
color: white;
position: absolute;
}
.booking_wrapper_2 .response {
color: #2d2d2d;
float: right;
}
.booking_wrapper_2 .contect_form1 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form1 input:hover,
.booking_wrapper_2 .contect_form1 input:focus,
.booking_wrapper_2 .contect_form2 input:hover,
.booking_wrapper_2 .contect_form2 input:focus,
.booking_wrapper_2 .contect_form3 input:hover,
.booking_wrapper_2 .contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form3 {
width: 100%;
margin-left: -7px;
}
.booking_wrapper_2 .contect_form3 i {
margin-left: -30px;
color: white;
}
.booking_wrapper_2 .booking_box::placeholder {
color: #7bddc7;
opacity: 1;
/* Firefox */
}
.booking_wrapper_2 .booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_wrapper_2 .booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.booking_wrapper_2 .contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.booking_wrapper_2 .contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.booking_wrapper_2 .contect_btn button {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_2 .contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.booking_wrapper_2 .chat_box {
float: left;
width: 30%;
z-index: 1;
box-shadow: 0px 15px 10px -15px #111111b3;
background: #f9f9f9;
position: relative;
padding: 100px 60px 83px 60px;
margin-top: -180px;
}
.booking_wrapper_2 .booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_2 .booking_box_img {
text-align: center;
}
.booking_box_img img {
display: inline-block;
position: relative;
}
.booking_wrapper_2 .booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2ec8a6;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_wrapper_2 .booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_wrapper_2 .booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_wrapper_2 .booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_wrapper_2 .booking_btn ul {
list-style: none;
float: left;
}
.booking_wrapper_2 .booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_2 .booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.booking_wrapper_2 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
z-index: 1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.partner_wrapper_2 .partner_slider_img {
float: left;
width: 100%;
}
.partner_wrapper_2 .partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_wrapper_2 .partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_wrapper_2 .partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_wrapper_2 .partner_slider_img .owl-theme .owl-nav {
display: none;
}
/*---------------*/
.menu_wrapper_2 {
background-color: #2ec8a6;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_2 .header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_2 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_2 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_2 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .navbar-nav {
float: right;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 .mainmenu ul ul,
.menu_wrapper_2 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_2 .mainmenu ul li:hover > ul,
.menu_wrapper_2 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2ec8a6;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_2 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_2 .mainmenu ul ul li a,
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_2 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_2 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_2 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_2 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_2 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_2 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_2 .mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_2 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_2 .mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2ec8a6;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_2 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_2 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_2 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_2 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_2 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #f4ab01;
border-radius: 20px;
}
.menu_wrapper_2 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-area .protfoli_filter li:hover a,
.portfolio-area .protfoli_filter li:focus a,
.portfolio-area .protfoli_filter li.active a {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
}
.portfolio-area .protfoli_filter {
padding-bottom: 50px;
display: inline-block;
margin-left: 115px;
}
.portfolio-area .protfoli_filter li {
float: left;
border: 0;
margin-right: 10px;
}
.portfolio-area .protfoli_filter li a {
display: inline-block;
border: 2px solid transparent;
font-size: 16px;
font-weight: 500;
text-align: center;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border-radius: 25px;
list-style: none;
}
.portfolio-area .portfoli_inner .portfolio-wrapper {
margin-bottom: 30px;
border-radius: 5px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.fa-caret-right:before {
content: "\f0da";
margin-left: 35%;
}
/***************-------**************
index_gynecologycal css
/***************-------**************
/*-------body start----*/
.med_toppadder10_3 {
padding-top: 10px;
}
.med_toppadder20_3 {
padding-top: 20px;
}
.med_toppadder30_3 {
padding-top: 30px;
}
.med_toppadder40_3 {
padding-top: 40px;
}
.med_toppadder50_3 {
padding-top: 50px;
}
.med_toppadder60_3 {
padding-top: 60px;
}
.med_toppadder70_3 {
padding-top: 70px;
}
.med_toppadder80_3 {
padding-top: 80px;
}
.med_toppadder90_3 {
padding-top: 90px;
}
.med_toppadder100_3 {
padding-top: 100px;
}
.med_bottompadder10_3 {
padding-bottom: 10px;
}
.med_bottompadder20_3 {
padding-bottom: 20px;
}
.med_bottompadder30_3 {
padding-bottom: 30px;
}
.med_bottompadder40_3 {
padding-bottom: 40px;
}
.med_bottompadder50_3 {
padding-bottom: 50px;
}
.med_bottompadder60_3 {
padding-bottom: 60px;
}
.med_bottompadder70_3 {
padding-bottom: 70px;
}
.med_bottompadder80_3 {
padding-bottom: 80px;
}
.med_bottompadder90_3 {
padding-bottom: 90px;
padding-top: 100px;
}
}
.med_bottompadder100_3 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2e7ec8;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_3 {
float: left;
width: 100%;
}
.md_header_wrapper_3 .top_header_wrapper {
float: left;
width: 100%;
background-color: #2e7ec8;
font-size: 14px;
color: #ffffff;
position: relative;
z-index: 6;
font-family: 'Open Sans', sans-serif;
}
.md_header_wrapper_3 .top_header_add {
float: left;
width: auto;
line-height: 52px;
}
.md_header_wrapper_3 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.md_header_wrapper_3 .top_header_add li {
float: left;
width: auto;
color: #fff;
list-style: none;
margin-right: 30px;
}
.md_header_wrapper_3 .top_header_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.md_header_wrapper_3 .top_header_add ul li a {
color: #ffffff;
}
.md_header_wrapper_3 .top_header_add ul li a:hover {
color: #f7c44e;
transition: 0.4s;
}
.md_header_wrapper_3 .top_login {
float: right;
width: auto;
width: 170px;
text-align: center;
background-color: #f7c44e;
color: #fff;
padding-top: 20px;
padding-bottom: 18px;
}
.md_header_wrapper_3 .top_login ul {
margin: 0px;
padding: 0px;
width: 100%;
line-height: 5px;
float: left;
margin-left: 20px;
}
.md_header_wrapper_3 .top_login ul li {
float: left;
width: auto;
list-style: none;
}
.md_header_wrapper_3 .top_login ul li a {
color: #ffffff;
padding-left: 20px;
}
.md_header_wrapper_3 .md_right_side_warpper {
float: right;
}
.md_header_wrapper_3 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.md_header_wrapper_3 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.md_header_wrapper_3 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.md_header_wrapper_3 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.md_header_wrapper_3 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.md_header_wrapper_3 .md_right_side_warpper ul li i:hover {
color: #f4ab01;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.md_header_wrapper_3 .middle_header_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 10px;
}
.md_header_wrapper_3 .md_logo {
float: left;
width: 100%;
}
.md_header_wrapper_3 .lv_logo img {
display: inline-block;
}
.md_header_wrapper_3 .md_share_info_wrapper {
float: right;
width: auto;
}
.md_header_wrapper_3 .md_header_wrapper_3 .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 52px;
text-align: center;
}
.md_header_wrapper_3 .lv_header_icon img {
border: 2px solid #efefef;
padding: 7px;
margin-top: 15px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li p {
float: left;
width: auto;
text-transform: capitalize;
margin: 10px 0px 0px 10px;
font-size: 16px;
color: #757575;
}
.md_header_wrapper_3 .appointmnt_wrapper {
text-align: center;
float: right;
}
.md_header_wrapper_3 .appoint_btn {
display: inline-block;
}
.appoint_btn ul {
padding: 0;
list-style: none;
}
.appoint_btn li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn i {
margin-right: 10px;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_3 {
background-color: #2e7ec8;
float: left;
width: 100%;
}
.menu_wrapper_3 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_3 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_wrapper_3 #links {
position: relative;
float: left;
}
.menu_wrapper_3 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_3 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_3 #link_list li:hover {
background-color: #2e7ec8;
}
.menu_wrapper_3 #toggle {
float: right;
position: relative;
bottom: 40px;
right: 20px;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_3 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper_3 #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper_3 #cssmenu ul ul {
display: none;
}
.menu_wrapper_3 .align-right {
float: right;
}
.menu_wrapper_3 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_3 #cssmenu ul li:hover a,
.menu_wrapper_3 #cssmenu ul li.active a {
background: #2e7ec8!important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_3.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_3 #sidebar h1 {
font-size: 20px;
color: #2e7ec8 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_3 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper_3 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_3 .nav_response {
padding-right: 0px;
}
.menu_wrapper_3 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_3 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_3 #nav_filter li a {
display: block;
font-size: 14px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 #nav_filter li a:hover {
background: transparent;
border: 2px solid #f7c44e;
color: white;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_3 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_3 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2e7ec8;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_3 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_3 .navbar-nav>li {
padding-top: 24px;
padding-bottom: 23px;
}
/*Dropdown Menu*/
.menu_wrapper_3 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_3 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_3 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_3 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:hover:after,
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub.open > a:after,
.menu_wrapper_3 #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_wrapper_3 #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_wrapper_3 #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_wrapper_3 #cssmenu ul ul li a:hover {
color: #ffffff;
}
.menu_wrapper_3 #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_wrapper_3 #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_3 .nav .hovr_nav_tab {
padding: 0;
}
/*-----search bar---*/
.menu_wrapper_3 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_3 .et_search_box {
position: absolute;
right: -225px;
top: 2px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_3 .et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2e7ec8;
border-right: 0px;
}
.menu_wrapper_3 .et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2e7ec8;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_box button:hover {
color: #ffffff;
background: #2e7ec8;
border-color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_bar i {
position: relative;
top: 5px;
}
.menu_wrapper_3 .et_navbar_search_wrapper {
float: right;
}
/*----stick menu-----*/
.menu_wrapper_3.menu_fixed {
position: fixed;
background: #2e7ec8;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.menu_wrapper_3 .header-area.stick .mainmenu ul li a,
.menu_wrapper_3 .stick .mean-container a.meanmenu-reveal {} .menu_wrapper_3 .header-area.stick .menu-bar:after,
.menu_wrapper_3 .header-area.stick .menu-bar:before,
.menu_wrapper_3 .header-area.stick .menu-bar span,
.menu_wrapper_3 .stick .mainmenu ul li.parent:after,
.menu_wrapper_3 .stick .mainmenu ul li.parent:before,
.menu_wrapper_3 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_3 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_3 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
/*-- hs Slider Start --*/
.slider-area-3 {
float: left;
width: 100%;
position: relative;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3 .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3.carousel-inner .carousel-item .caption-2:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-2:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3 .carousel-inner .carousel-item .caption-3:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-3:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
overflow: hidden;
vertical-align: middle;
padding-top: 300px;
padding-bottom: 250px;
float: right;
text-align: left;
z-index: 10000;
margin-right: 110px;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 40px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
line-height: 50px;
margin: 0 0 20px;
animation-delay: 1.2s;
text-transform: uppercase;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content h2 span {
color: #fff;
font-size: 40px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
margin: 0 0 20px;
animation-delay: 1.2s;
text-transform: uppercase;
}
.slider-area-3 .hs_effect_btn ul {
float: left;
margin: 0;
padding: 0;
}
.slider-area-3 .hs_effect_btn li {
float: left;
list-style: none;
}
.slider-area-3 .hs_effect_btn li a {
float: left;
width: 160px;
height: 50px;
background: transparent;
color: #ffffff;
text-align: center;
font-size: 14px;
line-height: 45px;
margin-top: 20px;
font-weight: 500;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-family: 'Open Sans', sans-serif;
border: 2px solid #fff;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .hs_effect_btn li a:hover {
background: #2e7ec8;
border: 2px solid #2e7ec8;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 2.5s;
}
.slider-area-3 .carousel-inner .carousel-indicators li {
float: left;
text-indent: 0;
position: relative;
width: 14px;
height: 14px;
background-color: rgba(255, 255, 255, 0.4);
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
margin-right: 10px;
text-align: left;
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #2e7ec8;
}
.slider-area-3 .carousel-inner .carousel-indicators {
position: absolute;
margin: 0px auto;
width: 100%;
left: 45%;
z-index: 100;
display: block;
bottom: 40px;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1;
width: 26px;
}
.slider-area-3 .carousel-inner .carousel-indicators li.active {
background: #2e7ec8;
width: 14px;
height: 14px;
}
.slider-area-3 .carousel-nevigation_3 {
position: absolute;
margin: 0;
right: 0;
bottom: 8%;
z-index: 1000;
display: block;
}
.slider-area-3 .carousel-nevigation_3 > .prev {
right: 150px;
position: absolute;
width: 80px;
height: 45px;
color: #fff;
font-family: 'Open Sans', sans-serif;
background: transparent;
border: 1px solid #fff;
line-height: 46px;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-nevigation_3 > .next {
right: 50px;
position: absolute;
width: 80px;
height: 45px;
color: #fff;
line-height: 46px;
margin-left: 15px;
border: 1px solid #fff;
background: transparent;
font-family: 'Open Sans', sans-serif;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-nevigation_3 > .next:hover,
.slider-area-3.carousel-nevigation_3 > .prev:hover {
background: #fff;
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******----------- hs Slider End ---------***********/
/******--------service wrapper Start --------******/
.jp_banner_jobs_categories_wrapper_3 {
float: left;
width: 100%;
position: relative;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category_wrapper {
float: left;
width: 20%;
text-align: center;
background: #2b71b2;
padding: 50px 30px 50px 30px;
-webkit-transition: all 300ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 300ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 300ms ease-in;
-moz-transform: scale(1);
transition: all 300ms ease-in;
transform: scale(1);
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_clr_category_wrapper {
background: #2e7ec8;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category_wrapper:hover {
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
z-index: 100;
position: relative;
-webkit-transition: all 300ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 300ms ease-in;
-ms-transform: scale(1.1);
-moz-transition: all 300ms ease-in;
-moz-transform: scale(1.1);
transition: all 300ms ease-in;
transform: scale(1.1);
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category {
display: inline-block;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_category_icon {
font-size: 25px;
width: 70px;
height: 70px;
text-align: center;
display: inline-block;
line-height: 70px;
border: 2px solid rgba(255, 255, 255, 0.3);
margin-bottom: 15px;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_category_icon i {
color: #fff;
text-align: Center;
transition: all 0.5s;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category h3 a {
color: #fff;
padding-top: 15px;
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
}
/********-------about us wrapper-------**********/
.about_us_section_3 {
background: url(../images/id_abt_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
}
.about_heading_wraper_3 {
text-align: center;
}
.abt_txt_3 .clr_blue {
color: #2e7ec8;
}
.about_heading_wraper_3 h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 34px;
line-height: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.about_us_section_3 .ser_abt_img_resp {
float: left;
width: 100%;
}
.abt_txt_3 h3 {
font-size: 32px;
color: #222222;
line-height: 36px;
text-transform: capitalize;
font-weight: 500;
}
.abt_txt_3 p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 24px;
}
.about_us_section_3 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.about_us_section_3 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.about_us_section_3 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.about_us_section_3 .content_chck ul li i {
font-size: 16px;
color: #2e7ec8;
margin-right: 10px;
}
.about_us_section_3 .abt_chk ul li i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_3 .abt_chk ul li:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_3 .about_btn ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-top: 30px;
}
.about_us_section_3 .about_btn li a {
width: 200px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.about_us_section_3 .about_btn li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.about_us_section_3 .portfolio-area {
float: left;
width: 100%;
}
.about_us_section_3 .portfolio-area .portfolio-wrap {
position: relative;
overflow: hidden;
}
.about_us_section_3 .about_port_section ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.about_us_section_3 .about_port_section ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
}
.about_us_section_3 .about_port_section ul li:first-child {
margin-left: 20px;
}
.about_us_section_3 .port_uper_div {
margin-bottom: 20px;
}
/*********--------md services wrapper-------*********/
.service_wrapper_3 {
background: url('../images/service_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 80px;
}
.service_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(16, 16, 16, 0.9);
}
.service_heading_wraper_3 h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 34px;
line-height: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.service_wrapper_3 .service_heading_wraper_3 p {
color: #f5f4f3;
}
.service_wrapper_3 .serv_left_wrapper {
text-align: left;
}
.service_wrapper_3 .serv_heading_section h1 {
font-size: 32px;
line-height: 38px;
font-weight: 500;
color: #fff;
}
.service_wrapper_3 .serv_heading_section p {
font-size: 16px;
color: #d7d4d4;
}
.service_wrapper_3 .serv_heading_section h2 {
font-size: 18px;
font-weight: 700;
background: #fff;
padding: 6px 15px;
margin-bottom: 30px;
text-transform: uppercase;
color: #1887e5;
display: inline-block;
}
.service_wrapper_3 .med_slider_img {
float: left;
width: 100%;
overflow: hidden;
}
.service_wrapper_3 .owl_box {
width: 100%;
float: left;
overflow: hidden;
position: relative;
}
.service_wrapper_3 .med_slider_img .owl-carousel.owl-loaded {
overflow: hiddden !important;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.service_wrapper_3 .med_slider_img .item {
width: 100%;
}
.service_wrapper_3 .med_slider_img .owl-carousel .owl-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav {
position: absolute;
bottom: 65%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.service_wrapper_3 .med_slider_img .owl-prev {
position: absolute;
left: -50px;
}
.service_wrapper_3 .med_slider_img .owl-next {
position: absolute;
right: -50px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-prev,
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next {
color: white;
font-size: 36px;
display: inline-block;
cursor: pointer;
background-color: #2e7ec8;
height: 100px;
width: 100px;
border-radius: 100%;
padding-top: 30px;
padding-left: 35px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next {
padding-right: 55px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******--------team wrapper -------***********/
.team_wrapper_3 {
background: url(../images/our_team3.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 30px;
}
.service_heading_wraper_3 h1,
.about_heading_wraper_3 h1 {
text-transform: uppercase;
}
.team_heading_wrapper_3 h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 34px;
font-weight: 700;
text-transform: uppercase!important;
}
.team_wrapper_3 .hs_lest_news_img_wrapper {
float: left;
width: 100%;
overflow: hidden;
}
.team_wrapper_3 .img-effect {
position: relative;
overflow: hidden;
display: block;
}
.team_wrapper_3 .img-effect.zoom-slow:hover img {
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.team_wrapper_3 .img-effect.zoom-slow img {
transition: all 12s;
-moz-transition: all 12s;
-webkit-transition: all 12s;
-o-transition: all 12s;
}
.team_wrapper_3 .team_about {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.team_wrapper_3 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_txt a {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_img {
width: 100%;
}
.team_wrapper_3 .team_txt {
float: left;
width: 100%;
background-color: #2e7ec8;
text-align: center;
}
.team_wrapper_3 .team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_wrapper_3 .team_txt h1 a {
color: #fff;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_txt p {
text-align: center;
color: #fff;
opacity: 0.7;
font-size: 16px;
}
.team_wrapper_3 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_3 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_3 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_3 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2e7ec8;
position: absolute;
left: 0px;
top: 28px;
}
.team_wrapper_3 .team_icon_hover {
float: left;
width: 100%;
background-color: #2e7ec8;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_3 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
margin-left: 12px;
}
.team_wrapper_3 .team_icon_hover ul li:first-child {
margin-left: -19;
}
.team_wrapper_3 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_3 .team_about .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.team_wrapper_3 .team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_3 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_3 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_3 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .item {
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 70px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********-------usefull information css-----*********/
.useful_information_wraper_3 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.useful_information_wraper_3 .text_wrapper {
float: left;
width: 100%;
margin-top: 18px;
}
.useful_information_wraper_3 .text_wrapper_heading,
.useful_information_wraper_3 .text_wrapper_content {
float: left;
width: 100%;
}
.useful_information_wraper_3 .sp_icon_img a i {
float: left;
border-radius: 0;
width: 65px;
height: 142px;
line-height: 136px;
display: inline-block;
font-size: 30px;
color: #fff;
background: #1f6a9e;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .sp_icon_img a i {
font-weight: 500;
}
.useful_information_wraper_3 .icon_content_box {
font-size: 20px;
color: #111111;
background: #2278b3;
float: left;
width: calc(100% - 65px);
padding: 23px;
display: inline-block;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3 p {
margin-top: 10px;
text-align: left;
font-size: 16px;
line-height: 22px;
color: rgba(255, 255, 255, 0.7);
}
.useful_information_wraper_3 .icon_wrapper_3 a {
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.useful_information_wraper_3 .icon_wrapper_3 h4 {
text-align: left;
}
.useful_information_wraper_3 .icon_wrapper_3 {
text-align: center;
padding-bottom: 30px;
float: left;
width: 100%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3:hover .icon_content_box {
background: #1f6a9e;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3:hover .sp_icon_img a i {
background: #2278b3;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .sidebar_wrapper {
float: left;
width: 100%;
}
.useful_information_wraper_3 .lv_faq_wrapper .panel-title {
position: relative;
}
.useful_information_wraper_3 .lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.useful_information_wraper_3 .accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.useful_information_wraper_3 .accordionFifteen .panel-group {
margin-bottom: 0;
}
.useful_information_wraper_3 .accordionFifteen .panel-default {
border: 0;
}
.useful_information_wraper_3 .accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-bottom: -15px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a {
display: block;
background: white;
padding: 15px 20px;
color: #000;
font-size: 16px;
font-weight: 500;
border: 1px solid #2e7ec8;
border-bottom: none;
text-decoration: none;
}
.useful_information_wraper_3 .panel-heading desktop h4 {
line-height: 0;
}
.useful_information_wraper_3 .panel-title h4 {
margin-left: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed {
color: #000000;
background-color: #fff;
display: block;
padding: 15px 20px;
font-size: 16px;
font-weight: 500;
border: 1px solid #e3e3e3;
margin-left: -1px;
margin-top: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #2e7ec8;
}
.useful_information_wraper_3 .accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.useful_information_wraper_3 .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 20px 30px 20px 20px;
background: #fff;
border: 1px solid #2e7ec8;
border-top: none;
margin-left: -1px;
margin-top: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:before,
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:after,
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:after {
content: "\f107";
background: #2e7ec8;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f105";
background: #2e7ec8;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.useful_information_wraper_3 .sidebar_pannel {
margin-bottom: 18px !important;
}
.about_heading_wraper_3 {
text-align: center;
}
.useful_information_wraper_3 .ser_abt_img_resp img {
width: 100%;
}
/*********----------counter wrapper--------***********/
.counter_section_3 {
background: url('../images/counter_3.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section_3 .counter_overlay {
background: rgba(16, 16, 16, 0.9);
padding-top: 100px;
padding-bottom: 95px;
}
.counter_section_3 .counter_section .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_3 .icon_3 {
width: 100px;
height: 100px;
line-height: 98px;
text-align: center;
font-size: 28px;
font-weight: bold;
border: 2px solid #363838;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_3 .icon_3 i {
text-align: center;
width: 80px;
border-radius: 80px;
line-height: 80px;
background: #2e7ec8;
display: inline-block;
color: #fff;
}
.counter_section_3 .icon_3 i:before {
font-size: 30px;
}
.counter_section_3 .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_3 .icon_3:hover {
background-color: #1f6a9e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_3 .con1,
.counter_section_3 .con2,
.counter_section_3 .con3,
.counter_section_3 .con4 {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
color: white;
padding-top: 10px;
}
.service_heading_wraper_3 {
color: #fff;
}
/********-------our_Services_3 -------**********/
.our_Services_3 {
float: left;
width: 100%;
padding-bottom: 35px;
background-color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper {
float: left;
width: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper {
float: left;
text-align: center;
width: 100%;
transition: all 0.5s;
padding: 30px;
background-color: #f9f9f9;
}
.our_Services_3 .lest_blog_wrapper p {
font-size: 16px;
line-height: 26px;
color: #797979;
margin-top: 10px;
}
.our_Services_3 .lest_blog_wrapper h4 a {
font-size: 14px;
color: #2e7ec8;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper h2 a {
font-size: 18px;
font-weight: 600;
color: #000000;
text-transform: uppercase;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.our_Services_3 .lest_blog_wrapper h2 a:after {
content: '';
border-bottom: 1px solid rgba(255, 255, 255, 0.51);
position: absolute;
top: 30px;
left: 0;
right: 0;
margin: ;
width: 90px;
margin: 0px auto;
}
.our_Services_3 .lest_blog_wrapper h4 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper {
background: #2e7ec8;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper h2 a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper h4 a {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper h4 a {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.our_Services_3 .ourservices_slider_wrapper_3 {
float: left;
width: 100%;
text-align: center;
}
.our_Services_3 .ourservices_slider_wrapper_3 .item {
width: 100%;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-carousel .owl-nav {
display: none;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot.active span,
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********----------event wrapper---------***********/
.event_wrapper_3 {
float: left;
width: 100%;
background-color: white;
}
.event_wrapper_3 .event_slider_wrapper {
float: left;
width: 100%;
}
.event_wrapper_3 .img_section {
width: 100%;
float: left;
background: #f9f9f9;
margin-bottom: 30px;
}
.event_wrapper_3 .img_wrapper1 {
float: left;
width: 40%;
}
.event_wrapper_3 .event_icon1 {
text-align: left;
position: relative;
overflow: hidden;
width: 60%;
margin-top: 40px;
padding-left: 40px;
}
.event_wrapper_3 .event_icon1 h2 a {
margin-top: 0;
color: black;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.event_wrapper_3 .event_icon1 h2 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_3 .event_icon1 p {
color: #757575;
font-size: 16px;
line-height: 26px;
}
.event_wrapper_3 .event_icon1 ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}
.event_wrapper_3 .event_icon1 ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_wrapper_3 .event_icon1 ul li i {
margin-right: 10px;
}
.event_wrapper_3 .event_icon1 ul li a {
color: #2e7ec8;
}
.event_wrapper_3 .event_slider_wrapper .item {
width: 100%;
}
.event_wrapper_3 .event_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_3 .icon_wrapper_event {
position: relative;
bottom: 28px;
}
.event_wrapper_3 .icon_wrapper_event i {
top: 48px;
left: 15px;
color: white;
position: absolute;
}
.event_wrapper_3 .icon_wrapper_event:before {
content: '';
border-right: 80px solid transparent;
border-top: 80px solid #2e7ec8;
position: absolute;
left: 0px;
top: 28px;
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper_3 {
background: url('../images/ind_vedio.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.vedio_wrapper_3 .vedio_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(16, 16, 16, 0.9);
}
.vedio_heading_wrapper_3 {
float: left;
text-align: center;
width: 100%;
margin-top: 200px;
margin-bottom: 195px;
}
.vedio_heading_wrapper_3 h1 {
margin: 0px 0px 0px 0px;
color: white;
line-height: 36px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.vedio_heading_wrapper_3 p {
margin: 0px 0px 0px 0px;
color: white;
font-size: 40px;
line-height: 40px;
font-weight: 600;
text-transform: capitalize;
}
.vedio_heading_wrapper_3 h4 {
margin-top: 40px;
display: inline-block;
margin-left: -160px;
}
.vedio_heading_wrapper_3 h4 a {
font-size: 18px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_heading_wrapper_3 h4 img {
margin-right: 10px;
}
.vedio_heading_wrapper_3 h4 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_wrapper_3 .video_btn_wrapper {
float: right;
width: 100%;
display: inline-block;
margin-right: 35%;
}
.vedio_wrapper_3 .video_btn_wrapper ul {
padding: 0;
margin: 0;
list-style: none;
}
.vedio_wrapper_3 .video_btn_wrapper li a {
width: 150px;
height: 50px;
float: right;
background: #2e7ec8;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
margin-left: 30px;
margin-top: 7px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2e7ec8;
margin-top: -60px;
}
.vedio_wrapper_3 .video_btn_wrapper li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_3 {
float: left;
width: 100%;
text-align: center;
padding-bottom: 90px;
background-color: white;
}
.blog_wrapper_3 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_3 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_3 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_wrapper_3 .blog_txt h1 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_3 .blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_wrapper_3 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child {
position: relative;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_wrapper_3 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_3 .blog_about a {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 600;
color: #007bff;
}
.blog_wrapper_3 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_3 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_3 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_3 .menubar {
fill: #fff;
}
.blog_wrapper_3 .blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 5;
}
.blog_wrapper_3 .blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_wrapper_3 .blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_wrapper_3 .blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_wrapper_3 .blog_comment ul li i {
margin-right: 8px;
}
.blog_wrapper_3 .blog_comment ul li:hover a {
background-color: #2e7ec8;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_3 .blog_txt a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper_3 {
background: url('../images/testi_slider.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-bottom: 30px;
}
.testimonial_wrapper_3 .test_heading_wrapper {
text-align: left;
width: 100%;
}
.testimonial_wrapper_3 .test_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 {
float: left;
width: 100%;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .item {
width: 100%;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-carousel .owl-nav {
display: none;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 70px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-carousel.owl-drag .owl-item {
background: rgba(255, 255, 255, 0.1);
}
.testimonial_wrapper_3 .t_icon_wrapper {
position: relative;
float: left;
width: 100%;
padding: 50px;
margin-left: 60px;
}
.testimonial_wrapper_3 .t_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2e7ec8;
position: absolute;
left: -60px;
top: 0;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 {
float: left;
width: calc(100% - 100px);
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: rgba(255, 255, 255, 0.9);
font-family: 'Droid Serif', sans-serif;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 img {
float: left;
display: inline-block;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 h5 {
float: left;
font-size: 16px;
margin-top: 35px;
margin-left: 10px;
color: #fff;
}
.testimonial_wrapper_3 .service_heading_wraper_3 {
color: #fff;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper_3 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_wrapper_3 .booking_box {
float: left;
width: 70%;
z-index: 2;
position: relative;
background: #2e7ec8;
padding: 83px 100px 83px 100px;
}
.booking_wrapper_3 .box_side_icon {
position: relative;
float: left;
}
.booking_wrapper_3 .box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #fff;
position: absolute;
left: -99px;
top: -82px;
}
.booking_wrapper_3 .response {
color: #2d2d2d;
float: right;
}
.booking_wrapper_3 .box_side_icon img {
top: -50px;
left: -80px;
color: #2e7ec8;
position: absolute;
}
.booking_wrapper_3 .contect_form1 input {
width: 100%;
border: 2px solid rgba(255, 255, 255, 0.3);
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form1 input:hover,
.booking_wrapper_3 .contect_form1 input:focus,
.booking_wrapper_3 .contect_form2 input:hover,
.booking_wrapper_3.contect_form2 input:focus,
.booking_wrapper_3.contect_form3 input:hover,
.booking_wrapper_3.contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form3 {
width: 100%;
margin-left: -7px;
}
.booking_wrapper_3 .contect_form3 i {
margin-left: -30px;
color: #2e7ec8;
}
.booking_wrapper_3 .booking_box::placeholder {
color: #fff;
opacity: 1;
}
.booking_wrapper_3 .booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_wrapper_3 .booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.booking_wrapper_3 .contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.booking_wrapper_3 .contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.booking_wrapper_3 .contect_btn button {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_3 .contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.booking_wrapper_3 .chat_box {
float: left;
width: 30%;
z-index: 2;
box-shadow: 0px 15px 10px -15px #11111191;
background: #f9f9f9;
position: relative;
padding: 100px 60px 77px 60px;
}
.booking_wrapper_3 .booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_3 .booking_box_img {
text-align: center;
}
.booking_wrapper_3 .booking_box_img img {
display: inline-block;
position: relative;
}
.booking_wrapper_3 .booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2e7ec8;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_wrapper_3 .booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_wrapper_3 .booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_wrapper_3 .booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_wrapper_3 .booking_btn ul {
list-style: none;
display: inline-block;
}
.booking_wrapper_3 .booking_btn {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_3 .booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_3 .booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.booking_wrapper_3 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -100px;
z-index: 1;
}
.booking_wrapper_3 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -120px;
}
.booking_wrapper_3 #map {
width: 100%;
height: 600px;
position: relative;
margin-top: -20px;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper_3 {
float: left;
width: 100%;
background-color: #2e7ec8;
}
.newsletter_wrapper_3 .newsletter_text {
float: left;
width: 100%;
}
.newsletter_wrapper_3 .newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.newsletter_wrapper_3 .contect_btn_news ul {
list-style: none;
float: right;
}
.newsletter_wrapper_3 .contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
text-transform: uppercase;
}
.newsletter_wrapper_3 .contect_btn_news li a:hover {
color: #fff !important;
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
/*********---------footer wrapper------------**************/
.menu_wrapper_3 {
padding-top: 10px;
padding-bottom: 10px;
background-color: #2e7ec8;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_3.header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_3 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_3 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_3 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_3 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_3 .navbar-nav {
float: right;
}
.menu_wrapper_3 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_3 .mainmenu ul ul,
.menu_wrapper_3 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_3 .mainmenu ul li:hover > ul,
.menu_wrapper_3 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2e7ec8;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_3 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_3 .mainmenu ul ul li a,
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_3 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_3 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_3 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_3 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_3 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_3 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_3 .mainmenu ul li:hover .gc_main_navigation i,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_3 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_3 .mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 215px;
margin-top: 10px;
border-top: 2px solid #2e7ec8;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_3 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_3 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_3 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_3 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_3 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_3 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #f4ab01;
border-radius: 20px;
}
.menu_wrapper_3 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_bar i {
position: relative;
top: 0px;
}
.menu_wrapper_3 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_3 .et_search_bar {
margin-right: -280px;
}
.menu_wrapper_3 .main_navigation_3 {
color: #fff!important;
}
/*********-------**************
index_Dental css
*********-------**************
/*--------body start----------*/
.med_toppadder10_4 {
padding-top: 10px;
}
.med_toppadder20_4 {
padding-top: 20px;
}
.med_toppadder30_4 {
padding-top: 30px;
}
.med_toppadder40_4 {
padding-top: 40px;
}
.med_toppadder50_4 {
padding-top: 50px;
}
.med_toppadder60_4 {
padding-top: 60px;
}
.med_toppadder70_4 {
padding-top: 70px;
}
.med_toppadder80_4 {
padding-top: 80px;
}
.med_toppadder90_4 {
padding-top: 90px;
}
.med_toppadder100_4 {
padding-top: 100px;
}
.med_bottompadder10_4 {
padding-bottom: 10px;
}
.med_bottompadder20_4 {
padding-bottom: 20px;
}
.med_bottompadder30_4 {
padding-bottom: 30px;
}
.med_bottompadder40_4 {
padding-bottom: 40px;
}
.med_bottompadder50_4 {
padding-bottom: 50px;
}
.med_bottompadder60_4 {
padding-bottom: 60px;
}
.med_bottompadder70_4 {
padding-bottom: 70px;
}
.med_bottompadder80_4 {
padding-bottom: 80px;
}
.med_bottompadder90_4 {
padding-bottom: 90px;
}
.med_bottompadder100_4 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #1e9ce5;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_4 {
float: left;
width: 100%;
}
.wrapper_header_4 .top_header_section {
float: left;
width: 100%;
background-color: #1a1a1a;
}
.wrapper_header_4 .left_top_nav {
float: left;
width: 100%;
}
.wrapper_header_4 .top_header_add {
float: left;
width: auto;
line-height: 60px;
}
.wrapper_header_4 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.wrapper_header_4 .top_header_add li {
float: left;
width: auto;
list-style: none;
color: #ffffff;
margin-right: 30px;
}
.wrapper_header_4 .top_header_add ul li a {
color: #ffffff;
}
.wrapper_header_4 .top_header_add ul li i {
color: #1e9ce5;
margin-right: 10px;
border: 2px solid transparent;
}
.wrapper_header_4 .top_header_add ul li a:hover {
color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.wrapper_header_4 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.wrapper_header_4 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.wrapper_header_4 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.wrapper_header_4 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.wrapper_header_4 .md_right_side_warpper ul li i:hover {
color: #1e9ce5;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.wrapper_header_4 .middle_header_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 18px;
}
.wrapper_header_4 .md_logo {
float: left;
width: 100%;
margin-top: 10px;
}
.wrapper_header_4 .lv_logo img {
display: inline-block;
}
.wrapper_header_4 .md_share_info_wrapper {
float: right;
width: auto;
margin-top: -9px;
}
.wrapper_header_4 .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.wrapper_header_4 .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.wrapper_header_4 .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.wrapper_header_4 .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
}
.wrapper_header_4 .md_share_info_wrapper ul li p {
float: left;
width: auto;
font-weight: 500;
text-transform: capitalize;
margin: 10px 0px 0px 0px;
font-size: 16px;
color: #757575;
}
.wrapper_header_4 .appointmnt_wrapper {
text-align: center;
float: right;
margin-right: 15px;
}
.wrapper_header_4 .appoint_btn {
display: inline-block;
}
.appoint_btn ul {
padding: 0;
list-style: none;
}
.wrapper_header_4 .appoint_btn li a {
width: 250px;
height: 50px;
float: left;
color: white;
background: #1e9ce5;
text-align: center;
line-height: 49px;
font-size: 16px;
font-weight: 600;
box-shadow: none;
position: relative;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
border-radius: 0px;
}
.appoint_btn li a:hover {
background: #2c416c;
box-shadow: 3px 5px 20px rgba(44, 65, 108, 0.5);
color: #fff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn i {
margin-right: 10px;
color: #fff;
}
.wrapper_header_4 .appoint_btn li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -19px;
bottom: 21px;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -19px;
bottom: -2px;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_4 {
background-color: #1e9ce5;
float: left;
width: 100%;
}
.menu_wrapper_4 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_4 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 10000;
}
.menu_wrapper_4 #links {
position: relative;
float: left;
}
.menu_wrapper_4 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_4 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_4 #link_list li:hover {
background-color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #toggle {
float: right;
position: relative;
bottom: 25px;
right: 20px;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_4 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
#cssmenu ul ul {
display: none;
}
.align-right {
float: right;
}
.menu_wrapper_4 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_4 #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #1e9ce5 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_4.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_4 .menubar {
fill: #fff;
}
.menu_wrapper_4 #sidebar h1 {
font-size: 20px;
color: #1e9ce5 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_4 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.nav_response {
padding-right: 0px;
padding-left: 0;
}
.nav .navbar-nav {
float: left;
width: 100%;
}
.nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_4 #nav_filter li a {
display: block;
font-size: 16px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 8px 18px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
position: relative;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 #nav_filter .dropdown .first_menu {
position: relative;
}
.menu_wrapper_4 #nav_filter .dropdown .first_menu:after {
content: '';
position: absolute;
right: 0;
border: 2px solid #2c416c;
border-radius: 20px;
left: 0;
top: 0;
opacity: 0;
bottom: 0;
transition: all 0.6s;
}
.menu_wrapper_4 #nav_filter .dropdown:hover .first_menu:after {
background: transparent;
color: white;
opacity: 1;
border: 2px solid #2c416c;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_4 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_4 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #1e9ce5;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_4 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.menu_wrapper_4 .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_4 .navbar-nav>li {
padding-top: 12px;
padding-bottom: 12px;
}
/*Dropdown Menu*/
.menu_wrapper_4 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #2c416c;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_4 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_4 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_4 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub.open > a:after,
.menu_wrapper_4 #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_wrapper_4 #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #1e9ce5;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_wrapper_4 #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_wrapper_4 #cssmenu ul ul li a:hover {
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_wrapper_4 #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_4 .nav .hovr_nav_tab {
padding: 0;
}
/*-----search bar---*/
.menu_wrapper_4 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_4 .et_search_box {
position: absolute;
right: -198px;
top: -2px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_4 .et_search_box input {
float: left;
width: calc(100% - 50px);
padding: 0px 10px;
height: 51px;
border: 1px solid #1e9ce5;
border-right: 0px;
}
.menu_wrapper_4 .et_search_box button {
width: 50px;
height: 51px;
border: 1px solid #1e9ce5;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_box button:hover {
color: #ffffff;
background: #1e9ce5;
border-color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_bar i {
position: relative;
top: 10px;
}
.menu_wrapper_4 .et_navbar_search_wrapper {
float: right;
padding-top: 12px;
margin-right: -10px;
}
/*----stick menu-----*/
.menu_wrapper_4.menu_fixed {
position: fixed!important;
background: #1e9ce5;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 10000;
left: 0;
right: 0;
}
.menu_wrapper_4 .header-area.stick .menu-bar:after,
.menu_wrapper_4 .header-area.stick .menu-bar:before,
.menu_wrapper_4 .header-area.stick .menu-bar span,
.menu_wrapper_4 .stick .mainmenu ul li.parent:after,
.menu_wrapper_4 .stick .mainmenu ul li.parent:before,
.menu_wrapper_4 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_4 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_4 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
/*-- hs Slider Start --*/
.slider-area_4 {
float: left;
width: 100%;
position: relative;
}
.slider-area_4 .carousel-inner .carousel-item .caption-1:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item.caption-2:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item .caption-3:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
overflow: hidden;
vertical-align: middle;
padding-top: 220px;
padding-bottom: 250px;
float: left;
text-align: left;
z-index: 10000;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 60px;
font-weight: 500;
font-family: 'Raleway';
line-height: 50px;
margin: 0 0 20px;
float: left;
animation-delay: 1.8s;
text-transform: uppercase;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content p {
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Lato', sans-serif;
animation-delay: 1.4s;
text-transform: capitalize;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
font-family: 'Lato', sans-serif;
line-height: 30px;
letter-spacing: 2px;
margin: 0 0 20px;
animation-delay: 1.4s;
text-transform: uppercase;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h2 span {
color: #1e9ce5;
font-size: 60px;
font-weight: 600;
font-family: 'Raleway';
margin-top: 15px;
float: left;
animation-delay: 1.4s;
text-transform: uppercase;
}
.hs_effect_btn_4 ul {
float: left;
margin: 0;
padding: 0;
}
.hs_effect_btn_4 li {
float: left;
list-style: none;
}
.hs_effect_btn_4 li a {
float: left;
width: 160px;
height: 50px;
background: #fff;
color: #2992d6;
text-align: center;
font-size: 15px;
line-height: 50px;
margin-top: 0px;
font-weight: 500;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
box-shadow: none;
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover {
color: #fff;
background: #1e9ce5;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #fff;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover:before {
border-left: 20px solid #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #fff;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover:after {
border-left: 20px solid #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 1.8s;
}
.slider-area_4 .carousel-inner .carousel-indicators {
display: none;
}
.slider-area_4 .carousel-nevigation {
position: absolute;
top: 43%;
margin: 0;
left: 0;
right: 0;
z-index: 0;
display: block;
}
.slider-area_4 .carousel-nevigation > .prev {
position: absolute;
left: 25px;
display: inline-block;
width: 50px;
height: 50px;
color: #fff;
background: #2c416c;
line-height: 43px;
border-radius: 50px;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-nevigation > .next {
position: absolute;
right: 25px;
display: inline-block;
width: 50px;
height: 50px;
color: #fff;
border-radius: 50px;
line-height: 43px;
background: #2c416c;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-nevigation a i {
font-size: 20px;
}
.slider-area_4 .carousel-nevigation > .next:hover,
.slider-area_4 .carousel-nevigation > .prev:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******----------- hs Slider End ---------***********/
/******--------service wrapper Start --------******/
.jp_banner_jobs_categories_wrapper_4 {
float: left;
width: 100%;
text-align: center;
position: relative;
margin-top: -130px;
}
.jp_top_jobs_category_wrapper_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.jp_top_jobs_category_wrapper_4:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-left: 1720px solid #088eff;
}
.jp_top_jobs_category_wrapper_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_2_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_2_4:after {
content: '';
position: absolute;
left: -1720px;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-right: 1720px solid #269cfe;
}
.med_top_service_3_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_3_4:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-left: 1720px solid #45a9ff;
}
.med_top_service_4_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_4_4:after {
content: '';
position: absolute;
left: -1720px;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-right: 1720px solid #64b8ff;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category {
display: inline-block;
position: relative;
z-index: 1;
margin-top: 30px;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_category_icon {
font-size: 25px;
text-align: center;
display: inline-block;
margin-bottom: 27px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_category_icon i:before {
color: #fff;
font-size: 46px;
text-align: Center;
transition: all 0.5s;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category h3 a {
color: #fff;
padding-top: 15px;
font-size: 20px;
text-transform: uppercase;
font-weight: 400;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category p {
color: #fff;
padding-top: 8px;
}
.med_top_service_2_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_3_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_4_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/*********--------about wrapper-------*********/
.about_wrapper_4 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 90px;
}
.about_heading_wraper_4 h1 {
margin: 0px 0px 0px 0px;
color: #1e9ce5;
font-size: 30px;
line-height: 30px;
font-weight: 800;
text-transform: uppercase;
}
.serv_left_wrapper_4 {
text-align: left;
}
.serv_left_wrapper_4 .abt_txt h3 {
font-size: 22px;
color: #2c416c;
line-height: 36px;
text-transform: capitalize;
font-weight: 600;
}
.serv_left_wrapper_4 .abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
text-transform: capitalize;
line-height: 24px;
}
.serv_left_wrapper_4 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.serv_left_wrapper_4 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.serv_left_wrapper_4 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
transition: all .5s;
}
.serv_left_wrapper_4 .content_chck ul li i {
color: #1e9ce5;
margin-right: 10px;
}
.serv_left_wrapper_4 .abt_chk ul li i:before {
position: relative;
font-size: 16px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_left_wrapper_4 .abt_btn li a {
background: #2c416c;
color: #fff;
}
.serv_left_wrapper_4 .abt_btn li a:before {
border-left: 20px solid #2c416c;
}
.serv_left_wrapper_4 .abt_btn li a:after {
border-left: 20px solid #2c416c
}
.about_wrapper_4 .med_slider_img_4 {
float: left;
width: 100%;
overflow: hidden;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-dots .owl-dot {
display: none;
}
.about_wrapper_4 .med_slider_img_4 .carousel-item {
width: 100%;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev i:before,
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next i:before {
font-size: 16px;
}
.about_wrapper_4 .med_slider_img_4 .owl-carousel .owl-carousel-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav {
position: absolute;
top: 40%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.about_wrapper_4 .med_slider_img_4 .owl-prev {
position: absolute;
left: 20px;
}
.about_wrapper_4 .med_slider_img_4 .owl-next {
position: absolute;
right: 20px;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev,
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next {
display: inline-block;
cursor: pointer;
width: 50px;
height: 50px;
color: #fff;
background: #2c416c;
line-height: 45px;
border-radius: 50px;
text-align: center;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********------what can we do wrapper---------*************/
.what_can_Wrapper_4 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 90px;
background: #f9f9f9;
}
.what_can_Wrapper_4 .sw_disc_img_btm {
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_right_img_wrapper:hover .sw_disc_img_btm {
top: 60px;
left: -80px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.sw_desc_abt_4 {
float: left;
width: 100%;
padding-left: 30px;
}
.what_can_Wrapper_4 .sw_desc_btm_txt {
float: left;
width: 100%;
margin-bottom: 20px;
}
.sw_disc_image_4 {
float: left;
width: 50px;
line-height: 60px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.sw_disc_image_4 i:before {
color: #2c416c;
font-size: 46px;
}
.what_can_Wrapper_4 .sw_disc_head_text {
font-size: 15px;
font-weight: 500;
float: left;
width: calc(100% - 50px);
padding-left: 20px;
padding-right: 40px;
}
.what_can_Wrapper_4 .sw_disc_head_text h5 a {
font-size: 20px;
color: #1e9ce5;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_disc_head_text p {
margin-top: 6px;
margin-bottom: 8px;
}
.what_can_Wrapper_4 .sw_disc_head_text h6 a {
font-size: 14px;
text-transform: uppercase;
color: #2c416c;
font-weight: 600;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_disc_head_text h6 a:hover {
color: #1e9ce5;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_dark_heading_wraper h1 {
color: #fff;
}
.sw_desc_btm_txt:hover .sw_disc_image_4 {
transform: scale(1.2);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/*********----------counter wrapper--------***********/
.counter_section_4 {
width: 100%;
float: left;
padding-top: 90px;
padding-bottom: 80px;
background: #1e9ce5;
}
.counter_section_4 .count-description {
font-size: 40px;
font-weight: 700;
color: #fff;
margin-top: 10px;
}
.counter_section_4 .counter_icon {
text-align: center;
}
.counter_section_4 .heading_left p {
color: #fff;
opacity: 0.8;
}
.counter_section_4 .icon {
text-align: center;
border: 2px solid rgba(255, 255, 255, 0.75);
width: 90px;
height: 90px;
line-height: 80px;
background: transparent;
display: inline-block;
transition: all 0.5s;
margin-top: 0px;
}
.counter_section_4 .icon img {
display: inline-block;
text-align: center;
width: 45px;
height: 45px;
line-height: 45px;
}
.counter_section_4 .count-description {
padding-top: 20px;
}
.counter_section_4 .counter_icon:hover .icon {
color: white;
background-color: #2c416c;
border: 2px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_4 .con1,
.counter_section_4 .con2,
.counter_section_4 .con3,
.counter_section_4 .con4 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
padding-top: 15px;
}
/********---------appointment wrapper---------****************/
.appoint_section_4 {
background: url(../images/appoint_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
}
.appoint_overlay_4 {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.87);
}
.heading_white_4 h1 {
color: #fff;
}
.appoint_section_4 .response {
color: #fff;
float: right;
}
.appoint_section_4 .contect_form1 input {
width: 100%;
height: 47px;
margin-top: 12px;
padding-left: 10px;
margin-bottom: 10px;
color: #525252;
border-radius: 5px;
text-transform: capitalize;
background: #f0f0f0;
border: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_form1 input:hover,
.appoint_section_4 .contect_form1 input:focus {
background: #e8f6ff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_form4 textarea {
width: 100%;
margin-top: 20px;
padding-left: 10px;
border: 0;
padding-top: 10px;
color: #525252;
border-radius: 5px;
text-transform: capitalize;
background: #f0f0f0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.appoint_section_4 .contect_form4 textarea:hover,
.appoint_section_4 .contect_form4 textarea:focus {
background: #e8f6ff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 30px;
float: left;
border-radius: 0px;
}
.appoint_section_4 .contect_btn button {
cursor: pointer;
width: 160px;
height: 50px;
float: left;
color: white;
background: #1e9ce5;
text-align: center;
line-height: 47px;
position: relative;
font-size: 16px;
font-weight: 600;
border: 0;
box-shadow: none;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover {
background: #2c416c;
box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.5);
color: #fff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover:before {
border-left: 20px solid #2c416c;
}
.appoint_section_4 .contect_btn button:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover:after {
border-left: 20px solid #2c416c;
}
.appoint_section_4 p {
color: #fff;
}
.box_side_icon_4 .contect_form1 ::-webkit-input-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 :-moz-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 ::-moz-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 ::-ms-input-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form4 ::-ms-input-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::-webkit-input-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::-moz-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::--moz-placeholder{
color:#525252;
}
/*******--------team wrapper -------***********/
.team_wrapper_4 {
float: left;
width: 100%;
padding-top: 90px;
padding-bottom: 50px;
}
.team_wrapper_4 .hs_lest_news_img_wrapper {
float: left;
width: 100%;
overflow: hidden;
}
.team_wrapper_4 .team_about {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.team_wrapper_4 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_txt a {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_img {
width: 100%;
}
.team_wrapper_4 .team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
text-align: center;
}
.team_wrapper_4 .team_txt h1 {
width: 100%;
margin-top: 15px;
}
.team_wrapper_4 .team_txt h1 a {
color: #1e9ce5;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
margin-bottom: 15px;
}
.team_wrapper_4 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_4 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_4 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_4 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2c416c;
position: absolute;
left: 0px;
top: 30px;
}
.team_wrapper_4 .team_icon_hover {
float: left;
width: 100%;
background-color: #1e9ce5;
font-size: 16px;
color: #ffffff;
position: absolute;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_4 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
margin-left: 25px;
}
.team_wrapper_4 .team_icon_hover ul li:first-child {
margin-left: 0;
}
.team_wrapper_4 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_4 .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_4 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_4 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_4 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .owl-carousel .owl-carousel-item img {
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .carousel-item {
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2c416c;
}
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2c416c;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******-------our process wrapper css start------*********/
.our_process_wrapper_4 {
float: left;
width: 100%;
background: #1e9ce5;
overflow: hidden;
}
.our_process_wrapper_4 .mesage_left_wrapper {
float: left;
width: 50%;
overflow: hidden !important;
position: relative;
z-index: 1;
}
.our_process_wrapper_4 .mesage_left_wrapper img {
width: 100%;
min-height: 520px;
}
.our_process_wrapper_4 .ser_head h1 {
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
}
.our_process_wrapper_4 .mesage_right_wrapper {
float: left;
width: 50%;
z-index: 1;
background: #1e9ce5;
padding: 50px;
padding-left: 50px;
padding-right: 0;
position: relative;
padding-top: 45px;
}
.our_process_wrapper_4 .abt_chk_doc {
float: left;
width: 100%;
font-size: 16px;
text-transform: capitalize;
}
.our_process_wrapper_4 .abt_chk_doc ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.our_process_wrapper_4 .abt_chk_doc ul li {
float: left;
width: 50%;
font-size: 17px;
color: #fff;
list-style: none;
margin-bottom: 16px;
cursor: pointer;
display: inline-block;
transition: all 0.5s;
}
.our_process_wrapper_4 .abt_chk_doc ul li:hover {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .abt_chk_doc ul li:hover i:before {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .content ul li i:before {
font-size: 18px;
color: #fff;
margin-right: 20px;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover {
color: #fff;
background: #2c416c;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .mesage_right_wrapper:after {
content: '';
border-bottom: 261px solid transparent;
border-right: 133px solid #1e9ce5;
border-top: 288px solid transparent;
position: absolute;
bottom: -56px;
transition: all 0.5s;
left: -132px;
}
.our_process_wrapper_4 .mesage_right_wrapper:before {
content: "\f067";
font-family: FontAwesome;
background: #fff;
color: #1e9ce5;
width: 150px;
height: 150px;
border: 20px solid #1e9ce5;
line-height: 109px;
border-radius: 100%;
position: absolute;
top: 185px;
transition: all 0.5s;
left: -165px;
z-index: 1;
text-align: center;
font-size: 45px;
padding-right: 3px;
}
.our_process_wrapper_4 p {
color: #fff;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_4 {
float: left;
width: 100%;
text-align: center;
padding-bottom: 90px;
background-color: white;
}
.blog_wrapper_4 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_4 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_4 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: #1e9ce5;
}
.blog_wrapper_4 .blog_txt h1 a:hover {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #2c416c;
margin-bottom: 10px;
}
.blog_wrapper_4 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_4 .blog_txt_info ul li i {
color: #2c416c;
margin-right: 8px;
}
.blog_wrapper_4 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_4 .blog_txt_info {
float: left;
width: 100%;
border-bottom: 1px solid #ececec;
margin-bottom: 7px;
}
.blog_wrapper_4 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_4 .blog_about a {
text-transform: uppercase;
font-size: 14px;
color: #2c416c;
font-weight: 600;
}
.blog_wrapper_4 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_4 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_4 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_4 .blog_btn {
text-align: center;
float: left;
width: 100%;
margin-top: 20px;
}
.blog_wrapper_4 .blog_btn ul {
float: none;
display: inline-block;
}
.blog_wrapper_4 .blog_btn li a {
background: #1e9ce5;
color: #fff;
}
.blog_wrapper_4 .blog_btn li a:hover {
background: #2c416c;
color: #fff;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/********---------testimonial wrapper---------****************/
.testimonial_wrappper_4 {
background: url(../images/testi_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 30px;
}
.testimonial_wrappper_4 .testi_overlay_4 {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.87);
}
.testimonial_wrappper_4 .heading_white h1 {
color: #fff;
}
.testimonial_wrappper_4 .rotate {
margin: auto;
display: block;
width: 95px;
height: 95px;
margin-bottom: 37px;
margin-top: -95px;
}
.testimonial_wrappper_4 .test_main {
background: #ffffff;
padding: 25px;
text-align: center;
margin-top: 90px;
}
.testimonial_wrappper_4 .test_main h4 a {
font-size: 18px;
font-weight: 700;
color: #222;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h4 a:hover {
color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h5 {
font-size: 15px;
text-transform: capitalize;
color: #222;
}
.testimonial_wrappper_4 .test_main p {
font-style: italic;
margin-top: 5px;
}
.testimonial_wrappper_4 .ppp {
color: #fff;
opacity: 0.8;
}
.testimonial_slider_wrapper_4 {
float: left;
width: 100%;
}
.testimonial_slider_wrapper_4 .owl-carousel .owl-item img {
width: auto;
display: inline-block;
margin-top: 10px;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #fff;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-nav {
display: block;
margin-top: 40px;
}
.what_can_Wrapper_4 .owl-theme .owl-nav {
margin-top: 40px;
}
/*********------------partner wrapper--------**************/
.partner_wrapper_4 {
float: left;
width: 100%;
text-align: center;
padding-top: 80px;
background-color: #ffffff;
}
.partner_wrapper_4 .partner_slider_img {
float: left;
width: 100%;
}
.partner_wrapper_4 .partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_wrapper_4 .partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_wrapper_4 .partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_wrapper_4 .partner_slider_img .owl-theme .owl-nav {
display: none;
}
.partner_wrapper_4 .map_main_wrapper {
float: left;
width: 100%;
}
#map {
width: 100%;
height: 500px;
}
.map_4 {
padding-top: 100px;
}
.partner_wrapper_4 .ww li a {
margin-top: 0;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper_4 {
float: left;
width: 100%;
background-color: #1e9ce5;
}
.newsletter_wrapper_4 .newsletter_text {
float: left;
width: 100%;
}
.newsletter_wrapper_4 .newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.newsletter_wrapper_4 .contect_btn_news ul {
list-style: none;
float: right;
}
.newsletter_wrapper_4 .contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.newsletter_wrapper_4 .contect_btn_news li a:hover {
color: #fff !important;
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.service_wrapper_icon_midle_4 img {
width: 50px;
height: 50px;
}
.service_wrapper_icon_midle_4 {
position: absolute;
left: 0;
top: 50%;
right: 0;
margin: 0px auto;
margin-top: -25px;
}
/*********---------footer wrapper------------**************/
/*----new menu wrpper start---*/
.menu_wrapper_4 {
background-color: #2e7ec8;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_4 .header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_4 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_4 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_4 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_4 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_4 .navbar-nav {
float: right;
}
.menu_wrapper_4 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_4 .mainmenu ul ul,
.menu_wrapper_4 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_4 .mainmenu ul li:hover > ul,
.menu_wrapper_4 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2c416c;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_4 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_4 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_4 .mainmenu ul ul li a,
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_4 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_4 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_4 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_4 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_4 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_4 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_4 .mainmenu ul li:hover .gc_main_navigation i,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_4 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_4 .mainmenu ul ul,
.menu_wrapper_4 .mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2c416c;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_4 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_4 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_4 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_4 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_4 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #2c416c;
border-radius: 20px;
}
.menu_wrapper_4 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_bar i {
position: relative;
top: 1px;
}
.menu_wrapper_4 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_4 .et_search_bar {
margin-right: -280px;
}
.menu_wrapper_4 .mainmenu .navigation_4 {
color: #fff!important;
}
.footer_widget_add .read_4,
.footer_4 ul li i:before {
color: #1e9ce5;
}
.footer_wrapper .container-fluid .up_wrapper .return-top-4 {
background: #1e9ce5!important;
}
.gallary_4 img:hover {
border: 2px solid #1e9ce5;
}
.footer_4 ul li a:hover {
color: #1e9ce5;
}
.bottom_footer_copy_4 a:hover {
color: #1e9ce5;
transition: 0.5s;
}
.footer_4_icon ul li a i:hover {
background-color: #1e9ce5;
}
/*----new menu wrpper start---*/
.testimonial_wrapper_2 p {
color: #fff;
}
.address_main:after {
content: "";
position: absolute;
top: 0;
right: 15px;
background-color: #434141;
width: 1px;
height: 523px;
}
.menu_wrapper_3 .menubar {
fill: #fff;
}
.doctor_apooint li a {
background: #2ec8a6;
}
.doctor_apooint li a:hover {
background: #2ec8a6;
}
.sidebar_right_abt .accordionFifteen .panel .panel-heading a.collapsed {
padding: 12px 15px;
margin-bottom: 24px;
margin-top: 23px;
}
.sidebar_right_abt .accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #f4ab01
}
/*-----------------------------*/
/* index_orthopaedics css start */
/*-----------------------------*/
/* header start */
.orthopaedics_header_wrapper .navbar-brand {
margin: 10px;
padding-bottom: 0px;
}
.orthopaedics_header_wrapper {
float: left;
width: 100%;
background: #343a40;
}
.orthopaedics_slider_main_wrapper {
width: 100%;
float: left;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-menu {
padding: 0px;
margin: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-item {
display: block;
width: 100%;
clear: both;
color: #212529;
white-space: nowrap;
background-color: transparent;
padding: 10px 10px;
}
.orthopaedics_header_wrapper .navbar-nav>li {
padding-right: 40px;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-item:hover {
color: #fff;
background: #343a40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper .navbar-nav .nav-item:hover .dropdown-menu {
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper .lv_search_bar {
padding: 0px 0px 0px 15px;
color: #fff;
font-size: 17px;
cursor: pointer;
margin-top: 10px;
}
.orthopaedics_header_wrapper .lv_search_box {
position: absolute;
height: 55px;
width: 280px;
padding: 5px;
top: 100%;
display: inline-block;
border-radius: 0px;
-webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-o-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-ms-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
background-color: #ffffff;
display: none;
z-index: 1000;
right: 45px;
;
}
.orthopaedics_header_wrapper .lv_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0 49px 0 10px;
height: 45px;
border: 1px solid #ececec;
border-right: 0px;
}
.orthopaedics_header_wrapper .lv_search_box button {
width: 48px;
color: #ffc722;
background: #363533;
border: 1px solid #363533;
border-left: none;
line-height: 45px;
text-align: center;
position: absolute;
top: 4px;
right: 5px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- header End --*/
.about_orthopaedics_section {
float: left;
width: 100%;
}
.my-cart-btn {
float: left;
margin:10px;
}
.my-cart-btn:hover {
color: #13bfb1;
}
.my-cart-btn i {
padding-right: 20px;
}
.orthopaedics_menu_wrapper .mainmenu ul {
float: right;
}
.ortho_header .md_right_side_warpper {
float: right;
margin-top:10px;
}
.laparoscopio_wrap #cssmenu ul li:hover a,
.laparoscopio_wrap #cssmenu ul li.active a {
background: #13bfb1;
}
.orthopaedics_menu_wrapper .et_search_bar i {
right: 175px;
}
.orthopaedics_menu_wrapper {
background-color: #13bfb1;
}
.menu_wrapper_2 .ortho-box {
right: 142px;
top: 64px;
}
.menu_wrapper_2 .ortho-box button {
background-color: #13bfb1;
}
.menu_wrapper_2 .ortho-box .fa-search:before {
content: "\f002";
color: #fff;
}
/* department_services_section start */
.department_services_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.department_services_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.section_heading h2 {
color: #111;
font-size: 36px;
line-height: 40px;
font-weight: 700;
position: relative;
margin: 0px 0 12px 0;
text-align: left;
text-transform: uppercase;
}
.department_services_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.department_icon_wrapper {
float: left;
width: 100%;
padding-top: 40px;
}
.department_icon_img {
width: 80px;
height: 80px;
line-height: 80px;
overflow: hidden;
text-align: center;
float: left;
border-radius: 50%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_img svg {
width: 40px;
height: 40px;
margin-top: 20px;
}
.department_icon_img i {
display: inline-block;
}
.department_icon_img i:before {
font-size: 35px;
color: #fff;
margin-left: 0;
}
.department_icon_wrapper:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_content {
width: calc(100% - 80px);
float: left;
padding-left: 30px;
}
.department_icon_content h4 {
font-size: 18px;
line-height: 25px;
font-weight: 500;
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_content h4 a {
color: #111;
}
.department_icon_content p {
font-size: 16px;
}
.icon_one {
background: #43b9f6;
}
.icon_two {
background: #ff5e6b;
}
.icon_three {
background: #6686ff;
}
.icon_four {
background: #4cb3c4;
}
.icon_five {
background: #3b84eb;
}
.icon_six {
background: #85df88;
}
/* department_services_section end */
/* about_orthopaedics_section start */
.about_orthopaedics_section {
float: left;
width: 100%;
background: #f7f7f7;
padding-top: 100px;
padding-bottom: 100px;
}
.orthopaedics_text_wrapper {
float: left;
width: 100%;
}
.orthopaedics_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.benefits_accordion_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.orthopaedics_text_wrapper p {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 30px;
}
.orthopaedics_text_wrapper .list_wrapper {
margin: 0;
padding: 0;
list-style: none;
}
.orthopaedics_text_wrapper .list_wrapper li:first-child {
padding-top: 0px;
}
.orthopaedics_text_wrapper .list_wrapper li {
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_text_wrapper .list_wrapper li i {
float: left;
font-size: 23px;
color: #13bfb1;
}
.orthopaedics_text_wrapper .list_wrapper li p {
font-size: 16px;
font-weight: 300;
padding: 0px 0 0px 35px;
margin-bottom: 0;
}
.benefits_accordion_wrapper .panel .panel-heading a {
display: block;
padding: 25px 20px;
background: #fff;
color: #111;
border-left: 5px solid #13bfb1;
border-bottom: 1px solid #f1f1f1;
font-weight: 500;
font-size: 18px;
}
.benefits_accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding: 25px 30px 30px 30px;
background: #fdfdfd;
color: #999999;
}
.benefits_accordion_wrapper .panel .panel-heading a:after {
content: "\2212";
color: #13bfb1;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed {
border-left: 5px solid transparent;
}
.benefits_accordion_wrapper .panel .panel-heading a:after,
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
float: right;
text-align: center;
font-size: 20px;
width: 25px;
height: 25px;
line-height: 24px;
display: block;
}
.benefits_accordion_wrapper .panel {
background-color: transparent;
box-shadow: none;
border-bottom: 10px solid transparent;
border-radius: 0;
margin: 0;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after {
content: "\2b";
color: #999;
}
/* about_orthopaedics_section end */
/* orthopaedics_procedures_section start */
.orthopaedics_procedures_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.orthopaedics_procedures_wrapper {
float: left;
width: 100%;
}
.orthopaedics_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
font-weight: 500;
}
.orthopaedics_icon_wrapper {
float: left;
width: 100%;
text-align: center;
padding: 20px 20px;
margin-bottom: 20px;
background: #f7f7f7;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper p {
margin-top: 15px;
text-align: left;
font-size: 14px;
color: #999;
}
.orthopaedics_icon_wrapper a {
color: #111111;
}
.orthopaedics_icon_wrapper h4 {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.orthopaedics_icon_img {
float: left;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
font-size: 25px;
color: #fff;
text-align: center;
}
.orthopaedics_icon_img i:before {
font-size: 40px;
color: #fff;
margin-left: 0;
}
.red {
background: #e85b79;
}
.blue {
background: #13bfb1;
}
.green {
background: #4ddc90;
}
.orthopaedics_icon_wrapper:hover .icon_content_red h4 a {
color: #e85b79;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_blue h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_green h4 a {
color: #4ddc90;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_content {
font-size: 20px;
color: #111111;
float: left;
width: calc(100% - 100px);
padding-left: 30px;
display: inline-block;
}
.department_image_slider h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
font-weight: 500;
}
.department_image_slider .owl-theme .owl-nav {
position: absolute;
top: 44%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.department_image_slider .owl-theme .owl-nav .owl-prev {
font-size: 16px;
margin: 0;
padding: 0;
left: 20px;
top: 0;
position: absolute;
text-align: center;
background: #fff;
color: #000;
width: 40px;
height: 40px;
text-align: center;
line-height: 42px;
border: none;
border-radius: 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-nav .owl-prev:hover,
.department_image_slider .owl-theme .owl-nav .owl-next:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-nav .owl-next {
font-size: 16px;
margin: 0;
padding: 0;
right: 20px;
top: 0;
position: absolute;
text-align: center;
background: #fff;
color: #000;
width: 40px;
height: 40px;
text-align: center;
line-height: 42px;
border: none;
border-radius: 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-dots {
display: none;
}
/* orthopaedics_procedures_section end */
/* appointment_form_section end */
.department_appointment_section {
float: left;
width: 100%;
background-image: url(images/appointment_bg.html);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.department_appointment_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section {
float: left;
width: 100%;
}
.appointment_form_section h4 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #fff;
}
.appointment_form_section .form-group {
margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
box-shadow: none;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section .form-control {
background: #ffffff;
border: 1px solid rgba(222, 206, 206, 0.56);
color: #999999;
display: block;
font-size: 16px;
height: 55px;
margin-bottom: 25px;
padding: 0 20px;
width: 100%;
border-radius: 0;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.appointment_form_section .form-control:focus {
border: 1px solid #313131 !important;
background: transparent;
}
.appointment_form_section button.btn {
margin: 0 auto;
display: block;
padding: 15px 32px;
font-weight: 700;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: normal;
}
.appointment_form_section .btn-default {
background-color: #825339;
color: #fff;
border-color: #825339;
}
.appointment_form_section .form-group textarea {
height: 110px;
margin-bottom: 31px;
padding: 10px 20px;
resize: none;
}
.appointment_form_section .form-control:focus {
border: 1px solid #13bfb1 !important;
background: transparent;
}
.appointment_form_section button.btn {
float: left;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
font-weight: 400;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:focus {
outline: none;
}
.appointment_timing_wrapper {
float: left;
width: 100%;
background: #13bfb1;
height: 500px;
padding: 0px 30px;
padding-top: 35px;
}
.appointment_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.appointment_timing_wrapper .working-hours li {
margin-bottom: 20px;
color: #fff;
font-size: 14px;
}
.appointment_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.appointment_timing_wrapper .working-hours li .docters_timing {
float: right;
}
/* department_team_wrapper start*/
.department_team_wrapper {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
text-align: center;
}
.department_team_wrapper .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.department_team_wrapper .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.department_team_members {
float: left;
width: 100%;
margin-bottom: 50px;
background: #fff;
}
.department_team_members:hover .department_member_content h4 a{
color:#13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.department_member_image,
.department_member_content {
float: left;
width: 100%;
}
.department_member_image {
padding-bottom: 38px;
text-align: center;
}
.department_member_image img {
display: inline-block;
}
.department_member_content h5 {
color: #999;
font-size: 14px;
padding-bottom: 20px;
border-bottom: 1px solid rgb(234, 229, 229);
}
.department_member_content h4 {
font-size: 20px;
font-weight: 700;
padding-bottom: 10px;
}
.department_member_content h4 a{
color:#333;
}
.department_member_content p {
font-size: 16px;
margin-bottom: 20px;
padding: 0px 12px;
}
.btn_more {
background: transparent;
border: 2px solid #13bfb1;
border-radius: 30px;
color: #13bfb1;
padding: 10px 12px;
margin-top: 42px;
width: 170px;
height: 52px;
line-height: 30px;
font-size: 16px;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.btn_more:hover {
background: #13bfb1;
color: #fff;
border: 2px solid #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.btn_more i:before {
padding-right: 10px;
}
/* department_team_wrapper end*/
.orthopaedics_letter {
background-color: #13bfb1;
}
/* footer css */
.footer_wrapper_orthopaedics {
width: 100%;
float: left;
background-image: url(../images/footer_images/footer2_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-top: 110px;
}
.footer_wrapper_orthopaedics .section_2_footer_overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(9, 9, 10, 0.9);
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .tb_foter_left {
float: left;
width: 60%;
padding-left: 15px;
}
.footer_wrapper_orthopaedics .tb_foter_right {
float: left;
width: 40%;
padding-right: 15px;
}
.footer_wrapper_orthopaedics .section_2_about_wrapper,
.footer_wrapper_orthopaedics .wrapper_second_useful,
.footer_wrapper_orthopaedics .wrapper_second_blog {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper {
padding-bottom: 80px;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper h4 {
font-size: 24px;
font-weight: 400;
padding-bottom: 40px;
font-weight: 500;
text-transform: uppercase;
color: #13bfb1;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper h4 span {
font-size: 24px;
font-weight: 500;
padding-bottom: 40px;
text-transform: uppercase;
color: #fff;
}
.footer_wrapper_orthopaedics .wrapper_first_image {
margin-top: -3px;
}
.footer_wrapper_orthopaedics .abotus_content {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .abotus_content {
padding-bottom: 25px;
padding-top: 30px;
}
.footer_wrapper_orthopaedics .abotus_content p {
font-size: 16px;
color: #b7b7b7;
}
.footer_wrapper_orthopaedics .aboutus_social_icons {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_orthopaedics .section_2_about_wrapper a {
color: #13bfb1;
font-size: 16px;
line-height: 26px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li {
margin-bottom: 13px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li i {
color: #b7b7b7;
margin-right: 20px;
font-size: 16px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li a {
color: #b7b7b7;
font-size: 16px;
text-transform: capitalize;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .btm_foter_box {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 15px;
}
.footer_wrapper_orthopaedics .ft_blog_wrapper1,
.footer_wrapper_orthopaedics .ft_blog_wrapper2 {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .ft_blog_wrapper1 {
padding-bottom: 20px;
}
.footer_wrapper_orthopaedics .ft_blog_date {
font-size: 14px;
color: #8c8c8c;
margin-top: 10px;
}
.footer_wrapper_orthopaedics .ft_blog_image {
float: left;
width: 90px;
}
.footer_wrapper_orthopaedics .ft_blog_text {
font-size: 14px;
font-weight: 500;
float: left;
width: calc(100% - 90px);
padding-left: 10px;
}
.footer_wrapper_orthopaedics .ft_blog_text h5 a {
font-size: 16px;
color: #b7b7b7;
font-weight: 500;
line-height: 22px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .ft_blog_text h5 a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_bottom_wrapper {
float: left;
width: 100%;
position: relative;
border: 1px solid #404040
}
.footer_wrapper_orthopaedics .section_2_copyright {
text-transform: capitalize;
float: left;
color: #999;
display: inline-block;
}
.footer_wrapper_orthopaedics .section_2_copyright p a {
color: #13bfb1;
margin-left: 3px;
}
.footer_wrapper_orthopaedics .foter_contact_nav li p {
font-size: 16px;
color: #cacaca;
text-transform: capitalize;
float: left;
}
.footer_wrapper_orthopaedics .footer_btn_wrapper {
float: right;
}
.footer_wrapper_orthopaedics .foter_contact_nav ul li a p {
color: #cacaca;
text-transform: lowercase !important;
}
.footer_wrapper_orthopaedics .foter_contact_nav ul li a p:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li {
margin-bottom: 23px;
color: #b7b7b7;
font-size: 16px;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li i {
font-size: 18px;
color: #b7b7b7;
margin-right: 20px;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li a {
color: #b7b7b7;
font-size: 16px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle {
float: right;
display: inline-block;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle i {
color: #13bfb1;
margin-left: 3px;
margin-right: 3px;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle p a {
color: #929292;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_icon_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li {
float: left;
margin-left: 10px;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li:first-child {
margin-left: 0px;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li a {
color: #909090;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li a:hover {
color: #89a1ea;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/* footer css end*/
.orthopaedics_header_wrapper .navbar {
padding-bottom: 0px;
padding-top: 0px;
float: right;
}
.ortho_logo {
margin-bottom: 10px;
}
/* mobail_menu_main */
.orthopaedics_header_wrapper #toggle {
margin-top: -20px;
}
.orthopaedics_header_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.orthopaedics_header_wrapper #links {
position: relative;
float: left;
}
.orthopaedics_header_wrapper #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.orthopaedics_header_wrapper #link_list li {
display: block;
width: 100%;
}
.orthopaedics_header_wrapper #link_list li:hover {
background-color: #06a8dc;
}
.orthopaedics_header_wrapper #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.orthopaedics_header_wrapper #cssmenu,
.orthopaedics_header_wrapper #cssmenu ul,
.orthopaedics_header_wrapper #cssmenu ul li,
.orthopaedics_header_wrapper #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.orthopaedics_header_wrapper #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul {
display: none;
}
.orthopaedics_header_wrapper #cssmenu > ul > li.active > ul {
display: block;
}
.orthopaedics_header_wrapper .align-right {
float: right;
}
.orthopaedics_header_wrapper #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.orthopaedics_header_wrapper #cssmenu > ul > li > a:hover {
background: #13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub.open > a:after,
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.orthopaedics_header_wrapper #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.orthopaedics_header_wrapper #cssmenu ul ul ul li a {
padding-left: 32px;
}
.orthopaedics_header_wrapper #cssmenu ul ul li a:hover {
color: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.orthopaedics_header_wrapper #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.ortho_partner{
padding-top:80px;
}
/*-----------------------------*/
/* index_EYE strat */
/*-----------------------------*/
/*-- top header Start --*/
.eye_plumb_top_header_wrapper {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 15px;
background-color: #13bfb1;
}
.eye_plumb_top_header_wrapper .plumb_top_contect p {
color: #ffffff;
float: left;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .plumb_top_contect p:last-child {
margin-left: 40px;
}
.eye_plumb_top_header_wrapper .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
font-size: 14px;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .breadcrumb li {
margin-left: 0 !important;
}
.eye_plumb_top_header_wrapper .breadcrumb a {
color: #ffffff;
}
.eye_plumb_top_header_wrapper .breadcrumb a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_plumb_top_header_wrapper .breadcrumb i {
padding-right: 5px;
color: #13bfb1;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper ul {
float: right;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li {
float: left;
margin-left: 15px;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li:nth-child(2) p {
color: #ffffff;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a {
color: #ffffff;
font-size: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- top header End --*/
/*-- navigation Css Start --*/
.plumb_nav_wrapper {
float: left;
width: 100%;
position: relative;
}
.plumb_nav_header_wrapper {
float: left;
width: 100%;
background-color: #ffffff;
z-index: 1000;
position: relative;
text-align: center;
height: 90px;
}
.breadcrumb>li+li:before {
color: #fff;
}
.plumb_main_menu_wrapper {
display: inline-block;
}
.plumb_main_menu {
float: left;
width: 100%;
}
.plumb_main_menu ul {
float: right;
width: auto;
margin: 0px;
padding: 0px;
}
.plumb_main_menu ul li {
list-style: none;
float: left;
width: auto;
padding: 23px 14px;
}
.plumb_main_menu ul li a {
float: left;
padding: 9px 15px;
border: 1px solid transparent;
border-radius: 50px;
margin: 0px;
color: #111111;
font-size: 18px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.plumb_main_menu ul li a:hover,
.plumb_main_menu ul li a.active {
color: #13bfb1;
border-radius: 50px;
border: 1px solid #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.plumb_main_menu li:nth-child(5) {
background: #ffffff;
border-radius: 100%;
border: 20px solid rgba(255, 255, 255, 0.2);
position: relative;
top: -33px;
z-index: 1;
}
.plumb_main_menu li:nth-child(5) a {
padding: 15px 14px;
border: 0;
}
.plumb_main_menu li:nth-child(5) a:hover {
border: 0;
}
.center_logo img {
float: left;
margin-top: 15px;
}
.plumb_about_content_wrapper {
padding-top: 100px;
}
.mobail_menu_eye .center_logo img {
margin-bottom: -8px;
}
.mobail_menu_eye #toggle {
bottom: 18px;
margin-bottom: 10px;
}
.mobail_menu_eye {
float: none;
width: 100%;
}
.mobail_menu_eye #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.mobail_menu_eye #links {
position: relative;
float: left;
}
.mobail_menu_eye #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_header_cardiology #link_list li {
display: block;
width: 100%;
}
.mobail_menu_eye #link_list li:hover {
background-color: #13bfb1;
}
.mobail_menu_eye #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #fff;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.mobail_menu_eye #cssmenu,
.mobail_menu_eye #cssmenu ul,
.mobail_menu_eye #cssmenu ul li,
.mobail_menu_eye #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mobail_menu_eye #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul {
display: none;
}
.mobail_menu_eye #cssmenu > ul > li.active > ul {
display: block;
}
.mobail_menu_eye .align-right {
float: right;
}
.mobail_menu_eye #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.mobail_menu_eye #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:after,
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub.open > a:after,
.mobail_menu_eye #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobail_menu_eye #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.mobail_menu_eye #cssmenu ul ul ul li a {
padding-left: 32px;
}
.mobail_menu_eye #cssmenu ul ul li a:hover {
color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.mobail_menu_eye #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.plumb_main_menu_wrapper .menu_fixed{
position: fixed;
z-index:1000;
padding:0px 0px;
top: 0;
height: 92px;
text-align:right;
margin-top:0;
background-color:rgba(255, 255, 255, 0.9);
-o-box-shadow:0px 0px 25px -10px;
-ms-box-shadow:0px 0px 25px -10px;
-moz-box-shadow:0px 0px 25px -10px;
-webkit-box-shadow:0px 0px 25px -10px;
box-shadow:0px 0px 25px -10px;
-webkit-transition: all 0.5s;
-o-transition: all 0.9s;
-ms-transition: all 0.9s;
-moz-transition: all 0.9s;
transition: all 0.9s;
}
.plumb_main_menu_wrapper .menu_fixed li:nth-child(5) a{
border:none;
border-radius:none;
}
@media (max-width: 991px) {
.plumb_nav_wrapper {
display: none;
}
.menu_fixed {
text-align: left;
width: 100%;
}
.plumb_left_side_warpper,
.plumb_right_side_main_warpper {
text-align: center;
}
.plumb_top_contect,
.plumb_right_side_warpper {
display: inline-block;
}
}
@media (min-width: 991px) and (max-width: 1260px) {
.plumb_main_menu li:nth-child(5) {
background: none;
border: none;
padding-top: 40px;
}
.plumb_main_menu ul li {
padding: 23px 3px;
}
.menu_fixed {
text-align: center;
}
}
@media (min-width: 991px) {
.dropdown {
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown-content {
position: absolute;
}
.dropdown:hover .dropdown-content {
top: 100%;
opacity: 1;
width: 200px;
background: #13bfb16e;
visibility: visible;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown .dropdown-content {
position: absolute;
top: 150%;
left: 0;
width: 140px;
border-top: 3px solid #13bfb1;
border-radius: 3px;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown .dropdown-content a {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px !important;
color: #ffffff;
width: 100%;
font-size: 16px;
border-radius: 0 !important;
border: none !important;
text-align: left;
}
.dropdown .dropdown-content a:hover {
background: #13bfb1;
color: #ffffff;
width: 100%;
}
.caret {
color: #000000;
}
}
/*-- navigation Css End --*/
/*--eye_slider_area Start --*/
.eye_slider_area {
float: left;
width: 100%;
position: relative;
}
.eye_slider_area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/01.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/02.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
text-align: center;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 140px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.5s;
margin: 0 0 10px;
margin-bottom: 31px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 60px;
font-weight: 0;
margin: 0 0 20px;
animation-delay: 1.5s;
margin-bottom: 31px;
text-transform: uppercase;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 16px;
color: rgba(255, 255, 255, 0.62);
animation-delay: 2.5s;
margin:45px 0px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 3.2s;
}
.eye_slider_area .carousel-inner .carousel-indicators {
display: none;
}
.eye_slider_area .carousel-inner .carousel-indicators li {
text-indent: 0;
position: relative;
width: 10px;
height: 25px;
background-color: transparent;
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
font-family: "Poppins", sans-serif;
text-align: left;
background: rgba(255, 255, 255, 0.42);
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1 ;
width: 26px;
}
.eye_slider_area .carousel-inner .carousel-indicators li.active {
background: #ff7e00;
width: 10px;
height: 25px;
}
.eye_slider_area .carousel-inner .carousel-indicators li:first-child {
margin-top: 0;
}
.eye_slider_area .carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.eye_slider_area .carousel-nevigation > .prev {
left: -138px;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
padding-top: 10px;
padding-left: 5px;
background: #ffffff;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .next {
right: -138px;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
padding-top: 10px;
padding-left: 12px;
background: #ffffff;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .prev {
left: 40px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .next {
right: 40px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .next:hover,
.eye_slider_area .carousel-nevigation > .prev:hover {
background: #ff4157;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .prev i {
float: left;
width: 35px;
text-align: right;
font-size: 16px;
font-size: 28px;
padding-right: 10px;
}
.eye_slider_area .carousel-nevigation > .prev span {
width: calc(100% - 35px);
float: left;
color: #000000;
font-size: 16px;
font-weight: bold;
line-height: 17px;
}
.eye_slider_area .carousel-nevigation > .next i {
float: left;
width: 35px;
text-align: left;
font-size: 16px;
font-size: 28px;
padding-left: 10px;
}
.eye_slider_area .carousel-nevigation > .next span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
text-align: right;
}
.eye_slider_area .hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
animation-delay: 3.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper {
float: left;
width: 80px;
height: 80px;
border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i {
width: 65px;
height: 65px;
float: left;
text-align: center;
line-height: 65px;
background: #ff7e00;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.eye_slider_area .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.eye_slider_area .slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
height: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
background: #37a4dd;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
background: #37a4dd;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover {
display: inline-block;
width: 150px;
height: 50px;
background: #ffffff;
color: #000000;
text-align: center;
line-height: 46px;
border: 1px solid transparent;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover:hover {
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- hs Slider End --*/
/* eyecare_procedures_wrapper start */
.eyecare_procedures_wrapper {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.eyecare_procedures_wrapper .section_heading h2 {
text-align: center;
text-transform: uppercase;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.eyecare_procedures_wrapper .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.eyecare_procedures_wrapper .main i:before {
display: inline-block;
font-size: 30px;
color: #fff;
margin-left: 0;
margin-bottom: 30px;
transform: rotate(-46deg);
}
.eyecare_procedures_wrapper .rotate {
transform: rotate(45deg);
margin: auto;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #999999;
border-radius: 5px;
margin-bottom: 37px;
margin-top: -55px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover .rotate {
background-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main {
border: 1px solid rgb(226, 218, 218);
padding: 20px;
margin-top: 50px;
text-align: center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover {
border-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main h4 {
margin-bottom: 30px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
font-size: 20px;
}
.eyecare_procedures_wrapper .main h4 a {
color: #333;
}
.eyecare_procedures_wrapper p {
color: #999;
font-size: 14px;
}
/* eyecare_procedures_wrapper end */
/* eyecare_slider_section start */
.eyecare_slider_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
}
.eyecare_timing_wrapper {
float: left;
width: 100%;
background: #85df88;
height: 433px;
padding: 0px 30px;
padding-top: 40px;
}
.eyecare_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.eyecare_timing_wrapper .working-hours li {
margin-bottom: 16px;
color: #fff;
font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_timing {
float: right;
}
.eye_slider_area .carousel-control-prev {
height: 50px;
left: 48px;
border: 2px solid;
border-radius: 50%;
width: 50px;
}
.eye_slider_area .carousel-control-next {
height: 50px;
right: 48px;
border: 2px solid;
border-radius: 50%;
width: 50px;
}
.eye_slider_area .carousel-nevigation i {
font-size: 24px;
}
.ent_team h1{
color: #111;
font-size: 36px;
line-height: 40px;
font-weight: 700;
}
/* eyecare_slider_section end */
/* department_appointment_section strat */
.department_appointment_section {
float: left;
width: 100%;
background-image: url(../images/appointment_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.department_appointment_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section {
float: left;
width: 100%;
}
.appointment_form_section h4 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #fff;
}
.appointment_form_section .form-group {
margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
box-shadow: none;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section .form-control {
background: #ffffff;
border: 1px solid rgba(222, 206, 206, 0.56);
color: #999999;
display: block;
font-size: 16px;
height: 55px;
margin-bottom: 25px;
padding: 0 20px;
width: 100%;
border-radius: 0;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.appointment_form_section .form-control:focus {
border: 1px solid #313131 !important;
background: transparent;
}
.appointment_form_section button.btn {
margin: 0 auto;
display: block;
padding: 15px 32px;
font-weight: 700;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: normal;
}
.appointment_form_section .btn-default {
background-color: #825339;
color: #fff;
border-color: #825339;
}
.appointment_form_section .form-group textarea {
height: 110px;
margin-bottom: 31px;
padding: 10px 20px;
resize: none;
}
.appointment_form_section .form-control:focus {
border: 1px solid #13bfb1 !important;
background: transparent;
}
.appointment_form_section button.btn {
float: left;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
margin: 0px 25px;
font-weight: 400;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:focus {
outline: none;
box-shadow: none;
}
.eyecare_form_bg {
background: rgba(68, 68, 65, 0.77);
padding: 20px;
}
.eyecare_appointment_form form {
background-color: rgb(255, 255, 255);
padding: 20px;
}
.eyecare_appointment_form .form-group {
margin-bottom: 30px;
}
.eyecare_appointment_form .form-control {
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #61615e;
background: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.eyecare_appointment_form button.btn {
display: block;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
margin: 30px 20px;
font-weight: 400;
text-transform: uppercase;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.eyecare_appointment_form .btn-blue.focus,
.eyecare_appointment_form .btn-blue:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.eye-department-form {
margin-left: 20%;
}
/* department_appointment_section end */
/* eye_blog start*/
.eye_blog .about_heading_wraper_4 h1{
color:#333;
}
.eye_blog .about_heading_wraper_4 img{
color:#13bfb1;
}
/* eye_blog end */
.eye_blog .blog_txt h1 a{
color:#13bfb1;
}
/* footer_wrapper_eye css start*/
.footer_wrapper_eye {
float: left;
width: 100%;
background: #222;
color: #aaa;
}
.footer_wrapper_eye a {
color: #aaa;
}
.footer_wrapper_eye a:hover {
color: #fff;
}
.footer_wrapper_eye h3 {
color: #fff;
padding-top: 60px;
padding-bottom: 40px;
text-transform: capitalize;
font-size: 24px;
}
.footer_wrapper_eye .three-column {
overflow: hidden;
}
.footer_wrapper_eye .three-column li {
width: 33.3333%;
float: left;
padding: 5px 0;
}
.footer_wrapper_eye .socila-list {
overflow: hidden;
margin: 20px 0 10px;
}
.footer_wrapper_eye .socila-list li {
float: left;
margin-right: 3px;
opacity: 0.7;
overflow: hidden;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.footer_wrapper_eye .socila-list li:hover {
opacity: 1;
}
.footer_wrapper_eye .img-thumbnail {
background: rgba(0, 0, 0, 0.2);
border: 1px solid #444;
margin-bottom: 5px;
width: 40%;
height: 40%;
}
.footer_wrapper_eye .copyright {
padding: 15px 0;
background: #333;
margin-top: 40px;
font-size: 15px;
}
.footer_eye_media-body p {
font-size: 14px;
}
.footer_eye_media-heading {
color: #fff;
font-size: 16px;
margin-bottom: 3px;
}
.footer_eye_media-body {
padding-left: 20px;
}
.widget_eye_wrapper .footer_wrapper_eye .copyright span {
color: #13bfb1;
}
.widget_eye_wrapper .widget3_img_wrapper img {
width: 100%;
}
.widget_eye_wrapper .widget3_img_wrapper {
position: relative;
width: auto;
display: inline-block;
}
.widget_eye_wrapper {
float: left;
width: 100%;
}
.widget_eye_images li {
float: left;
width: 78px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 6px;
margin-bottom: 6px;
}
.eyecare_procedures_wrapper #return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.eyecare_procedures_wrapper #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.eyecare_procedures_wrapper #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer_wrapper_eye css end*/
/*-----------------------------*/
/* index_ENT strat */
/*-----------------------------*/
/* ent_header_wrapper start */
/*topbar*/
.ent_header_wrapper #toggle{
bottom: 34px;
}
.ent_header_wrapper {
float: left;
width: 100%;
}
.ent_header_wrapper .topbar {
background: rgba(0, 0, 0, 0.82);
position: relative;
z-index: 100;
padding: 0px;
}
.ent_header_wrapper .topbar ul>li a {
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
}
.ent_header_wrapper .topbar ul>li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper .top_header {
float: left;
width: auto;
}
.ent_header_wrapper .top_header ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown a {
color: #fff;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown a:hover {
color: #13bfb1;
}
.ent_header_wrapper .top_header li {
float: left;
width: auto;
list-style: none;
color: #dcdcdc;
margin-right: 30px;
font-size: 14px;
}
.ent_header_wrapper .top_header ul li i {
margin-right: 10px;
line-height: 32px;
border: 1px solid #505050;
width: 34px;
height: 34px;
text-align: center;
}
.ent_header_wrapper .top_header ul li span {
text-transform: capitalize;
}
.ent_header_wrapper .top_header ul li a {
color: #dcdcdc;
text-transform: lowercase;
}
.ent_header_wrapper .top_header ul li a:hover {
color: #13bfb1;
transition: 0.4s;
}
.ent_header_wrapper .topbar .reg-section ul li {
float: left;
margin-right: 35px;
}
.ent_header_wrapper .topbar .reg-section .ent_header_wrapper .dropdown .dropdown-menu li {
margin-right: 0px;
}
.ent_header_wrapper .social_links {
float: right;
margin-top: 8px;
}
.ent_header_wrapper .social_links ul li {
float: left;
margin-right: 20px;
}
.ent_header_wrapper .top_header_wrapper {
background: rgba(0, 0, 0, 0.5) !important;
}
/* mobail_menu_main */
.ent_header_wrapper .mobail_menu_main {
float: none;
width: 100%;
}
.ent_header_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.ent_header_wrapper #links {
position: relative;
float: left;
}
.ent_header_wrapper #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.ent_header_wrapper #link_list li {
display: block;
width: 100%;
}
.ent_header_wrapper #link_list li:hover {
background-color: #06a8dc;
}
.ent_header_wrapper #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.ent_header_wrapper #cssmenu,
.ent_header_wrapper #cssmenu ul,
.ent_header_wrapper #cssmenu ul li,
.ent_header_wrapper #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ent_header_wrapper #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul {
display: none;
}
.ent_header_wrapper #cssmenu > ul > li.active > ul {
display: block;
}
.ent_header_wrapper .align-right {
float: right;
}
.ent_header_wrapper #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.ent_header_wrapper #cssmenu > ul > li > a:hover {
background: #13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.ent_header_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub.open > a:after,
.ent_header_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ent_header_wrapper #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.ent_header_wrapper #cssmenu ul ul ul li a {
padding-left: 32px;
}
.ent_header_wrapper #cssmenu ul ul li a:hover {
color: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.ent_header_wrapper #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.ent_header_wrapper .navbar-nav>li {
float: left;
}
.ent_header_wrapper .nav>li {
position: relative;
display: block;
}
.ent_header_wrapper .navbar-default {
background: #000000eb;
position: relative;
z-index: 100;
margin-bottom: 0;
border: 0;
border-radius: 0;
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a,
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a:focus,
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a:hover {
color: #06a8dc;
background-color: transparent;
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>li>a {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
position: relative;
}
.ent_header_wrapper .navbar-nav>li>a {
padding: 30px 20px;
}
.ent_header_wrapper .navbar-default .navbar-nav>li>a {
color: #777;
}
.ent_header_wrapper .navbar-nav {
display: inline-block;
}
.ent_header_wrapper .navbar-collapse {
flex-basis: auto;
margin-right: -40px;
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>li:hover a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .btn {
background: transparent;
padding: 0px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown {
height: 30px;
width: 60px;
margin-right: 32px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu {
margin-top: 30px;
padding: 0px;
width: 190px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu .dropdown-item {
padding: 10px 15px;
color: #333;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
color: #fff;
background: #13bfb1;
}
/* ent_header_wrapper end */
/* ent_section_4 start */
.ent_section_4 {
float: left;
width: 100%;
overflow: hidden;
}
.ent_section4_slider_wrapper {
float: left;
width: 100%;
}
.ent_section_4 .main_slide1 {
background: url('../images/ent/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide2 {
background: url('../images/ent/03.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide3 {
background: url('../images/ent/02.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide4 {
background: url('../images/ent/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .section4_slider_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(0, 0, 0, 0.7);
}
.ent_section4_slider_wrapper .owl-theme .owl-dots {
display: none;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav {
display: block !important;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-prev {
font-size: 40px;
margin: 0;
padding: 0;
left: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-right: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-next {
font-size: 40px;
margin: 0;
padding: 0;
right: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-left: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.ent_section_4 .section4_slider_wrapper .owl-carousel {
display: block;
}
.ent_section4_slider_wrapper:hover .owl-carousel .owl-nav .owl-prev {
left: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_section4_slider_wrapper:hover .owl-carousel .owl-nav .owl-next {
right: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
background: transparent;
}
.ent_section_4 .plumb_slider_cont1_wrapper {
text-align: center;
}
.ent_section_4 .slider_content {
position: absolute;
top: 30%;
left: 0;
right: 0;
z-index: 1000;
}
.ent_section_4 .slider_content h2 {
color: #ffffff;
font-size: 50px;
line-height: 60px;
font-weight: bold;
padding-bottom: 30px;
text-transform: uppercase;
}
.ent_section_4 .slider_content p {
font-size: 18px;
color: #ffffff;
padding-bottom: 40px;
}
.ent_section_4 .slider_content .form-control {
border: 2px solid rgba(255, 255, 255, 0.17);
background: rgba(255, 255, 255, 0.07);
height: 50px;
margin-bottom: 30px;
padding: 6px 20px;
font-size: 14px;
color: #fff;
}
.ent_section_4 .slider_content .form-group {
margin-bottom: 7px;
}
.ent_section_4 .slider_content form input::placeholder {
color: #ffffff;
}
.ent_section_4 .slider_content .form-control:focus {
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.27) !important;
background: transparent;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ent_section_4 .slider_content form button.btn {
display: inline-block;
width: 100%;
padding: 11px 32px;
background: #13bfb1;
border: 1px solid #13bfb1;
animation-delay: 0.2s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: uppercase;
}
.ent_section_4 .slider_content form button.btn:focus {
outline-offset: unset;
}
.ent_section_4 .slider_content .btn-primary:focus,
.ent_section_4 .slider_content .btn-primary:hover {
background: #13bfb1 !important;
border: 1px solid #13bfb1!important;
outline: none;
}
.ent_section_4 .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.ent_section_4 .col-md-offset-3 {
margin-left: 25%;
}
.ent_header_wrapper .navbar{
margin-top:0px;
}
/* ent_section-4 end*/
/* ent_procedures_section start */
.ent_procedures_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.ent_procedures_wrapper {
float: left;
width: 100%;
}
.ent_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
}
.ent_icon_wrapper {
float: left;
width: 100%;
text-align: center;
margin-top: 40px;
background: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_icon_wrapper p {
margin-top: 15px;
text-align: left;
}
.ent_icon_wrapper a {
color: #111111;
}
.ent_icon_wrapper h4 {
text-align: left;
}
.ent_icon_img {
float: left;
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 25px;
}
.ent_icon_img i:before {
font-size: 40px;
color: #fff;
margin-left: 0;
}
.red {
background: #e85b79;
}
.blue {
background: #13bfb1;
}
.green {
background: #4ddc90;
}
.ent_icon_content {
font-size: 20px;
color: #111111;
float: left;
width: calc(100% - 100px);
padding-left: 30px;
display: inline-block;
}
.ent_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
font-weight: 500;
color: #333;
}
.ent_icon_wrapper h4 {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.ent_icon_wrapper p {
margin-top: 15px;
text-align: left;
color: #999;
font-size: 14px;
line-height: 24px;
}
.ent_icon_wrapper a {
color: #111111;
}
/* ent_procedures_section end */
/* about_ENTCare_section start */
.about_ENTCare_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
}
.about_ENTCare_section .appointment_form_section h4 {
color: #111;
}
.ENTCare_text_wrapper {
float: left;
width: 100%;
}
.ENTCare_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #111111;
}
.ENTCare_text_wrapper p {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 30px;
}
.ENTCare_text_wrapper .list_wrapper {
margin: 0;
padding: 0;
list-style: none;
}
.ENTCare_text_wrapper .list_wrapper li:first-child {
padding-top: 0px;
}
.ENTCare_text_wrapper .list_wrapper li {
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ENTCare_text_wrapper .list_wrapper li i {
float: left;
font-size: 23px;
color: #13bfb1;
}
.ENTCare_text_wrapper .list_wrapper li p {
font-size: 16px;
font-weight: 300;
padding: 0px 0 0px 35px;
margin-bottom: 0;
}
/* about_ENTCare_section end */
/* ent_timing_wrapper start */
.ent_timing_wrapper {
float: left;
width: 100%;
background: #13bfb1;
height: 470px;
padding: 0px 30px;
padding-top: 35px;
}
.ent_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.ent_timing_wrapper .working-hours li {
margin-bottom: 15px;
color: #fff;
font-size: 14px;
}
.ent_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.ent_timing_wrapper .working-hours li .docters_timing {
float: right;
}
/* ent_timing_wrapper end*/
/* footer_wrapper_ent css */
.footer_wrapper_ent {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 50px;
background: #181819;
}
.footer_wrapper_ent .wrapper_first_image,
.footer_wrapper_ent .wrapper_first_icon {
float: left;
width: 100%;
}
.footer_wrapper_ent .wrapper_first_icon i {
color: #13bfb1;
margin-right: 20px;
font-size: 18px;
}
.footer_wrapper_ent .wrapper_first_icon span {
color: #111111;
font-size: 18px;
font-weight: 500;
}
.footer_wrapper_ent .wrapper_first_icon a {
color: #fff;
font-size: 10px;
background: #ef5e5e;
padding: 2px 8px;
border-radius: 3px;
text-transform: uppercase;
margin-left: 7px;
position: relative;
top: -2px;
}
.footer_wrapper_ent h4 {
color: #fff;
text-transform: uppercase;
font-weight: 500;
padding-bottom: 60px;
font-size: 22px;
}
.footer_wrapper_ent h4:after {
content: '';
border: 1px solid #13bfb1;
display: block;
border-radius: 3px;
width: 54px;
position: absolute;
margin-top: 10px;
}
.footer_wrapper_ent .section_1_useful_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_useful_wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li {
margin-bottom: 10px;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li i {
color: #aeaeae;
margin-right: 20px;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li a {
color: #aeaeae;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li a:hover,
.footer_wrapper_ent .section1_useful_wrapper ul li:hover i {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .blog_wrapper1,
.footer_wrapper_ent .blog_wrapper2 {
float: left;
width: 100%;
margin-bottom: 20px;
}
.footer_wrapper_ent .blog_publish i {
color: #13bfb1;
margin-right: 10px;
}
.footer_wrapper_ent .blog_publish {
padding-top: 15px;
font-size: 14px;
font-weight: 300;
color: #abacad;
}
.footer_wrapper_ent .blog_img {
float: left;
width: 73px;
}
.footer_wrapper_ent .blog_content {
font-size: 14px;
font-weight: 500;
float: left;
width: calc(100% - 73px);
padding-left: 20px;
}
.footer_wrapper_ent .blog_content h5 {
line-height: 20px;
}
.footer_wrapper_ent .blog_img img {
border-radius: 50%;
width: 60px;
height: 60px;
}
.footer_wrapper_ent .blog_content h5 a {
font-size: 16px;
text-transform: capitalize;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .blog_content h5 a:hover,
.footer_wrapper_ent .section_1_contact_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_contact_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_contact_wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li {
float: left;
width: 100%;
padding-bottom: 20px;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li a {
color: #d2d2d2;
font-size: 16px;
padding-left: 25px;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li p {
float: left;
padding-left: 20px;
font-size: 16px;
line-height: 26px;
color: #d2d2d2;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li i {
float: left;
color: #d2d2d2;
line-height: 26px;
}
.footer_wrapper_ent .section_1_blog_second_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_image {
display: table;
float: left;
margin-right: 15px;
position: relative;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text {
display: table-cell;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 {
font-size: 15px;
font-weight: 500;
line-height: 24px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 a {
color: #fff;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text p {
margin: 0;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_date {
font-size: 13px;
display: table;
color: #13bfb1;
margin-top: 5px;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_date i {
font-size: 14px;
margin-right: 8px;
}
.ent_bottom_wrapper {
float: left;
width: 100%;
background: #111;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.ent_bottom_wrapper .foter_left {
float: left;
width: 40%;
}
.ent_bottom_wrapper .foter_right {
float: left;
width: 60%;
}
.ent_bottom_wrapper .section_1_copyright {
text-transform: capitalize;
float: right;
}
.ent_bottom_wrapper .section_1_copyright p {
color: #b7bdc1;
margin-bottom: 0;
margin-top: 8px;
}
.ent_bottom_wrapper .section_1_copyright p a {
color: #b7bdc1;
}
.ent_bottom_wrapper .section_1_copyright p a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_bottom_wrapper .section_1_copyright_social_icons {
margin: 0;
padding: 0;
list-style: none;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li {
float: left;
margin-left: 10px;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li:first-child {
margin-left: 0px;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li a {
float: left;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #abacad;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li a:hover {
background: #13bfb1;
border: 1px solid #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_procedures_section #return-to-top {
position: fixed;
bottom: 53px;
right: 25px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.ent_procedures_section #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ent_procedures_section #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer css end*/
/*-----------------------------*/
/* index_cardiology strat */
/*-----------------------------*/
/* header start */
/* menu_header_cardiology start */
.menu_header_cardiology {
float: left;
width: 100%;
position: relative;
z-index: 10;
}
.menu_header_cardiology .navbar {
padding: 0;
border-radius: 0;
margin: 0;
border: 0;
}
.menu_header_cardiology .top_bar {
float: left;
width: 100%;
padding: 20px 0px;
}
.menu_header_cardiology .navbar-brand {
float: left;
padding-top: 4px;
padding-bottom: 4px;
margin-right: 16px;
font-size: 20px;
}
.menu_header_cardiology .navbar-brand>img {
display: block;
}
.menu_header_cardiology .contact-ways {
float: right;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.menu_header_cardiology .contact-ways li:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
.menu_header_cardiology .contact-ways li {
display: inline-block;
padding-left: 30px;
margin-left: 0;
border-left: 1px solid #fff;
}
.menu_header_cardiology .top-nav-lt {
float: left;
margin-right: 10px;
}
.menu_header_cardiology .contact-ways li div i {
line-height: 46px;
}
.menu_header_cardiology .top-nav-lt-text {
float: left;
padding-left: 10px;
}
.menu_header_cardiology .contact-ways small {
display: block;
line-height: 14px;
margin-bottom: 8px;
font-size: 13px;
font-weight: 400;
color: #999;
}
.menu_header_cardiology .contact-ways h6 {
font-size: 13px;
font-weight: 600;
color: #00283b;
line-height: 14px;
}
.menu_header_cardiology .home-ic {
background: #00cbf0;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 36px;
}
.menu_header_cardiology .clock-ic {
background: #f4b603;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 38px;
}
.menu_header_cardiology .call-ic {
background: #6cca39;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 40px;
}
.menu_header_cardiology .navbar-bottom {
float: left;
width: 100%;
background: rgba(1, 39, 58, 0.97);
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.menu_header_cardiology .bg-wrapper {
position: relative;
}
.menu_header_cardiology .menu-wrapper {
float: left;
}
.menu_header_cardiology .right-widget {
float: right;
}
.menu_header_cardiology .navbar-bottom .right-widget ul li {
display: inline-block;
line-height: 75px;
}
.menu_header_cardiology .navbar-bottom .right-widget .social-icon li a {
font-size: 15px;
color: #ccd1dd;
margin: 0 7px;
}
.menu_header_cardiology .navbar-bottom .right-widget .social-icon li a:hover {
color: #f9ca40;
}
.menu_header_cardiology #mega-menu-holder {
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}
.menu_header_cardiology #mega-menu-holder li {
position: relative;
display: inline-block;
vertical-align: middle;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a {
position: relative;
padding: 27px 35px 27px 25px;
display: block;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
color: #8f97ab;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder>ul> li:first-child a {
padding-left: 0;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a:before {
content: '/';
line-height: 75px;
position: absolute;
right: 0;
top: 0;
color: #8f97ab;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a:before {
content: '/';
line-height: 75px;
position: absolute;
right: -10px;
top: 2px;
color: #8f97ab;
}
.menu_header_cardiology #mega-menu-holder>ul> li:last-child a:before {
display: none;
}
.menu_header_cardiology #mega-menu-holder>ul> li.active > a,
#mega-menu-holder>ul> li:hover > a,
.menu_header_cardiology #mega-menu-holder>ul> li.active > .sub-toggle,
.menu_header_cardiology #mega-menu-holder>ul> li:hover > .sub-toggle {
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder>ul> li.has-submenu> a {
padding-right: 10px;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown {
position: absolute;
left: 0;
top: 100%;
z-index: 999;
min-width: 200px;
background: #fff;
-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
display: none;
}
.menu_header_cardiology #mega-menu-holder li.has-submenu:hover ul.dropdown {
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown li {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.menu_header_cardiology #mega-menu-holder ul.dropdown li a {
width: 100%;
padding: 0 0 0 15px;
line-height: 38px;
font-weight: 700;
font-size: 12px;
color: #8f97ab;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder li .sub-toggle {
font-family: 'font-awesome';
position: absolute;
right: 26px;
top: 0;
line-height: 75px;
color: #8f97ab;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown li:last-child {
border: none;
}
.menu_header_cardiology #mega-menu-holder ul.dropdown li:hover>a {
background: #072d40;
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option {
margin-left: 30px;
width: 60px;
text-align: center;
border-right: 1px solid rgba(1, 39, 58, 0.86);
border-left: 1px solid rgba(1, 39, 58, 0.86);
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-toggle {
background: transparent;
font-size: 15px;
color: #cfd6e6;
width: 55px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-menu {
-webkit-transform: none !important;
transform: none !important;
position: absolute;
height: 55px;
width: 280px;
padding: 5px;
border-radius: 0;
right: 0 !important;
left: auto !important;
top: 100% !important;
box-shadow: none;
border: none;
float: none;
margin: 0;
background: #fff;
box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form input {
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
background: transparent;
border: 1px solid #ececec;
padding: 0 49px 0 10px;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form button {
display: block;
width: 48px;
color: #fff;
background: #13bfb1;
border: 1px solid #fff;
border-left: none;
line-height: 45px;
text-align: center;
position: absolute;
top: 4px;
right: 5px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form button:hover {
background: #00283b;
color: #f9ca40;
border-color: #00283b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*navbar-toggle*/
.menu_header_cardiology .navbar-toggle {
border-radius: 0;
position: absolute;
right: 5px;
top: 22px;
border: 0;
margin-right: 0;
}
.menu_header_cardiology .navbar-toggle .icon-bar {
width: 16px;
background-color: #fff !important;
}
.menu_header_cardiology .navbar-toggle:hover .icon-bar {
background-color: #fff !important;
}
.menu_header_cardiology .navbar-default .navbar-toggle:focus,
.menu_header_cardiology .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
/* mobail_menu_main */
.menu_header_cardiology .mobail_menu_main {
float: none;
width: 100%;
}
.menu_header_cardiology #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_header_cardiology #links {
position: relative;
float: left;
}
.menu_header_cardiology #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_header_cardiology #link_list li {
display: block;
width: 100%;
}
.menu_header_cardiology #link_list li:hover {
background-color: #13bfb1;
}
.menu_header_cardiology #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #fff;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.menu_header_cardiology #cssmenu,
.menu_header_cardiology #cssmenu ul,
.menu_header_cardiology #cssmenu ul li,
.menu_header_cardiology #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_header_cardiology #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul {
display: none;
}
.menu_header_cardiology #cssmenu > ul > li.active > ul {
display: block;
}
.menu_header_cardiology .align-right {
float: right;
}
.menu_header_cardiology #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.menu_header_cardiology #cssmenu > ul > li > a:hover {
background: rgba(1, 39, 58, 0.97);
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub.open > a:after,
.menu_header_cardiology #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_header_cardiology #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #49505a;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_header_cardiology #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_header_cardiology #cssmenu ul ul li a:hover {
color: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_header_cardiology #sidebar h1 {
padding: 15px 0px;
background: rgba(1, 39, 58, 0.97);
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.menu_header_cardiology .navbar-default .navbar-nav.main-nav>li>a:after {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
content: "";
height: 2px;
left: 23px;
opacity: 0;
position: absolute;
bottom: 23px;
transition: all 0.3s ease-in-out 0s;
width: 25px;
}
.menu_header_cardiology .navbar-default .navbar-nav.main-nav>li>a:hover:after {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
content: "";
height: 3px;
left: 22px;
opacity: 1;
position: absolute;
bottom: 23px;
transition: all 0.3s ease-in-out 0s;
width: 25px;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-toggle:after {
display: none;
}
/* menu_header_cardiology end*/
/*-- cardiology-slider-area Start --*/
.cardiology-slider-area {
float: left;
width: 100%;
position: relative;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/02.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/01.jpg);
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/03.jpg);
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 140px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.5s;
margin: 0 0 10px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 70px;
font-weight: 0;
margin: 0 0 20px;
animation-delay: 0.2s;
text-transform: uppercase;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 15px;
color: rgba(255, 255, 255, 0.62);
margin: 50px 0px;
animation-delay: 0.5s;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 0.6s;
}
.cardiology-slider-area .carousel-inner .carousel-indicators {
display: none;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li {
text-indent: 0;
position: relative;
width: 10px;
height: 25px;
background-color: transparent;
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
font-family: "Poppins", sans-serif;
text-align: left;
background: rgba(255, 255, 255, 0.42);
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1;
width: 26px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li.active {
background: #13bfb1;
width: 10px;
height: 25px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li:first-child {
margin-top: 0;
}
.cardiology-slider-area .hs_effect_btn ul {
padding-left: 0;
}
.cardiology-slider-area .hs_effect_btn li a {
float: left;
width: 160px;
height: 50px;
background: #13bfb1;
color: #ffffff;
text-align: center;
line-height: 50px;
text-transform: uppercase;
border: 1px solid transparent;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_effect_btn li a:hover {
background: transparent;
border: 1px solid #13bfb1;
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.cardiology-slider-area .carousel-nevigation > .prev {
left:40px;
position: absolute;
width: 90px;
height: 90px;
background: #13bfb1;
padding-top: 26px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .next {
right:40px;
position: absolute;
width: 90px;
height: 90px;
background: #13bfb1;
padding-top: 26px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area:hover .carousel-nevigation > .prev {
left: 40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area:hover .carousel-nevigation > .next {
right: 40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .next:hover,
.cardiology-slider-area .carousel-nevigation > .prev:hover {
background: #eb6d6d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .prev i {
float: left;
width: 35px;
text-align: right;
color: #ffffff;
font-size: 16px;
font-size: 28px;
padding-right: 10px;
}
.cardiology-slider-area .carousel-nevigation > .prev span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
}
.cardiology-slider-area .carousel-nevigation > .next i {
float: left;
width: 35px;
text-align: left;
color: #ffffff;
font-size: 16px;
font-size: 28px;
padding-left: 10px;
}
.cardiology-slider-area .carousel-nevigation > .next span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
text-align: right;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
animation-delay: 3.5s;
}
.cardiology-slider-area .hs_slider_tab_one {
animation-delay: 3.7s;
border: none;
}
.cardiology-slider-area .hs_slider_tab_tow {
animation-delay: 3.9s;
}
.cardiology-slider-area .hs_slider_tab_three {
animation-delay: 4.1s;
}
.cardiology-slider-area .hs_slider_tab_four {
animation-delay: 4.3s;
}
.cardiology-slider-area .hs_slider_tab_fifth {
animation-delay: 4.6s;
}
.cardiology-slider-area .hs_slider_tab_six {
animation-delay: 4.9s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
border: none;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper {
float: left;
width: 80px;
height: 80px;
border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-top: 0px;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper i {
width: 65px;
height: 65px;
float: left;
text-align: center;
line-height: 65px;
background: #13bfb1;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper i:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.cardiology-slider-area .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
height: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
background: #eb6d6d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
background: #eb6d6d !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- cardiology-slider-area End --*/
/* cardiology_procedure_section start */
.cardiology_procedure_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.cardiology_procedure_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.cardiology_procedure_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.procedure_wrapper {
float: left;
width: 100%;
padding: 30px;
text-align: center;
}
.procedure_wrapper i {
background: #fff;
border-radius: 50%;
text-align: center;
width: 100px;
height: 100px;
line-height: 108px;
margin-bottom: 34px;
}
.procedure_wrapper i {
display: inline-block;
}
.procedure_wrapper i:before {
font-size: 40px;
margin-left: 0;
}
.blue_wrapper i:before {
color: #43b9f6;
}
.pink_wrapper i:before {
color: #ff5e6b;
}
.green_wrapper i:before {
color: #85df88;
}
.procedure_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 22px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.procedure_wrapper p {
color: #fff;
font-size: 15px;
line-height: 26px;
}
.blue_wrapper {
background: #43b9f6;
}
.pink_wrapper {
background: #ff5e6b;
}
.green_wrapper {
background: #85df88;
}
/* cardiology_procedure_section end */
/* cardiology_services_section start */
.cardiology_services_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.cardiology_services_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.cardiology_services_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.cardiology_services_section .main i:before {
display: inline-block;
font-size: 30px;
color: #fff;
margin-left: 0;
margin-bottom: 30px;
transform: rotate(-46deg);
}
.cardiology_services_section .rotate {
transform: rotate(45deg);
margin: auto;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #999999;
border-radius: 5px;
margin-bottom: 37px;
margin-top: -55px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main:hover .rotate {
background-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main {
border: 1px solid rgb(226, 218, 218);
padding: 20px;
margin-bottom: 35px;
text-align: center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
margin-top: 50px;
}
.cardiology_services_section .main:hover {
border-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main h4 {
margin-bottom: 30px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
font-size: 18px;
}
.cardiology_services_section .main h4 a {
color: #333;
font-weight: 500;
}
.cardiology_services_section p {
font-size: 14px;
}
/* cardiology_services_section end */
.menu_header_cardiology .rp_mobail_menu_main_wrapper {
padding: 52px 15px 0 15px;
}
.menu_header_cardiology #mega-menu-holder li .sub-toggle {
display: none;
}
.menu_header_cardiology .navbar-bottom #toggle {
bottom: 13px;
}
/*footer_wrapper_section_cardiology css */
.footer_wrapper_section_cardiology {
float: left;
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #181819;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper {
float: left;
width: 100%;
text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper h3 {
font-size: 28px;
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
text-transform: uppercase;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper {
float: left;
width: 100%;
text-align: center;
margin-top: 60px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper i:before {
font-size: 44px;
color: #13bfb1;
margin-left: 0;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3 {
font-size: 24px;
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
text-transform: uppercase;
padding-top: 20px;
position: relative;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3:after {
content: '';
border: 2px solid #13bfb1;
width: 60px;
position: absolute;
bottom: -20px;
left: 0;
right: 0;
margin: 0px auto;
}
.footer_wrapper_section_cardiology .padding_top {
padding-top: 40px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p,
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a {
margin: 0;
color: rgba(255, 255, 255, 0.72);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a:hover {
color: #3498db;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper {
float: left;
width: 100%;
padding-top: 60px;
text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper h3 {
font-size: 24px;
color: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper ul {
display: inline-block;
padding-top: 20px;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li {
float: left;
position: relative;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a {
font-size: 21px;
color: rgba(255, 255, 255, 0.9);
text-align: center;
width: 45px;
float: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li:after {
content: '';
border: 1px solid #13bfb1;
width: 30px;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
margin: 0px auto;
}
.cardiology_bottom_wrapper {
float: left;
width: 100%;
text-align: center;
background: #111;
padding-top: 20px;
padding-bottom: 20px;
}
.cardiology_bottom_wrapper p {
color: #fff;
text-transform: uppercase;
}
.cardiology_procedure_section #return-to-top {
position: fixed;
bottom: 53px;
right: 25px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.cardiology_procedure_section #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cardiology_procedure_section #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer_wrapper_section_cardiology css end*/
/*-----------------------------*/
/* index_laparoscopic strat */
/*-----------------------------*/
.laparoscopio_wrap {
background-color: #13bfb1;
}
.laparoscopic_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.laparoscopic_text_wrapper img {
margin-bottom: 30px;
width: 100%;
}
.laparoscopic_text_wrapper p {
font-size: 15px;
}
.laparoscopic_slider_main_wrapper {
float: left;
width: 100%;
}
/* laparoscopic_procedures_wrapper start */
.laparoscopic_procedures_wrapper {
width: 100%;
float: left;
background-image: url(../images/laparoscopic/produre_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.laparoscopic_procedures_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.laparoscopic_procedures_wrapper .section_heading h2 {
text-align: center;
color: #fff;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.neurology_procedure_section .section_heading h2 {
text-align: center;
color: #fff;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.neurology_procedure_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.laparoscopic_procedures_slider {
float: left;
width: 100%;
}
.laparoscopic_procedures_slider .item {
width: 100%;
}
.laparoscopic_procedures_slider .owl-theme .owl-dots .owl-dot {
display: none;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.laparoscopic_procedures_slider .owl-prev {
position: absolute;
left: -0px;
top: 150px;
}
.laparoscopic_procedures_slider .owl-next {
position: absolute;
right: 0px;
top: 150px;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev,
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next {
background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
border-radius: 0;
margin: 0;
height: 45px;
line-height: 37px;
width: 40px;
font-size: 20px;
color: #999;
}
.laparoscopic_procedures_wrapper .thumbnail {
padding: 0;
margin-bottom: 0;
line-height: 24px;
border-radius: 0;
border: 0;
background: #fff;
}
.laparoscopic_procedures_wrapper .thumbnail .caption p {
margin: 0;
font-size: 14px;
}
.laparoscopic_procedures_wrapper .thumbnail {
margin-bottom: 30px;
}
}
.laparoscopic_procedures_wrapper .thumbnail img {
width:100%;
}
.laparoscopic_procedures_wrapper .thumbnail .caption {
padding:30px;
color:#99999;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 {
text-transform:capitalize;
margin:0 0 15px;
font-size:18px;
font-weight:500;
color:#333;
}
.laparoscopic_procedures_wrapper .thumbnail:hover .caption h4 a {
color:#13bfb1;
}
/* laparoscopic_procedures_wrapper end */
.laparoscopic_appointment_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background:#f7f7f7;
}
/* footer css start*/
.footer_wrapper_laparoscopio {
color:#fff;
background-attachment:fixed;
background-color:#222;
background-size:cover;
background-position:bottom;
padding-top:100px;
float:left;
width:100%;
}
.footer_wrapper_laparoscopio p {
color:#ccc;
}
.footer_wrapper_laparoscopio a {
color:#ccc;
}
.footer_wrapper_laparoscopio .footer9-social-pet li {
display:inline-block;
margin-right:10px;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a {
height:35px;
width:35px;
border-radius:50%;
text-align:center;
display:block;
line-height:35px;
background-color:#3a5a95;
color:#fff;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(2) a {
background-color:#57aced;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(3) a {
background-color:#dd4f43;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(4) a {
background-color:#6b27b2;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a:hover {
background-color:#0141a2;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a:hover i {
transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
.footer_wrapper_laparoscopio .footer9-recent-post li {
display:block;
color:#ccc;
margin-bottom:25px;
}
.footer_wrapper_laparoscopio .footer9-recent-post li label {
float:left;
border:2px solid #ccc;
padding:1px 7px;
text-align:center;
}
.footer_wrapper_laparoscopio .footer9-recent-post li label span {
color:#fff;
}
.footer_wrapper_laparoscopio .input-group-addon {
background-color:#13bfb1;
padding:7px;
}
.footer_wrapper_laparoscopio .footer9-f-address li {
display:inline-block;
}
.footer_wrapper_laparoscopio.footer9-f-address li i {
color:#89a1ea;
font-size:18px;
}
.footer_wrapper_laparoscopio .footer9-f-address li a {
color:#ccc;
}
.footer_wrapper_laparoscopio .footer_check:hover {
background:none;
}
/*=-Copyright-=*/
.footer_wrapper_laparoscopio .copyright {
background-color:#111;
padding:12px 0;
font-size:14px;
}
.footer_wrapper_laparoscopio .footer_9_heading {
color:#fff;
padding-bottom:40px;
padding-top:60px;
font-size:20px;
}
.footer_wrapper_laparoscopio .footer_9_heading:hover {
color:#13bfb1;
}
.footer_wrapper_laparoscopio h6 {
color:#fff;
font-size:16px;
}
.laparoscopic_appointment_section .appointment_form_section h4 {
color:#333;
}
/* Laparoscopic_slider start */
.Laparoscopic_slider {
float: left;
width: 100%;
overflow: hidden;
}
.Laparoscopic_slider_wrapper {
float: left;
width: 100%;
}
.Laparoscopic_slider .main_slide1 {
background: url('../images/laparoscopic/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide2 {
background: url('../images/laparoscopic/02.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide3 {
background: url('../images/laparoscopic/03.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide4 {
background: url('../images/laparoscopic/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .section4_slider_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(0, 0, 0, 0.7);
}
.Laparoscopic_slider_wrapper .owl-theme .owl-dots {
display: none;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav {
display: block !important;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-prev {
font-size: 40px;
margin: 0;
padding: 0;
left: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-right: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-next {
font-size: 40px;
margin: 0;
padding: 0;
right: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-left: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.Laparoscopic_slider .section4_slider_wrapper .owl-carousel {
display: block;
}
.Laparoscopic_slider_wrapper:hover .owl-carousel .owl-nav .owl-prev {
left: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.Laparoscopic_slider_wrapper:hover .owl-carousel .owl-nav .owl-next {
right: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
background: transparent;
}
.Laparoscopic_slider .plumb_slider_cont1_wrapper {
text-align: center;
}
.Laparoscopic_slider .slider_content {
position: absolute;
top: 30%;
left: 0;
right: 0;
z-index: 1000;
}
.Laparoscopic_slider .slider_content h2 {
color: #ffffff;
font-size: 75px;
line-height: 60px;
padding-bottom: 30px;
text-transform: uppercase;
}
.Laparoscopic_slider .slider_content p {
font-size: 18px;
color: #ffffff;
padding-bottom: 40px;
}
.Laparoscopic_slider .slider_content .form-control {
border: 2px solid rgba(255, 255, 255, 0.17);
background: rgba(255, 255, 255, 0.07);
height: 50px;
margin-bottom: 30px;
padding: 6px 20px;
font-size: 14px;
color: #fff;
}
.Laparoscopic_slider .slider_content .form-group {
margin-bottom: 7px;
}
.Laparoscopic_slider .slider_content form input::placeholder {
color: #ffffff;
}
.Laparoscopic_slider .slider_content .form-control:focus {
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.27) !important;
background: transparent;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.Laparoscopic_slider .slider_content form button.btn {
display: inline-block;
width: 30%;
padding: 11px 32px;
background: #13bfb1;
border: 1px solid #13bfb1;
animation-delay: 0.2s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: uppercase;
border-radius:50px;
}
.Laparoscopic_slider .slider_content form button.btn:hover{
color:#13bfb1;
background:transparent;
}
.Laparoscopic_slider .slider_content form button.btn:focus {
outline-offset: unset;
}
.Laparoscopic_slider .slider_content form button .btn-primary:focus,
.Laparoscopic_slider .slider_content form button .btn-primary:hover {
background: #13bfb1 !important;
border: 1px solid #13bfb1!important;
outline: none;
}
.Laparoscopic_slider .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.Laparoscopic_slider .col-md-offset-3 {
margin-left: 25%;
}
.ent_header_wrapper .navbar{
margin-top:0px;
}
.laparoscopio_wrap #sidebar h1 {
color: #13bfb1 !important;
}
/* ent_section-4 end*/
/* footer css end*/
/*-----------------------------*/
/* index_bariatric strat */
/*-----------------------------*/
.menu_header_bariatric {
position:absolute;
z-index:10;
width:100%;
}
.menu_wrapper_bariatric {
position:relative;
width:100%;
z-index:2;
background-color:rgba(0,
0,
0,
0.4);
line-height:0;
}
.menu_wrapper_bariatric .logo_image {
vertical-align:middle;
height:70px;
display:inline-block;
position:relative;
}
.menu_wrapper_bariatric .logo_image:before {
content:'';
position:absolute;
top:-35px;
bottom:-10px;
left:-1000px;
right:-45px;
background-color:#fff;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
z-index:-1;
}
.menu_wrapper_bariatric .logo_image img {
-webkit-transition:all 0.5s ease-out;
-khtml-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
position:relative;
z-index:1;
}
.menu_wrapper_bariatric .menu_wrapper_navigation {
display:inline-block;
float:right;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul {
display:inline-block;
list-style:none;
position:relative;
margin:0;
padding:0;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li {
position:relative;
float:left;
margin:0;
padding:0;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a:hover,
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a:focus,
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li.active > a {
color:#13bfb1;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a {
color:#ffffff;
display:block;
line-height:70px;
padding:0 20px;
font-size:14px;
font-weight:400;
text-transform:uppercase;
vertical-align:middle;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li:last-child > a {
padding-right:0;
}
.menu_wrapper_bariatric .lv_search_bar {
line-height:70px;
padding:0px 0px 0px 15px;
color:#fff;
font-size:17px;
cursor:pointer;
}
.menu_wrapper_bariatric .lv_search_box {
position:absolute;
height:55px;
width:280px;
padding:5px;
top:100%;
display:inline-block;
border-radius:0px;
-webkit-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-moz-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-o-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-ms-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
background-color:#ffffff;
display:none;
z-index:1000;
right:0;
}
.menu_wrapper_bariatric .lv_search_box input {
float:left;
width:calc(100% - 45px);
padding:0 49px 0 10px;
height:45px;
border:1px solid #ececec;
border-right:0px;
}
.menu_wrapper_bariatric .lv_search_box button {
width:48px;
color:#ffc722;
background:#363533;
border:1px solid #363533;
border-left:none;
line-height:45px;
text-align:center;
position:absolute;
top:4px;
right:5px;
border:none;
outline:none;
box-shadow:none;
display:block;
padding:0;
cursor:pointer;
border-radius:0;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .lv_search_box button:hover {
color:#363533;
background:#ffc722;
border-color:#ffc722;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric .top_bar_social_panel {
text-align:right;
margin:0;
border:0;
box-shadow:none;
background:transparent;
float:left;
width:100%;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper {
display:inline-block;
}
..menu_wrapper_bariatric i,
.contact_number span {
position:relative;
color:#fff;
font-size:17px;
}
.menu_header_bariatric .contact_number{
position:absolute;
content:'';
left:0;
right:0;
top:-3px;
bottom:0;
color:#fff;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
}
.menu_header_bariatric .contact_number {
display:inline-block;
padding:5px 13px;
margin-right:10px;
position:relative;
margin-right:30px;
background-color:#13bfb1;
}
.menu_header_bariatric .contact_number i{
-webkit-transform:inherit;
-khtml-transform:inherit;
-moz-transform:inherit;
-ms-transform:inherit;
transform: inherit;
}
.menu_header_bariatric .contact_number i {
margin-right:10px;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a {
display:inline-block;
padding:5px 13px;
margin-right:10px;
position:relative;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a i {
font-size:17px;
position:relative;
color:#fff;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a:hover i {
color:#363533;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a:hover:before {
position:absolute;
content:'';
left:0;
right:0;
top:-3px;
bottom:0;
background-color:#13bfb1;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
}
.menu_wrapper_bariatric .menu_dropdown {
background:#363533;
display:none;
position:absolute;
width:220px;
}
.menu_wrapper_bariatric .menu_dropdown_wrapper .menu_dropdown:before {
content:'';
width:100%;
height:3px;
top:-3px;
left:0;
right:0;
background:#13bfb1;
position:absolute;
}
.menu_wrapper_bariatric .menu_wrapper_nav li.menu_dropdown_wrapper:hover .menu_dropdown {
display:block;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation li.menu_dropdown_wrapper .menu_dropdown ul > li > a {
padding:10px 25px;
line-height:normal;
font-size:14px;
}
/*navbar-toggle*/
.menu_wrapper_bariatric .navbar-toggle {
border-radius:0;
border:0;
margin:0;
padding:9px 0px;
}
.menu_wrapper_bariatric .navbar-toggle .icon-bar {
width:16px;
background-color:#ffc722 !important;
}
.menu_wrapper_bariatric .navbar-toggle:hover .icon-bar {
background-color:#ffc722 !important;
}
.menu_wrapper_bariatric .navbar-default .navbar-toggle:focus,
.menu_wrapper_bariatric .navbar-default .navbar-toggle:hover {
background-color:transparent;
}
/* mobail_menu_main */
.menu_fixed .logo_image {
line-height:70px;
}
.menu_header_bariatric .top_bar_social_panel .num_count a {
color:#fff!important;
}
.menu_header_bariatric .mobail_menu_main {
float:none;
width:100%;
}
.menu_header_bariatric #sidebar {
position:fixed;
display:block;
height:100%;
top:0px;
left:-500px;
background-color:#ffffff;
overflow:scroll;
overflow-x:hidden;
z-index:1000;
}
.menu_header_bariatric #links {
position:relative;
float:left;
}
.menu_header_bariatric #link_list {
list-style-type:none;
width:100%;
padding:0px 50px 0px 0px;
}
.menu_header_bariatric #link_list li {
display:block;
width:100%;
}
.menu_header_bariatric #link_list li:hover {
background-color:#13bfb1;
}
.menu_header_bariatric #toggle_close {
position:absolute;
z-index:100;
right:20px;
top:10px;
font-size:25px;
color:#fff;
cursor:pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.menu_header_bariatric #cssmenu,
.menu_header_bariatric #cssmenu ul,
.menu_header_bariatric #cssmenu ul li,
.menu_header_bariatric #cssmenu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.menu_header_bariatric #cssmenu {
width:300px;
font-family:Raleway,sans-serif;
color:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul {
display:none;
}
.menu_header_bariatric #cssmenu > ul > li.active > ul {
display:block;
}
.menu_header_bariatric .align-right {
float:right;
}
.menu_header_bariatric #cssmenu > ul > li > a {
padding:16px 22px;
cursor:pointer;
z-index:2;
font-size:16px;
text-decoration:none;
color:#000000;
font-weight:500;
border-bottom:1px solid #d3d3d3;
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu > ul > li:first-child > a {
border-top:1px solid #d3d3d3;
}
.menu_header_bariatric #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom:1px solid #d3d3d3;
color:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:after {
position:absolute;
right:26px;
top:19px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:before {
position:absolute;
right:22px;
top:23px;
display:block;
width:10px;
height:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub.open > a:after,
.menu_header_bariatric #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.menu_header_bariatric #cssmenu ul ul li a {
padding:14px 22px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
background:#13bfb1;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
}
.menu_header_bariatric #cssmenu ul ul ul li a {
padding-left:32px;
}
.menu_header_bariatric #cssmenu ul ul li a:hover {
color:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul > li.has-sub > a:after {
top:16px;
right:26px;
background:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul > li.has-sub > a:before {
top:20px;
background:#ffffff;
}
.menu_header_bariatric #sidebar h1 {
padding:15px 0px;
background:#13bfb1;
font-size:20px;
color:#fff;
padding-left:20px;
font-weight:bold;
}
.menu_header_bariatric .navbar-default .navbar-nav.main-nav>li>a:after {
background:#fff none repeat scroll 0 0;
border-radius:4px;
content:"";
height:2px;
left:23px;
opacity:0;
position:absolute;
bottom:23px;
transition:all 0.3s ease-in-out 0s;
width:25px;
}
.menu_header_bariatric .navbar-default .navbar-nav.main-nav>li>a:hover:after {
background:#fff none repeat scroll 0 0;
border-radius:4px;
content:"";
height:3px;
left:22px;
opacity:1;
position:absolute;
bottom:23px;
transition:all 0.3s ease-in-out 0s;
width:25px;
}
.contact_number i,
.contact_number span {
color:#fff;
}
/* header end */
/*-- slider_area_bariatric Start --*/
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:250px;
padding-bottom:250px;
}
.slider_area_bariatric {
float:left;
width:100%;
position:relative;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-1 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/02.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-2 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/01.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-3 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/0.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions:after {
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,
0,
0,
0.8);
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:250px;
padding-bottom:250px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content h2 {
color:#fff;
font-size:70px;
font-family:"Playfair Display",
serif;
font-weight:400;
margin:0 0 45px;
animation-delay:1s;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content h2 span {
color:#13bfb1;
line-height:65px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content p {
font-size:24px;
color:#fff;
margin:0 0 50px;
animation-delay:1.5s;
line-height:30px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content_tabs {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:140px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators {
position:absolute;
left:inherit;
right:0;
margin:0;
list-style:none;
width:0;
z-index:9;
width:auto;
top:40%;
display:inline-block;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li {
text-indent:0;
position:relative;
height:50px;
line-height:50px;
background-color:transparent;
display:block;
border:none;
border-radius:0;
width:250px;
cursor:pointer;
font-size:16px;
margin:0;
color:#fff;
font-family:"Poppins",
sans-serif;
text-align:left;
background:rgba(33,
33,
33,
0.5);
padding:0 30px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.number {
display:inline-block;
padding-right:15px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.con {
display:inline-block;
position:relative;
padding-left:42px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.con:after {
content:'';
position:absolute;
left:0;
top:50%;
height:1px;
background:#13bfb1;
width:26px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li.active {
background:rgba(0,
0,
0,
0.5);
}
.slider_area_bariatric .carousel-inner .carousel-indicators li:first-child {
margin-top:0;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content .btn1 {
float:left;
width:180px;
height:50px;
line-height:50px;
font-size:18px;
color:#ffffff;
text-align:center;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
background:rgba(255,
255,
255,
0.21);
animation-delay:2s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content .btn1:hover {
background:#13bfb1;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
/* slider_area_bariatric end */
/* about_bariatric_section start */
.about_bariatric_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
}
.bariatric_text_wrapper {
float:left;
width:100%;
}
.bariatric_text_wrapper h2 {
font-size:40px;
font-weight:400;
margin-bottom:20px;
}
.bariatric_text_wrapper p {
font-size:14px;
font-weight:300;
line-height:26px;
margin-bottom:15px;
}
.bariatric_text_wrapper .list_wrapper {
margin:0;
padding:0;
list-style:none;
}
.bariatric_text_wrapper .list_wrapper li:first-child {
padding-top:0px;
}
.bariatric_text_wrapper .list_wrapper li {
margin-bottom:10px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_text_wrapper .list_wrapper li i {
float:left;
font-size:23px;
color:#13bfb1;
}
.bariatric_text_wrapper .list_wrapper li p {
font-size:16px;
font-weight:300;
padding:0px 0 0px 35px;
margin-bottom:0;
}
.about_bariatric_video {
float:left;
width:100%;
}
.about_bariatric_video .play-trigger {
position:absolute;
left:50%;
top:50%;
width:60px;
height:60px;
border-radius:50%;
margin-left:-30px;
margin-top:-30px;
border:0;
color:#13bfb1;
background:#fff;
font-size:20px;
line-height:60px;
text-align:center;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.about_bariatric_video .play-trigger:hover {
color:#fff;
background:#13bfb1;
}
.about_bariatric_video .play-trigger i {
margin-left:5px;
}
.about_bariatric_video img {
width:100%;
}
/* about_bariatric_section start */
/* bariatric_procedure_section start */
.bariatric_procedure_section {
width:100%;
float:left;
background-image:url(../images/bariatric/produre_bg.jpg);
height:100%;
background-position:center 0;
background-size:cover;
position:relative;
padding-bottom:100px;
padding-top:100px;
}
.bariatric_procedure_section .section_heading h2 {
text-align:center;
padding-bottom:15px;
position:relative;
margin:0 0 50px 0;
color:#fff;
}
.bariatric_procedure_section .section_heading h2:after {
content:"";
background:#13bfb1;
width:60px;
height:2px;
position:absolute;
left:50%;
bottom:0;
margin-left:-25px;
}
.bariatric_procedure_section .section_heading .border {
color:rgba(255,
255,
255,
0.40);
}
.bariatric_procedure_overlay {
position:absolute;
top:0%;
left:0%;
right:0%;
bottom:0%;
background:#08080a;
opacity:0.9;
}
.bariatric_procedure_wrapper i {
background:#13bfb1;
border-radius:50%;
text-align:center;
width:120px;
height:120px;
line-height:120px;
margin-bottom:34px;
}
.bariatric_procedure_wrapper i:before {
font-size:40px;
margin-left:0;
color:#fff;
}
.bariatric_procedure_wrapper {
padding:30px 20px;
margin-bottom:50px;
text-align:center;
position:relative;
background:#fff;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper i {
display:inline-block;
}
.bariatric_procedure_wrapper h4 {
margin-bottom:30px;
text-transform:capitalize;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper h4 a {
color:#111;
font-size:18px;
font-weight:500;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper p {
color:#999;
padding:0px 30px;
font-size:14px;
}
/*bariatric_procedure_section end*/
/*department_appointment_section start */
.bariatric_form_bg {
background:rgba(68,
68,
65,
0.77);
padding:20px;
}
.bariatric_appointment_form form {
background-color:rgb(255,
255,
255);
padding:20px;
}
.bariatric_appointment_form .form-group {
margin-bottom:30px;
}
.bariatric_appointment_form .form-control {
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:1px solid #61615e;
background:transparent;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.sr-only {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,
0,
0,
0);
border:0;
}
.bariatric_appointment_form .btn-blue.focus,
.bariatric_appointment_form .btn-blue:hover {
color:#13bfb1;
background-color:transparent;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_appointment_form button.btn {
display:block;
background:#13bfb1;
border:1px solid #13bfb1;
border-radius:30px;
color:#fff;
padding:10px 30px;
margin:14px 20px;
font-weight:400;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_timing_wrapper {
float:left;
width:100%;
background:#13bfb1;
height:568px;
padding:0px 30px;
padding-top:40px;
}
.bariatric_timing_wrapper h4 {
color:#fff;
margin-bottom:30px;
font-size:24px;
line-height:26px;
font-weight:700;
}
.bariatric_timing_wrapper .working-hours li {
margin-bottom:25px;
color:#fff;
font-size:16px;
}
.bariatric_timing_wrapper .working-hours li .docters_name {
font-size:16px;
}
.bariatric_timing_wrapper .working-hours li .docters_timing {
float:right;
}
.department_appointment_section .form-control {
border:1px solid #ededed;
border-radius:0;
box-shadow:none;
}
/*department_appointment_section end */
/* footer start*/
.footer_bariatric {
float:left;
width:100%;
height:100%;
background-size:cover;
background-position:center 0;
}
.footer_bariatric .footer_wrapper {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background-color:rgb(54,
53,
51,
0.8);
}
.footer_bariatric h4 {
font-size:18px;
font-weight:500;
padding-bottom:30px;
color:#fff;
}
.footer_bariatric h4:after {
display:block;
content:"";
background:#13bfb1;
width:40px;
height:2px;
margin-top:13px;
}
.footer_bariatric .footer_widget {
float:left;
width:100%;
}
.footer_bariatric .abotus_content {
float:left;
width:100%;
padding-bottom:20px;
}
.footer_bariatric .abotus_content img {
margin-bottom:20px;
}
.footer_bariatric .abotus_content p {
font-size:16px;
color:#b1afaf;
margin-bottom:10px;
letter-spacing:1px;
}
.footer_bariatric .footer_icon_wrapper {
float:left;
width:100%;
margin-bottom:15px;
}
.footer_bariatric .footer_icon_wrapper i {
float:left;
color:#fff;
font-size:20px;
color:#b1afaf;
margin-right:15px;
}
.footer_bariatric .footer_icon_wrapper p {
font-size:16px;
color:#b1afaf;
font-weight:300;
}
.footer_bariatric .footer_service_wrapper {
margin:0;
padding:0;
list-style:none;
}
.footer_bariatric .footer_service_wrapper li {
margin-bottom:20px;
}
.footer_bariatric .footer_service_wrapper li i {
color:#b1afaf;
margin-right:10px;
}
.footer_bariatric .footer_service_wrapper li a {
color:#b1afaf;
font-size:15px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bariatric .footer_service_wrapper li a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bariatric .footer_newsletter {
float:left;
width:100%;
margin-bottom:20px;
}
.footer_bariatric .footer_newsletter p {
color:#999;
font-size:15px;
margin-bottom:15px;
}
.footer_bariatric .footer_newsletter input {
width:100%;
height:45px;
background:#ffffff;
font-size:15px;
line-height:45px;
border-radius:4px;
padding:0 65px 0 20px;
color:#838486;
border:none;
}
.footer_bariatric .footer_newsletter i {
background:#13bfb1;
color:#fff;
height:45px;
width:50px;
position:absolute;
text-align:center;
line-height:45px;
right:15px;
}
.footer_bariatric .newsletter_social_icons li {
float:left;
margin-left:10px;
}
.footer_bariatric .newsletter_social_icons li:first-child {
margin-left:0px;
}
.footer_bariatric .newsletter_social_icons li a {
float:left;
width:50px;
height:50px;
line-height:50px;
text-align:center;
color:#d0d0d0;
border:1px solid #e8e8e8;
border-radius:50%;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
font-size:18px;
}
.footer_bariatric .newsletter_social_icons li a:hover {
background:#13bfb1;
border:1px solid #13bfb1;
color:#fff;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bottom_wrapper_bariatric {
float:left;
width:100%;
background:#222;
text-align:center;
}
.footer_bottom_wrapper_bariatric.footer_copyright_wrapper {
font-family:'Roboto';
text-transform:capitalize;
float:left;
width:100%;
display:inline-block;
padding-top:30px;
padding-bottom:30px;
}
.footer_bottom_wrapper_bariatric .footer_copyright_wrapper p {
margin:0;
padding:20px 0px;
}
.footer_bottom_wrapper_bariatric .footer_copyright_wrapper a {
color:#13bfb1;
}
.about_bariatric_section #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.about_bariatric_section #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:13px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.about_bariatric_section #return-to-top:hover i {
color:#fff;
top:5px;
}
/* footer end*/
/*-----------------------------*/
/* index_neurology strat */
/*-----------------------------*/
/* neuorology_main_header start */
.neuorology_main_header {
float:left;
width:100%;
background:transparent;
}
/*-- top header Start --*/
.neurology_top_header_wrapper {
float:left;
width:100%;
padding-top:15px;
padding-bottom:15px;
background-color:#ffffff;
}
.neurology_top_header_wrapper .et_top_contect p {
float:left;
letter-spacing:1px;
font-size:14px;
}
.neurology_top_header_wrapper .et_top_contect p:last-child {
margin-left:40px;
}
.neurology_top_header_wrapper .et_top_contect p a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .et_top_contect i {
color:#f37f2a;
padding-right:5px;
}
.neurology_top_header_wrapper .breadcrumb {
background:transparent;
margin:0;
padding:0;
font-size:14px;
letter-spacing:1px;
}
.neurology_top_header_wrapper .breadcrumb li {
margin-left:0 !important;
}
.neurology_top_header_wrapper .breadcrumb a,
.neurology_top_header_wrapper .et_top_contect p a {
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .breadcrumb a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .breadcrumb i {
padding-right:5px;
color:#f37f2a;
}
.neurology_top_header_wrapper .et_right_side_warpper ul {
float:right;
margin-right:20px;
margin-top: 8px;
}
.neurology_top_header_wrapper .et_right_side_warpper li {
float:left;
margin-left:15px;
}
.neurology_top_header_wrapper .plumb_top_socialicon ul {
margin-right:20px;
}
.neurology_top_header_wrapper .plumb_top_socialicon li a {
font-size:16px;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .plumb_top_socialicon li a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
/*-- top header End --*/
.neurology_slider_main_wrapper .tp-caption.Creative-SubTitle, .Creative-SubTitle {
color: #13bfb1;
}
.neurology_slider_main_wrapper {
float:left;
width:100%;
position:relative;
}
/* header_contact_wrapper end*/
/*neurology_navigation_wrapper start*/
.neurology_navigation_wrapper {
float:left;
width:100%;
background:#343a40;
}
.neurology_navigation_wrapper .navbar .navbar-nav>li {
padding:10px 10px;
}
.neurology_navigation_wrapper .navbar .navbar-nav {
float:left;
}
.neurology_navigation_wrapper .navbar .navbar-nav .dropdown-menu {
padding:0px;
margin:0px;
border-radius:0px;
}
.neurology_navigation_wrapper .navbar .navbar-nav>li:hover .dropdown-menu {
display:block;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper .dropdown-item {
display:block;
clear:both;
background-color:transparent;
padding:12px 20px;
}
.neurology_navigation_wrapper .dropdown-item:hover {
background:#343a40;
color:#fff;
}
/*neurology_navigation_wrapper end*/
/* about_neurology_section start*/
.about_neurology_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
}
.about_neurology_section .section_heading h2 {
color:#111;
text-align:center;
padding-bottom:15px;
position:relative;
margin:0 0 50px 0;
}
.about_neurology_section .section_heading h2:after {
content:"";
background:#13bfb1;
width:60px;
height:2px;
position:absolute;
left:50%;
bottom:0;
margin-left:-25px;
}
.neurology_text_wrapper,
.neurology_image_wrapper {
float:left;
width:100%;
}
.neurology_text_wrapper {
margin-bottom:45px;
}
.neurology_image_wrapper img {
width:100%;
}
.neurology_image_wrapper {
margin-bottom:60px;
}
.neurology_text_wrapper h2 {
font-size:36px;
margin-bottom:30px;
}
.neurology_text_wrapper p {
text-align:center;
padding:0px 106px;
font-size:15px;
}
.neurology_infobox_wrapper h4 {
font-size:20px;
font-weight:500;
margin-bottom:15px;
color:#333;
}
.neurology_infobox_wrapper {
float:left;
width:100%;
padding:0px 30px;
}
.neurology_infobox_wrapper p {
font-size:14px;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 a {
color:#333;
}
/* about_neurology_section end*/
/* neurology_appointment_section start */
.neurology_appointment_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background:#f7f7f7;
}
.neurology_appointment_section .appointment_form_section h4 {
color:#111;
}
.neurology_top_header_wrapper .et_left_side_warpper {
margin-left:7px;
}
.neurology_top_header_wrapper .et_left_side_warpper a {
font-size:16px;
color:#333;
margin-left:15px;
}
.neurology_top_header_wrapper .et_left_side_warpper i {
color:#13bfb1;
}
.neurology_navigation_wrapper #sidebar {
position:fixed;
display:block;
height:100%;
top:0px;
left:-500px;
background-color:#ffffff;
overflow:scroll;
overflow-x:hidden;
z-index:1000;
}
.neurology_navigation_wrapper #links {
position:relative;
float:left;
}
.neurology_navigation_wrapper #link_list {
list-style-type:none;
width:100%;
padding:0px 50px 0px 0px;
}
.neurology_navigation_wrapper #link_list li {
display:block;
width:100%;
}
.neurology_navigation_wrapper #link_list li:hover {
background-color:#13bfb1;
}
.neurology_navigation_wrapper #toggle_close {
position:absolute;
z-index:100;
right:20px;
top:10px;
font-size:25px;
color:#fff;
cursor:pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.neurology_navigation_wrapper #cssmenu,
.neurology_navigation_wrapper #cssmenu ul,
.neurology_navigation_wrapper #cssmenu ul li,
.neurology_navigation_wrapper #cssmenu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.neurology_navigation_wrapper #cssmenu {
width:300px;
font-family:Raleway,
sans-serif;
color:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul {
display:none;
}
.neurology_navigation_wrapper #cssmenu > ul > li.active > ul {
display:block;
}
.neurology_navigation_wrapper .align-right {
float:right;
}
.neurology_navigation_wrapper #cssmenu > ul > li > a {
padding:16px 22px;
cursor:pointer;
z-index:2;
font-size:16px;
text-decoration:none;
color:#000000;
font-weight:500;
border-bottom:1px solid #d3d3d3;
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu > ul > li:first-child > a {
border-top:1px solid #d3d3d3;
}
.neurology_navigation_wrapper #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom:1px solid #d3d3d3;
color:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:after {
position:absolute;
right:26px;
top:19px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:before {
position:absolute;
right:22px;
top:23px;
display:block;
width:10px;
height:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub.open > a:after,
.neurology_navigation_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.neurology_navigation_wrapper #cssmenu ul ul li a {
padding:14px 22px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
background:#13bfb1;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
}
.neurology_navigation_wrapper #cssmenu ul ul ul li a {
padding-left:32px;
}
.neurology_navigation_wrapper #cssmenu ul ul li a:hover {
color:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul > li.has-sub > a:after {
top:16px;
right:26px;
background:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul > li.has-sub > a:before {
top:20px;
background:#ffffff;
}
.neurology_navigation_wrapper #sidebar h1 {
padding:15px 0px;
background:#13bfb1;
font-size:20px;
color:#fff;
padding-left:20px;
font-weight:bold;
}
.neurology_navigation_wrapper .navbar {
float:left;
padding:0px;
}
.neurology_navigation_wrapper .lv_search_bar {
padding:0px 0px 0px 15px;
color:#fff;
font-size:17px;
cursor:pointer;
margin-left:240px;
margin-top:10px;
}
.neurology_navigation_wrapper .lv_search_box {
position:absolute;
height:55px;
width:280px;
padding:5px;
top:100%;
display:inline-block;
border-radius:0px;
-webkit-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-moz-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-o-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-ms-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
background-color:#ffffff;
display:none;
z-index:1000;
right:0;
}
.neurology_navigation_wrapper .lv_search_box input {
float:left;
width:calc(100% - 45px);
padding:0 49px 0 10px;
height:45px;
border:1px solid #ececec;
border-right:0px;
}
.neurology_navigation_wrapper .lv_search_box button {
width:48px;
color:#13bfb1;
background:#363533;
border:1px solid #363533;
border-left:none;
line-height:45px;
text-align:center;
position:absolute;
top:4px;
right:5px;
border:none;
outline:none;
box-shadow:none;
display:block;
padding:0;
cursor:pointer;
border-radius:0;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_slider_main_wrapper .metis .tp-tab.selected .tp-tab-divider {
border-right: 1px solid #13bfb1;
}
/* footer_wrapper_neuorology css */
.footer_wrapper_neuorology {
float:left;
width:100%;
padding-top:100px;
background:#0f0f0f;
}
.footer_wrapper_neuorology .section_5_copyright_image {
float:left;
width:100%;
}
.footer_wrapper_neuorology .copyright_img {
float:left;
width:100%;
text-align:center;
border-bottom:1px solid #2e2e2e;
padding-bottom:60px;
}
.footer_wrapper_neuorology .copyright_img img {
display:inline-block;
}
.footer_wrapper_neuorology .section_5_copyright_text {
float:left;
width:100%;
padding-top:40px;
padding-bottom:40px;
}
.footer_wrapper_neuorology .section_5_copyright p {
margin:0;
text-transform:capitalize;
}
.footer_wrapper_neuorology .section_5_copyright p a {
color:#999;
}
.footer_wrapper_neuorology .section_5_copyright p a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_wrapper_neuorology .section_5_copyright,
.footer_wrapper_neuorology .section_5_footer_menu {
float:left;
width:100%;
}
.footer_wrapper_neuorology .section_5_footer_menu ul {
margin:0;
padding:0;
list-style:none;
float:right;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li {
float:left;
margin-left:10px;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li:first-child {
margin-left:0px;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li a {
float:left;
color:#656565;
font-size:20px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
/* neurology_navigation_wrappercss end*/
.department_team_wrapper #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.department_team_wrapper #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:0px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.department_team_wrapperon #return-to-top:hover i {
color:#fff;
top:5px;
}
.about_neurology_section #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.about_neurology_section #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:13px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.about_neurology_section #return-to-top:hover i {
color:#fff;
top:5px;
}
/* neurology_appointment_section end */
.laparoscopio_wrap #cssmenu ul li:hover a, .menu_wrapper_3 #cssmenu ul li.active a {
background: #13bfb1!important;
}
/* menu-fixed start */
.ent_header_wrapper .main_menu_wrapper.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.orthopaedics_header_wrapper.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.neurology_top_header_wrapper.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.navbar-bottom.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.menu_wrapper_bariatric.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.mobail_menu_eye.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.plumb_nav_header_wrapper.menu_fixed{
position: fixed;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
@media (min-width: 1260px){
.plumb_nav_header_wrapper.menu_fixed li:nth-child(5) {
position: absolute;
left: 0;
background: none;
border-radius: none;
box-shadow: none;
border: none;
top: -15px;
}
}
.laparoscopio_wrap.menu_fixed {
background: #13bfb1;
}
.laparoscopio_wrap .rp_mobail_menu_main_wrapper {
padding: 10px 15px 0 15px;
}
.neurology_navigation_wrapper #toggle {
bottom:25px;
}
.menu_header_bariatric #toggle {
bottom: 25px;
}
/* bottom: 25px; */
/* menu-fixed end */
|
theme_cure/css/style.css
|
body,
html {
font-family: 'Open Sans', sans-serif;
line-height: 24px;
font-weight: 400;
font-size: 16px;
color: #757575;
overflow-x: hidden;
background: white;
}
/*------------------custom css----------------*/
a {
color: #2ec8a6;
text-decoration: none;
}
a:hover,
a:focus {
color: #2ec8a6;
text-decoration: none;
}
a:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
color: #ffffff;
line-height: 24px;
font-weight: 400;
margin: 0;
padding: 0;
}
.fa-caret-right:before {
content: "\f0da";
margin-left: 35px;
}
input,
select,
button {
outline: none;
}
input:focus,
select:focus,
button:focus {
outline: none;
box-shadow: none;
}
textarea {
outline: none;
}
textarea:focus {
outline: none;
box-shadow: none;
}
.med_toppadder10 {
padding-top: 10px;
}
.med_toppadder20 {
padding-top: 20px;
}
.med_toppadder30 {
padding-top: 20px;
}
.med_toppadder40 {
padding-top: 40px;
}
.med_toppadder50 {
padding-top: 50px;
}
.med_toppadder60 {
padding-top: 60px;
}
.med_toppadder70 {
padding-top: 60px;
}
.med_toppadder80 {
padding-top: 80px;
}
.med_toppadder90 {
padding-top: 90px;
}
.med_toppadder100 {
padding-top: 100px;
}
.med_bottompadder10 {
padding-bottom: 10px;
}
.med_bottompadder20 {
padding-bottom: 20px;
}
. {
padding-bottom: 30px;
}
.med_bottompadder40 {
padding-bottom: 40px;
}
.med_bottompadder50 {
padding-bottom: 50px;
}
.med_bottompadder60 {
padding-bottom: 60px;
}
.med_bottompadder70 {
padding-bottom: 70px;
}
.med_bottompadder80 {
padding-bottom: 80px;
}
.med_bottompadder90 {
padding-bottom: 90px;
}
.med_bottompadder100 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2ec8a6;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/************---------Header css start---------***********/
.top_header_wrapper {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 14px;
color: #ffffff;
position: relative;
z-index: 6;
font-family: 'Open Sans', sans-serif;
}
.top_header_add {
float: left;
width: auto;
line-height: 50px;
}
.top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.top_header_add li {
float: left;
width: auto;
list-style: none;
margin-right: 30px;
margin-left: -3px;
}
.top_header_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.top_header_add ul li a {
color: #ffffff;
}
.top_header_add ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.top_login {
float: right;
width: auto;
width: 170px;
text-align: center;
background-color: #22a98b;
padding-top: 19px;
padding-bottom: 16px;
}
.top_login ul {
margin: 0px;
padding: 0px;
width: 100%;
line-height: 5px;
float: left;
margin-left: 20px;
}
.top_login ul li {
float: left;
width: auto;
list-style: none;
}
.top_login ul li a {
color: #ffffff;
padding-left: 20px;
}
.top_login ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.rp_mobail_menu_main_wrapper {
float: none;
padding-top: 20px;
width: 100%;
}
.menu_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
#links {
position: relative;
float: left;
}
#link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
#link_list li {
display: block;
width: 100%;
}
#link_list li:hover {
background-color: #2ec8a6;
}
#toggle {
float: right;
position: relative;
bottom: 25px;
right: 0;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
#toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper #cssmenu ul ul {
display: none;
}
.align-right {
float: right;
}
.menu_wrapper #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #2ec8a6 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper .menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper #sidebar h1 {
font-size: 20px;
color: #2ec8a6 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper#sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper {
background-color: #ffffff78;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.header_logo img {
background: #fff;
}
.logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.nav .navbar-nav {
float: left;
width: 100%;
}
.navbar-nav {
float: right;
}
.nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
#nav_filter li a {
display: block;
font-size: 14px;
cursor: pointer;
color: #000000;
text-transform: uppercase;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
#nav_filter li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
#nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2ec8a6;
background-image: none;
border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
right: auto;
}
.navbar-nav>li {
padding-top: 20px;
padding-bottom: 20px;
}
#nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
#nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
opacity: 0;
border-top: 2px solid #2ec8a6;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px;
}
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.nav .hovr_nav_tab {
padding: 0;
}
.respose_nav {
padding-right: 0;
}
/*-----search bar---*/
.et_search_bar a {
float: right;
width: auto;
text-align: center;
color: #2ec8a6;
font-size: 16px;
cursor: pointer;
}
.et_search_box {
position: absolute;
right: 2px;
top: 100%;
padding: 10px;
display: inline-block;
-webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
background-color: #ffffff;
display: none;
z-index: 1000;
}
.et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2ec8a6;
border-right: 0px;
}
.et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2ec8a6;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.et_search_box button:hover {
color: #ffffff;
background: #2ec8a6;
border-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.et_search_bar i {
position: relative;
}
.et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
/*----stick menu-----*/
.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/********-----------slider wrapper---------**********/
.slider_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -130px;
}
.cc_main_slide1 {
background: url('../images/slider_img.jpg');
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide2 {
background: url('../images/slider_img2.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide3 {
background: url('../images/slider_img3.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide4 {
background: url('../images/corona/slider_img.jpg');
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide5 {
background: url('../images/corona/slider_img2.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_main_slide6 {
background: url('../images/corona/slider_img3.jpg') 50% 0 repeat-y;
width: 100%;
height: 880px;
background-size: cover;
background-position: center 0;
position: relative;
padding-top: 470px;
}
.cc_slider_img_section .owl-theme .owl-nav {
position: absolute;
bottom: 460px;
margin: 0;
margin-top: 100px;
left: 0;
right: 0;
display: block;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-prev {
font-size: 33px;
margin: 0;
padding: 0;
left: -38px;
top: 30px;
position: absolute;
text-align: center;
background-color: white;
width: 78px;
height: 78px;
color: #6f6f6f;
padding-left: 24px;
text-align: center;
line-height: 70px;
border-radius: 100%;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-next {
font-size: 33px;
margin: 0;
padding: 0;
right: -38px;
top: 30px;
position: absolute;
text-align: center;
background-color: #white;
width: 78px;
height: 78px;
color: #6f6f6f;
padding-right: 24px;
text-align: center;
line-height: 74px;
border-radius: 100%;
background: #fff;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav[class*='owl-'] {
background-color: white;
color: #777777;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav .owl-prev:hover {
background: white;
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav .owl-next:hover {
background: white;
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.cc_slider_img_section .owl-theme .owl-nav[class*='owl-'] {
background-color: white;
color: #2ec8a6;
}
.owl-theme .owl-nav.disabled + .owl-dots {
display: none;
}
.cc_slider_cont1 h2 {
color: black;
font-size: 40px;
line-height: 46px;
font-weight: 800;
text-transform: uppercase;
}
.cc_slider_cont1 p {
font-size: 16px;
margin-top: 30px;
color: #222222;
}
.cc_slider_cont1 ul {
margin-top: 40px;
}
.cc_slider_cont1 li {
float: left;
margin-left: 30px;
list-style: none;
}
.cc_slider_cont1 li:first-child {
margin-left: -2px;
}
.cc_slider_cont1 li a {
width: 160px;
height: 50px;
float: left;
color: #ffffff;
background: #2ec8a6;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 14px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.cc_slider_cont1 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cc_slider_cont1 li:last-child a {
width: 160px;
height: 50px;
float: left;
color: #000000;
background: transparent;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 14px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.cc_slider_cont1 li:last-child a:hover {
background: #2ec8a6;
border: 2px solid #2ec8a6;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cc_slider_cont1_wrapper {
padding-top: 10px;
}
.cc_slider_cont1 {
position: absolute;
top: 40%;
left: 0;
right: 0;
z-index: 1000;
}
.cc_slider_cont1 h1 {
color: #2ec8a6;
font-size: 30px;
font-weight: bold;
background-color: #ffffff;
text-transform: uppercase;
padding-top: 22px;
padding-bottom: 21px;
display: inline-block;
padding-left: 30px;
}
.cc_slider_cont1 h1 span {
background: #2ec8a6;
padding: 5px;
color: #ffffff;
font-size: 30px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
margin-left: 30px;
}
.medi {
padding-bottom: 40px;
margin-top: -130px;
}
/*********-------category wrapper-------*********/
.category_wrapper {
text-align: center;
background-color: white;
width: 100%;
float: left;
}
.cat_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
margin-top: -90px;
z-index: 3;
}
.cat_about:hover .icon_wrapper:before {
border-top: 120px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_about:hover .cat_txt a {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_about:hover .cat_img {
border-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_img {
position: relative;
padding-left: 60px;
border: 2px solid #2ec8a6;
width: 100%;
height: 260px;
}
.cat_img img {
height: 200px;
padding-top: 35px;
width: 70%;
}
.cat_txt {
padding-bottom: 50px;
position: absolute;
top: 23%;
width: 75%;
left: 50px;
}
.cat_txt h1 {
color: #111111;
font-size: 18px;
font-weight: 800;
padding-bottom: 10px;
text-transform: uppercase;
}
.cat_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.icon_wrapper {
position: relative;
bottom: 28px;
}
.icon_wrapper img {
top: 48px;
left: 15px;
position: absolute;
}
.icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 30px;
}
.cat_txt a {
color: #2ec8a6;
font-size: 14px;
font-weight: 700;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cat_txt a:hover i {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/************-------about wrapper------------************/
.about_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 150px;
padding-bottom: 155px;
}
.co_abt{
padding-top: 30px;
padding-bottom: 100px;
}
.abt_box {
position: relative;
border: 10px solid #f2f2f2;
width: 200px;
height: 390px;
}
.abt_img img {
position: absolute;
width: 480px;
height: 480px;
top: -55px;
}
.abt_heading_wrapper {
text-align: left;
width: 100%;
margin-top: -25px;
}
.abt_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.abt_txt {
text-align: left;
width: 100%;
padding-left: 10px;
}
.abt_txt h3 {
font-size: 22px;
color: #2ec8a6;
line-height: 36px;
text-transform: uppercase;
font-weight: bold;
}
.abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 26px;
}
.abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #111111;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
}
.abt_chk ul li {
float: left;
width: 50%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.content ul li i {
font-size: 16px;
color: #2ec8a6;
margin-right: 20px;
}
/*************------appointment wrapper----------***********/
.appoint_wrapper {
background: url('../images/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-color: white;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 59px;
margin-top: -27px;
}
.appoint_wrapper2 {
background: url('../images/corona/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-color: white;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 59px;
margin-top: -27px;
}
.appoint_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.8);
}
.appoint_box {
text-align: center;
width: 100%;
}
.appoint_box h1 {
font-size: 22px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-left: -147px;
}
.appoint_box p {
font-size: 16px;
padding-top: 10px;
font-family: 'Open Sans', sans-serif;
color: #c4c4c4;
text-transform: capitalize;
}
.appoint_box p span {
font-weight: 600;
color: #ffffff;
}
.box_2 h1 {
font-size: 22px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-left: -245px;
}
.appoint_form {
text-align: left;
width: auto;
}
.appoint_form ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
padding-top: 10px;
}
.appoint_form ul li {
float: left;
width: auto;
list-style: none;
}
.appoint_form ul li:last-child {
color: #c4c4c4;
margin-left: 30px;
}
.appoint_form ul li a {
color: #c4c4c4;
padding: 0px 3px;
}
.appoint_form ul li a:hover {
color: #2ec8a6;
transition: 0.6s;
}
.appoint_form ul li:last-child a {
padding-right: 0px;
margin-left: 20px;
}
.appoint_form ul li:first-child {
position: relative;
}
.appoint_form ul li:first-child:after {
content: "";
position: absolute;
top: 0;
right: -11px;
background-color: #c4c4c4;
width: 1px;
height: 100%;
}
.appoint_icon img {
z-index: 1;
position: absolute;
left: 35px;
top: -71px;
padding: 0;
display: inline-block;
}
.appoint_icon:after {
content: '';
border-right: 130px solid transparent;
border-top: 130px solid #2ec8a6;
position: absolute;
left: 15px;
top: -100px;
}
.box_2 h2 {
font-size: 24px;
color: #ffffff;
font-weight: 700;
float: left;
width: 92.5%;
background-color: #2ec8a6;
margin-top: 35px;
text-transform: capitalize;
height: 45px;
line-height: 1;
padding-top: 6px;
margin-left: 42px;
}
.box_2 h2:before {
content: '';
border-left: 42px solid transparent;
border-top: 45px solid #2ec8a6;
position: absolute;
left: 15px;
top: 93px;
}
.box_2 svg {
width: 35px;
height: 35px;
fill: white;
}
.box_2 i {
margin-left: -55px;
}
.box_2 i:before {
font-size: 30px;
font-weight: 400;
margin: 0px;
margin-right: 15px;
}
/************--------choose wrapper-------***************/
.choose_wrapper {
background: url('../images/choose_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
margin-top: 100px;
padding-bottom: 100px;
}
.choose_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #ffffffa3;
}
.choose_heading_wrapper p {
text-align: justify;
}
.ant_txt p {
text-align: justify;
}
.choose_heading_wrapper {
text-align: left;
width: 100%;
}
.choose_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.sidebar_wrapper {
float: left;
width: 100%;
margin-top: 0px;
}
.lv_faq_wrapper .panel-title {
position: relative;
}
.lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.accordionFifteen .panel-group {
margin-bottom: 0;
}
.accordionFifteen .panel-default {
border: 0;
}
.accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-bottom: -15px;
}
.accordionFifteen .panel .panel-heading a {
display: block;
background: white;
padding: 15px 20px;
color: #000;
font-size: 16px;
font-weight: 500;
border: 1px solid #f4ab01;
border-bottom: none;
text-decoration: none;
}
.panel-heading desktop h4 {
line-height: 0;
}
.panel-title h4 {
margin-left: -1px;
}
.accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #f4ab01;
}
.accordionFifteen .panel .panel-heading a.collapsed {
color: #000000;
background-color: #fff;
display: block;
padding: 15px 20px;
font-size: 15px;
font-weight: 800;
border: 1px solid #e3e3e3;
margin-left: -1px;
margin-top: -1px;
}
.accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 30px 30px 30px 20px;
background: #fff;
border: 1px solid #f4ab01;
border-top: none;
margin-left: -1px;
margin-top: -25px;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.accordionFifteen .panel .panel-heading a:after {
content: "\f107";
background: #f4ab01;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f105";
background: #2ec8a6;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.choose_wrapper .sidebar_pannel {
margin-top: 30px !important;
}
.med_slider_img {
float: left;
width: 100%;
overflow: hidden;
}
.owl_box {
width: 100%;
float: left;
overflow: hiddden;
position: relative;
}
.med_slider_img .owl-carousel.owl-loaded {
overflow: hiddden !important;
}
.med_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.med_slider_img .item {
width: 100%;
}
.med_slider_img .owl-carousel .owl-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.med_slider_img .owl-theme .owl-nav {
position: absolute;
bottom: 58%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.med_slider_img .owl-prev {
position: absolute;
left: -50px;
}
.med_slider_img .owl-next {
position: absolute;
right: -50px;
}
.med_slider_img .owl-theme .owl-nav .owl-prev,
.med_slider_img .owl-theme .owl-nav .owl-next {
color: white;
font-size: 36px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 100px;
width: 100px;
border-radius: 100%;
padding-top: 30px;
padding-left: 35px;
}
.med_slider_img .owl-theme .owl-nav .owl-next {
padding-right: 55px;
}
.med_slider_img .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.med_slider_img .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/***********--------team wrapper-----------**********/
.team_wrapper {
float: left;
text-align: center;
width: 100%;
padding-bottom: 44px;
background-color: white;
}
.team_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.team_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
overflow: hidden;
}
.team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_txt a {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_img {
width: 100%;
float: left;
}
.team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_txt h1 a {
color: #111111;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_img img {
margin-top: 2px;
width: 100%;
}
.team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 28px;
}
.team_icon_hover {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
height: 88px;
}
.team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 22px;
margin-bottom: -10px;
}
.team_icon_hover ul li i {
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.team_icon_hover ul li a {
color: #ffffff;
}
.team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_slider_wrapper {
float: left;
width: 100%;
}
.team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_slider_wrapper .item {
width: 100%;
}
.team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper {
background: url('../images/vedio.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.vedio_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.vedio_heading_wrapper {
float: left;
text-align: center;
width: 100%;
margin-top: 200px;
margin-bottom: 195px;
}
.vedio_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.vedio_heading_wrapper p {
margin: 0px 0px 0px 0px;
color: white;
font-size: 40px;
font-weight: 600;
text-transform: capitalize;
}
.vedio_heading_wrapper h4 {
margin-top: 40px;
display: inline-block;
margin-left: -160px;
}
.vedio_heading_wrapper h4 a {
font-size: 18px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_heading_wrapper h4 img {
margin-right: 10px;
}
.vedio_heading_wrapper h4 a:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.video_btn_wrapper {
float: right;
width: 100%;
display: inline-block;
margin-right: 35%;
}
.video_btn_wrapper ul {
padding: 0;
margin: 0;
list-style: none;
}
.video_btn_wrapper li a {
width: 150px;
height: 50px;
float: right;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-left: 30px;
margin-top: 7px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
margin-top: -60px;
}
.video_btn_wrapper li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
/**********----------event wrapper---------***********/
.event_wrapper {
float: left;
width: 100%;
background-color: white;
}
.event_slider_wrapper {
float: left;
width: 100%;
}
.img_section {
width: 100%;
float: left;
background: #f9f9f9;
margin-bottom: 30px;
}
.img_wrapper1 {
float: left;
width: 40%;
}
.event_icon1 {
text-align: left;
position: relative;
overflow: hidden;
width: 60%;
margin-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
.event_icon1 h2 a {
margin-top: 0;
color: black;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.event_icon1 h2 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.event_icon1 p {
color: #757575;
font-size: 16px;
line-height: 26px;
}
.event_icon1 ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}
.event_icon1 ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_icon1 ul li i {
margin-right: 10px;
}
.event_icon1 ul li a {
color: #757575;
}
.event_icon1 ul li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-dots .owl-dot {
display: none;
}
.event_slider_wrapper .item {
width: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: 0;
top: -21%;
z-index: 1000;
display: block;
}
.event_slider_wrapper .owl-prev {
position: absolute;
left: -50px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev,
.event_slider_wrapper .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -40px;
border-radius: 100%;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next i {
margin-left: 3px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev i {
margin-right: 1px;
margin-top: 1px;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.icon_wrapper_event {
position: relative;
bottom: 28px;
}
.icon_wrapper_event i {
top: 48px;
left: 15px;
color: white;
position: absolute;
}
.icon_wrapper_event:before {
content: '';
border-right: 80px solid transparent;
border-top: 80px solid #2ec8a6;
position: absolute;
left: 0px;
top: 28px;
}
/*********----------counter wrapper--------***********/
.counter_section {
background: url('../images/counter_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section2 {
background: url('../images/corona/counter_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_overlay {
background: rgba(245, 245, 245, 0.8);
padding-bottom: 113px;
}
.counter_section .count-description {
font-size: 40px;
font-weight: 700;
color: black;
margin-top: 20px;
}
.icon {
text-align: center;
border: 2px solid #2ec8a6;
width: 100px;
height: 100px;
line-height: 90px;
margin-top: 120px;
background: white;
display: inline-block;
}
.icon img {
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
}
.count-description {
padding-top: 20px;
}
.icon:hover {
color: white;
background-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.con1,
.con2,
.con3,
.con4 {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
color: black;
padding-top: 10px;
}
/***********-----------blog wrapper---------------****************/
.blog_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.blog_about {
text-align: left;
width: 100%;
}
.blog_txt h1 {
margin-top: 30px;
}
.blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_txt h1 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_txt_info ul li:first-child {
position: relative;
}
.blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_img:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
.blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 4;
}
.blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_comment ul li i {
margin-right: 8px;
}
.blog_comment ul li:hover a {
background-color: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper {
background: url('../images/testimonial_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-bottom: 100px;
}
.test_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.test_heading_wrapper {
text-align: left;
width: 100%;
}
.test_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.test_slider_wrapper {
float: left;
width: 100%;
background: rgba(245, 245, 245, 0.1);
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot {
display: none;
}
.test_slider_wrapper .item {
width: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: -8px;
top: -47%;
z-index: 1000;
display: block;
}
.test_slider_wrapper .owl-prev {
position: absolute;
left: -50px;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev,
.test_slider_wrapper .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -41px;
border-radius: 100%;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.test_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.t_icon_wrapper {
position: relative;
float: left;
width: 100%;
padding: 50px;
margin-left: 60px;
}
.t_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: -60px;
top: 0;
}
.t_client_cont_wrapper2 {
float: left;
width: calc(100% - 100px);
}
.t_client_cont_wrapper2 p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: #ffffff;
font-family: 'Droid Serif', sans-serif;
}
.t_client_cont_wrapper2 img {
float: left;
display: inline-block;
}
.t_client_cont_wrapper2 h5 {
float: left;
font-size: 16px;
margin-top: 35px;
margin-left: 10px;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_box {
float: left;
width: 70%;
z-index: 5;
position: relative;
background: #2ec8a6;
padding: 83px 100px 83px 100px;
}
.box_side_icon {
position: relative;
float: left;
}
.box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #f4ab01;
position: absolute;
left: -100px;
top: -83px;
}
.response {
color: #2d2d2d;
float: right;
}
.box_side_icon img {
top: -50px;
left: -80px;
color: white;
position: absolute;
}
.contect_form1 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_box .contect_form1 ::-webkit-input-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form1 ::-ms-input-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-webkit-input-placeholder{
color:#fff;
}
.booking_box .contect_form3 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form3 ::-ms-input-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-webkit-input-placeholder{
color:#fff;
}
.booking_box .contect_form4 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-moz-placeholder{
color: #fff;
}
.booking_box .contect_form4 ::-ms-input-placeholder{
color: #fff;
}
.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus,
.contect_form3 input:hover,
.contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form3 {
width: 100%;
margin-left: -7px;
}
.contect_form3 i {
margin-left: -30px;
color: white;
}
.booking_box::placeholder {
color: #7bddc7;
opacity: 1;
/* Firefox */
}
.booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.contect_btn button {
text-transform: uppercase;
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 15px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.chat_box {
float: left;
width: 30%;
z-index: 5;
box-shadow: 0px 15px 10px -15px #11111169;
background: #f9f9f9;
position: relative;
padding: 100px 60px 77px 60px;
}
.booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_box_img {
text-align: center;
}
.booking_box_img img {
display: inline-block;
position: relative;
}
.booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2ec8a6;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_btn ul {
list-style: none;
display: inline-block;
}
.booking_btn {
float: left;
width: 100%;
text-align: center;
}
.booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -100px;
z-index: 1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.partner_slider_img {
float: left;
width: 100%;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_slider_img .owl-theme .owl-nav {
display: none;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper {
float: left;
width: 100%;
background-color: #2ec8a6;
}
.newsletter_text {
float: left;
width: 100%;
}
.newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.contect_btn_news ul {
list-style: none;
float: right;
}
.contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
text-transform: uppercase;
}
.contect_btn_news li a:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
/*********---------footer wrapper------------**************/
.footer_wrapper {
width: 100%;
background-color: #111111!important;
float: left;
position: relative;
}
.footer_widget_add {
padding-top: 100px;
text-align: left;
position: relative;
}
.address_main {
text-align: left;
float: left;
position: relative;
}
.box_1_wrapper {
float: left;
width: 30%;
}
.footer_main_wrapper {
float: left;
width: 100%;
padding-bottom: 16px;
margin-left: 25px;
}
.booking_box_div {
width: 70%;
float: left;
}
.address_main:after {
content: "";
position: absolute;
top: 0;
right: 15px;
background-color: #434141;
width: 1px;
height: 523px;
display
}
.footer_widget_add p {
font-size: 15px;
color: #757575;
padding-top: 35px;
margin-bottom: 20px;
line-height: 24px;
margin-right: 50px;
}
.footer_widget_add a {
font-size: 14px;
}
.footer_box_add {
float: left;
margin-top: 35px;
width: 100%;
margin-bottom: 30px;
}
.footer_box_add ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
font-size: 14px;
}
.footer_box_add ul li {
float: left;
width: auto;
margin-bottom: 10px;
list-style: none;
color: #fff;
}
.footer_box_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #373636;
width: 34px;
height: 34px;
text-align: center;
color: #fff;
}
.footer_box_add ul li a {
color: #fff;
}
.footer_box_add ul li a:hover {
color: #2ec8a6;
transition: 0.4s;
}
/****footer_2******/
.footer_heading {
padding-top: 110px;
text-align: left;
width: 100%;
}
.footer_heading h1 {
font-size: 20px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
}
.footer_gallary {
float: left;
width: auto;
margin-top: 40px;
margin-left: 7px;
}
.footer_gallary img {
margin-bottom: 10px;
}
/****footer_3******/
.footer_ul_wrapper {
float: left;
width: 100%;
}
.footer_ul_wrapper {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
margin-top: 30px;
text-transform: capitalize;
padding-left: 30px;
}
.footer_ul_wrapper ul li {
width: auto;
margin-bottom: 10px;
list-style: none;
}
.footer_ul_wrapper ul li i {
margin-right: 10px;
color: #2ec8a6;
}
.footer_ul_wrapper ul li a {
color: #757575;
}
.footer_ul_wrapper ul li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_menu {
margin-left: 30px;
}
/****footer_4******/
.footer_cnct {
text-align: left;
width: 100%;
margin-top: 40px;
}
.contact_last_div {} .footer_cnct p {
font-size: 14px;
color: #757575;
text-transform: capitalize;
}
.footer_cnct p span {
font-weight: 500;
margin-left: 10px;
color: #fff;
}
/****footer_5******/
.footer_botm_wrapper {
float: left;
width: 100%;
padding-top: 46px;
padding-bottom: 30px;
}
.footer_botm_wrapper:after {
content: "";
position: absolute;
top: 430px;
right: 0;
left: 0;
background-color: #434141;
width: 1195px;
height: 1px;
margin-left: -15px;
}
.bottom_footer_copy_wrapper span {
margin: 0;
color: #757575;
}
.bottom_footer_copy_wrapper a {
color: #757575;
margin-right: 5px;
}
.bottom_footer_copy_wrapper a:hover {
color: #2ec8a6;
transition: 0.5s;
}
.footer_btm_icon {
float: right;
margin-top: -4px;
}
.bottom_footer_copy_wrapper {
display: inline;
}
.footer_btm_icon ul {
margin: 0px;
padding: 0px;
width: 100%;
float: right;
font-size: 16px;
}
.footer_btm_icon ul li {
float: right;
width: auto;
color: white;
list-style: none;
margin-left: 10px;
}
.footer_btm_icon ul li i {
line-height: 33px;
color: #373636;
background-color: transparent;
border: 2px solid #373636;
width: 34px;
height: 34px;
text-align: center;
}
.footer_btm_icon ul li a {
color: #373636;
}
.footer_btm_icon ul li a i:hover {
background-color: #2ec8a6;
color: white;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#return-to-top {
position: absolute;
right: 46px;
z-index: 10000;
background: #2ec8a6;
bottom: 73px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 100;
}
#return-to-top i {
color: white;
text-align: center;
font-size: 16px;
margin: 12px;
margin-left: 13px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#return-to-top i:hover {
color: white;
}
/***********----------services css start----------**********/
/*----------title section---------------*/
.med_tittle_section {
background: url('../images/service_top_img.jpg') 50% 0 repeat-y;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
float: left;
position: relative;
text-align: center;
padding-top: 110px;
padding-bottom: 40px;
margin-top: -95px;
}
.med_img_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(245, 245, 245, 0.7);
}
.breadcrumb li {
float: left;
}
.breadcrumb {
background-color: white;
display: inline-block;
}
.breadcrumb>li+li:before {
padding: 0 5px;
content: "/\00a0";
}
.med_tittle_cont {
text-align: right;
margin-top: 45px;
}
.med_tittle_cont h1 {
font-size: 32px;
color: #111111;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 20px;
}
.breadcrumb li a {
color: black;
}
.breadcrumb>li+li:before {
color: black;
}
.breadcrumb li:last-child {
color: #2ec8a6;
float: left;
}
/*--------------service slider-------------*/
.ser_slider_wrapper {
float: left;
width: 100%;
}
.ser_section {
margin-top: 0;
}
.ser_slider_wrapper .owl-carousel .owl-item img {
width: auto;
}
.ser_slider_wrapper .owl-theme .owl-nav {
display: none;
}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 13px;
height: 13px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.ser_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ser_abt {
width: 100%;
float: left;
background-color: #f2f2f2;
padding-top: 100px;
}
.ser_abt_img_resp {
float: left;
width: 100%;
}
/***********----------appointment css start----------**********/
.book_section {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.avail_section {
float: left;
width: 100%;
background-color: white;
position: relative;
margin-top: -130px;
padding-top: 210px;
}
.chat_box_clr {
background-color: white;
}
/***********calender css**********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px solid white;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
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;
/* 1 */
padding: 0;
/* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
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;
/* 1 */
padding: 0;
/* 2 */
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #ffffff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 100px;
height: 100px;
background-color: #f0f0f0;
font-size: 20px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: #f0f0f0;
font-size: 20px;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #d1d1d1;
font-size: 20px;
cursor: pointer;
width: 100px;
height: 100px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: black;
font-size: 20px;
border: 2px solid white;
width: 100px;
height: 100px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: black;
font-size: 20px;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #abf3aa;
font-size: 20px;
color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #abf3aa;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #abf3aa;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #abf3aa;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #abf3aa;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #ff8c00;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #abf3aa;
color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #d1d1d1;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 2px solid white;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #ff8c00;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
border: 2px solid white;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
background-color: #f4ab01;
color: white;
font-size: 22px;
border: none;
width: 70px;
height: 70px;
text-transform: uppercase;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
padding: 15px 5px;
border: 2px solid white;
color: black;
}
.datepicker .dow {
background: #2ec8a6;
color: white;
font-size: 22px;
height: 70px;
text-transform: uppercase;
}
.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
width: 58px;
}
.datepicker-days tbody td:nth-child(7) {
background-color: #f3b0b0;
color: black;
}
@import url("normalize.html");
@import url("datepicker.css");
/* app */
.charset {
box-shadow: 1px 1px 10px #000;
}
.app {
float: left;
width: 100%;
}
.app:after {
content: "";
display: table;
clear: both;
}
.app__side {
background: #333;
width: 35%;
height: 100%;
padding: 40px;
float: left;
color: #ff8c00;
}
.app__main {
width: 100%;
float: left;
}
/* b-calendar */
.calendar .datepicker {
width: 100%;
overflow-x: scroll;
}
.calendar .datepicker table {
width: 100%;
}
/*********----------doctor info-------**********/
.med_doctor_info {
float: left;
width: 100%;
line-height: 50px;
padding-top: 75px;
padding-bottom: 25px;
background-color: #2ec8a6;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
}
.doctor_info h1 {
color: white;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
}
.doctor_info span {
font-size: 16px;
font-weight: 400;
margin-left: 10px;
text-transform: uppercase;
}
.doctor_info p {
font-size: 18px;
margin-top: -5px;
}
.doctor_info {
float: left;
width: 100%;
}
.doctor_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: -12px;
}
.doctor_info li {
display: inline-block;
width: auto;
list-style: none;
font-size: 18px;
margin-right: 30px;
}
.doctor_info ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.doctor_info ul li a {
color: #ffffff;
}
.doctor_info ul li a:hover {
color: #f4ab01;
transition: 0.5s;
}
.bio_section_doc {
float: left;
width: 100%;
background-color: white;
}
.single_doc {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 55px;
bottom: -95px;
left: 0;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
right: 0;
margin: 0px auto;
}
.team_about:hover .single_doc {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.single_doc ul {
margin-left: 40px;
width: 100%;
float: left;
display: inline-block;
margin-top: 20px;
height: 50px;
}
.single_doc ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
margin-bottom: 0;
margin-top: -9px;
}
.doc_img_top {
float: left;
width: 100%;
position: relative;
margin-top: -150px;
z-index: 50;
}
.bio_doc_txt {
text-align: left;
width: 100%;
}
.doc_appoint_2 {
float: left;
width: 100%;
background-color: white;
padding-top: 80px;
padding-bottom: 100px;
}
.contact_btn_wrapper li a {
width: 170px;
height: 45px;
line-height: 45px;
background: #2ec8a6;
color: #fff;
float: left;
border-radius: 100px;
text-align: center;
text-transform: capitalize
}
.doc_single_forms input {
width: 100%;
height: 50px;
border: 2px solid #dcdcdc;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.doc_single_forms input:hover,
.doc_single_forms input:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn ul {
list-style: none;
float: left;
}
.appoint_btn li a {
width: 260px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.appoint_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.speacilist_team_section {
background: url('../images/speacialist.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.speacilist_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.special_team_heading h1,
.special_team_heading p {
float: left;
width: 100%;
color: white;
}
.special_icon_section {
position: relative;
bottom: 30px;
}
/********-------our doctor portfolio section-----*******/
.portfolio_section {
float: left;
text-align: center;
width: 100%;
background-color: white;
}
.portfolio-area {
float: left;
width: 100%;
}
#filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: 700;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #d99a09;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:last-child {
display: inline-block;
float: left;
}
/*********--------event section------**********/
.event_section {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.event_txt_anch {
text-align: left;
width: 100%;
margin-top: 0;
}
.event_txt_anch p {
color: #757575;
font-size: 16px;
line-height: 28px;
text-align: justify;
}
.event_txt_anch ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 15px;
}
.event_txt_anch ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_txt_anch ul li i {
margin-right: 10px;
}
.event_txt_anch ul li a {
color: #757575;
}
.event_txt_anch ul li a:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_txt_anch h2 {
margin-top: 0;
line-height: 35px;
color: black;
font-size: 22px;
font-weight: 600;
text-transform: capitalize;
}
.event_btn_section {
float: left;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.event_btn_section ul {
padding: 0;
margin: 0;
display: inline-block;
list-style: none;
}
.event_txt_anch .event_btn_section li a {
width: 170px;
height: 50px;
float: left;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-top: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.event_txt_anch .event_btn_section li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: black;
}
.event_img_count {
float: left;
position: relative;
width: 100%;
border: 1px solid transparent;
}
.event_img_count figure {
display: block;
margin: 0;
overflow: hidden;
}
.event_img_count figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.event_img_count:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
#countdown {
width: 100%;
}
#countdown label {
clear: both;
display: block;
font-weight: normal;
font-size: 16px;
margin-top: -10px;
color: #757575;
}
#countdown span {
font-size: 30px;
font-weight: 600;
text-align: center;
width: 80px;
height: 80px;
border: 6px solid #f5f5f5;
display: block;
float: left;
text-align: center;
line-height: 70px;
margin-top: -10px;
margin-left: 30px;
}
#countdown span:first-child {
background-color: #fff;
color: #35a4d9;
margin-left: 0;
}
#countdown span:nth-child(2) {
background-color: #fff;
color: #2ec8a6;
}
#countdown span:nth-child(3) {
background-color: #fff;
color: #024aa0;
}
#countdown span:last-child {
background-color: #fff;
color: #2ec8a6;
}
/*******--------gallaery II css-------**********/
.portfolio-area {
float: left;
width: 100%;
background-color: #fff;
}
.portfolio_icon_wrapper a {
position: absolute;
right: 20px;
bottom: 20px;
}
.portfolio_icon_wrapper i {
color: #fff;
font-size: 18px;
}
.portfolio_icon_wrapper:before {
content: '';
border-left: 100px solid transparent;
border-bottom: 100px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio-thumb:hover .portfolio_icon_wrapper:before {
border-left: 100px solid transparent;
border-bottom: 100px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-thumb {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.portfolio-area .portfolio-thumb::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: -80%;
bottom: -80%;
cursor: pointer;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before {
left: 0;
bottom: 0;
opacity: 1;
}
.portfolio-area .portfolio-thumb img {
width: 100%;
}
.portfolio-area .portfolio-info {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 50px;
padding: 50px;
left: 30px;
opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info {
left: 40px;
top: 110px;
right: 45px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info h3 {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info p {
font-size: 16px;
text-align: center;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 40px;
position: relative;
top: 20px;
z-index: 1;
left: 140px;
}
/*portfolio-filter*/
.truck_filter_wrapper {
margin-bottom: 30px;
}
#filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#filter li a:last-child {
margin-right: 0px;
}
@media(max-width: 590px) {
#filter li {
margin-bottom: 10px;
}
}
.portfolio-area .protfoli_filter li:hover a,
.portfolio-area .protfoli_filter li:focus a,
.portfolio-area .protfoli_filter li.active a {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
}
.portfolio-area .protfoli_filter {
padding-bottom: 50px;
display: inline-block;
}
.portfolio-area .protfoli_filter li {
float: left;
border: 0;
margin-right: 10px;
}
.portfolio-area .protfoli_filter li a {
display: inline-block;
border: 2px solid transparent;
font-size: 16px;
font-weight: 500;
text-align: center;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border-radius: 25px;
list-style: none;
webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-area .portfoli_inner .portfolio-wrapper {
margin-bottom: 30px;
border-radius: 5px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.portfolio-btn .btn {
width: 160px;
height: 50px;
border: 2px solid transparent;
color: #fff;
background: #2ec8a6;
font-size: 14px;
line-height: 35px;
text-transform: uppercase;
font-weight: 600;
border-radius: 100px;
margin-top: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gallerY_btn {
margin-left: 42%;
}
.portfolio-btn .btn:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: #000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio_filter li a {
border: 2px solid transparent;
}
.portfolio-area .gallerY_wrapper.protfoli_filter {
padding-bottom: 50px;
display: inline-block;
margin-left: 30%;
}
.pop-up-icon ul {
list-style: none;
padding: 0;
margin: 0;
}
.pop-up-icon li a {
float: left;
margin-left: 50px;
}
.IV_column {
width: 25%;
}
@media (min-width: 767px) and (max-width: 991px) {
.IV_column {
width: 33.3%;
}
}
@media (max-width: 767px) {
.IV_column {
width: 100%;
}
}
/********------contact us section------**********/
.contact_us_section {
background: url('../images/contact_us_bg.jpg');
float: left;
width: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
}
.cont_main_section {
margin-top: -10px;
}
.dc_cont_div input {
border: 2px solid #dcdcdc;
color: #8a8a8a;
}
.dc_cont_div textarea {
border: 2px solid #dcdcdc;
margin-bottom: 0px;
margin-top: 20px;
color: #8a8a8a;
}
.dc_cont_div textarea:hover,
.dc_cont_div textarea:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dc_cont_div input:hover,
.dc_cont_div input:focus {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contact_btn_wrapper button {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.contact_btn_wrapper button {
width: 160px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.contact_btn_wrapper button:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.cont_cat_abt {
margin-top: 0;
width: 100%;
height: 200px;
border: 2px solid #2ec8a6;
}
.cont_cat_txt {
left: 0;
position: relative;
width: 100%;
margin-top: 25px;
}
.dc_icon_section {
bottom: 31px;
}
.dc_icon_section img {
left: 23px;
}
.cont_cat_abt:hover {
border-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cont_last_child h1 {
text-transform: lowercase;
}
.cont_dc_map {
margin-top: -80px;
}
.news_section_dc {
float: left;
width: 100%;
padding-top: 100px;
background-color: #f9f9f9;
padding-bottom: 100px;
}
.news_dc_txt h3 {
float: left;
width: 100%;
font-size: 22px;
color: #2ec8a6;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.edu_news_form button {
width: 230px;
height: 50px;
float: left;
color: white;
text-transform: uppercase;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
position: absolute;
right: -7px;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.edu_news_form {
margin-top: 30px;
}
.news_wrapper .edu_news_form {
text-transform: lowercase;
color: #757575;
}
.edu_news_form button:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.edu_news_form input {
width: 100%;
height: 50px;
float: left;
font-size: 14px;
padding-left: 10px;
font-weight: 600;
position: relative;
border: 2px solid #d7d7d7;
border-right: 2px solid transparent;
}
/********--------pricing table section-------***********/
.pricing_section {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.pricing_box1_wrapper {
background: #2ec8a6;
position: relative;
text-align: center;
}
.box1_heading_wrapper h1,
.pricing_cont_wrapper h1 {
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
padding: 20px;
background-color: #29a489;
}
.price_box1 {
background-color: #ffffff;
z-index: 10;
position: relative;
display: inline-block;
padding: 10px 22px;
}
.price_box1:before {
content: "";
border-bottom: 121px solid transparent;
border-left: 17px solid #fff;
right: -17px;
top: 0px;
position: absolute;
}
.price_box1:after {
content: "";
border-top: 126px solid transparent;
border-right: 16px solid #fff;
left: -16px;
top: -2px;
position: absolute;
}
.price_box1 span {
font-size: 52px;
color: #222222;
font-weight: bold;
position: relative;
top: 15px;
}
.price_box1 h1 {
font-weight: bold;
font-size: 24px;
margin-top: 15px;
color: #222222;
}
.price_box1 p {
margin-top: 15px;
color: #222222;
}
.box1_heading_wrapper {
width: 100%;
}
.price_box1_wrapper {
text-align: center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper h1 {
background-color: #e1b347;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_cont_wrapper h1 {
background-color: #e1b347;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_box1_wrapper:hover {
background: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_cont ul {
list-style: none;
padding: 0;
text-transform: capitalize;
margin-top: 40px;
}
.pricing_cont li {
font-size: 16px;
color: #f8f4f4;
margin-top: 15px;
}
.pricing_btn_wrapper {
text-align: center;
}
.pricing_btn {
display: inline-block;
padding-bottom: 45px;
}
.pricing_btn ul {
padding: 0;
list-style: none;
margin-top: 25px;
}
.pricing_btn li a {
width: 280px;
height: 50px;
float: left;
color: #000000;
background: #ffffff;
text-align: center;
line-height: 49px;
font-size: 14px;
border-radius: 50px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pricing_btn li a:hover {
background: white;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.additional_info {
float: left;
width: 100%;
margin-bottom: -20px;
}
/**********------iV gallery css section------*******/
.portfolio_icon_wrapper_iv:before {
content: '';
border-left: 80px solid transparent;
border-bottom: 80px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio_icon_wrapper_iv a {
position: absolute;
right: 15px;
bottom: 15px;
}
.portfolio_icon_wrapper_iv i {
color: #fff;
font-size: 18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_iv:before {
border-left: 80px solid transparent;
border-bottom: 80px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 0;
padding: 0px;
left: 30px;
opacity: 0;
height: 150px;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_iv {
left: 40px;
top: 40px;
right: 40px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_iv h3 {
margin-top: 32px;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info_iv p {
font-size: 14px;
text-align: center;
line-height: 20px;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info_iv h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 20px;
position: relative;
top: 10px;
z-index: 1;
left: 55px;
}
/**********------III gallery css section------*******/
.portfolio_icon_wrapper_3:before {
content: '';
border-left: 80px solid transparent;
border-bottom: 80px solid #2ec8a6;
position: absolute;
bottom: 0;
right: 0;
}
.portfolio_icon_wrapper_3 a {
position: absolute;
right: 15px;
bottom: 15px;
}
.portfolio_icon_wrapper_3 i {
color: #fff;
font-size: 18px;
}
.portfolio-thumb:hover .portfolio_icon_wrapper_3:before {
border-left: 80px solid transparent;
border-bottom: 80px solid #f4ab01;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 {
position: absolute;
text-align: Center;
background: rgba(0, 0, 0, 0.7);
top: 0;
padding: 30px;
left: 30px;
opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info_3 {
left: 40px;
top: 60px;
right: 40px;
opacity: 1;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.portfolio-area .portfolio-info_3 h3 {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
color: #ffffff;
}
.portfolio-area .portfolio-info_3 p {
font-size: 14px;
text-align: center;
text-transform: capitalize;
margin-bottom: 0;
}
.portfolio-info_3 h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 80px;
margin-bottom: 20px;
position: relative;
top: 10px;
z-index: 1;
left: 70px;
}
/*********-------blog category section----**********/
.blog_section,
.blog_category_main_wrapper {
float: left;
width: 100%;
background-color: white;
}
.contect_form_blog input {
width: 100%;
height: 50px;
padding-left: 20px;
background: transparent;
color: #757575;
border: 2px solid #d4d4d4;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contect_form_blog i {
margin-left: -30px;
color: #2ec8a6;
}
.contect_form_blog input:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_wrapper {
float: left;
width: 100%;
margin-top: 35px;
}
.right_blog_category_wrapper h4 {
font-size: 20px;
color: #000000;
text-transform: uppercase;
font-weight: bold;
}
.right_blog_category_list_wrapper ul {
margin-top: 20px;
padding: 0;
}
.right_blog_category_list_wrapper li:first-child {
margin-top: 0;
}
.right_blog_category_list_wrapper ul li i {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li {
margin-top: 10px;
text-transform: capitalize;
list-style: none;
}
.right_blog_category_list_wrapper li a {
color: #757575;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.right_blog_category_list_wrapper li i {
color: #757575;
padding-right: 10px;
}
.right_blog_1 {
margin-top: 25px;
}
.gc_footer_ln_main_wrapper,
.gc_footer_ul_main_wrapper,
.gc_footer_insta_main_wrapper {
float: left;
width: 100%;
margin-top: 40px;
}
.gc_footer_ln_main_wrapper2 {
float: left;
width: 100%;
margin-top: 30px;
}
.gc_footer_ln_img_wrapper {
float: left;
width: 80px;
}
.gc_footer_ln_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-left: 20px;
}
.gc_footer_ln_cont_wrapper h4 a {
font-size: 14px;
color: #222222;
text-transform: capitalize;
font-weight: 600;
line-height: 20px;
}
.gc_footer_ln_cont_wrapper h4 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p {
font-size: 14px;
margin-top: 10px;
color: #2ec8a6;
}
.gc_footer_ln_img_wrapper img {
border: 2px solid transparent;
}
.gc_footer_ln_img_wrapper img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_right_blog_insta_wrapper {
float: left;
width: 100%;
}
.gc_footer_insta_main_wrapper {
float: left;
width: auto;
margin-top: 40px;
}
.gc_footer_insta_main_wrapper img {
margin-bottom: 10px;
}
.gc_footer_insta_main_wrapper ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.gc_footer_insta_main_wrapper ul li {
float: left;
margin-left: 9px;
list-style: none;
}
.gc_footer_insta_main_wrapper img {
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_footer_insta_main_wrapper img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_blog_cloud_side_menu ul {
list-style: none;
padding: 0;
margin: 0;
margin-top: 30px;
}
.gc_blog_cloud_side_menu li {
float: left;
margin-bottom: 12px;
text-transform: capitalize;
margin-right: 9px;
font-size: 14px;
margin-top: 15px;
}
.gc_blog_cloud_side_menu li a {
border: 2px solid transparent;
padding: 7px;
background: #2ec8a6;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.gc_blog_cloud_side_menu li a:hover {
border: 2px solid #2ec8a6;
background: #ece9e9;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_index_post_wrapper {
float: left;
width: 100%;
}
.blog_index_img_wrapper iframe {
width: 100%;
height: 440px;
}
.post_blog_slider {
float: left;
width: 100%;
}
.post_blog_slider .owl-theme .owl-dots .owl-dot {
display: none;
}
.post_blog_slider .item {
width: 100%;
}
.post_blog_slider .owl-theme .owl-nav {
position: absolute;
bottom: 0;
margin: 0;
right: 20px;
top: 5%;
z-index: 1000;
display: block;
}
.post_blog_slider .owl-prev {
position: absolute;
left: -50px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev,
.post_blog_slider .owl-theme .owl-nav .owl-next {
color: white;
font-size: 20px;
display: inline-block;
cursor: pointer;
background-color: #2ec8a6;
height: 30px;
width: 30px;
line-height: 1;
left: -40px;
border-radius: 100%;
}
.post_blog_slider .owl-theme .owl-nav .owl-next i {
margin-left: 3px;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev i {
margin-right: 1px;
margin-top: 1px;
}
.post_blog_slider .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post_blog_slider .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.page_post {
float: left;
width: 100%;
text-align: center;
margin-bottom: -25px;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
width: 50px;
height: 50px;
color: #000000;
text-decoration: none;
background-color: #f3f0f0;
border: none;
font-size: 18px;
font-weight: 600;
margin-right: 20px;
line-height: 2;
}
.pagination>li>a i {
font-weight: 600;
}
.pagination>li>a:hover {
background: #f4ab01;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
color: white;
background-color: #2ec8a6;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.pagination>li:first-child>a:hover {
background: #f4ab01;
transition: all 0.5s;
}
.pagination>li:last-child>a:hover {
background: #f4ab01;
transition: all 0.5s;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-top-right-radius: 0px;
color: white;
border-bottom-right-radius: 0px;
background-color: #2ec8a6;
}
/*******--------blog single css------**********/
.blog_single_txt {
float: left;
width: 100%;
text-align: left;
padding: 50px;
background-color: #2ec8a6;
}
.blog_txt_body p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: white;
font-family: 'Droid Serif', sans-serif;
}
.blog_txt_body img {
float: left;
display: inline-block;
}
.blog_txt_body h5 {
float: left;
font-size: 16px;
margin-top: 15px;
margin-left: 10px;
}
.client_img_abt img {
width: 60px;
height: 60px;
}
.left_blog_icon ul li i {
color: #2ec8a6;
}
.left_blog_icon ul li {
color: #575757;
margin-top: 5px;
}
.blog_txt_section {
float: left;
width: 100%;
background-color: #2ec8a6;
padding: 47px;
}
.img_wrapper_blog {
float: left;
width: 20%;
}
.blog_event_section {
padding-left: 35px;
text-align: left;
position: relative;
overflow: hidden;
width: 80%;
}
.blog_event_section h2 {
margin-top: 0;
color: white;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}
.blog_event_section p {
color: #f5f2f2;
font-size: 16px;
line-height: 26px;
}
.blog_event_section ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
}
.blog_event_section ul li {
float: right;
width: auto;
font-size: 16px;
margin-right: 15px;
list-style: none;
}
.blog_event_section ul li a {
color: white;
}
.blog_event_section ul li i:hover {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.comment_box_blog {
float: left;
width: 100%;
}
.blog_comment1_wrapper {
border: 2px solid #dcdcdc;
padding-left: 20px;
padding-right: 10px;
float: left;
width: 100%;
}
.cmnt_wraper_2 {
border-top: none;
float: left;
width: 100%;
}
.blog_comment1_img {
padding-top: 25px;
float: left;
width: 100%;
width: 130px;
}
.blog_comment1_cont {
float: left;
padding-left: 20px;
width: calc(100% - 130px);
padding-top: 23px;
padding-bottom: 14px;
padding-right: 10px;
}
.blog_comment1_cont h3 {
font-size: 18px;
color: black;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 5px;
}
.blog_comment1_cont h3 span {
color: #2ec8a6;
padding-left: 5px;
}
.blog_comment1_cont p span {
color: #2ec8a6;
font-size: 14px;
}
.blog_comment1_cont p a:hover {
color: #f4ab01;
transition: all 0.5s;
}
.cmnt_area {
float: left;
width: 100%;
}
.footer_gallary ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.footer_gallary ul li {
float: left;
margin-left: 3px;
list-style: none;
}
.footer_gallary img {
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_gallary img:hover {
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******-----------about us wrapper---------*********/
.abt_service_section {
float: left;
padding-bottom: 108px;
width: 100%;
}
.about_img {
float: left;
display: inline-block;
width: 100%;
}
.abt_2_heading_mn {
margin-top: 0px;
padding-top: 140px;
}
.abt_service_section {
float: left;
width: 100%;
text-align: center;
}
.abt_left_section {
float: left;
width: 100%;
}
.abt_left_section img {
float: left;
width: 100%;
}
.about_us_wrapper {
float: left;
width: 100%;
padding-top: 50px;
}
.sidebar_right_abt {
float: left;
width: 100%;
text-align: left;
margin-top: -30px;
}
.top_service_wrapper {
background: url('../images/top_service_img.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.top_serv_overlay {
padding-top: 100px;
background: rgba(245, 245, 245, 0.8);
padding-bottom: 100px;
}
.top_serv_txt {
margin-top: 0px;
}
.kv_logo_wrapper {
float: left;
width: auto;
}
.kv_navi_main_wrapper {
background: #292b2f;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
z-index: 10;
position: relative;
height: 113px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.kv_logo_wrapper a {
float: left;
padding: 30px 0px;
}
.menu-bar {
cursor: pointer;
position: relative;
right: 15px;
z-index: 9;
height: 42px;
display: block;
float: right;
margin-top: 15px;
}
.menu-bar span {
background-color: #fff;
display: block;
height: 2px;
margin-bottom: 6px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 30px;
}
.mainmenu.menu-open {
position: relative;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: 15px;
visibility: visible;
}
.mainmenu ul li {
display: inline-block;
}
.mainmenu ul li a {
color: #fff;
display: block;
text-transform: uppercase;
font-size: 14px;
position: relative;
overflow: hidden;
padding: 5px 20px;
top: 15px;
font-weight: 500;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.gc_main_navigation {
border-radius: 20px;
}
.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.mainmenu ul li .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #2ec8a6;
color: #000000;
border-radius: 20px;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.nav > li > a:focus,
.nav > li > a:hover {
background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
background-color: #fff;
content: "";
height: 2px;
position: absolute;
right: 0;
top: 8px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 30px;
}
.menu-bar.menu-close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-bar.menu-close:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu-bar.menu-close span {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*************************
02.1 Submenu & Megamenu
*************************/
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2ec8a6;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.mainmenu ul ul li {
display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.mainmenu ul ul li a:after {
content: "";
}
.mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
top: 20%;
}
.mainmenu ul li.has-mega {
position: relative;
}
.mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mainmenu ul li span a.active {
font-weight: 600;
}
.mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.kv_navigation_wrapper {
width: auto;
}
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2ec8a6;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/****----login wrapper css------****/
.login_wrapper_top {
background: url(../images/choose_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
background-repeat: no-repeat;
position: relative;
}
.login_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #ffffffd9;
}
.login_wrapper_top {
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding: 100px 0;
}
.fade:not(.show) {
opacity: 1;
}
.login_tabs .nav {
border: 0;
padding: 30px 0;
}
.login_form_wrapper p {
text-align: center;
}
.login_wrapper a.btn {
color: #fff;
width: 100%;
height: 50px;
padding: 6px 25px;
line-height: 36px;
margin-bottom: 20px;
text-align: left;
background: #2c49ab;
font-size: 16px;
border-radius: 0;
border: 1px solid #2c49ab;
}
.login_wrapper a.btn:focus {
outline: none;
border: none;
box-shadow: none;
}
.login_wrapper a.btn:hover {
background-color: #002398;
border-color: #002398;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.login_wrapper .form-control {
height: 50px;
width: 100%;
padding: 15px 20px;
font-size: 14px;
text-transform: capitalize;
line-height: 24px;
border: 1px solid #e6e6e6;
box-shadow: none;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background-color: #fff;
}
.login_wrapper h2 {
padding-top: 25px;
margin-bottom: -3px;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
text-align: center;
color: #2d3a4b;
}
.login_wrapper textarea.form-control {
height: auto;
resize: none;
}
.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
color: #999;
}
.login_wrapper {} .login_wrapper {
float: left;
width: 100%;
}
.login_wrapper .form-control:focus {
color: #000000;
background-color: fafafa;
border: 1px solid #2ec8a6 !important;
}
.login_remember_box {
margin: 20px 0;
color: #999;
}
.login_remember_box .control {
position: relative;
padding-left: 20px;
cursor: pointer;
font-size: 14px;
line-height: 14px;
font-weight: 500;
margin: 0;
}
.login_remember_box .control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.login_remember_box .control__indicator {
position: absolute;
top: 0;
left: 0;
width: 13px;
height: 13px;
background: #fff;
border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
content: '';
position: absolute;
display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
left: 4px;
top: 0;
width: 5px;
height: 10px;
border: solid #111;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.login_remember_box .forget_password {
float: right;
color: #db4c3e;
font-size: 14px;
text-decoration: underline;
}
.check-box {
margin-top: 35px;
}
.check_box_anchr {
color: ##002398 !important;
}
.login_tab_top_wrap {
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
background: #fff;
float: left;
width: 100%;
padding: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.login_btn {
padding: 0;
cursor: pointer;
float: left;
padding-top: 10px;
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.login_btn a {
background: #2ec8a6;
border: 2px solid #fff;
font-weight: 600;
display: inline-block;
width: 200px;
line-height: 50px;
height: 50px;
border-radius: 0;
text-align: center;
color: #fff;
text-transform: uppercase;
cursor: pointer;
border-radius: 25px;
}
.log a {
width: 100%;
}
.login_btn a:hover {
border: 2px solid #2ec8a6;
background-color: transparent;
color: #2ec8a6;
webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-o-transition: 0.6s ease;
-ms-transition: 0.6s ease;
transition: 0.6s ease;
}
.btn_log {
margin-bottom: 20px;
}
.btn_log a {
color: #000000;
font-size: 22px;
font-weight: 600;
padding-bottom: 40px;
}
.facebook_wrap i,
.google_wrap i {
margin-right: 10px;
font-weight: 300 !important;
}
.facebook_wrap a {
background: #425b96;
text-transform: capitalize;
}
.facebook_wrap a:hover {
background: transparent;
color: #425b96;
border: 2px solid #425b96;
}
.facebook_wrap a::before {
border: 2px solid #425b96;
color: #425b96;
}
.google_wrap a {
background: #bd081c;
text-transform: capitalize;
}
.google_wrap a:hover {
background: transparent;
color: #bd081c;
border: 2px solid #bd081c;
}
.google_wrap a::before {
border: 2px solid #bd081c;
}
/***************---****************
index_hospital css
***************-----***************/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2ec8a6;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_2 {
float: left;
width: 100%;
}
.md_header_wrapper_2 .top_header_section {
float: left;
width: 100%;
background-color: #1a1a1a;
}
.md_header_wrapper_2 .left_top_nav {
float: left;
width: 100%;
}
.md_header_wrapper_2 .top_header_add {
float: left;
width: auto;
line-height: 60px;
}
.md_header_wrapper_2 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.md_header_wrapper_2 .top_header_add li {
float: left;
width: auto;
list-style: none;
color: #ffffff;
margin-right: 30px;
}
.md_header_wrapper_2 .top_header_add ul li a {
color: #ffffff;
}
.md_header_wrapper_2 .top_header_add ul li i {
color: #f4ab01;
margin-right: 10px;
border: 2px solid #333;
}
.md_header_wrapper_2 .top_header_add ul li a:hover {
color: #f4ab01;
transition: 0.4s;
}
.md_header_wrapper_2 .md_right_side_warpper {
float: right;
}
.md_header_wrapper_2 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.md_header_wrapper_2 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.md_header_wrapper_2 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.md_header_wrapper_2 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.md_header_wrapper_2 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.md_header_wrapper_2 .md_right_side_warpper ul li i:hover {
color: #13bfb1;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.md_header_wrapper_2 .middle_header_wrapper_two {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 10px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_logo {
float: left;
width: 100%;
}
.md_header_wrapper_2 .middle_header_wrapper_two .lv_logo img {
display: inline-block;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper {
float: right;
width: auto;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 52px;
text-align: center;
}
.md_header_wrapper_2 .middle_header_wrapper_two .md_share_info_wrapper ul li p {
float: left;
width: auto;
text-transform: capitalize;
margin: 10px 0px 0px 0px;
font-size: 16px;
color: #757575;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appointmnt_wrapper {
text-align: center;
float: right;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appoint_btn {
display: inline-block;
}
.md_header_wrapper_2 .middle_header_wrapper_two .appoint_btn ul {
padding: 0;
list-style: none;
}
.md_header_wrapper_2 .appoint_btn li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md_header_wrapper_2 .appoint_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md_header_wrapper_2 .appoint_btn i {
margin-right: 10px;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_2 {
background-color: #2ec8a6;
float: left;
width: 100%;
}
.menu_wrapper_2 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_2 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_wrapper_2 #links {
position: relative;
float: left;
}
.menu_wrapper_2 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_2 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_2 #link_list li:hover {
background-color: #2ec8a6;
}
.menu_wrapper_2 #toggle {
float: right;
position: relative;
bottom: 25px;
right: 0;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_2 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper_2 #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper_2 #cssmenu ul ul {
display: none;
}
.menu_wrapper_2 .align-right {
float: right;
}
.menu_wrapper_2 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_2 #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #2ec8a6 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_2.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_2 #sidebar h1 {
font-size: 20px;
color: #2ec8a6 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_2 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper_2 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav_response {
padding-right: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav_response {
padding-right: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_2 #nav_filter li a {
display: block;
font-size: 16px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 #nav_filter li a:hover {
background: transparent;
border: 2px solid #f4ab01;
color: white;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_2 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_2 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2ec8a6;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_2 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.menu_wrapper_2 .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_2 .navbar-nav>li {
padding-top: 12px;
padding-bottom: 12px;
}
/*Dropdown Menu*/
.menu_wrapper_2 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_2 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f4ab01;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_2 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_2 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_2 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px;
}
#cssmenu ul ul li a:hover {
color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_2 .nav .hovr_nav_tab {
padding: 0;
}
.menu_wrapper_2 .menubar {
fill: #fff;
}
/*-----search bar---*/
.menu_wrapper_2 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_2 .et_search_box {
margin-right: -240px;
position: absolute;
right: 11px;
top: 0px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_2 .et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2ec8a6;
border-right: 0px;
}
.menu_wrapper_2 .et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2ec8a6;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .et_search_box button:hover {
color: #ffffff;
background: #2ec8a6;
border-color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .et_search_bar i {
position: relative;
top: 0px;
}
.menu_wrapper_2 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_2 .et_search_bar {
margin-right: -280px;
}
/*----stick menu-----*/
.menu_wrapper_2.menu_fixed {
position: fixed!important;
background: #2ec8a6;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.menu_wrapper_2 .kv_navigation_wrapper .mainmenu .second_navigation {
color: #fff;
}
.menu_wrapper_2 .header-area.stick .menu-bar:after,
.menu_wrapper_2 .header-area.stick .menu-bar:before,
.menu_wrapper_2 .header-area.stick .menu-bar span,
.menu_wrapper_2 .stick .mainmenu ul li.parent:after,
.menu_wrapper_2 .stick .mainmenu ul li.parent:before,
.menu_wrapper_2 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_2 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_2 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
.slider-area {
float: left;
width: 100%;
position: relative;
}
.slider-area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 220px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.8s;
margin: 0 0 30px;
text-transform: uppercase;
font-size: 26px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 38px;
font-weight: bold;
margin: 0 0 30px;
animation-delay: 1.5s;
text-transform: uppercase;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
color: #f4ab01;
margin-left: 5px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 16px;
color: #f2eeee;
margin: 0 0 30px;
width: 95%;
animation-delay: 2.5s;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 3.2s;
}
.hs_slider_tabs_icon_cont_wrapper {
float: left;
padding: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper svg:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
font-size: 16px;
}
.hs_sign_left_tabs_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
font-size: 20px;
font-weight: bold;
color: #000000;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.carousel-nevigation > .prev,
.pulse {
left: 20px;
position: absolute;
width: 70px;
height: 70px;
border-radius: 100px;
background-color: #346259;
border: 5px solid #3c5350;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
box-shadow: 0 0 0 rgba(60, 83, 80, 0.8);
animation: pulse 3s infinite;
}
.carousel-nevigation > .next,
.pulse {
right: 20px;
position: absolute;
width: 70px;
height: 70px;
border-radius: 100px;
background-color: #346259;
border: 5px solid #3c5350;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
box-shadow: 0 0 0 rgba(60, 83, 80, 0.8);
animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 10px rgba(60, 83, 80, 0.8);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
box-shadow: 0 0 0 0 rgba(60, 83, 80, 0.8);
}
}
.slider-area:hover .carousel-nevigation > .prev {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area:hover .carousel-nevigation > .next {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation > .next:hover,
.carousel-nevigation > .prev:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.carousel-nevigation svg {
fill: white;
margin-top: 10px;
margin-left: 10px;
}
.hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
border: 3px solid #5b6467;
animation-delay: 3.0s;
}
.hs_slider_right_tabs_wrapper:hover {
border: 3px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper h1 {
color: #b1841a;
font-size: 18px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
.hs_slider_tab_one {
animation-delay: 3.5s;
}
.hs_slider_tab_tow {
animation-delay: 3.7s;
}
.hs_slider_tab_three {
animation-delay: 3.9s;
}
.hs_slider_tab_four {
animation-delay: 4.1s;
}
.hs_slider_tab_fifth {
animation-delay: 4.3s;
}
.hs_slider_tab_six {
animation-delay: 4.6s;
}
.hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
}
.hs_slider_tabs_icon_wrapper {
float: right;
margin-top: -70px;
padding-right: 5px;
}
.hs_slider_tabs_icon_wrapper i {
float: left;
font-size: 28px;
text-align: center;
color: #b1841a;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_tabs_icon_cont_wrapper p {
font-weight: 16px;
color: #d1cccc;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper p {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper h1 {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-two .cc_slider_cont1 {
position: absolute;
top: 68%;
left: 2px;
right: 0;
z-index: 1000;
}
.slider-two .cc_slider_cont1 ul {
float: left;
margin: 0;
padding: 0;
}
.slider-two .cc_slider_cont1 li {
float: left;
margin-top: 10px;
list-style: none;
}
.slider-two .cc_slider_cont1 li a {
width: 200px;
height: 50px;
float: left;
color: #ffffff;
text-transform: uppercase;
background: #2ec8a6;
text-align: center;
line-height: 45px;
font-weight: 600;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 16px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2ec8a6;
}
.slider-two .cc_slider_cont1 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- hs Slider End --*/
/*--service wrapper Start --*/
.serv_title_main_wrapper_2 {
float: left;
width: 100%;
position: relative;
margin-top: -106px;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper {
background: #2ec8a6;
float: left;
text-align: center;
}
.serv_title_main_wrapper_2 .serv_img_wrapper {
float: left;
width: 100%;
}
.serv_title_main_wrapper_2 .serv_img_wrapper img {
width: 100%;
}
.serv_title_main_wrapper_2 .box1_heading_wrapper h1 a {
font-size: 18px;
font-weight: bold;
color: white;
text-transform: uppercase;
}
.serv_title_main_wrapper_2 .box1_heading_wrapper {
width: 100%;
padding: 9px;
float: left;
background-color: #29a489;
}
.serv_title_main_wrapper_2 .price_box1_wrapper {
text-align: center;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper:hover .box1_heading_wrapper {
background-color: #de9b00;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_box1_wrapper:hover {
background: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper {
float: left;
width: 100%;
padding: 30px;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper p {
font-size: 16px;
color: white;
line-height: 26px;
float: left;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a {
font-size: 14px;
color: white;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_title_main_wrapper_2 .pricing_cont_wrapper h5 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/********-------about us wrapper-------**********/
.about_us_section_2 {
width: 100%;
float: left;
padding-top: 100px;
text-align: center;
}
.about_us_section_2 .about_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 32px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.about_us_section_2 .ser_abt_img_resp {
float: left;
width: 100%;
}
.about_us_section_2 .about_indx_txt {
width: 100%;
float: left;
text-align: left;
padding-bottom: 100px;
}
.about_us_section_2 .abt_txt {
text-align: left;
}
.about_us_section_2 .abt_txt h3 {
font-size: 22px;
color: #222222;
line-height: 36px;
text-transform: capitalize;
font-weight: 600;
}
.about_us_section_2 .abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 26px;
}
.about_us_section_2 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-align: left;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.about_us_section_2 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.about_us_section_2 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.about_us_section_2 .content_chck ul li i {
font-size: 16px;
color: #2ec8a6;
margin-right: 10px;
}
.about_us_section_2 .abt_chk ul li i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_2 .abt_chk ul li:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_btn ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-top: 20px;
}
.about_btn li a {
width: 200px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.about_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.about_us_section_2 .portfolio-area {
float: left;
width: 100%;
padding-top: 30px;
}
.about_us_section_2 .portfolio-area .portfolio-wrap {
position: relative;
overflow: hidden;
}
.about_us_section_2 .about_port_section ul {
margin-top: -30px;
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.about_us_section_2 .about_port_section ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
}
.about_us_section_2 .about_port_section ul li:first-child {
margin-left: 20px;
}
.about_us_section_2 .port_uper_div {
margin-bottom: 20px;
}
/*********--------md services wrapper-------*********/
.service_wrapper_2 {
background: url('../images/service_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 80px;
}
.service_wrapper_2 .service_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.service_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 32px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.service_wrapper_2 .service_heading_wraper p {
color: #f5f4f3;
}
.service_wrapper_2 .serv_left_wrapper {
text-align: left;
}
.service_wrapper_2 .serv_btn li a:hover {
color: white;
}
.service_wrapper_2 .serv_btn ul {
padding-top: 0px;
}
.service_wrapper_2 .serv_heading_section h1 {
font-size: 22px;
font-weight: 600;
}
.service_wrapper_2 .serv_heading_section p {
font-size: 16px;
color: #d7d4d4;
}
.service_wrapper_2 .sidebar_wrapper {
float: left;
width: 100%;
padding-top: 50px;
}
.service_wrapper_2 .lv_faq_wrapper .panel-title {
position: relative;
}
.service_wrapper_2 .lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.service_wrapper_2 .accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.service_wrapper_2 .accordionFifteen .panel-group {
margin-bottom: 0;
}
.service_wrapper_2 .accordionFifteen .panel-default {
border: 0;
}
.service_wrapper_2 .accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-top: -10px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a {
display: block;
padding: 15px 20px;
color: white;
font-size: 16px;
font-weight: bold;
border-bottom: none;
text-decoration: none;
background-color: #26a88b;
}
.service_wrapper_2 .panel_cont p {
color: white;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed {
color: white;
background-color: rgba(255, 255, 255, 0.13);
display: block;
padding: 15px 20px;
font-size: 16px;
font-weight: bold;
border: 1px solid #6f6d6d;
}
.service_wrapper_2 .accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.service_wrapper_2 .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 15px 20px 15px 20px;
background: #2ec8a6;
border-top: none;
margin-left: -1px;
margin-top: -1px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:before,
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:after,
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a:after {
content: "\f068";
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 3px;
line-height: 19px;
color: #353435;
font-size: 14px;
}
.service_wrapper_2 .accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f067";
background: #ffffff;
width: 16px;
height: 16px;
border-radius: 3px;
line-height: 19px;
color: #353435;
font-size: 14px;
}
.service_wrapper_2 .md_serv_box {
float: left;
width: 100%;
}
.service_wrapper_2 .md_serv_box ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.service_wrapper_2 .md_serv_box ul li {
float: left;
width: 46%;
list-style: none;
margin-right: 20px;
margin-bottom: 20px;
}
.service_wrapper_2 .md_serv_box ul li .md_schedule_info {
float: left;
width: 100%;
text-align: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info h4 {
float: left;
width: 100%;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
padding: 20px;
color: #222222;
background: #f6f6f6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info:hover h4 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .serv_txt {
float: left;
padding: 20px;
background: white;
}
.service_wrapper_2 .md_schedule_info .serv_txt p {
float: left;
width: 100%;
margin: 0px;
color: #797979;
font-size: 16px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #ffffff;
background: #2ec8a6;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.service_wrapper_2 .serv_txt a {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.service_wrapper_2 .md_schedule_info .serv_txt:hover a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.service_wrapper_2 .md_schedule_info a i {
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_2 .md_schedule_info a:hover i {
padding-left: 5px;
color: white;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/*******--------team wrapper -------***********/
.team_wrapper_2 {
float: left;
text-align: center;
width: 100%;
padding-bottom: 44px;
background-color: white;
}
.team_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.team_wrapper_2 .team_about {
float: left;
width: 100%;
background-color: #ffffff;
position: relative;
overflow: hidden;
}
.team_wrapper_2 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_txt a {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_img {
width: 100%;
}
.team_wrapper_2 .team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
}
.team_wrapper_2 .team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_wrapper_2 .team_txt h1 a {
color: #111111;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
}
.team_wrapper_2 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_2 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_2 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_2 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2ec8a6;
position: absolute;
left: 0px;
top: 30px;
}
.team_wrapper_2 .team_icon_hover {
float: left;
width: 100%;
background-color: #2ec8a6;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_2 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_2 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
height: 85px;
padding-left: 30px;
}
.team_wrapper_2 .team_icon_hover ul li:first-child {
margin-left: 0;
}
.team_wrapper_2 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_2 .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid #55d0b5;
width: 36px;
height: 36px;
text-align: center;
}
.team_wrapper_2 .team_wrapper_2team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_2 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_2 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_2 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .item {
width: 100%;
}
.team_wrapper_2 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.team_wrapper_2 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********----------counter wrapper--------***********/
.counter_section_2 {
background: url('../images/counter_2_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section_2 .counter_overlay {
background: rgba(0, 0, 0, 0.8);
padding-top: 100px;
padding-bottom: 95px;
}
.counter_section_2 .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_2 .icon {
width: 100px;
height: 100px;
line-height: 98px;
text-align: center;
font-size: 28px;
font-weight: bold;
border: 2px solid #363838;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-top: 0px;
background: transparent;
}
.counter_section_2 .icon i {
text-align: center;
width: 80px;
border-radius: 80px;
line-height: 80px;
background: #3a3f41;
display: inline-block;
font-size: 30px;
color: #2ec8a6;
}
.counter_section_2 .count-description {
padding-top: 20px;
}
.counter_section_2 .icon:hover {
background-color: #27947c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_2 .con1,
.counter_section_2 .con2,
.counter_section_2 .con3,
.counter_section_2 .con4 {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
color: white;
padding-top: 10px;
}
.counter_section_2 p {
color: #fff;
}
/********-------event wrapper-------**********/
.event_wrapper_2 {
float: left;
width: 100%;
padding-bottom: 45px;
background-color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper {
float: left;
width: 100%;
}
.event_wrapper_2 .hs_lest_news_img_wrapper {
position: relative;
overflow: hidden;
}
.event_wrapper_2 .hs_lest_news_img_wrapper img {
width: 100%;
}
.event_wrapper_2 .hs_lest_news_date_wrapper {
width: 70px;
height: 70px;
background-color: #2ec8a6;
text-align: center;
position: absolute;
top: -70px;
right: 30px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_date_wrapper ul {
margin: 0;
padding: 0;
}
.event_wrapper_2 .hs_lest_news_date_wrapper li:first-child {
font-size: 28px;
color: #ffffff;
list-style: none;
padding-top: 10px;
font-weight: bold;
padding-bottom: 5px;
}
.event_wrapper_2 .hs_lest_news_date_wrapper li:last-child {
font-size: 22px;
list-style: none;
color: #ffffff;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper {
text-align: left;
width: 100%;
background: #ffffff;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h5 {
font-weight: 500;
text-transform: capitalize;
color: black;
font-size: 20px;
padding: 20px;
background: #f9f9f9;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover.hs_lest_news_cont_wrapper h5 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper p {
font-size: 16px;
line-height: 26px;
color: #797979;
}
.event_wrapper_2 .lest_blog_wrapper h4 a {
font-size: 14px;
color: #2ec8a6;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h2 {
font-size: 22px;
font-weight: 600;
color: black;
margin-bottom: 10px;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h2 {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.event_wrapper_2 .lest_blog_wrapper h4 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_date_wrapper {
top: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h5 {
color: white;
background: #26a88b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .lest_blog_wrapper {
padding: 20px;
background-color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper {
background: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.event_wrapper_2 .hs_lest_news_box_wrapper:hover .hs_lest_news_cont_wrapper h4 a {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_2 .hs_lest_news_cont_wrapper h4 a {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.event_wrapper_2 .event_slideR_wrapper_2 {
float: left;
width: 100%;
text-align: center;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-carousel .owl-item img {
width: auto;
}
.event_wrapper_2 .event_slideR_wrapper_2 .item {
width: 100%;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-carousel .owl-nav {
display: none;
}
.event_wrapper_2 .event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2ec8a6;
}
.event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot.active span,
.event_slideR_wrapper_2 .owl-theme .owl-dots .owl-dot:hover span {
background: #2ec8a6;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********----------testimonial wrapper--------***********/
.testimonial_wrapper_2 {
background: url('../images/clint_bg.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.testimonial_wrapper_2 .testimonial_overlay {
background: rgba(0, 0, 0, 0.8);
padding-top: 100px;
padding-bottom: 45px;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper {
float: left;
width: 100%;
}
.testimonial_wrapper_2 .client_slide_main_wrapper {
float: left;
width: 100%;
}
.testimonial_wrapper_2 .client_cont_wrapper {
float: left;
width: 100%;
text-align: center;
background: #ffffff;
}
.testimonial_wrapper_2 .client_cont_wrapper:after {
content: '';
border-left: 30px solid transparent;
border-bottom: 30px solid #f5f5f5;
position: absolute;
top: 91px;
right: 50px;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper:after {
border-bottom: 30px solid #26a88b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_cont_wrapper p {
color: #222222;
font-size: 18px;
padding: 45px;
font-style: italic;
}
.testimonial_wrapper_2.client_slide_main_wrapper:hover .client_cont_wrapper {
color: white;
background: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper p {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_img_wrapper {
float: right;
width: 80px;
margin-bottom: 40px;
}
.testimonial_wrapper_2 .client_cont_wrapper h1 {
color: #222222;
font-size: 22px;
font-weight: 600;
background: #f6f6f6;
padding: 20px;
}
.testimonial_wrapper_2 .client_slide_main_wrapper:hover .client_cont_wrapper h1 {
background: #26a88b;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_2 .client_img_wrapper img {
border-radius: 100%;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .client_cont_wrapper img {
display: inline-block;
text-align: center;
position: absolute;
margin-left: -70px;
bottom: 36px;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 {
float: left;
width: 100%;
text-align: center;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-carousel .owl-item img {
width: 100%;
}
.testimonial_wrapper_2 .client_cont_wrapper img {
display: none !important;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .item {
width: 100%;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-carousel .owl-nav {
display: none;
}
.testimonial_wrapper_2 .testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid white;
}
.testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot.active span,
.testmonial_slider_wrapper_2 .owl-theme .owl-dots .owl-dot:hover span {
background: white;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testmonial_slider_wrapper_2 p {
color: #fff;
}
/*******--------portfolio wrapper css-------**********/
.fliter_main_wrapper_2 {
float: left;
width: 100%;
padding-top: 100px;
background: white;
padding-bottom: 84px;
}
.fliter_main_wrapper_2 .gc_filter_heading_wrapper {
text-align: center;
}
.fliter_main_wrapper_2 .gc_filter_heading {
display: inline-block;
}
.fliter_main_wrapper_2 .portfolio-area {
float: left;
width: 100%;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro {
margin-bottom: 50px;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro p span,
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro h2 {
text-transform: uppercase;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-area-intro h2 {
font-weight: 600;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb {
position: relative;
overflow: hidden;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 800px;
bottom: 800px;
top: 800px;
right: 800px;
cursor: pointer;
background: rgba(78, 199, 171, 0.8);
opacity: 0;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before {
left: 0;
bottom: 0;
right: 0;
top: 0;
opacity: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-thumb img {
width: 100%;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info {
position: absolute;
height: 100%;
left: 20px;
top: 0;
color: #ffffff;
opacity: 0;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-wrapper:hover .portfolio-info {
left: 40px;
top: 40px;
margin-top: -25px;
opacity: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info h3 {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0;
color: #ffffff;
}
.fliter_main_wrapper_2 .portfolio-info:after {
content: '';
border: 1px solid #2f2d2b;
display: block;
width: 100%;
position: relative;
top: 5px;
}
.fliter_main_wrapper_2 .portfolio-info h3:after {
content: '';
border: 1px solid #fca900;
display: block;
width: 50px;
position: relative;
top: 7px;
z-index: 1;
}
.fliter_main_wrapper_2 .portfolio-area .portfolio-info .small {
font-size: 12px;
color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
position: relative;
width: auto;
visibility: visible;
}
.gc_filter_cont_overlay {
position: absolute;
top: 200px;
bottom: 200px;
left: 200px;
right: 200px;
border: 25px solid transparent;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
background: rgba(78, 199, 171, 0.8);
opacity: 1;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden;
visibility: visible;
}
.fliter_main_wrapper_2 .gc_filter_cont_overlay i {
color: white;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 100%;
font-size: 24px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i {
color: white;
opacity: 1;
}
.gc_filter_text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border: 5px solid rgba(255, 255, 255, 0.6);
}
.fliter_main_wrapper_2 .III_column {
margin-top: 30px;
}
/*portfolio-filter*/
.fliter_main_wrapper_2 .portfolio_section {
float: left;
text-align: center;
width: 100%;
background-color: white;
}
.fliter_main_wrapper_2 .portfolio-area {
float: left;
width: 100%;
}
.fliter_main_wrapper_2 #filter li a {
display: block;
font-size: 16px;
color: black;
cursor: pointer;
color: #000000;
font-weight: 700;
text-transform: uppercase;
padding: 5px 25px;
border: 2px solid transparent;
margin-right: 10px;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.fliter_main_wrapper_2 #filter li a:hover,
.fliter_main_wrapper_2 #filter li a.active {
background: none;
border: 2px solid #f4ab01;
color: #d99a09;
border-radius: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.fliter_main_wrapper_2 #filter li a:last-child {
margin-right: 0px;
}
.fliter_main_wrapper_2 .gc_filter_btn {
text-align: center;
}
.fliter_main_wrapper_2 .gc_filter_btn ul {
padding: 0;
list-style: none;
margin-top: 50px;
display: inline-block;
}
.fliter_main_wrapper_2 .gc_filter_btn li a {
width: 160px;
height: 50px;
float: left;
background: #2ec8a6;
color: white;
text-align: center;
line-height: 49px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.fliter_main_wrapper_2 .gc_filter_btn li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: black;
}
/**********--------call us wrapper------**********/
.call_wrapper_2 {
background: url('../images/appoint_img.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 110px;
padding-bottom: 95px;
}
.call_wrapper_2 .call_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.9);
}
.call_wrapper_2 .call_heading_wraper h1 {
margin: 0px 0px 0px 0px;
color: #f4ab01;
font-size: 50px;
font-weight: bold;
text-align: center;
}
.call_wrapper_2 .call_heading_wraper h3 {
color: white;
font-size: 21px;
}
.call_wrapper_2 .appointmnt_wrapper_2 {
text-align: center;
float: left;
width: 100%;
}
.call_wrapper_2 .appoint_btn_2 {
display: inline-block;
}
.call_wrapper_2 .appoint_btn_2 ul {
padding: 0;
list-style: none;
}
.call_wrapper_2 .appoint_btn_2 li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #2ec8a6;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 li a:hover {
background: transparent;
border: 2px solid #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 i {
margin-right: 10px;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: white;
}
.blog_wrapper_2 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_2 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_2 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_wrapper_2 .blog_txt h1 a:hover {
color: #2ec8a6;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_wrapper_2 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child {
position: relative;
}
.blog_wrapper_2 .blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_wrapper_2 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_2 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_2 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_2 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_2.blog_img:hover figure img {
transform: scale(1.1, 1.1);
transition: 0.5s;
}
.blog_wrapper_2 .blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 4;
}
.blog_wrapper_2 .blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_wrapper_2 .blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_wrapper_2 .blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_wrapper_2 .blog_comment ul li i {
margin-right: 8px;
}
.blog_wrapper_2 .blog_comment ul li:hover a {
background-color: #2ec8a6;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_2 .blog_txt a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_wrapper_2 .booking_box {
float: left;
width: 70%;
z-index: 1;
position: relative;
background: #2ec8a6;
padding: 83px 100px 83px 100px;
margin-top: -180px;
}
.booking_wrapper_2 .box_side_icon {
position: relative;
float: left;
}
.booking_wrapper_2 .box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #f4ab01;
position: absolute;
left: -100px;
top: -83px;
}
.booking_wrapper_2 .box_side_icon img {
top: -58px;
left: -80px;
color: white;
position: absolute;
}
.booking_wrapper_2 .response {
color: #2d2d2d;
float: right;
}
.booking_wrapper_2 .contect_form1 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form1 input:hover,
.booking_wrapper_2 .contect_form1 input:focus,
.booking_wrapper_2 .contect_form2 input:hover,
.booking_wrapper_2 .contect_form2 input:focus,
.booking_wrapper_2 .contect_form3 input:hover,
.booking_wrapper_2 .contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_form3 {
width: 100%;
margin-left: -7px;
}
.booking_wrapper_2 .contect_form3 i {
margin-left: -30px;
color: white;
}
.booking_wrapper_2 .booking_box::placeholder {
color: #7bddc7;
opacity: 1;
/* Firefox */
}
.booking_wrapper_2 .booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_wrapper_2 .booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.booking_wrapper_2 .contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid #7bddc7;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.booking_wrapper_2 .contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_2 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.booking_wrapper_2 .contect_btn button {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_2 .contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.booking_wrapper_2 .chat_box {
float: left;
width: 30%;
z-index: 1;
box-shadow: 0px 15px 10px -15px #111111b3;
background: #f9f9f9;
position: relative;
padding: 100px 60px 83px 60px;
margin-top: -180px;
}
.booking_wrapper_2 .booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_2 .booking_box_img {
text-align: center;
}
.booking_box_img img {
display: inline-block;
position: relative;
}
.booking_wrapper_2 .booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2ec8a6;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_wrapper_2 .booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_wrapper_2 .booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_wrapper_2 .booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_wrapper_2 .booking_btn ul {
list-style: none;
float: left;
}
.booking_wrapper_2 .booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #f4ab01;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_2 .booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.booking_wrapper_2 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
z-index: 1;
}
/*********------------partner wrapper--------**************/
.partner_wrapper_2 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.partner_wrapper_2 .partner_slider_img {
float: left;
width: 100%;
}
.partner_wrapper_2 .partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_wrapper_2 .partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_wrapper_2 .partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_wrapper_2 .partner_slider_img .owl-theme .owl-nav {
display: none;
}
/*---------------*/
.menu_wrapper_2 {
background-color: #2ec8a6;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_2 .header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_2 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_2 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_2 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_2 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_2 .navbar-nav {
float: right;
}
.menu_wrapper_2 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_2 .mainmenu ul ul,
.menu_wrapper_2 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_2 .mainmenu ul li:hover > ul,
.menu_wrapper_2 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2ec8a6;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_2 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_2 .mainmenu ul ul li a,
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_2 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_2 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_2 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_2 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_2 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_2 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_2 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_2 .mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_2 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_2 .mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2ec8a6;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_2 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_2 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_2 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_2 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_2 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_2 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_2 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_2 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_2 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #f4ab01;
border-radius: 20px;
}
.menu_wrapper_2 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-area .protfoli_filter li:hover a,
.portfolio-area .protfoli_filter li:focus a,
.portfolio-area .protfoli_filter li.active a {
background: none;
border: 2px solid #f4ab01;
color: #f4ab01;
border-radius: 20px;
}
.portfolio-area .protfoli_filter {
padding-bottom: 50px;
display: inline-block;
margin-left: 115px;
}
.portfolio-area .protfoli_filter li {
float: left;
border: 0;
margin-right: 10px;
}
.portfolio-area .protfoli_filter li a {
display: inline-block;
border: 2px solid transparent;
font-size: 16px;
font-weight: 500;
text-align: center;
color: #000000;
font-weight: bold;
text-transform: uppercase;
padding: 5px 25px;
border-radius: 25px;
list-style: none;
}
.portfolio-area .portfoli_inner .portfolio-wrapper {
margin-bottom: 30px;
border-radius: 5px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.fa-caret-right:before {
content: "\f0da";
margin-left: 35%;
}
/***************-------**************
index_gynecologycal css
/***************-------**************
/*-------body start----*/
.med_toppadder10_3 {
padding-top: 10px;
}
.med_toppadder20_3 {
padding-top: 20px;
}
.med_toppadder30_3 {
padding-top: 30px;
}
.med_toppadder40_3 {
padding-top: 40px;
}
.med_toppadder50_3 {
padding-top: 50px;
}
.med_toppadder60_3 {
padding-top: 60px;
}
.med_toppadder70_3 {
padding-top: 70px;
}
.med_toppadder80_3 {
padding-top: 80px;
}
.med_toppadder90_3 {
padding-top: 90px;
}
.med_toppadder100_3 {
padding-top: 100px;
}
.med_bottompadder10_3 {
padding-bottom: 10px;
}
.med_bottompadder20_3 {
padding-bottom: 20px;
}
.med_bottompadder30_3 {
padding-bottom: 30px;
}
.med_bottompadder40_3 {
padding-bottom: 40px;
}
.med_bottompadder50_3 {
padding-bottom: 50px;
}
.med_bottompadder60_3 {
padding-bottom: 60px;
}
.med_bottompadder70_3 {
padding-bottom: 70px;
}
.med_bottompadder80_3 {
padding-bottom: 80px;
}
.med_bottompadder90_3 {
padding-bottom: 90px;
padding-top: 100px;
}
}
.med_bottompadder100_3 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #2e7ec8;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_3 {
float: left;
width: 100%;
}
.md_header_wrapper_3 .top_header_wrapper {
float: left;
width: 100%;
background-color: #2e7ec8;
font-size: 14px;
color: #ffffff;
position: relative;
z-index: 6;
font-family: 'Open Sans', sans-serif;
}
.md_header_wrapper_3 .top_header_add {
float: left;
width: auto;
line-height: 52px;
}
.md_header_wrapper_3 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.md_header_wrapper_3 .top_header_add li {
float: left;
width: auto;
color: #fff;
list-style: none;
margin-right: 30px;
}
.md_header_wrapper_3 .top_header_add ul li i {
margin-right: 10px;
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.md_header_wrapper_3 .top_header_add ul li a {
color: #ffffff;
}
.md_header_wrapper_3 .top_header_add ul li a:hover {
color: #f7c44e;
transition: 0.4s;
}
.md_header_wrapper_3 .top_login {
float: right;
width: auto;
width: 170px;
text-align: center;
background-color: #f7c44e;
color: #fff;
padding-top: 20px;
padding-bottom: 18px;
}
.md_header_wrapper_3 .top_login ul {
margin: 0px;
padding: 0px;
width: 100%;
line-height: 5px;
float: left;
margin-left: 20px;
}
.md_header_wrapper_3 .top_login ul li {
float: left;
width: auto;
list-style: none;
}
.md_header_wrapper_3 .top_login ul li a {
color: #ffffff;
padding-left: 20px;
}
.md_header_wrapper_3 .md_right_side_warpper {
float: right;
}
.md_header_wrapper_3 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.md_header_wrapper_3 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.md_header_wrapper_3 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.md_header_wrapper_3 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.md_header_wrapper_3 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.md_header_wrapper_3 .md_right_side_warpper ul li i:hover {
color: #f4ab01;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.md_header_wrapper_3 .middle_header_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 10px;
}
.md_header_wrapper_3 .md_logo {
float: left;
width: 100%;
}
.md_header_wrapper_3 .lv_logo img {
display: inline-block;
}
.md_header_wrapper_3 .md_share_info_wrapper {
float: right;
width: auto;
}
.md_header_wrapper_3 .md_header_wrapper_3 .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 52px;
text-align: center;
}
.md_header_wrapper_3 .lv_header_icon img {
border: 2px solid #efefef;
padding: 7px;
margin-top: 15px;
}
.md_header_wrapper_3 .md_share_info_wrapper ul li p {
float: left;
width: auto;
text-transform: capitalize;
margin: 10px 0px 0px 10px;
font-size: 16px;
color: #757575;
}
.md_header_wrapper_3 .appointmnt_wrapper {
text-align: center;
float: right;
}
.md_header_wrapper_3 .appoint_btn {
display: inline-block;
}
.appoint_btn ul {
padding: 0;
list-style: none;
}
.appoint_btn li a {
width: 270px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 49px;
font-size: 16px;
border-radius: 50px;
border: 2px solid transparent;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
color: black;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_btn i {
margin-right: 10px;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_3 {
background-color: #2e7ec8;
float: left;
width: 100%;
}
.menu_wrapper_3 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_3 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_wrapper_3 #links {
position: relative;
float: left;
}
.menu_wrapper_3 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_3 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_3 #link_list li:hover {
background-color: #2e7ec8;
}
.menu_wrapper_3 #toggle {
float: right;
position: relative;
bottom: 40px;
right: 20px;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_3 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_wrapper_3 #cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
.menu_wrapper_3 #cssmenu ul ul {
display: none;
}
.menu_wrapper_3 .align-right {
float: right;
}
.menu_wrapper_3 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_3 #cssmenu ul li:hover a,
.menu_wrapper_3 #cssmenu ul li.active a {
background: #2e7ec8!important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_3.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_3 #sidebar h1 {
font-size: 20px;
color: #2e7ec8 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_3 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.menu_wrapper_3 .navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.menu_wrapper_3 .nav_response {
padding-right: 0px;
}
.menu_wrapper_3 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_3 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_3 #nav_filter li a {
display: block;
font-size: 14px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 5px 15px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 #nav_filter li a:hover {
background: transparent;
border: 2px solid #f7c44e;
color: white;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_3 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_3 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #2e7ec8;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_3 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_3 .navbar-nav>li {
padding-top: 24px;
padding-bottom: 23px;
}
/*Dropdown Menu*/
.menu_wrapper_3 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_3 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_3 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_3 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_3 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:hover:after,
.menu_wrapper_3 #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 #cssmenu ul > li.has-sub.open > a:after,
.menu_wrapper_3 #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_wrapper_3 #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #2a2727;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_wrapper_3 #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_wrapper_3 #cssmenu ul ul li a:hover {
color: #ffffff;
}
.menu_wrapper_3 #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_wrapper_3 #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_3 .nav .hovr_nav_tab {
padding: 0;
}
/*-----search bar---*/
.menu_wrapper_3 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_3 .et_search_box {
position: absolute;
right: -225px;
top: 2px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_3 .et_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: 1px solid #2e7ec8;
border-right: 0px;
}
.menu_wrapper_3 .et_search_box button {
width: 45px;
height: 45px;
border: 1px solid #2e7ec8;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_box button:hover {
color: #ffffff;
background: #2e7ec8;
border-color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_bar i {
position: relative;
top: 5px;
}
.menu_wrapper_3 .et_navbar_search_wrapper {
float: right;
}
/*----stick menu-----*/
.menu_wrapper_3.menu_fixed {
position: fixed;
background: #2e7ec8;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
}
.menu_wrapper_3 .header-area.stick .mainmenu ul li a,
.menu_wrapper_3 .stick .mean-container a.meanmenu-reveal {} .menu_wrapper_3 .header-area.stick .menu-bar:after,
.menu_wrapper_3 .header-area.stick .menu-bar:before,
.menu_wrapper_3 .header-area.stick .menu-bar span,
.menu_wrapper_3 .stick .mainmenu ul li.parent:after,
.menu_wrapper_3 .stick .mainmenu ul li.parent:before,
.menu_wrapper_3 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_3 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_3 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
/*-- hs Slider Start --*/
.slider-area-3 {
float: left;
width: 100%;
position: relative;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3 .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3.carousel-inner .carousel-item .caption-2:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-2:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_3.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
animation: scale 40s linear infinite;
}
@keyframes scale {
50% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
}
.slider-area-3 .carousel-inner .carousel-item .caption-3:before {
content: '';
position: absolute;
border-left: 770px solid rgba(46, 126, 200, 0.5);
top: -40px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
bottom: -57px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .caption-3:after {
content: '';
position: absolute;
border-left: 807px solid rgba(46, 126, 200, 0.4);
top: -67px;
right: 0;
border-top-left-radius: 50%;
border-bottom-left-radius: 49%;
bottom: -87px;
z-index: 1;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
overflow: hidden;
vertical-align: middle;
padding-top: 300px;
padding-bottom: 250px;
float: right;
text-align: left;
z-index: 10000;
margin-right: 110px;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 40px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
line-height: 50px;
margin: 0 0 20px;
animation-delay: 1.2s;
text-transform: uppercase;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content h2 span {
color: #fff;
font-size: 40px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
margin: 0 0 20px;
animation-delay: 1.2s;
text-transform: uppercase;
}
.slider-area-3 .hs_effect_btn ul {
float: left;
margin: 0;
padding: 0;
}
.slider-area-3 .hs_effect_btn li {
float: left;
list-style: none;
}
.slider-area-3 .hs_effect_btn li a {
float: left;
width: 160px;
height: 50px;
background: transparent;
color: #ffffff;
text-align: center;
font-size: 14px;
line-height: 45px;
margin-top: 20px;
font-weight: 500;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-family: 'Open Sans', sans-serif;
border: 2px solid #fff;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .hs_effect_btn li a:hover {
background: #2e7ec8;
border: 2px solid #2e7ec8;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 2.5s;
}
.slider-area-3 .carousel-inner .carousel-indicators li {
float: left;
text-indent: 0;
position: relative;
width: 14px;
height: 14px;
background-color: rgba(255, 255, 255, 0.4);
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
margin-right: 10px;
text-align: left;
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #2e7ec8;
}
.slider-area-3 .carousel-inner .carousel-indicators {
position: absolute;
margin: 0px auto;
width: 100%;
left: 45%;
z-index: 100;
display: block;
bottom: 40px;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.slider-area-3 .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1;
width: 26px;
}
.slider-area-3 .carousel-inner .carousel-indicators li.active {
background: #2e7ec8;
width: 14px;
height: 14px;
}
.slider-area-3 .carousel-nevigation_3 {
position: absolute;
margin: 0;
right: 0;
bottom: 8%;
z-index: 1000;
display: block;
}
.slider-area-3 .carousel-nevigation_3 > .prev {
right: 150px;
position: absolute;
width: 80px;
height: 45px;
color: #fff;
font-family: 'Open Sans', sans-serif;
background: transparent;
border: 1px solid #fff;
line-height: 46px;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-nevigation_3 > .next {
right: 50px;
position: absolute;
width: 80px;
height: 45px;
color: #fff;
line-height: 46px;
margin-left: 15px;
border: 1px solid #fff;
background: transparent;
font-family: 'Open Sans', sans-serif;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area-3 .carousel-nevigation_3 > .next:hover,
.slider-area-3.carousel-nevigation_3 > .prev:hover {
background: #fff;
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******----------- hs Slider End ---------***********/
/******--------service wrapper Start --------******/
.jp_banner_jobs_categories_wrapper_3 {
float: left;
width: 100%;
position: relative;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category_wrapper {
float: left;
width: 20%;
text-align: center;
background: #2b71b2;
padding: 50px 30px 50px 30px;
-webkit-transition: all 300ms ease-in;
-webkit-transform: scale(1);
-ms-transition: all 300ms ease-in;
-ms-transform: scale(1);
-moz-transition: all 300ms ease-in;
-moz-transform: scale(1);
transition: all 300ms ease-in;
transform: scale(1);
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_clr_category_wrapper {
background: #2e7ec8;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category_wrapper:hover {
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
z-index: 100;
position: relative;
-webkit-transition: all 300ms ease-in;
-webkit-transform: scale(1.5);
-ms-transition: all 300ms ease-in;
-ms-transform: scale(1.1);
-moz-transition: all 300ms ease-in;
-moz-transform: scale(1.1);
transition: all 300ms ease-in;
transform: scale(1.1);
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category {
display: inline-block;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_category_icon {
font-size: 25px;
width: 70px;
height: 70px;
text-align: center;
display: inline-block;
line-height: 70px;
border: 2px solid rgba(255, 255, 255, 0.3);
margin-bottom: 15px;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_category_icon i {
color: #fff;
text-align: Center;
transition: all 0.5s;
}
.jp_banner_jobs_categories_wrapper_3 .jp_top_jobs_category h3 a {
color: #fff;
padding-top: 15px;
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
}
/********-------about us wrapper-------**********/
.about_us_section_3 {
background: url(../images/id_abt_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
}
.about_heading_wraper_3 {
text-align: center;
}
.abt_txt_3 .clr_blue {
color: #2e7ec8;
}
.about_heading_wraper_3 h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 34px;
line-height: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.about_us_section_3 .ser_abt_img_resp {
float: left;
width: 100%;
}
.abt_txt_3 h3 {
font-size: 32px;
color: #222222;
line-height: 36px;
text-transform: capitalize;
font-weight: 500;
}
.abt_txt_3 p {
margin-top: 0px;
font-size: 16px;
color: #757575;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
line-height: 24px;
}
.about_us_section_3 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.about_us_section_3 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.about_us_section_3 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
}
.about_us_section_3 .content_chck ul li i {
font-size: 16px;
color: #2e7ec8;
margin-right: 10px;
}
.about_us_section_3 .abt_chk ul li i {
position: relative;
top: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_3 .abt_chk ul li:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_us_section_3 .about_btn ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
padding-top: 30px;
}
.about_us_section_3 .about_btn li a {
width: 200px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.about_us_section_3 .about_btn li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.about_us_section_3 .portfolio-area {
float: left;
width: 100%;
}
.about_us_section_3 .portfolio-area .portfolio-wrap {
position: relative;
overflow: hidden;
}
.about_us_section_3 .about_port_section ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
}
.about_us_section_3 .about_port_section ul li {
float: left;
width: auto;
list-style: none;
margin-left: 20px;
}
.about_us_section_3 .about_port_section ul li:first-child {
margin-left: 20px;
}
.about_us_section_3 .port_uper_div {
margin-bottom: 20px;
}
/*********--------md services wrapper-------*********/
.service_wrapper_3 {
background: url('../images/service_bg.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 80px;
}
.service_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(16, 16, 16, 0.9);
}
.service_heading_wraper_3 h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 34px;
line-height: 36px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.service_wrapper_3 .service_heading_wraper_3 p {
color: #f5f4f3;
}
.service_wrapper_3 .serv_left_wrapper {
text-align: left;
}
.service_wrapper_3 .serv_heading_section h1 {
font-size: 32px;
line-height: 38px;
font-weight: 500;
color: #fff;
}
.service_wrapper_3 .serv_heading_section p {
font-size: 16px;
color: #d7d4d4;
}
.service_wrapper_3 .serv_heading_section h2 {
font-size: 18px;
font-weight: 700;
background: #fff;
padding: 6px 15px;
margin-bottom: 30px;
text-transform: uppercase;
color: #1887e5;
display: inline-block;
}
.service_wrapper_3 .med_slider_img {
float: left;
width: 100%;
overflow: hidden;
}
.service_wrapper_3 .owl_box {
width: 100%;
float: left;
overflow: hidden;
position: relative;
}
.service_wrapper_3 .med_slider_img .owl-carousel.owl-loaded {
overflow: hiddden !important;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.service_wrapper_3 .med_slider_img .item {
width: 100%;
}
.service_wrapper_3 .med_slider_img .owl-carousel .owl-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav {
position: absolute;
bottom: 65%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.service_wrapper_3 .med_slider_img .owl-prev {
position: absolute;
left: -50px;
}
.service_wrapper_3 .med_slider_img .owl-next {
position: absolute;
right: -50px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-prev,
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next {
color: white;
font-size: 36px;
display: inline-block;
cursor: pointer;
background-color: #2e7ec8;
height: 100px;
width: 100px;
border-radius: 100%;
padding-top: 30px;
padding-left: 35px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next {
padding-right: 55px;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-next:hover {
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.service_wrapper_3 .med_slider_img .owl-theme .owl-nav .owl-prev:hover {
color: white;
background-color: #f7c44e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******--------team wrapper -------***********/
.team_wrapper_3 {
background: url(../images/our_team3.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 30px;
}
.service_heading_wraper_3 h1,
.about_heading_wraper_3 h1 {
text-transform: uppercase;
}
.team_heading_wrapper_3 h1 {
margin: 0px 0px 0px 0px;
color: #111111;
font-size: 34px;
font-weight: 700;
text-transform: uppercase!important;
}
.team_wrapper_3 .hs_lest_news_img_wrapper {
float: left;
width: 100%;
overflow: hidden;
}
.team_wrapper_3 .img-effect {
position: relative;
overflow: hidden;
display: block;
}
.team_wrapper_3 .img-effect.zoom-slow:hover img {
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.team_wrapper_3 .img-effect.zoom-slow img {
transition: all 12s;
-moz-transition: all 12s;
-webkit-transition: all 12s;
-o-transition: all 12s;
}
.team_wrapper_3 .team_about {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.team_wrapper_3 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_txt a {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_img {
width: 100%;
}
.team_wrapper_3 .team_txt {
float: left;
width: 100%;
background-color: #2e7ec8;
text-align: center;
}
.team_wrapper_3 .team_txt h1 {
width: 100%;
margin-top: 20px;
}
.team_wrapper_3 .team_txt h1 a {
color: #fff;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_txt p {
text-align: center;
color: #fff;
opacity: 0.7;
font-size: 16px;
}
.team_wrapper_3 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_3 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_3 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_3 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2e7ec8;
position: absolute;
left: 0px;
top: 28px;
}
.team_wrapper_3 .team_icon_hover {
float: left;
width: 100%;
background-color: #2e7ec8;
font-size: 16px;
color: #ffffff;
position: absolute;
font-family: 'Open Sans', sans-serif;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_3 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_3 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
margin-left: 12px;
}
.team_wrapper_3 .team_icon_hover ul li:first-child {
margin-left: -19;
}
.team_wrapper_3 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_3 .team_about .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.team_wrapper_3 .team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_3 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_3 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_3 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .owl-carousel .owl-item img {
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .item {
width: 100%;
}
.team_wrapper_3 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 70px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_wrapper_3 .team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********-------usefull information css-----*********/
.useful_information_wraper_3 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.useful_information_wraper_3 .text_wrapper {
float: left;
width: 100%;
margin-top: 18px;
}
.useful_information_wraper_3 .text_wrapper_heading,
.useful_information_wraper_3 .text_wrapper_content {
float: left;
width: 100%;
}
.useful_information_wraper_3 .sp_icon_img a i {
float: left;
border-radius: 0;
width: 65px;
height: 142px;
line-height: 136px;
display: inline-block;
font-size: 30px;
color: #fff;
background: #1f6a9e;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .sp_icon_img a i {
font-weight: 500;
}
.useful_information_wraper_3 .icon_content_box {
font-size: 20px;
color: #111111;
background: #2278b3;
float: left;
width: calc(100% - 65px);
padding: 23px;
display: inline-block;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3 p {
margin-top: 10px;
text-align: left;
font-size: 16px;
line-height: 22px;
color: rgba(255, 255, 255, 0.7);
}
.useful_information_wraper_3 .icon_wrapper_3 a {
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.useful_information_wraper_3 .icon_wrapper_3 h4 {
text-align: left;
}
.useful_information_wraper_3 .icon_wrapper_3 {
text-align: center;
padding-bottom: 30px;
float: left;
width: 100%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3:hover .icon_content_box {
background: #1f6a9e;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .icon_wrapper_3:hover .sp_icon_img a i {
background: #2278b3;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.useful_information_wraper_3 .sidebar_wrapper {
float: left;
width: 100%;
}
.useful_information_wraper_3 .lv_faq_wrapper .panel-title {
position: relative;
}
.useful_information_wraper_3 .lv_faq_wrapper .panel-title:after {
content: "";
position: absolute;
border-left: 1px solid #f2f2f2;
top: 0;
bottom: 0;
left: 90px;
}
.useful_information_wraper_3 .accordionFifteen .panel-group .panel+.panel {
margin-top: 0px;
}
.useful_information_wraper_3 .accordionFifteen .panel-group {
margin-bottom: 0;
}
.useful_information_wraper_3 .accordionFifteen .panel-default {
border: 0;
}
.useful_information_wraper_3 .accordionFifteen .panel {
background-color: transparent;
box-shadow: none;
border-radius: 0;
border: none;
margin: 0;
margin-bottom: -15px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a {
display: block;
background: white;
padding: 15px 20px;
color: #000;
font-size: 16px;
font-weight: 500;
border: 1px solid #2e7ec8;
border-bottom: none;
text-decoration: none;
}
.useful_information_wraper_3 .panel-heading desktop h4 {
line-height: 0;
}
.useful_information_wraper_3 .panel-title h4 {
margin-left: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed {
color: #000000;
background-color: #fff;
display: block;
padding: 15px 20px;
font-size: 16px;
font-weight: 500;
border: 1px solid #e3e3e3;
margin-left: -1px;
margin-top: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #2e7ec8;
}
.useful_information_wraper_3 .accordionFifteen .panel-default>.panel-heading {
border-radius: 0px;
padding: 0px;
margin-left: -1px;
margin-top: -1px;
background: transparent;
}
.useful_information_wraper_3 .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding-top: 0;
padding: 20px 30px 20px 20px;
background: #fff;
border: 1px solid #2e7ec8;
border-top: none;
margin-left: -1px;
margin-top: -1px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:before,
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:before {
font-family: 'FontAwesome';
font-size: 16px;
float: left;
margin-right: 60px;
margin-left: 20px;
display: block;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:after,
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
font-size: 24px;
float: right;
width: 50px;
height: 25px;
line-height: 24px;
text-align: center;
display: block;
border-radius: 50%;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a:after {
content: "\f107";
background: #2e7ec8;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.useful_information_wraper_3 .accordionFifteen .panel .panel-heading a.collapsed:after {
content: "\f105";
background: #2e7ec8;
width: 24px;
height: 24px;
border-radius: 100%;
color: white;
font-size: 16px;
}
.useful_information_wraper_3 .sidebar_pannel {
margin-bottom: 18px !important;
}
.about_heading_wraper_3 {
text-align: center;
}
.useful_information_wraper_3 .ser_abt_img_resp img {
width: 100%;
}
/*********----------counter wrapper--------***********/
.counter_section_3 {
background: url('../images/counter_3.jpg') 50% 0 repeat-y;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
z-index: -9999;
background-position: center 0;
overflow: hidden;
background-size: cover;
text-align: center;
}
.counter_section_3 .counter_overlay {
background: rgba(16, 16, 16, 0.9);
padding-top: 100px;
padding-bottom: 95px;
}
.counter_section_3 .counter_section .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_3 .icon_3 {
width: 100px;
height: 100px;
line-height: 98px;
text-align: center;
font-size: 28px;
font-weight: bold;
border: 2px solid #363838;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_3 .icon_3 i {
text-align: center;
width: 80px;
border-radius: 80px;
line-height: 80px;
background: #2e7ec8;
display: inline-block;
color: #fff;
}
.counter_section_3 .icon_3 i:before {
font-size: 30px;
}
.counter_section_3 .count-description {
font-size: 40px;
font-weight: 700;
color: white;
margin-top: 20px;
}
.counter_section_3 .icon_3:hover {
background-color: #1f6a9e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_3 .con1,
.counter_section_3 .con2,
.counter_section_3 .con3,
.counter_section_3 .con4 {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
color: white;
padding-top: 10px;
}
.service_heading_wraper_3 {
color: #fff;
}
/********-------our_Services_3 -------**********/
.our_Services_3 {
float: left;
width: 100%;
padding-bottom: 35px;
background-color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper {
float: left;
width: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper {
float: left;
text-align: center;
width: 100%;
transition: all 0.5s;
padding: 30px;
background-color: #f9f9f9;
}
.our_Services_3 .lest_blog_wrapper p {
font-size: 16px;
line-height: 26px;
color: #797979;
margin-top: 10px;
}
.our_Services_3 .lest_blog_wrapper h4 a {
font-size: 14px;
color: #2e7ec8;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper h2 a {
font-size: 18px;
font-weight: 600;
color: #000000;
text-transform: uppercase;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.our_Services_3 .lest_blog_wrapper h2 a:after {
content: '';
border-bottom: 1px solid rgba(255, 255, 255, 0.51);
position: absolute;
top: 30px;
left: 0;
right: 0;
margin: ;
width: 90px;
margin: 0px auto;
}
.our_Services_3 .lest_blog_wrapper h4 a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper {
background: #2e7ec8;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper p {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper h2 a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
.our_Services_3 .hs_lest_news_box_wrapper:hover .lest_blog_wrapper h4 a {
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_Services_3 .lest_blog_wrapper h4 a {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.our_Services_3 .ourservices_slider_wrapper_3 {
float: left;
width: 100%;
text-align: center;
}
.our_Services_3 .ourservices_slider_wrapper_3 .item {
width: 100%;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-carousel .owl-nav {
display: none;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot.active span,
.our_Services_3 .ourservices_slider_wrapper_3 .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********----------event wrapper---------***********/
.event_wrapper_3 {
float: left;
width: 100%;
background-color: white;
}
.event_wrapper_3 .event_slider_wrapper {
float: left;
width: 100%;
}
.event_wrapper_3 .img_section {
width: 100%;
float: left;
background: #f9f9f9;
margin-bottom: 30px;
}
.event_wrapper_3 .img_wrapper1 {
float: left;
width: 40%;
}
.event_wrapper_3 .event_icon1 {
text-align: left;
position: relative;
overflow: hidden;
width: 60%;
margin-top: 40px;
padding-left: 40px;
}
.event_wrapper_3 .event_icon1 h2 a {
margin-top: 0;
color: black;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.event_wrapper_3 .event_icon1 h2 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_3 .event_icon1 p {
color: #757575;
font-size: 16px;
line-height: 26px;
}
.event_wrapper_3 .event_icon1 ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}
.event_wrapper_3 .event_icon1 ul li {
float: left;
width: auto;
font-size: 14px;
margin-right: 30px;
list-style: none;
}
.event_wrapper_3 .event_icon1 ul li i {
margin-right: 10px;
}
.event_wrapper_3 .event_icon1 ul li a {
color: #2e7ec8;
}
.event_wrapper_3 .event_slider_wrapper .item {
width: 100%;
}
.event_wrapper_3 .event_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.event_wrapper_3 .event_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.event_wrapper_3 .icon_wrapper_event {
position: relative;
bottom: 28px;
}
.event_wrapper_3 .icon_wrapper_event i {
top: 48px;
left: 15px;
color: white;
position: absolute;
}
.event_wrapper_3 .icon_wrapper_event:before {
content: '';
border-right: 80px solid transparent;
border-top: 80px solid #2e7ec8;
position: absolute;
left: 0px;
top: 28px;
}
/*********---------vedio wrapper---------***********/
.vedio_wrapper_3 {
background: url('../images/ind_vedio.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.vedio_wrapper_3 .vedio_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(16, 16, 16, 0.9);
}
.vedio_heading_wrapper_3 {
float: left;
text-align: center;
width: 100%;
margin-top: 200px;
margin-bottom: 195px;
}
.vedio_heading_wrapper_3 h1 {
margin: 0px 0px 0px 0px;
color: white;
line-height: 36px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.vedio_heading_wrapper_3 p {
margin: 0px 0px 0px 0px;
color: white;
font-size: 40px;
line-height: 40px;
font-weight: 600;
text-transform: capitalize;
}
.vedio_heading_wrapper_3 h4 {
margin-top: 40px;
display: inline-block;
margin-left: -160px;
}
.vedio_heading_wrapper_3 h4 a {
font-size: 18px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_heading_wrapper_3 h4 img {
margin-right: 10px;
}
.vedio_heading_wrapper_3 h4 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.vedio_wrapper_3 .video_btn_wrapper {
float: right;
width: 100%;
display: inline-block;
margin-right: 35%;
}
.vedio_wrapper_3 .video_btn_wrapper ul {
padding: 0;
margin: 0;
list-style: none;
}
.vedio_wrapper_3 .video_btn_wrapper li a {
width: 150px;
height: 50px;
float: right;
background: #2e7ec8;
color: white;
text-align: center;
line-height: 35px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
margin-left: 30px;
margin-top: 7px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid #2e7ec8;
margin-top: -60px;
}
.vedio_wrapper_3 .video_btn_wrapper li a:hover {
background: transparent;
border: 2px solid #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: white;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_3 {
float: left;
width: 100%;
text-align: center;
padding-bottom: 90px;
background-color: white;
}
.blog_wrapper_3 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_3 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_3 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.blog_wrapper_3 .blog_txt h1 a:hover {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_3 .blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #707070;
margin-bottom: 10px;
}
.blog_wrapper_3 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child {
position: relative;
}
.blog_wrapper_3 .blog_txt_info ul li:first-child:after {
content: "";
position: absolute;
top: 4px;
right: -17px;
background-color: #707070;
width: 1px;
height: 73%;
}
.blog_wrapper_3 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_3 .blog_about a {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 600;
color: #007bff;
}
.blog_wrapper_3 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_3 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_3 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_3 .menubar {
fill: #fff;
}
.blog_wrapper_3 .blog_comment {
float: right;
position: relative;
margin-top: -50px;
z-index: 5;
}
.blog_wrapper_3 .blog_comment ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.blog_wrapper_3 .blog_comment ul li {
float: left;
width: auto;
list-style: none;
text-align: center;
line-height: 30px;
margin-right: 20px;
}
.blog_wrapper_3 .blog_comment ul li a {
color: black;
font-size: 14px;
padding: 10px;
background-color: white;
font-weight: 700;
}
.blog_wrapper_3 .blog_comment ul li i {
margin-right: 8px;
}
.blog_wrapper_3 .blog_comment ul li:hover a {
background-color: #2e7ec8;
color: white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_3 .blog_txt a:hover i {
padding-left: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/**********--------testimonial wrapper------*************/
.testimonial_wrapper_3 {
background: url('../images/testi_slider.jpg') 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-bottom: 30px;
}
.testimonial_wrapper_3 .test_heading_wrapper {
text-align: left;
width: 100%;
}
.testimonial_wrapper_3 .test_heading_wrapper h1 {
margin: 0px 0px 0px 0px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 {
float: left;
width: 100%;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .item {
width: 100%;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-carousel .owl-nav {
display: none;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 70px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2e7ec8;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-theme .owl-dots .owl-dot:hover span {
background: #2e7ec8;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrapper_3 .test_slider_wrapper_3 .owl-carousel.owl-drag .owl-item {
background: rgba(255, 255, 255, 0.1);
}
.testimonial_wrapper_3 .t_icon_wrapper {
position: relative;
float: left;
width: 100%;
padding: 50px;
margin-left: 60px;
}
.testimonial_wrapper_3 .t_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2e7ec8;
position: absolute;
left: -60px;
top: 0;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 {
float: left;
width: calc(100% - 100px);
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 p {
font-size: 18px;
line-height: 26px;
font-style: italic;
color: rgba(255, 255, 255, 0.9);
font-family: 'Droid Serif', sans-serif;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 img {
float: left;
display: inline-block;
}
.testimonial_wrapper_3 .t_client_cont_wrapper2 h5 {
float: left;
font-size: 16px;
margin-top: 35px;
margin-left: 10px;
color: #fff;
}
.testimonial_wrapper_3 .service_heading_wraper_3 {
color: #fff;
}
/**********-----------booking wrapper---------*************/
.booking_wrapper_3 {
float: left;
width: 100%;
text-align: center;
background-color: #ffffff;
}
.booking_wrapper_3 .booking_box {
float: left;
width: 70%;
z-index: 2;
position: relative;
background: #2e7ec8;
padding: 83px 100px 83px 100px;
}
.booking_wrapper_3 .box_side_icon {
position: relative;
float: left;
}
.booking_wrapper_3 .box_side_icon:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #fff;
position: absolute;
left: -99px;
top: -82px;
}
.booking_wrapper_3 .response {
color: #2d2d2d;
float: right;
}
.booking_wrapper_3 .box_side_icon img {
top: -50px;
left: -80px;
color: #2e7ec8;
position: absolute;
}
.booking_wrapper_3 .contect_form1 input {
width: 100%;
border: 2px solid rgba(255, 255, 255, 0.3);
height: 50px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
color: white;
background: transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form1 input:hover,
.booking_wrapper_3 .contect_form1 input:focus,
.booking_wrapper_3 .contect_form2 input:hover,
.booking_wrapper_3.contect_form2 input:focus,
.booking_wrapper_3.contect_form3 input:hover,
.booking_wrapper_3.contect_form3 input:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form3 input {
width: 100%;
height: 50px;
margin-top: 20px;
padding-left: 20px;
background: transparent;
color: white;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_form3 {
width: 100%;
margin-left: -7px;
}
.booking_wrapper_3 .contect_form3 i {
margin-left: -30px;
color: #2e7ec8;
}
.booking_wrapper_3 .booking_box::placeholder {
color: #fff;
opacity: 1;
}
.booking_wrapper_3 .booking_box:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #7bddc7;
}
.booking_wrapper_3 .booking_box::-ms-input-placeholder {
/* Microsoft Edge */
color: #7bddc7;
}
.booking_wrapper_3 .contect_form4 textarea {
width: 100%;
margin-top: 30px;
padding-left: 10px;
color: white;
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.booking_wrapper_3 .contect_form4 textarea:hover,
.contect_form4 textarea:focus {
border: 2px solid #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.booking_wrapper_3 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 40px;
float: left;
}
.booking_wrapper_3 .contect_btn button {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_3 .contect_btn button:hover {
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.booking_wrapper_3 .chat_box {
float: left;
width: 30%;
z-index: 2;
box-shadow: 0px 15px 10px -15px #11111191;
background: #f9f9f9;
position: relative;
padding: 100px 60px 77px 60px;
}
.booking_wrapper_3 .booking_box_2 {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_3 .booking_box_img {
text-align: center;
}
.booking_wrapper_3 .booking_box_img img {
display: inline-block;
position: relative;
}
.booking_wrapper_3 .booking_box_img:after {
content: '';
position: relative;
left: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #2e7ec8;
z-index: 100;
margin: auto;
bottom: 11px;
display: block;
right: 0;
top: -14px;
bottom: -15px;
border: 6px solid #fff;
}
.booking_wrapper_3 .booking_chat {
text-align: center;
float: left;
margin: 20px 0 20px 0;
}
.booking_wrapper_3 .booking_chat h1 {
margin: 0px 0px 0px 0px;
color: black;
font-size: 24px;
font-weight: 700;
}
.booking_wrapper_3 .booking_chat p {
color: black;
margin-top: 30px;
font-size: 16px;
}
.booking_wrapper_3 .booking_btn ul {
list-style: none;
display: inline-block;
}
.booking_wrapper_3 .booking_btn {
float: left;
width: 100%;
text-align: center;
}
.booking_wrapper_3 .booking_btn li a {
width: 160px;
height: 50px;
float: left;
color: white;
background: #2e7ec8;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.booking_wrapper_3 .booking_btn li a:hover {
background: transparent;
border: 2px solid #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000;
}
.booking_wrapper_3 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -100px;
z-index: 1;
}
.booking_wrapper_3 .map_main_wrapper {
float: left;
width: 100%;
position: relative;
margin-top: -120px;
}
.booking_wrapper_3 #map {
width: 100%;
height: 600px;
position: relative;
margin-top: -20px;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper_3 {
float: left;
width: 100%;
background-color: #2e7ec8;
}
.newsletter_wrapper_3 .newsletter_text {
float: left;
width: 100%;
}
.newsletter_wrapper_3 .newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.newsletter_wrapper_3 .contect_btn_news ul {
list-style: none;
float: right;
}
.newsletter_wrapper_3 .contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
text-transform: uppercase;
}
.newsletter_wrapper_3 .contect_btn_news li a:hover {
color: #fff !important;
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
/*********---------footer wrapper------------**************/
.menu_wrapper_3 {
padding-top: 10px;
padding-bottom: 10px;
background-color: #2e7ec8;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_3.header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_3 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_3 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_3 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_3 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_3 .navbar-nav {
float: right;
}
.menu_wrapper_3 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_3 .mainmenu ul ul,
.menu_wrapper_3 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_3 .mainmenu ul li:hover > ul,
.menu_wrapper_3 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2e7ec8;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_3 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_3 .mainmenu ul ul li a,
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_3 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_3 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_3 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_3 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_3 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_3 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_3 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_3 .mainmenu ul li:hover .gc_main_navigation i,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_3 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_3 .mainmenu ul ul,
.mainmenu ul li .mega-menu {
width: 215px;
margin-top: 10px;
border-top: 2px solid #2e7ec8;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_3 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_3 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_3 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_3 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_3 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_3 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_3 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_3 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_3 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #f4ab01;
border-radius: 20px;
}
.menu_wrapper_3 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_3 .et_search_bar i {
position: relative;
top: 0px;
}
.menu_wrapper_3 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_3 .et_search_bar {
margin-right: -280px;
}
.menu_wrapper_3 .main_navigation_3 {
color: #fff!important;
}
/*********-------**************
index_Dental css
*********-------**************
/*--------body start----------*/
.med_toppadder10_4 {
padding-top: 10px;
}
.med_toppadder20_4 {
padding-top: 20px;
}
.med_toppadder30_4 {
padding-top: 30px;
}
.med_toppadder40_4 {
padding-top: 40px;
}
.med_toppadder50_4 {
padding-top: 50px;
}
.med_toppadder60_4 {
padding-top: 60px;
}
.med_toppadder70_4 {
padding-top: 70px;
}
.med_toppadder80_4 {
padding-top: 80px;
}
.med_toppadder90_4 {
padding-top: 90px;
}
.med_toppadder100_4 {
padding-top: 100px;
}
.med_bottompadder10_4 {
padding-bottom: 10px;
}
.med_bottompadder20_4 {
padding-bottom: 20px;
}
.med_bottompadder30_4 {
padding-bottom: 30px;
}
.med_bottompadder40_4 {
padding-bottom: 40px;
}
.med_bottompadder50_4 {
padding-bottom: 50px;
}
.med_bottompadder60_4 {
padding-bottom: 60px;
}
.med_bottompadder70_4 {
padding-bottom: 70px;
}
.med_bottompadder80_4 {
padding-bottom: 80px;
}
.med_bottompadder90_4 {
padding-bottom: 90px;
}
.med_bottompadder100_4 {
padding-bottom: 100px;
}
/*-----scroll top-----*/
/*-- Preloader css start --*/
#preloader {
background-color: #ffffff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%;
}
#status {
background-position: center center;
background-repeat: no-repeat;
height: auto;
position: absolute;
left: 50%;
top: 50%;
color: #1e9ce5;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/********---------top header css start-------***********/
.md_header_wrapper_4 {
float: left;
width: 100%;
}
.wrapper_header_4 .top_header_section {
float: left;
width: 100%;
background-color: #1a1a1a;
}
.wrapper_header_4 .left_top_nav {
float: left;
width: 100%;
}
.wrapper_header_4 .top_header_add {
float: left;
width: auto;
line-height: 60px;
}
.wrapper_header_4 .top_header_add ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.wrapper_header_4 .top_header_add li {
float: left;
width: auto;
list-style: none;
color: #ffffff;
margin-right: 30px;
}
.wrapper_header_4 .top_header_add ul li a {
color: #ffffff;
}
.wrapper_header_4 .top_header_add ul li i {
color: #1e9ce5;
margin-right: 10px;
border: 2px solid transparent;
}
.wrapper_header_4 .top_header_add ul li a:hover {
color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .right_side_main_warpper {
width: 100%;
float: right;
line-height: 60px;
}
.wrapper_header_4 .md_right_side_warpper ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.wrapper_header_4 .md_right_side_warpper ul li {
float: left;
list-style: none;
width: auto;
color: white;
font-size: 16px;
margin-left: 15px;
}
.wrapper_header_4 .md_right_side_warpper li i {
color: white;
line-height: 60px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.wrapper_header_4 .md_right_side_warpper li:last-child {
margin-right: 0;
}
.wrapper_header_4 .md_right_side_warpper ul li i:hover {
color: #1e9ce5;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.wrapper_header_4 .middle_header_wrapper {
float: left;
width: 100%;
background-color: white;
padding-top: 30px;
padding-bottom: 18px;
}
.wrapper_header_4 .md_logo {
float: left;
width: 100%;
margin-top: 10px;
}
.wrapper_header_4 .lv_logo img {
display: inline-block;
}
.wrapper_header_4 .md_share_info_wrapper {
float: right;
width: auto;
margin-top: -9px;
}
.wrapper_header_4 .md_share_info_wrapper ul {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.wrapper_header_4 .md_share_info_wrapper ul li {
list-style: none;
float: left;
width: auto;
margin-left: 20px;
}
.wrapper_header_4 .md_share_info_wrapper ul li:first-child {
margin-left: 0px;
}
.wrapper_header_4 .md_share_info_wrapper ul li .lv_header_icon {
float: left;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
}
.wrapper_header_4 .md_share_info_wrapper ul li p {
float: left;
width: auto;
font-weight: 500;
text-transform: capitalize;
margin: 10px 0px 0px 0px;
font-size: 16px;
color: #757575;
}
.wrapper_header_4 .appointmnt_wrapper {
text-align: center;
float: right;
margin-right: 15px;
}
.wrapper_header_4 .appoint_btn {
display: inline-block;
}
.appoint_btn ul {
padding: 0;
list-style: none;
}
.wrapper_header_4 .appoint_btn li a {
width: 250px;
height: 50px;
float: left;
color: white;
background: #1e9ce5;
text-align: center;
line-height: 49px;
font-size: 16px;
font-weight: 600;
box-shadow: none;
position: relative;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
border-radius: 0px;
}
.appoint_btn li a:hover {
background: #2c416c;
box-shadow: 3px 5px 20px rgba(44, 65, 108, 0.5);
color: #fff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn i {
margin-right: 10px;
color: #fff;
}
.wrapper_header_4 .appoint_btn li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -19px;
bottom: 21px;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -19px;
bottom: -2px;
transition: all 0.5s;
}
.wrapper_header_4 .appoint_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********-------main header wrapper--------**********/
.menu_wrapper_4 {
background-color: #1e9ce5;
float: left;
width: 100%;
}
.menu_wrapper_4 .rp_mobail_menu_main_wrapper {
float: none;
width: 100%;
}
.menu_wrapper_4 #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 10000;
}
.menu_wrapper_4 #links {
position: relative;
float: left;
}
.menu_wrapper_4 #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_wrapper_4 #link_list li {
display: block;
width: 100%;
}
.menu_wrapper_4 #link_list li:hover {
background-color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #toggle {
float: right;
position: relative;
bottom: 25px;
right: 20px;
border-radius: 20px;
text-align: center;
cursor: pointer;
}
.menu_wrapper_4 #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 15px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu {
width: 300px;
color: #ffffff;
text-transform: capitalize;
}
#cssmenu ul ul {
display: none;
}
.align-right {
float: right;
}
.menu_wrapper_4 #cssmenu ul li a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul li:first-child a {
border-top: 1px solid #d3d3d3;
}
.menu_wrapper_4 #cssmenu ul li:hover a,
#cssmenu ul li.active a {
background: #1e9ce5 !important;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_4.menu_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: 1000;
}
.menu_wrapper_4 .menubar {
fill: #fff;
}
.menu_wrapper_4 #sidebar h1 {
font-size: 20px;
color: #1e9ce5 !important;
padding-left: 20px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: 15px;
}
.menu_wrapper_4 #sidebar h1 span {
margin: 0;
color: black;
font-size: 20px;
background: #f9f9f9;
}
/**************---------menu wrapper--------**************/
.navbar {
border: 1px solid transparent;
min-height: 0;
z-index: 20;
margin-bottom: 0px;
}
.nav_response {
padding-right: 0px;
padding-left: 0;
}
.nav .navbar-nav {
float: left;
width: 100%;
}
.nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a {
color: #1a1a1a;
font-weight: 500;
}
.menu_wrapper_4 #nav_filter li a {
display: block;
font-size: 16px;
cursor: pointer;
color: white;
text-transform: capitalize;
padding: 8px 18px;
border: 2px solid transparent;
margin-right: 10px;
font-weight: 500;
border-radius: 20px;
position: relative;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 #nav_filter .dropdown .first_menu {
position: relative;
}
.menu_wrapper_4 #nav_filter .dropdown .first_menu:after {
content: '';
position: absolute;
right: 0;
border: 2px solid #2c416c;
border-radius: 20px;
left: 0;
top: 0;
opacity: 0;
bottom: 0;
transition: all 0.6s;
}
.menu_wrapper_4 #nav_filter .dropdown:hover .first_menu:after {
background: transparent;
color: white;
opacity: 1;
border: 2px solid #2c416c;
border-radius: 20px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.menu_wrapper_4 #nav_filter li a:last-child {
margin-right: 0px;
margin-left: 0px;
}
.menu_wrapper_4 .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #1e9ce5;
background-image: none;
border-radius: 4px;
}
.menu_wrapper_4 .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
color: white;
}
.menu_wrapper_4 .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: transparent;
}
.menu_wrapper_4 .navbar-nav>li {
padding-top: 12px;
padding-bottom: 12px;
}
/*Dropdown Menu*/
.menu_wrapper_4 .navbar-right .dropdown-menu {
right: auto;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a {
border: none;
border-radius: 0;
}
.menu_wrapper_4 #nav_filter .hovr_nav_tab li a:hover {
border: none;
border-radius: 0;
color: white;
background-color: #2c416c;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .nav .dropdown-menu {
display: inherit;
padding: 5px 0;
border: none;
border-radius: 0;
}
.menu_wrapper_4 .nav .dropdown-header {
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
}
.menu_wrapper_4 .nav .dropdown-menu li a {
display: block;
line-height: 30px;
color: black;
padding: 3px 10px;
text-decoration: none;
font-size: 14px;
color: #000000;
margin-left: 0 !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-right: 10px !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .nav .dropdown .dropdown-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu_wrapper_4 .nav .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: visible;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul > li.has-sub.open > a:after,
.menu_wrapper_4 #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_wrapper_4 #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background-color: #1e9ce5;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_wrapper_4 #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_wrapper_4 #cssmenu ul ul li a:hover {
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_wrapper_4 #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_wrapper_4 .nav .hovr_nav_tab {
padding: 0;
}
/*-----search bar---*/
.menu_wrapper_4 .et_search_bar a {
float: right;
width: auto;
text-align: center;
color: white;
font-size: 16px;
cursor: pointer;
}
.menu_wrapper_4 .et_search_box {
position: absolute;
right: -198px;
top: -2px;
padding: 8px;
display: inline-block;
border-radius: 0px;
background-color: #ffffff;
display: none;
z-index: 1000;
}
.menu_wrapper_4 .et_search_box input {
float: left;
width: calc(100% - 50px);
padding: 0px 10px;
height: 51px;
border: 1px solid #1e9ce5;
border-right: 0px;
}
.menu_wrapper_4 .et_search_box button {
width: 50px;
height: 51px;
border: 1px solid #1e9ce5;
border-left: none;
background-color: #ffffff;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_box button:hover {
color: #ffffff;
background: #1e9ce5;
border-color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_bar i {
position: relative;
top: 10px;
}
.menu_wrapper_4 .et_navbar_search_wrapper {
float: right;
padding-top: 12px;
margin-right: -10px;
}
/*----stick menu-----*/
.menu_wrapper_4.menu_fixed {
position: fixed!important;
background: #1e9ce5;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 10000;
left: 0;
right: 0;
}
.menu_wrapper_4 .header-area.stick .menu-bar:after,
.menu_wrapper_4 .header-area.stick .menu-bar:before,
.menu_wrapper_4 .header-area.stick .menu-bar span,
.menu_wrapper_4 .stick .mainmenu ul li.parent:after,
.menu_wrapper_4 .stick .mainmenu ul li.parent:before,
.menu_wrapper_4 .stick .mainmenu ul li.has-mega > a:before,
.menu_wrapper_4 .stick .mainmenu ul li.has-mega > a:after,
.menu_wrapper_4 .stick .mean-container a.meanmenu-reveal span {
background-color: #222;
}
/*******--------slider wrapper start--------***********/
/*-- hs Slider Start --*/
.slider-area_4 {
float: left;
width: 100%;
position: relative;
}
.slider-area_4 .carousel-inner .carousel-item .caption-1:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item.caption-2:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/slider_4_img.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.slider-area_4 .carousel-inner .carousel-item .caption-3:before {
content: '';
position: absolute;
left: -200px;
top: 0;
width: 75%;
height: 100%;
transform: skew(-22deg);
background: rgba(33, 49, 80, 0.7);
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
overflow: hidden;
vertical-align: middle;
padding-top: 220px;
padding-bottom: 250px;
float: left;
text-align: left;
z-index: 10000;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 60px;
font-weight: 500;
font-family: 'Raleway';
line-height: 50px;
margin: 0 0 20px;
float: left;
animation-delay: 1.8s;
text-transform: uppercase;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content p {
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Lato', sans-serif;
animation-delay: 1.4s;
text-transform: capitalize;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
font-family: 'Lato', sans-serif;
line-height: 30px;
letter-spacing: 2px;
margin: 0 0 20px;
animation-delay: 1.4s;
text-transform: uppercase;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content h2 span {
color: #1e9ce5;
font-size: 60px;
font-weight: 600;
font-family: 'Raleway';
margin-top: 15px;
float: left;
animation-delay: 1.4s;
text-transform: uppercase;
}
.hs_effect_btn_4 ul {
float: left;
margin: 0;
padding: 0;
}
.hs_effect_btn_4 li {
float: left;
list-style: none;
}
.hs_effect_btn_4 li a {
float: left;
width: 160px;
height: 50px;
background: #fff;
color: #2992d6;
text-align: center;
font-size: 15px;
line-height: 50px;
margin-top: 0px;
font-weight: 500;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
box-shadow: none;
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover {
color: #fff;
background: #1e9ce5;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #fff;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover:before {
border-left: 20px solid #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #fff;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.hs_effect_btn_4 li a:hover:after {
border-left: 20px solid #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 1.8s;
}
.slider-area_4 .carousel-inner .carousel-indicators {
display: none;
}
.slider-area_4 .carousel-nevigation {
position: absolute;
top: 43%;
margin: 0;
left: 0;
right: 0;
z-index: 0;
display: block;
}
.slider-area_4 .carousel-nevigation > .prev {
position: absolute;
left: 25px;
display: inline-block;
width: 50px;
height: 50px;
color: #fff;
background: #2c416c;
line-height: 43px;
border-radius: 50px;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-nevigation > .next {
position: absolute;
right: 25px;
display: inline-block;
width: 50px;
height: 50px;
color: #fff;
border-radius: 50px;
line-height: 43px;
background: #2c416c;
text-align: center;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.slider-area_4 .carousel-nevigation a i {
font-size: 20px;
}
.slider-area_4 .carousel-nevigation > .next:hover,
.slider-area_4 .carousel-nevigation > .prev:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******----------- hs Slider End ---------***********/
/******--------service wrapper Start --------******/
.jp_banner_jobs_categories_wrapper_4 {
float: left;
width: 100%;
text-align: center;
position: relative;
margin-top: -130px;
}
.jp_top_jobs_category_wrapper_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.jp_top_jobs_category_wrapper_4:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-left: 1720px solid #088eff;
}
.jp_top_jobs_category_wrapper_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_2_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_2_4:after {
content: '';
position: absolute;
left: -1720px;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-right: 1720px solid #269cfe;
}
.med_top_service_3_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_3_4:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-left: 1720px solid #45a9ff;
}
.med_top_service_4_4 {
float: left;
width: 25%;
text-align: center;
overflow: hidden;
min-height: 300px;
position: relative;
padding: 50px 30px 50px 30px;
}
.med_top_service_4_4:after {
content: '';
position: absolute;
left: -1720px;
right: 0;
top: 0;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
border-right: 1720px solid #64b8ff;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category {
display: inline-block;
position: relative;
z-index: 1;
margin-top: 30px;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_category_icon {
font-size: 25px;
text-align: center;
display: inline-block;
margin-bottom: 27px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_category_icon i:before {
color: #fff;
font-size: 46px;
text-align: Center;
transition: all 0.5s;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category h3 a {
color: #fff;
padding-top: 15px;
font-size: 20px;
text-transform: uppercase;
font-weight: 400;
}
.jp_banner_jobs_categories_wrapper_4 .jp_top_jobs_category p {
color: #fff;
padding-top: 8px;
}
.med_top_service_2_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_3_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.med_top_service_4_4:hover .jp_top_category_icon {
transform: scale(1.3);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/*********--------about wrapper-------*********/
.about_wrapper_4 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 90px;
}
.about_heading_wraper_4 h1 {
margin: 0px 0px 0px 0px;
color: #1e9ce5;
font-size: 30px;
line-height: 30px;
font-weight: 800;
text-transform: uppercase;
}
.serv_left_wrapper_4 {
text-align: left;
}
.serv_left_wrapper_4 .abt_txt h3 {
font-size: 22px;
color: #2c416c;
line-height: 36px;
text-transform: capitalize;
font-weight: 600;
}
.serv_left_wrapper_4 .abt_txt p {
margin-top: 0px;
font-size: 16px;
color: #757575;
text-transform: capitalize;
line-height: 24px;
}
.serv_left_wrapper_4 .abt_chk {
float: left;
width: 100%;
font-size: 16px;
color: #757575;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.serv_left_wrapper_4 .abt_chk ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.serv_left_wrapper_4 .abt_chk ul li {
float: left;
width: 40%;
list-style: none;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
transition: all .5s;
}
.serv_left_wrapper_4 .content_chck ul li i {
color: #1e9ce5;
margin-right: 10px;
}
.serv_left_wrapper_4 .abt_chk ul li i:before {
position: relative;
font-size: 16px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.serv_left_wrapper_4 .abt_btn li a {
background: #2c416c;
color: #fff;
}
.serv_left_wrapper_4 .abt_btn li a:before {
border-left: 20px solid #2c416c;
}
.serv_left_wrapper_4 .abt_btn li a:after {
border-left: 20px solid #2c416c
}
.about_wrapper_4 .med_slider_img_4 {
float: left;
width: 100%;
overflow: hidden;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-dots .owl-dot {
display: none;
}
.about_wrapper_4 .med_slider_img_4 .carousel-item {
width: 100%;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev i:before,
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next i:before {
font-size: 16px;
}
.about_wrapper_4 .med_slider_img_4 .owl-carousel .owl-carousel-item img {
display: block;
width: 100%;
margin-top: -13px;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav {
position: absolute;
top: 40%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.about_wrapper_4 .med_slider_img_4 .owl-prev {
position: absolute;
left: 20px;
}
.about_wrapper_4 .med_slider_img_4 .owl-next {
position: absolute;
right: 20px;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev,
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next {
display: inline-block;
cursor: pointer;
width: 50px;
height: 50px;
color: #fff;
background: #2c416c;
line-height: 45px;
border-radius: 50px;
text-align: center;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-next:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.about_wrapper_4 .med_slider_img_4 .owl-theme .owl-nav .owl-prev:hover {
background: #1e9ce5;
color: #fff;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*********------what can we do wrapper---------*************/
.what_can_Wrapper_4 {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 90px;
background: #f9f9f9;
}
.what_can_Wrapper_4 .sw_disc_img_btm {
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_right_img_wrapper:hover .sw_disc_img_btm {
top: 60px;
left: -80px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.sw_desc_abt_4 {
float: left;
width: 100%;
padding-left: 30px;
}
.what_can_Wrapper_4 .sw_desc_btm_txt {
float: left;
width: 100%;
margin-bottom: 20px;
}
.sw_disc_image_4 {
float: left;
width: 50px;
line-height: 60px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.sw_disc_image_4 i:before {
color: #2c416c;
font-size: 46px;
}
.what_can_Wrapper_4 .sw_disc_head_text {
font-size: 15px;
font-weight: 500;
float: left;
width: calc(100% - 50px);
padding-left: 20px;
padding-right: 40px;
}
.what_can_Wrapper_4 .sw_disc_head_text h5 a {
font-size: 20px;
color: #1e9ce5;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_disc_head_text p {
margin-top: 6px;
margin-bottom: 8px;
}
.what_can_Wrapper_4 .sw_disc_head_text h6 a {
font-size: 14px;
text-transform: uppercase;
color: #2c416c;
font-weight: 600;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_disc_head_text h6 a:hover {
color: #1e9ce5;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.what_can_Wrapper_4 .sw_dark_heading_wraper h1 {
color: #fff;
}
.sw_desc_btm_txt:hover .sw_disc_image_4 {
transform: scale(1.2);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/*********----------counter wrapper--------***********/
.counter_section_4 {
width: 100%;
float: left;
padding-top: 90px;
padding-bottom: 80px;
background: #1e9ce5;
}
.counter_section_4 .count-description {
font-size: 40px;
font-weight: 700;
color: #fff;
margin-top: 10px;
}
.counter_section_4 .counter_icon {
text-align: center;
}
.counter_section_4 .heading_left p {
color: #fff;
opacity: 0.8;
}
.counter_section_4 .icon {
text-align: center;
border: 2px solid rgba(255, 255, 255, 0.75);
width: 90px;
height: 90px;
line-height: 80px;
background: transparent;
display: inline-block;
transition: all 0.5s;
margin-top: 0px;
}
.counter_section_4 .icon img {
display: inline-block;
text-align: center;
width: 45px;
height: 45px;
line-height: 45px;
}
.counter_section_4 .count-description {
padding-top: 20px;
}
.counter_section_4 .counter_icon:hover .icon {
color: white;
background-color: #2c416c;
border: 2px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section_4 .con1,
.counter_section_4 .con2,
.counter_section_4 .con3,
.counter_section_4 .con4 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
padding-top: 15px;
}
/********---------appointment wrapper---------****************/
.appoint_section_4 {
background: url(../images/appoint_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
}
.appoint_overlay_4 {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.87);
}
.heading_white_4 h1 {
color: #fff;
}
.appoint_section_4 .response {
color: #fff;
float: right;
}
.appoint_section_4 .contect_form1 input {
width: 100%;
height: 47px;
margin-top: 12px;
padding-left: 10px;
margin-bottom: 10px;
color: #525252;
border-radius: 5px;
text-transform: capitalize;
background: #f0f0f0;
border: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_form1 input:hover,
.appoint_section_4 .contect_form1 input:focus {
background: #e8f6ff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_form4 textarea {
width: 100%;
margin-top: 20px;
padding-left: 10px;
border: 0;
padding-top: 10px;
color: #525252;
border-radius: 5px;
text-transform: capitalize;
background: #f0f0f0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
resize: none;
}
.appoint_section_4 .contect_form4 textarea:hover,
.appoint_section_4 .contect_form4 textarea:focus {
background: #e8f6ff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button {
padding: 0;
list-style: none;
margin-top: 30px;
float: left;
border-radius: 0px;
}
.appoint_section_4 .contect_btn button {
cursor: pointer;
width: 160px;
height: 50px;
float: left;
color: white;
background: #1e9ce5;
text-align: center;
line-height: 47px;
position: relative;
font-size: 16px;
font-weight: 600;
border: 0;
box-shadow: none;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover {
background: #2c416c;
box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.5);
color: #fff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover:before {
border-left: 20px solid #2c416c;
}
.appoint_section_4 .contect_btn button:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.appoint_section_4 .contect_btn button:hover:after {
border-left: 20px solid #2c416c;
}
.appoint_section_4 p {
color: #fff;
}
.box_side_icon_4 .contect_form1 ::-webkit-input-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 :-moz-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 ::-moz-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form1 ::-ms-input-placeholder{
color: #525252;
}
.box_side_icon_4 .contect_form4 ::-ms-input-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::-webkit-input-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::-moz-placeholder{
color:#525252;
}.box_side_icon_4 .contect_form4 ::--moz-placeholder{
color:#525252;
}
/*******--------team wrapper -------***********/
.team_wrapper_4 {
float: left;
width: 100%;
padding-top: 90px;
padding-bottom: 50px;
}
.team_wrapper_4 .hs_lest_news_img_wrapper {
float: left;
width: 100%;
overflow: hidden;
}
.team_wrapper_4 .team_about {
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.team_wrapper_4 .team_about:hover .team_icon_wrapper:before {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_txt a {
color: #2e7ec8;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_img {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_img {
width: 100%;
}
.team_wrapper_4 .team_txt {
float: left;
width: 100%;
background-color: #f9f9f9;
text-align: center;
}
.team_wrapper_4 .team_txt h1 {
width: 100%;
margin-top: 15px;
}
.team_wrapper_4 .team_txt h1 a {
color: #1e9ce5;
font-size: 18px;
font-weight: 700;
padding-bottom: 10px;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_txt p {
text-align: center;
color: #757575;
font-size: 16px;
margin-bottom: 15px;
}
.team_wrapper_4 .team_icon_wrapper {
position: relative;
bottom: 28px;
}
.team_wrapper_4 .team_icon_wrapper svg {
top: 50px;
left: 20px;
position: absolute;
}
.team_wrapper_4 .team_img img {
margin-top: 2px;
width: 100%;
}
.team_wrapper_4 .team_icon_wrapper:before {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #2c416c;
position: absolute;
left: 0px;
top: 30px;
}
.team_wrapper_4 .team_icon_hover {
float: left;
width: 100%;
background-color: #1e9ce5;
font-size: 16px;
color: #ffffff;
position: absolute;
line-height: 85px;
bottom: -95px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_about:hover .team_icon_hover {
bottom: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.team_wrapper_4 .team_icon_hover {
text-align: center;
float: left;
width: 100%;
}
.team_wrapper_4 .team_icon_hover ul {
width: 100%;
float: left;
display: inline-block;
margin-left: 25px;
}
.team_wrapper_4 .team_icon_hover ul li:first-child {
margin-left: 0;
}
.team_wrapper_4 .team_icon_hover ul li {
float: left;
width: auto;
list-style: none;
margin-left: 15px;
margin-bottom: -10px;
}
.team_wrapper_4 .team_icon_hover ul li i {
line-height: 33px;
border: 2px solid rgba(255, 255, 255, 0.4);
width: 36px;
height: 36px;
text-align: center;
}
.team_icon_hover ul li a {
color: #ffffff;
}
.team_wrapper_4 .team_icon_hover ul li a:hover {
color: #e8eeed;
transition: 0.4s;
}
.team_wrapper_4 .team_icon_hover ul li i:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
transition: 0.4s;
}
.team_wrapper_4 .team_slider_wrapper {
float: left;
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .owl-carousel .owl-carousel-item img {
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .carousel-item {
width: 100%;
}
.team_wrapper_4 .team_slider_wrapper .owl-carousel .owl-nav {
display: none;
}
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #2c416c;
}
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.team_wrapper_4 .team_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #2c416c;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*******-------our process wrapper css start------*********/
.our_process_wrapper_4 {
float: left;
width: 100%;
background: #1e9ce5;
overflow: hidden;
}
.our_process_wrapper_4 .mesage_left_wrapper {
float: left;
width: 50%;
overflow: hidden !important;
position: relative;
z-index: 1;
}
.our_process_wrapper_4 .mesage_left_wrapper img {
width: 100%;
min-height: 520px;
}
.our_process_wrapper_4 .ser_head h1 {
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
}
.our_process_wrapper_4 .mesage_right_wrapper {
float: left;
width: 50%;
z-index: 1;
background: #1e9ce5;
padding: 50px;
padding-left: 50px;
padding-right: 0;
position: relative;
padding-top: 45px;
}
.our_process_wrapper_4 .abt_chk_doc {
float: left;
width: 100%;
font-size: 16px;
text-transform: capitalize;
}
.our_process_wrapper_4 .abt_chk_doc ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
}
.our_process_wrapper_4 .abt_chk_doc ul li {
float: left;
width: 50%;
font-size: 17px;
color: #fff;
list-style: none;
margin-bottom: 16px;
cursor: pointer;
display: inline-block;
transition: all 0.5s;
}
.our_process_wrapper_4 .abt_chk_doc ul li:hover {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .abt_chk_doc ul li:hover i:before {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .content ul li i:before {
font-size: 18px;
color: #fff;
margin-right: 20px;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover {
color: #fff;
background: #2c416c;
box-shadow: 0px 5px 20px rgba(44, 65, 108, 0.5);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .service_doc_right_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.our_process_wrapper_4 .mesage_right_wrapper:after {
content: '';
border-bottom: 261px solid transparent;
border-right: 133px solid #1e9ce5;
border-top: 288px solid transparent;
position: absolute;
bottom: -56px;
transition: all 0.5s;
left: -132px;
}
.our_process_wrapper_4 .mesage_right_wrapper:before {
content: "\f067";
font-family: FontAwesome;
background: #fff;
color: #1e9ce5;
width: 150px;
height: 150px;
border: 20px solid #1e9ce5;
line-height: 109px;
border-radius: 100%;
position: absolute;
top: 185px;
transition: all 0.5s;
left: -165px;
z-index: 1;
text-align: center;
font-size: 45px;
padding-right: 3px;
}
.our_process_wrapper_4 p {
color: #fff;
}
/**********--------blog wrapper css-----------***********/
.blog_wrapper_4 {
float: left;
width: 100%;
text-align: center;
padding-bottom: 90px;
background-color: white;
}
.blog_wrapper_4 .blog_about {
text-align: left;
width: 100%;
}
.blog_wrapper_4 .blog_txt h1 {
margin-top: 30px;
}
.blog_wrapper_4 .blog_txt h1 a {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: #1e9ce5;
}
.blog_wrapper_4 .blog_txt h1 a:hover {
color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_txt_info ul {
margin: 0px;
padding: 0px;
width: 100%;
float: left;
margin-top: 10px;
color: #2c416c;
margin-bottom: 10px;
}
.blog_wrapper_4 .blog_txt_info ul li {
float: left;
width: auto;
font-size: 14px;
list-style: none;
margin-right: 35px;
}
.blog_wrapper_4 .blog_txt_info ul li i {
color: #2c416c;
margin-right: 8px;
}
.blog_wrapper_4 .blog_txt_info ul li:first-child a {
padding-left: 0px;
}
.blog_wrapper_4 .blog_txt_info {
float: left;
width: 100%;
border-bottom: 1px solid #ececec;
margin-bottom: 7px;
}
.blog_wrapper_4 .blog_about p {
font-size: 16px;
line-height: 26px;
color: #707070;
margin-top: 10px;
padding-bottom: 8px;
}
.blog_wrapper_4 .blog_about a {
text-transform: uppercase;
font-size: 14px;
color: #2c416c;
font-weight: 600;
}
.blog_wrapper_4 .blog_img {
position: relative;
width: 100%;
border: 1px solid transparent;
}
.blog_wrapper_4 .blog_img figure {
display: block;
margin: 0;
overflow: hidden;
}
.blog_wrapper_4 .blog_img figure img {
width: 100%;
display: block;
transition: all 0.3s;
border: 1px solid transparent;
}
.blog_wrapper_4 .blog_btn {
text-align: center;
float: left;
width: 100%;
margin-top: 20px;
}
.blog_wrapper_4 .blog_btn ul {
float: none;
display: inline-block;
}
.blog_wrapper_4 .blog_btn li a {
background: #1e9ce5;
color: #fff;
}
.blog_wrapper_4 .blog_btn li a:hover {
background: #2c416c;
color: #fff;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:before {
content: '';
border-bottom: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 23px;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:hover:before {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:after {
content: '';
border-top: 27px solid transparent;
border-left: 20px solid #1e9ce5;
position: absolute;
right: -18px;
bottom: 0;
transition: all 0.5s;
}
.blog_wrapper_4 .blog_btn li a:hover:after {
border-left: 20px solid #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/********---------testimonial wrapper---------****************/
.testimonial_wrappper_4 {
background: url(../images/testi_bg.jpg) 50% 0 repeat-y;
float: left;
width: 100%;
height: 100%;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-top: 100px;
padding-bottom: 30px;
}
.testimonial_wrappper_4 .testi_overlay_4 {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(9, 9, 9, 0.87);
}
.testimonial_wrappper_4 .heading_white h1 {
color: #fff;
}
.testimonial_wrappper_4 .rotate {
margin: auto;
display: block;
width: 95px;
height: 95px;
margin-bottom: 37px;
margin-top: -95px;
}
.testimonial_wrappper_4 .test_main {
background: #ffffff;
padding: 25px;
text-align: center;
margin-top: 90px;
}
.testimonial_wrappper_4 .test_main h4 a {
font-size: 18px;
font-weight: 700;
color: #222;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h4 a:hover {
color: #1e9ce5;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h5 {
font-size: 15px;
text-transform: capitalize;
color: #222;
}
.testimonial_wrappper_4 .test_main p {
font-style: italic;
margin-top: 5px;
}
.testimonial_wrappper_4 .ppp {
color: #fff;
opacity: 0.8;
}
.testimonial_slider_wrapper_4 {
float: left;
width: 100%;
}
.testimonial_slider_wrapper_4 .owl-carousel .owl-item img {
width: auto;
display: inline-block;
margin-top: 10px;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 50px 5px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
border: 1px solid #fff;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-nav {
display: block;
margin-top: 40px;
}
.what_can_Wrapper_4 .owl-theme .owl-nav {
margin-top: 40px;
}
/*********------------partner wrapper--------**************/
.partner_wrapper_4 {
float: left;
width: 100%;
text-align: center;
padding-top: 80px;
background-color: #ffffff;
}
.partner_wrapper_4 .partner_slider_img {
float: left;
width: 100%;
}
.partner_wrapper_4 .partner_slider_img .owl-theme .owl-dots .owl-dot {
display: none;
}
.partner_wrapper_4 .partner_slider_img .item {
width: 100%;
display: inline-block;
}
.partner_wrapper_4 .partner_slider_img .owl-carousel .owl-item img {
display: block;
width: 80%;
text-align: center;
}
.partner_wrapper_4 .partner_slider_img .owl-theme .owl-nav {
display: none;
}
.partner_wrapper_4 .map_main_wrapper {
float: left;
width: 100%;
}
#map {
width: 100%;
height: 500px;
}
.map_4 {
padding-top: 100px;
}
.partner_wrapper_4 .ww li a {
margin-top: 0;
}
/*********------------news wrapper--------**************/
.newsletter_wrapper_4 {
float: left;
width: 100%;
background-color: #1e9ce5;
}
.newsletter_wrapper_4 .newsletter_text {
float: left;
width: 100%;
}
.newsletter_wrapper_4 .newsletter_text h3 {
float: left;
width: 100%;
font-size: 25px;
color: #ffffff;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.newsletter_wrapper_4 .contect_btn_news ul {
list-style: none;
float: right;
}
.newsletter_wrapper_4 .contect_btn_news li a {
width: 160px;
height: 50px;
float: left;
color: black;
background: #ffffff;
text-align: center;
line-height: 47px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border: 2px solid transparent;
}
.newsletter_wrapper_4 .contect_btn_news li a:hover {
color: #fff !important;
background: transparent;
border: 2px solid white;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #000000;
}
.service_wrapper_icon_midle_4 img {
width: 50px;
height: 50px;
}
.service_wrapper_icon_midle_4 {
position: absolute;
left: 0;
top: 50%;
right: 0;
margin: 0px auto;
margin-top: -25px;
}
/*********---------footer wrapper------------**************/
/*----new menu wrpper start---*/
.menu_wrapper_4 {
background-color: #2e7ec8;
float: left;
width: 100%;
position: relative;
z-index: 5;
}
.menu_wrapper_4 .header_logo {
float: left;
width: 100%;
position: absolute;
z-index: 10;
top: -20px;
}
.menu_wrapper_4 .logo_hidn h1 {
float: left;
width: 100%;
visibility: hiddden;
font-size: 24px;
color: #2ec8a6;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_4 .logo_hidn h1 span {
visibility: hiddden;
font-size: 24px;
color: black;
font-weight: 700;
text-transform: uppercase;
}
.menu_wrapper_4 .navbar {
position: relative;
border: 1px solid transparent;
z-index: 20;
min-height: 0px;
margin-bottom: 0px;
}
.menu_wrapper_4 .nav .navbar-nav {
float: left;
width: 100%;
}
.menu_wrapper_4 .navbar-nav {
float: right;
}
.menu_wrapper_4 .nav .navbar-nav ul {
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 15px;
}
.menu_wrapper_4 .mainmenu ul ul,
.menu_wrapper_4 .mainmenu ul li .mega-menu {
width: 220px;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.menu_wrapper_4 .mainmenu ul li:hover > ul,
.menu_wrapper_4 .mainmenu ul li:hover > .mega-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 165%;
border-top: 2px solid #2c416c;
-o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu_wrapper_4 .mainmenu ul ul li {
display: block;
}
.menu_wrapper_4 .gc_main_navigation {
border-radius: 20px;
}
.menu_wrapper_4 .mainmenu ul ul li a,
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 1px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:hover {
background-color: #00468c;
color: #ffffff !important;
}
.menu_wrapper_4 .mainmenu ul ul li:last-child > a {
border-bottom: 0px;
}
.menu_wrapper_4 .mainmenu ul ul li a:after {
content: "";
}
.menu_wrapper_4 .mainmenu ul ul li > ul {
left: -100%;
top: 50%;
-webkit-transform-origin: 100% 50% 0;
transform-origin: 100% 50% 0;
}
.menu_wrapper_4 .mainmenu ul ul li:hover > ul {
top: 20%;
}
.menu_wrapper_4 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu {
width: 100%;
left: 0;
padding: 20px 0px;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span {
width: 25%;
float: left;
border-left: 1px solid #eee;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a {
padding-left: 20px;
padding-right: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:last-child {
border-bottom: 0px;
}
.menu_wrapper_4 .mainmenu ul li.has-mega .mega-menu span a:hover {
padding-left: 3px;
padding-left: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul li span a.active {
font-weight: 600;
}
.menu_wrapper_4 .mainmenu ul ul li.active > a {
background-color: #eee;
font-weight: 600;
}
.menu_wrapper_4 .mainmenu ul li:hover .gc_main_navigation i,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation i {
color: #e99595 !important;
}
.menu_wrapper_4 .kv_navigation_wrapper {
width: auto;
}
.menu_wrapper_4 .mainmenu ul ul,
.menu_wrapper_4 .mainmenu ul li .mega-menu {
width: 220px;
border-top: 2px solid #2c416c;
position: absolute;
text-align: left;
background-color: #fff;
top: calc(100% + 30px);
z-index: 9999999;
padding-left: 0;
transition: 0.3s;
opacity: 0;
}
.menu_wrapper_4 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #f4ab01;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
color: #333333;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 10px 8px 20px;
border-bottom: 0px solid #eee;
margin: 0;
top: 0;
}
.menu_wrapper_4 .mainmenu ul li.has-mega {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li {
display: inline-block;
}
.menu_wrapper_4 .mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu_wrapper_4 .mainmenu ul li a {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 16px;
position: relative;
overflow: hidden;
padding: 5px 15px;
top: 15px;
font-weight: 500;
letter-spacing: 1px;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.menu_wrapper_4 .gc_main_navigation .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
position: relative;
}
.menu_wrapper_4 .mainmenu ul li .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
border: 2px solid transparent;
}
.menu_wrapper_4 .mainmenu ul li:hover .gc_main_navigation,
.menu_wrapper_4 .mainmenu ul li.active > .gc_main_navigation {
opacity: 1;
background: transparent;
border: 2px solid #2c416c;
border-radius: 20px;
}
.menu_wrapper_4 .mainmenu ul ul li a:hover {
border: none;
border-radius: 0;
color: #fff !important;
background-color: #2c416c;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_wrapper_4 .et_search_bar i {
position: relative;
top: 1px;
}
.menu_wrapper_4 .et_navbar_search_wrapper {
padding-top: 20px;
padding-bottom: 20px;
float: right;
}
.menu_wrapper_4 .et_search_bar {
margin-right: -280px;
}
.menu_wrapper_4 .mainmenu .navigation_4 {
color: #fff!important;
}
.footer_widget_add .read_4,
.footer_4 ul li i:before {
color: #1e9ce5;
}
.footer_wrapper .container-fluid .up_wrapper .return-top-4 {
background: #1e9ce5!important;
}
.gallary_4 img:hover {
border: 2px solid #1e9ce5;
}
.footer_4 ul li a:hover {
color: #1e9ce5;
}
.bottom_footer_copy_4 a:hover {
color: #1e9ce5;
transition: 0.5s;
}
.footer_4_icon ul li a i:hover {
background-color: #1e9ce5;
}
/*----new menu wrpper start---*/
.testimonial_wrapper_2 p {
color: #fff;
}
.address_main:after {
content: "";
position: absolute;
top: 0;
right: 15px;
background-color: #434141;
width: 1px;
height: 523px;
}
.menu_wrapper_3 .menubar {
fill: #fff;
}
.doctor_apooint li a {
background: #2ec8a6;
}
.doctor_apooint li a:hover {
background: #2ec8a6;
}
.sidebar_right_abt .accordionFifteen .panel .panel-heading a.collapsed {
padding: 12px 15px;
margin-bottom: 24px;
margin-top: 23px;
}
.sidebar_right_abt .accordionFifteen .panel .panel-heading a.collapsed.active{
border: 1px solid #f4ab01
}
/*-----------------------------*/
/* index_orthopaedics css start */
/*-----------------------------*/
/* header start */
.orthopaedics_header_wrapper .navbar-brand {
margin: 10px;
padding-bottom: 0px;
}
.orthopaedics_header_wrapper {
float: left;
width: 100%;
background: #343a40;
}
.orthopaedics_slider_main_wrapper {
width: 100%;
float: left;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-menu {
padding: 0px;
margin: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-item {
display: block;
width: 100%;
clear: both;
color: #212529;
white-space: nowrap;
background-color: transparent;
padding: 10px 10px;
}
.orthopaedics_header_wrapper .navbar-nav>li {
padding-right: 40px;
}
.orthopaedics_header_wrapper .navbar-nav .dropdown-item:hover {
color: #fff;
background: #343a40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper .navbar-nav .nav-item:hover .dropdown-menu {
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper .lv_search_bar {
padding: 0px 0px 0px 15px;
color: #fff;
font-size: 17px;
cursor: pointer;
margin-top: 10px;
}
.orthopaedics_header_wrapper .lv_search_box {
position: absolute;
height: 55px;
width: 280px;
padding: 5px;
top: 100%;
display: inline-block;
border-radius: 0px;
-webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-o-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
-ms-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
background-color: #ffffff;
display: none;
z-index: 1000;
right: 45px;
;
}
.orthopaedics_header_wrapper .lv_search_box input {
float: left;
width: calc(100% - 45px);
padding: 0 49px 0 10px;
height: 45px;
border: 1px solid #ececec;
border-right: 0px;
}
.orthopaedics_header_wrapper .lv_search_box button {
width: 48px;
color: #ffc722;
background: #363533;
border: 1px solid #363533;
border-left: none;
line-height: 45px;
text-align: center;
position: absolute;
top: 4px;
right: 5px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- header End --*/
.about_orthopaedics_section {
float: left;
width: 100%;
}
.my-cart-btn {
float: left;
margin:10px;
}
.my-cart-btn:hover {
color: #13bfb1;
}
.my-cart-btn i {
padding-right: 20px;
}
.orthopaedics_menu_wrapper .mainmenu ul {
float: right;
}
.ortho_header .md_right_side_warpper {
float: right;
margin-top:10px;
}
.laparoscopio_wrap #cssmenu ul li:hover a,
.laparoscopio_wrap #cssmenu ul li.active a {
background: #13bfb1;
}
.orthopaedics_menu_wrapper .et_search_bar i {
right: 175px;
}
.orthopaedics_menu_wrapper {
background-color: #13bfb1;
}
.menu_wrapper_2 .ortho-box {
right: 142px;
top: 64px;
}
.menu_wrapper_2 .ortho-box button {
background-color: #13bfb1;
}
.menu_wrapper_2 .ortho-box .fa-search:before {
content: "\f002";
color: #fff;
}
/* department_services_section start */
.department_services_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.department_services_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.section_heading h2 {
color: #111;
font-size: 36px;
line-height: 40px;
font-weight: 700;
position: relative;
margin: 0px 0 12px 0;
text-align: left;
text-transform: uppercase;
}
.department_services_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.department_icon_wrapper {
float: left;
width: 100%;
padding-top: 40px;
}
.department_icon_img {
width: 80px;
height: 80px;
line-height: 80px;
overflow: hidden;
text-align: center;
float: left;
border-radius: 50%;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_img svg {
width: 40px;
height: 40px;
margin-top: 20px;
}
.department_icon_img i {
display: inline-block;
}
.department_icon_img i:before {
font-size: 35px;
color: #fff;
margin-left: 0;
}
.department_icon_wrapper:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_content {
width: calc(100% - 80px);
float: left;
padding-left: 30px;
}
.department_icon_content h4 {
font-size: 18px;
line-height: 25px;
font-weight: 500;
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.department_icon_content h4 a {
color: #111;
}
.department_icon_content p {
font-size: 16px;
}
.icon_one {
background: #43b9f6;
}
.icon_two {
background: #ff5e6b;
}
.icon_three {
background: #6686ff;
}
.icon_four {
background: #4cb3c4;
}
.icon_five {
background: #3b84eb;
}
.icon_six {
background: #85df88;
}
/* department_services_section end */
/* about_orthopaedics_section start */
.about_orthopaedics_section {
float: left;
width: 100%;
background: #f7f7f7;
padding-top: 100px;
padding-bottom: 100px;
}
.orthopaedics_text_wrapper {
float: left;
width: 100%;
}
.orthopaedics_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.benefits_accordion_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.orthopaedics_text_wrapper p {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 30px;
}
.orthopaedics_text_wrapper .list_wrapper {
margin: 0;
padding: 0;
list-style: none;
}
.orthopaedics_text_wrapper .list_wrapper li:first-child {
padding-top: 0px;
}
.orthopaedics_text_wrapper .list_wrapper li {
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_text_wrapper .list_wrapper li i {
float: left;
font-size: 23px;
color: #13bfb1;
}
.orthopaedics_text_wrapper .list_wrapper li p {
font-size: 16px;
font-weight: 300;
padding: 0px 0 0px 35px;
margin-bottom: 0;
}
.benefits_accordion_wrapper .panel .panel-heading a {
display: block;
padding: 25px 20px;
background: #fff;
color: #111;
border-left: 5px solid #13bfb1;
border-bottom: 1px solid #f1f1f1;
font-weight: 500;
font-size: 18px;
}
.benefits_accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 0;
padding: 25px 30px 30px 30px;
background: #fdfdfd;
color: #999999;
}
.benefits_accordion_wrapper .panel .panel-heading a:after {
content: "\2212";
color: #13bfb1;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed {
border-left: 5px solid transparent;
}
.benefits_accordion_wrapper .panel .panel-heading a:after,
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after {
font-family: 'FontAwesome';
float: right;
text-align: center;
font-size: 20px;
width: 25px;
height: 25px;
line-height: 24px;
display: block;
}
.benefits_accordion_wrapper .panel {
background-color: transparent;
box-shadow: none;
border-bottom: 10px solid transparent;
border-radius: 0;
margin: 0;
}
.benefits_accordion_wrapper .panel .panel-heading a.collapsed:after {
content: "\2b";
color: #999;
}
/* about_orthopaedics_section end */
/* orthopaedics_procedures_section start */
.orthopaedics_procedures_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.orthopaedics_procedures_wrapper {
float: left;
width: 100%;
}
.orthopaedics_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
font-weight: 500;
}
.orthopaedics_icon_wrapper {
float: left;
width: 100%;
text-align: center;
padding: 20px 20px;
margin-bottom: 20px;
background: #f7f7f7;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper p {
margin-top: 15px;
text-align: left;
font-size: 14px;
color: #999;
}
.orthopaedics_icon_wrapper a {
color: #111111;
}
.orthopaedics_icon_wrapper h4 {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.orthopaedics_icon_img {
float: left;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
font-size: 25px;
color: #fff;
text-align: center;
}
.orthopaedics_icon_img i:before {
font-size: 40px;
color: #fff;
margin-left: 0;
}
.red {
background: #e85b79;
}
.blue {
background: #13bfb1;
}
.green {
background: #4ddc90;
}
.orthopaedics_icon_wrapper:hover .icon_content_red h4 a {
color: #e85b79;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_blue h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_wrapper:hover .icon_content_green h4 a {
color: #4ddc90;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.orthopaedics_icon_content {
font-size: 20px;
color: #111111;
float: left;
width: calc(100% - 100px);
padding-left: 30px;
display: inline-block;
}
.department_image_slider h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
font-weight: 500;
}
.department_image_slider .owl-theme .owl-nav {
position: absolute;
top: 44%;
margin: 0;
left: 0;
right: 0;
z-index: 1000;
display: block;
}
.department_image_slider .owl-theme .owl-nav .owl-prev {
font-size: 16px;
margin: 0;
padding: 0;
left: 20px;
top: 0;
position: absolute;
text-align: center;
background: #fff;
color: #000;
width: 40px;
height: 40px;
text-align: center;
line-height: 42px;
border: none;
border-radius: 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-nav .owl-prev:hover,
.department_image_slider .owl-theme .owl-nav .owl-next:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-nav .owl-next {
font-size: 16px;
margin: 0;
padding: 0;
right: 20px;
top: 0;
position: absolute;
text-align: center;
background: #fff;
color: #000;
width: 40px;
height: 40px;
text-align: center;
line-height: 42px;
border: none;
border-radius: 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.department_image_slider .owl-theme .owl-dots {
display: none;
}
/* orthopaedics_procedures_section end */
/* appointment_form_section end */
.department_appointment_section {
float: left;
width: 100%;
background-image: url(images/appointment_bg.html);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.department_appointment_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section {
float: left;
width: 100%;
}
.appointment_form_section h4 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #fff;
}
.appointment_form_section .form-group {
margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
box-shadow: none;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section .form-control {
background: #ffffff;
border: 1px solid rgba(222, 206, 206, 0.56);
color: #999999;
display: block;
font-size: 16px;
height: 55px;
margin-bottom: 25px;
padding: 0 20px;
width: 100%;
border-radius: 0;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.appointment_form_section .form-control:focus {
border: 1px solid #313131 !important;
background: transparent;
}
.appointment_form_section button.btn {
margin: 0 auto;
display: block;
padding: 15px 32px;
font-weight: 700;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: normal;
}
.appointment_form_section .btn-default {
background-color: #825339;
color: #fff;
border-color: #825339;
}
.appointment_form_section .form-group textarea {
height: 110px;
margin-bottom: 31px;
padding: 10px 20px;
resize: none;
}
.appointment_form_section .form-control:focus {
border: 1px solid #13bfb1 !important;
background: transparent;
}
.appointment_form_section button.btn {
float: left;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
font-weight: 400;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:focus {
outline: none;
}
.appointment_timing_wrapper {
float: left;
width: 100%;
background: #13bfb1;
height: 500px;
padding: 0px 30px;
padding-top: 35px;
}
.appointment_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.appointment_timing_wrapper .working-hours li {
margin-bottom: 20px;
color: #fff;
font-size: 14px;
}
.appointment_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.appointment_timing_wrapper .working-hours li .docters_timing {
float: right;
}
/* department_team_wrapper start*/
.department_team_wrapper {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
text-align: center;
}
.department_team_wrapper .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.department_team_wrapper .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.department_team_members {
float: left;
width: 100%;
margin-bottom: 50px;
background: #fff;
}
.department_team_members:hover .department_member_content h4 a{
color:#13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.department_member_image,
.department_member_content {
float: left;
width: 100%;
}
.department_member_image {
padding-bottom: 38px;
text-align: center;
}
.department_member_image img {
display: inline-block;
}
.department_member_content h5 {
color: #999;
font-size: 14px;
padding-bottom: 20px;
border-bottom: 1px solid rgb(234, 229, 229);
}
.department_member_content h4 {
font-size: 20px;
font-weight: 700;
padding-bottom: 10px;
}
.department_member_content h4 a{
color:#333;
}
.department_member_content p {
font-size: 16px;
margin-bottom: 20px;
padding: 0px 12px;
}
.btn_more {
background: transparent;
border: 2px solid #13bfb1;
border-radius: 30px;
color: #13bfb1;
padding: 10px 12px;
margin-top: 42px;
width: 170px;
height: 52px;
line-height: 30px;
font-size: 16px;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.btn_more:hover {
background: #13bfb1;
color: #fff;
border: 2px solid #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.btn_more i:before {
padding-right: 10px;
}
/* department_team_wrapper end*/
.orthopaedics_letter {
background-color: #13bfb1;
}
/* footer css */
.footer_wrapper_orthopaedics {
width: 100%;
float: left;
background-image: url(../images/footer_images/footer2_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-top: 110px;
}
.footer_wrapper_orthopaedics .section_2_footer_overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(9, 9, 10, 0.9);
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .tb_foter_left {
float: left;
width: 60%;
padding-left: 15px;
}
.footer_wrapper_orthopaedics .tb_foter_right {
float: left;
width: 40%;
padding-right: 15px;
}
.footer_wrapper_orthopaedics .section_2_about_wrapper,
.footer_wrapper_orthopaedics .wrapper_second_useful,
.footer_wrapper_orthopaedics .wrapper_second_blog {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper {
padding-bottom: 80px;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper h4 {
font-size: 24px;
font-weight: 400;
padding-bottom: 40px;
font-weight: 500;
text-transform: uppercase;
color: #13bfb1;
}
.footer_wrapper_orthopaedics .section_2_footer_wrapper h4 span {
font-size: 24px;
font-weight: 500;
padding-bottom: 40px;
text-transform: uppercase;
color: #fff;
}
.footer_wrapper_orthopaedics .wrapper_first_image {
margin-top: -3px;
}
.footer_wrapper_orthopaedics .abotus_content {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .abotus_content {
padding-bottom: 25px;
padding-top: 30px;
}
.footer_wrapper_orthopaedics .abotus_content p {
font-size: 16px;
color: #b7b7b7;
}
.footer_wrapper_orthopaedics .aboutus_social_icons {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_orthopaedics .section_2_about_wrapper a {
color: #13bfb1;
font-size: 16px;
line-height: 26px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li {
margin-bottom: 13px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li i {
color: #b7b7b7;
margin-right: 20px;
font-size: 16px;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li a {
color: #b7b7b7;
font-size: 16px;
text-transform: capitalize;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .btm_foter_box {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 15px;
}
.footer_wrapper_orthopaedics .ft_blog_wrapper1,
.footer_wrapper_orthopaedics .ft_blog_wrapper2 {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .ft_blog_wrapper1 {
padding-bottom: 20px;
}
.footer_wrapper_orthopaedics .ft_blog_date {
font-size: 14px;
color: #8c8c8c;
margin-top: 10px;
}
.footer_wrapper_orthopaedics .ft_blog_image {
float: left;
width: 90px;
}
.footer_wrapper_orthopaedics .ft_blog_text {
font-size: 14px;
font-weight: 500;
float: left;
width: calc(100% - 90px);
padding-left: 10px;
}
.footer_wrapper_orthopaedics .ft_blog_text h5 a {
font-size: 16px;
color: #b7b7b7;
font-weight: 500;
line-height: 22px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .ft_blog_text h5 a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_bottom_wrapper {
float: left;
width: 100%;
position: relative;
border: 1px solid #404040
}
.footer_wrapper_orthopaedics .section_2_copyright {
text-transform: capitalize;
float: left;
color: #999;
display: inline-block;
}
.footer_wrapper_orthopaedics .section_2_copyright p a {
color: #13bfb1;
margin-left: 3px;
}
.footer_wrapper_orthopaedics .foter_contact_nav li p {
font-size: 16px;
color: #cacaca;
text-transform: capitalize;
float: left;
}
.footer_wrapper_orthopaedics .footer_btn_wrapper {
float: right;
}
.footer_wrapper_orthopaedics .foter_contact_nav ul li a p {
color: #cacaca;
text-transform: lowercase !important;
}
.footer_wrapper_orthopaedics .foter_contact_nav ul li a p:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li {
margin-bottom: 23px;
color: #b7b7b7;
font-size: 16px;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li i {
font-size: 18px;
color: #b7b7b7;
margin-right: 20px;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li a {
color: #b7b7b7;
font-size: 16px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_useful_second_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle {
float: right;
display: inline-block;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle i {
color: #13bfb1;
margin-left: 3px;
margin-right: 3px;
}
.footer_wrapper_orthopaedics .section_2_copyright_middle p a {
color: #929292;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_icon_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li {
float: left;
margin-left: 10px;
text-transform: capitalize;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li:first-child {
margin-left: 0px;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li a {
color: #909090;
}
.footer_wrapper_orthopaedics .section_2_copyright_icons li a:hover {
color: #89a1ea;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/* footer css end*/
.orthopaedics_header_wrapper .navbar {
padding-bottom: 0px;
padding-top: 0px;
float: right;
}
.ortho_logo {
margin-bottom: 10px;
}
/* mobail_menu_main */
.orthopaedics_header_wrapper #toggle {
margin-top: -20px;
}
.orthopaedics_header_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.orthopaedics_header_wrapper #links {
position: relative;
float: left;
}
.orthopaedics_header_wrapper #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.orthopaedics_header_wrapper #link_list li {
display: block;
width: 100%;
}
.orthopaedics_header_wrapper #link_list li:hover {
background-color: #06a8dc;
}
.orthopaedics_header_wrapper #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.orthopaedics_header_wrapper #cssmenu,
.orthopaedics_header_wrapper #cssmenu ul,
.orthopaedics_header_wrapper #cssmenu ul li,
.orthopaedics_header_wrapper #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.orthopaedics_header_wrapper #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul {
display: none;
}
.orthopaedics_header_wrapper #cssmenu > ul > li.active > ul {
display: block;
}
.orthopaedics_header_wrapper .align-right {
float: right;
}
.orthopaedics_header_wrapper #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.orthopaedics_header_wrapper #cssmenu > ul > li > a:hover {
background: #13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub.open > a:after,
.orthopaedics_header_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.orthopaedics_header_wrapper #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.orthopaedics_header_wrapper #cssmenu ul ul ul li a {
padding-left: 32px;
}
.orthopaedics_header_wrapper #cssmenu ul ul li a:hover {
color: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.orthopaedics_header_wrapper #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.orthopaedics_header_wrapper #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.ortho_partner{
padding-top:80px;
}
/*-----------------------------*/
/* index_EYE strat */
/*-----------------------------*/
/*-- top header Start --*/
.eye_plumb_top_header_wrapper {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 15px;
background-color: #13bfb1;
}
.eye_plumb_top_header_wrapper .plumb_top_contect p {
color: #ffffff;
float: left;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .plumb_top_contect p:last-child {
margin-left: 40px;
}
.eye_plumb_top_header_wrapper .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
font-size: 14px;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .breadcrumb li {
margin-left: 0 !important;
}
.eye_plumb_top_header_wrapper .breadcrumb a {
color: #ffffff;
}
.eye_plumb_top_header_wrapper .breadcrumb a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_plumb_top_header_wrapper .breadcrumb i {
padding-right: 5px;
color: #13bfb1;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper ul {
float: right;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li {
float: left;
margin-left: 15px;
}
.eye_plumb_top_header_wrapper .plumb_right_side_warpper li:nth-child(2) p {
color: #ffffff;
letter-spacing: 1px;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a {
color: #ffffff;
font-size: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_plumb_top_header_wrapper .plumb_top_socialicon li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- top header End --*/
/*-- navigation Css Start --*/
.plumb_nav_wrapper {
float: left;
width: 100%;
position: relative;
}
.plumb_nav_header_wrapper {
float: left;
width: 100%;
background-color: #ffffff;
z-index: 1000;
position: relative;
text-align: center;
height: 90px;
}
.breadcrumb>li+li:before {
color: #fff;
}
.plumb_main_menu_wrapper {
display: inline-block;
}
.plumb_main_menu {
float: left;
width: 100%;
}
.plumb_main_menu ul {
float: right;
width: auto;
margin: 0px;
padding: 0px;
}
.plumb_main_menu ul li {
list-style: none;
float: left;
width: auto;
padding: 23px 14px;
}
.plumb_main_menu ul li a {
float: left;
padding: 9px 15px;
border: 1px solid transparent;
border-radius: 50px;
margin: 0px;
color: #111111;
font-size: 18px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.plumb_main_menu ul li a:hover,
.plumb_main_menu ul li a.active {
color: #13bfb1;
border-radius: 50px;
border: 1px solid #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.plumb_main_menu li:nth-child(5) {
background: #ffffff;
border-radius: 100%;
border: 20px solid rgba(255, 255, 255, 0.2);
position: relative;
top: -33px;
z-index: 1;
}
.plumb_main_menu li:nth-child(5) a {
padding: 15px 14px;
border: 0;
}
.plumb_main_menu li:nth-child(5) a:hover {
border: 0;
}
.center_logo img {
float: left;
margin-top: 15px;
}
.plumb_about_content_wrapper {
padding-top: 100px;
}
.mobail_menu_eye .center_logo img {
margin-bottom: -8px;
}
.mobail_menu_eye #toggle {
bottom: 18px;
margin-bottom: 10px;
}
.mobail_menu_eye {
float: none;
width: 100%;
}
.mobail_menu_eye #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.mobail_menu_eye #links {
position: relative;
float: left;
}
.mobail_menu_eye #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_header_cardiology #link_list li {
display: block;
width: 100%;
}
.mobail_menu_eye #link_list li:hover {
background-color: #13bfb1;
}
.mobail_menu_eye #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #fff;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.mobail_menu_eye #cssmenu,
.mobail_menu_eye #cssmenu ul,
.mobail_menu_eye #cssmenu ul li,
.mobail_menu_eye #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mobail_menu_eye #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul {
display: none;
}
.mobail_menu_eye #cssmenu > ul > li.active > ul {
display: block;
}
.mobail_menu_eye .align-right {
float: right;
}
.mobail_menu_eye #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.mobail_menu_eye #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:after,
.mobail_menu_eye #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.mobail_menu_eye #cssmenu ul > li.has-sub.open > a:after,
.mobail_menu_eye #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobail_menu_eye #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.mobail_menu_eye #cssmenu ul ul ul li a {
padding-left: 32px;
}
.mobail_menu_eye #cssmenu ul ul li a:hover {
color: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.mobail_menu_eye #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.mobail_menu_eye #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.plumb_main_menu_wrapper .menu_fixed{
position: fixed;
z-index:1000;
padding:0px 0px;
top: 0;
height: 92px;
text-align:right;
margin-top:0;
background-color:rgba(255, 255, 255, 0.9);
-o-box-shadow:0px 0px 25px -10px;
-ms-box-shadow:0px 0px 25px -10px;
-moz-box-shadow:0px 0px 25px -10px;
-webkit-box-shadow:0px 0px 25px -10px;
box-shadow:0px 0px 25px -10px;
-webkit-transition: all 0.5s;
-o-transition: all 0.9s;
-ms-transition: all 0.9s;
-moz-transition: all 0.9s;
transition: all 0.9s;
}
.plumb_main_menu_wrapper .menu_fixed li:nth-child(5) a{
border:none;
border-radius:none;
}
@media (max-width: 991px) {
.plumb_nav_wrapper {
display: none;
}
.menu_fixed {
text-align: left;
width: 100%;
}
.plumb_left_side_warpper,
.plumb_right_side_main_warpper {
text-align: center;
}
.plumb_top_contect,
.plumb_right_side_warpper {
display: inline-block;
}
}
@media (min-width: 991px) and (max-width: 1260px) {
.plumb_main_menu li:nth-child(5) {
background: none;
border: none;
padding-top: 40px;
}
.plumb_main_menu ul li {
padding: 23px 3px;
}
.menu_fixed {
text-align: center;
}
}
@media (min-width: 991px) {
.dropdown {
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown-content {
position: absolute;
}
.dropdown:hover .dropdown-content {
top: 100%;
opacity: 1;
width: 200px;
background: #13bfb16e;
visibility: visible;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown .dropdown-content {
position: absolute;
top: 150%;
left: 0;
width: 140px;
border-top: 3px solid #13bfb1;
border-radius: 3px;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.dropdown .dropdown-content a {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px !important;
color: #ffffff;
width: 100%;
font-size: 16px;
border-radius: 0 !important;
border: none !important;
text-align: left;
}
.dropdown .dropdown-content a:hover {
background: #13bfb1;
color: #ffffff;
width: 100%;
}
.caret {
color: #000000;
}
}
/*-- navigation Css End --*/
/*--eye_slider_area Start --*/
.eye_slider_area {
float: left;
width: 100%;
position: relative;
}
.eye_slider_area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/01.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/index_slider_bg.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/eye/02.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
text-align: center;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 140px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.5s;
margin: 0 0 10px;
margin-bottom: 31px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 60px;
font-weight: 0;
margin: 0 0 20px;
animation-delay: 1.5s;
margin-bottom: 31px;
text-transform: uppercase;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 16px;
color: rgba(255, 255, 255, 0.62);
animation-delay: 2.5s;
margin:45px 0px;
}
.eye_slider_area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 3.2s;
}
.eye_slider_area .carousel-inner .carousel-indicators {
display: none;
}
.eye_slider_area .carousel-inner .carousel-indicators li {
text-indent: 0;
position: relative;
width: 10px;
height: 25px;
background-color: transparent;
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
font-family: "Poppins", sans-serif;
text-align: left;
background: rgba(255, 255, 255, 0.42);
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.eye_slider_area .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1 ;
width: 26px;
}
.eye_slider_area .carousel-inner .carousel-indicators li.active {
background: #ff7e00;
width: 10px;
height: 25px;
}
.eye_slider_area .carousel-inner .carousel-indicators li:first-child {
margin-top: 0;
}
.eye_slider_area .carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.eye_slider_area .carousel-nevigation > .prev {
left: -138px;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
padding-top: 10px;
padding-left: 5px;
background: #ffffff;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .next {
right: -138px;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
padding-top: 10px;
padding-left: 12px;
background: #ffffff;
color: #000000;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .prev {
left: 40px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .slider-area:hover .carousel-nevigation > .next {
right: 40px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .next:hover,
.eye_slider_area .carousel-nevigation > .prev:hover {
background: #ff4157;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .carousel-nevigation > .prev i {
float: left;
width: 35px;
text-align: right;
font-size: 16px;
font-size: 28px;
padding-right: 10px;
}
.eye_slider_area .carousel-nevigation > .prev span {
width: calc(100% - 35px);
float: left;
color: #000000;
font-size: 16px;
font-weight: bold;
line-height: 17px;
}
.eye_slider_area .carousel-nevigation > .next i {
float: left;
width: 35px;
text-align: left;
font-size: 16px;
font-size: 28px;
padding-left: 10px;
}
.eye_slider_area .carousel-nevigation > .next span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
text-align: right;
}
.eye_slider_area .hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
animation-delay: 3.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper {
float: left;
width: 80px;
height: 80px;
border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i {
width: 65px;
height: 65px;
float: left;
text-align: center;
line-height: 65px;
background: #ff7e00;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_tabs_icon_wrapper i:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.eye_slider_area .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.eye_slider_area .slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
height: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
background: #37a4dd;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
background: #37a4dd;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover {
display: inline-block;
width: 150px;
height: 50px;
background: #ffffff;
color: #000000;
text-align: center;
line-height: 46px;
border: 1px solid transparent;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.eye_slider_area .hs_btn_hover:hover {
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- hs Slider End --*/
/* eyecare_procedures_wrapper start */
.eyecare_procedures_wrapper {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.eyecare_procedures_wrapper .section_heading h2 {
text-align: center;
text-transform: uppercase;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.eyecare_procedures_wrapper .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.eyecare_procedures_wrapper .main i:before {
display: inline-block;
font-size: 30px;
color: #fff;
margin-left: 0;
margin-bottom: 30px;
transform: rotate(-46deg);
}
.eyecare_procedures_wrapper .rotate {
transform: rotate(45deg);
margin: auto;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #999999;
border-radius: 5px;
margin-bottom: 37px;
margin-top: -55px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover .rotate {
background-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main {
border: 1px solid rgb(226, 218, 218);
padding: 20px;
margin-top: 50px;
text-align: center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover {
border-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.eyecare_procedures_wrapper .main h4 {
margin-bottom: 30px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
font-size: 20px;
}
.eyecare_procedures_wrapper .main h4 a {
color: #333;
}
.eyecare_procedures_wrapper p {
color: #999;
font-size: 14px;
}
/* eyecare_procedures_wrapper end */
/* eyecare_slider_section start */
.eyecare_slider_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
}
.eyecare_timing_wrapper {
float: left;
width: 100%;
background: #85df88;
height: 433px;
padding: 0px 30px;
padding-top: 40px;
}
.eyecare_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.eyecare_timing_wrapper .working-hours li {
margin-bottom: 16px;
color: #fff;
font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.eyecare_timing_wrapper .working-hours li .docters_timing {
float: right;
}
.eye_slider_area .carousel-control-prev {
height: 50px;
left: 48px;
border: 2px solid;
border-radius: 50%;
width: 50px;
}
.eye_slider_area .carousel-control-next {
height: 50px;
right: 48px;
border: 2px solid;
border-radius: 50%;
width: 50px;
}
.eye_slider_area .carousel-nevigation i {
font-size: 24px;
}
.ent_team h1{
color: #111;
font-size: 36px;
line-height: 40px;
font-weight: 700;
}
/* eyecare_slider_section end */
/* department_appointment_section strat */
.department_appointment_section {
float: left;
width: 100%;
background-image: url(../images/appointment_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.department_appointment_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section {
float: left;
width: 100%;
}
.appointment_form_section h4 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #fff;
}
.appointment_form_section .form-group {
margin-bottom: 20px;
}
.appointment_form_section .form-control:focus {
box-shadow: none;
}
.appointment_form_section .form-group {
margin-bottom: 10px;
}
.appointment_form_section .form-control {
background: #ffffff;
border: 1px solid rgba(222, 206, 206, 0.56);
color: #999999;
display: block;
font-size: 16px;
height: 55px;
margin-bottom: 25px;
padding: 0 20px;
width: 100%;
border-radius: 0;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.appointment_form_section .form-control:focus {
border: 1px solid #313131 !important;
background: transparent;
}
.appointment_form_section button.btn {
margin: 0 auto;
display: block;
padding: 15px 32px;
font-weight: 700;
border-radius: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: normal;
}
.appointment_form_section .btn-default {
background-color: #825339;
color: #fff;
border-color: #825339;
}
.appointment_form_section .form-group textarea {
height: 110px;
margin-bottom: 31px;
padding: 10px 20px;
resize: none;
}
.appointment_form_section .form-control:focus {
border: 1px solid #13bfb1 !important;
background: transparent;
}
.appointment_form_section button.btn {
float: left;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
margin: 0px 25px;
font-weight: 400;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.appointment_form_section button.btn:focus {
outline: none;
box-shadow: none;
}
.eyecare_form_bg {
background: rgba(68, 68, 65, 0.77);
padding: 20px;
}
.eyecare_appointment_form form {
background-color: rgb(255, 255, 255);
padding: 20px;
}
.eyecare_appointment_form .form-group {
margin-bottom: 30px;
}
.eyecare_appointment_form .form-control {
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #61615e;
background: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.eyecare_appointment_form button.btn {
display: block;
background: #13bfb1;
border: 1px solid #13bfb1;
border-radius: 30px;
color: #fff;
padding: 10px 30px;
margin: 30px 20px;
font-weight: 400;
text-transform: uppercase;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.eyecare_appointment_form .btn-blue.focus,
.eyecare_appointment_form .btn-blue:hover {
color: #13bfb1;
background-color: transparent;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.eye-department-form {
margin-left: 20%;
}
/* department_appointment_section end */
/* eye_blog start*/
.eye_blog .about_heading_wraper_4 h1{
color:#333;
}
.eye_blog .about_heading_wraper_4 img{
color:#13bfb1;
}
/* eye_blog end */
.eye_blog .blog_txt h1 a{
color:#13bfb1;
}
/* footer_wrapper_eye css start*/
.footer_wrapper_eye {
float: left;
width: 100%;
background: #222;
color: #aaa;
}
.footer_wrapper_eye a {
color: #aaa;
}
.footer_wrapper_eye a:hover {
color: #fff;
}
.footer_wrapper_eye h3 {
color: #fff;
padding-top: 60px;
padding-bottom: 40px;
text-transform: capitalize;
font-size: 24px;
}
.footer_wrapper_eye .three-column {
overflow: hidden;
}
.footer_wrapper_eye .three-column li {
width: 33.3333%;
float: left;
padding: 5px 0;
}
.footer_wrapper_eye .socila-list {
overflow: hidden;
margin: 20px 0 10px;
}
.footer_wrapper_eye .socila-list li {
float: left;
margin-right: 3px;
opacity: 0.7;
overflow: hidden;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.footer_wrapper_eye .socila-list li:hover {
opacity: 1;
}
.footer_wrapper_eye .img-thumbnail {
background: rgba(0, 0, 0, 0.2);
border: 1px solid #444;
margin-bottom: 5px;
width: 40%;
height: 40%;
}
.footer_wrapper_eye .copyright {
padding: 15px 0;
background: #333;
margin-top: 40px;
font-size: 15px;
}
.footer_eye_media-body p {
font-size: 14px;
}
.footer_eye_media-heading {
color: #fff;
font-size: 16px;
margin-bottom: 3px;
}
.footer_eye_media-body {
padding-left: 20px;
}
.widget_eye_wrapper .footer_wrapper_eye .copyright span {
color: #13bfb1;
}
.widget_eye_wrapper .widget3_img_wrapper img {
width: 100%;
}
.widget_eye_wrapper .widget3_img_wrapper {
position: relative;
width: auto;
display: inline-block;
}
.widget_eye_wrapper {
float: left;
width: 100%;
}
.widget_eye_images li {
float: left;
width: 78px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 6px;
margin-bottom: 6px;
}
.eyecare_procedures_wrapper #return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.eyecare_procedures_wrapper #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.eyecare_procedures_wrapper #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer_wrapper_eye css end*/
/*-----------------------------*/
/* index_ENT strat */
/*-----------------------------*/
/* ent_header_wrapper start */
/*topbar*/
.ent_header_wrapper #toggle{
bottom: 34px;
}
.ent_header_wrapper {
float: left;
width: 100%;
}
.ent_header_wrapper .topbar {
background: rgba(0, 0, 0, 0.82);
position: relative;
z-index: 100;
padding: 0px;
}
.ent_header_wrapper .topbar ul>li a {
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
}
.ent_header_wrapper .topbar ul>li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper .top_header {
float: left;
width: auto;
}
.ent_header_wrapper .top_header ul {
margin: 0px;
padding: 0px;
width: 100%;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown a {
color: #fff;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown a:hover {
color: #13bfb1;
}
.ent_header_wrapper .top_header li {
float: left;
width: auto;
list-style: none;
color: #dcdcdc;
margin-right: 30px;
font-size: 14px;
}
.ent_header_wrapper .top_header ul li i {
margin-right: 10px;
line-height: 32px;
border: 1px solid #505050;
width: 34px;
height: 34px;
text-align: center;
}
.ent_header_wrapper .top_header ul li span {
text-transform: capitalize;
}
.ent_header_wrapper .top_header ul li a {
color: #dcdcdc;
text-transform: lowercase;
}
.ent_header_wrapper .top_header ul li a:hover {
color: #13bfb1;
transition: 0.4s;
}
.ent_header_wrapper .topbar .reg-section ul li {
float: left;
margin-right: 35px;
}
.ent_header_wrapper .topbar .reg-section .ent_header_wrapper .dropdown .dropdown-menu li {
margin-right: 0px;
}
.ent_header_wrapper .social_links {
float: right;
margin-top: 8px;
}
.ent_header_wrapper .social_links ul li {
float: left;
margin-right: 20px;
}
.ent_header_wrapper .top_header_wrapper {
background: rgba(0, 0, 0, 0.5) !important;
}
/* mobail_menu_main */
.ent_header_wrapper .mobail_menu_main {
float: none;
width: 100%;
}
.ent_header_wrapper #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.ent_header_wrapper #links {
position: relative;
float: left;
}
.ent_header_wrapper #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.ent_header_wrapper #link_list li {
display: block;
width: 100%;
}
.ent_header_wrapper #link_list li:hover {
background-color: #06a8dc;
}
.ent_header_wrapper #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #000000;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.ent_header_wrapper #cssmenu,
.ent_header_wrapper #cssmenu ul,
.ent_header_wrapper #cssmenu ul li,
.ent_header_wrapper #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ent_header_wrapper #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul {
display: none;
}
.ent_header_wrapper #cssmenu > ul > li.active > ul {
display: block;
}
.ent_header_wrapper .align-right {
float: right;
}
.ent_header_wrapper #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.ent_header_wrapper #cssmenu > ul > li > a:hover {
background: #13bfb1;
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.ent_header_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper #cssmenu ul > li.has-sub.open > a:after,
.ent_header_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ent_header_wrapper #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #13bfb1;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.ent_header_wrapper #cssmenu ul ul ul li a {
padding-left: 32px;
}
.ent_header_wrapper #cssmenu ul ul li a:hover {
color: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.ent_header_wrapper #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.ent_header_wrapper #sidebar h1 {
padding: 15px 0px;
background: #13bfb1;
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.ent_header_wrapper .navbar-nav>li {
float: left;
}
.ent_header_wrapper .nav>li {
position: relative;
display: block;
}
.ent_header_wrapper .navbar-default {
background: #000000eb;
position: relative;
z-index: 100;
margin-bottom: 0;
border: 0;
border-radius: 0;
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a,
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a:focus,
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>.active>a:hover {
color: #06a8dc;
background-color: transparent;
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>li>a {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
position: relative;
}
.ent_header_wrapper .navbar-nav>li>a {
padding: 30px 20px;
}
.ent_header_wrapper .navbar-default .navbar-nav>li>a {
color: #777;
}
.ent_header_wrapper .navbar-nav {
display: inline-block;
}
.ent_header_wrapper .navbar-collapse {
flex-basis: auto;
margin-right: -40px;
}
.ent_header_wrapper .navbar-default .navbar-nav.main-nav>li:hover a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .btn {
background: transparent;
padding: 0px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown {
height: 30px;
width: 60px;
margin-right: 32px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu {
margin-top: 30px;
padding: 0px;
width: 190px;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu .dropdown-item {
padding: 10px 15px;
color: #333;
}
.ent_header_wrapper .main_menu_wrapper .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
color: #fff;
background: #13bfb1;
}
/* ent_header_wrapper end */
/* ent_section_4 start */
.ent_section_4 {
float: left;
width: 100%;
overflow: hidden;
}
.ent_section4_slider_wrapper {
float: left;
width: 100%;
}
.ent_section_4 .main_slide1 {
background: url('../images/ent/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide2 {
background: url('../images/ent/03.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide3 {
background: url('../images/ent/02.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .main_slide4 {
background: url('../images/ent/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.ent_section_4 .section4_slider_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(0, 0, 0, 0.7);
}
.ent_section4_slider_wrapper .owl-theme .owl-dots {
display: none;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav {
display: block !important;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-prev {
font-size: 40px;
margin: 0;
padding: 0;
left: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-right: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-next {
font-size: 40px;
margin: 0;
padding: 0;
right: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-left: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.ent_section_4 .section4_slider_wrapper .owl-carousel {
display: block;
}
.ent_section4_slider_wrapper:hover .owl-carousel .owl-nav .owl-prev {
left: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_section4_slider_wrapper:hover .owl-carousel .owl-nav .owl-next {
right: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.ent_section4_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
background: transparent;
}
.ent_section_4 .plumb_slider_cont1_wrapper {
text-align: center;
}
.ent_section_4 .slider_content {
position: absolute;
top: 30%;
left: 0;
right: 0;
z-index: 1000;
}
.ent_section_4 .slider_content h2 {
color: #ffffff;
font-size: 50px;
line-height: 60px;
font-weight: bold;
padding-bottom: 30px;
text-transform: uppercase;
}
.ent_section_4 .slider_content p {
font-size: 18px;
color: #ffffff;
padding-bottom: 40px;
}
.ent_section_4 .slider_content .form-control {
border: 2px solid rgba(255, 255, 255, 0.17);
background: rgba(255, 255, 255, 0.07);
height: 50px;
margin-bottom: 30px;
padding: 6px 20px;
font-size: 14px;
color: #fff;
}
.ent_section_4 .slider_content .form-group {
margin-bottom: 7px;
}
.ent_section_4 .slider_content form input::placeholder {
color: #ffffff;
}
.ent_section_4 .slider_content .form-control:focus {
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.27) !important;
background: transparent;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ent_section_4 .slider_content form button.btn {
display: inline-block;
width: 100%;
padding: 11px 32px;
background: #13bfb1;
border: 1px solid #13bfb1;
animation-delay: 0.2s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: uppercase;
}
.ent_section_4 .slider_content form button.btn:focus {
outline-offset: unset;
}
.ent_section_4 .slider_content .btn-primary:focus,
.ent_section_4 .slider_content .btn-primary:hover {
background: #13bfb1 !important;
border: 1px solid #13bfb1!important;
outline: none;
}
.ent_section_4 .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.ent_section_4 .col-md-offset-3 {
margin-left: 25%;
}
.ent_header_wrapper .navbar{
margin-top:0px;
}
/* ent_section-4 end*/
/* ent_procedures_section start */
.ent_procedures_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.ent_procedures_wrapper {
float: left;
width: 100%;
}
.ent_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
}
.ent_icon_wrapper {
float: left;
width: 100%;
text-align: center;
margin-top: 40px;
background: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_icon_wrapper p {
margin-top: 15px;
text-align: left;
}
.ent_icon_wrapper a {
color: #111111;
}
.ent_icon_wrapper h4 {
text-align: left;
}
.ent_icon_img {
float: left;
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 25px;
}
.ent_icon_img i:before {
font-size: 40px;
color: #fff;
margin-left: 0;
}
.red {
background: #e85b79;
}
.blue {
background: #13bfb1;
}
.green {
background: #4ddc90;
}
.ent_icon_content {
font-size: 20px;
color: #111111;
float: left;
width: calc(100% - 100px);
padding-left: 30px;
display: inline-block;
}
.ent_procedures_wrapper h2 {
font-size: 30px;
line-height: 30px;
font-weight: 500;
color: #333;
}
.ent_icon_wrapper h4 {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.ent_icon_wrapper p {
margin-top: 15px;
text-align: left;
color: #999;
font-size: 14px;
line-height: 24px;
}
.ent_icon_wrapper a {
color: #111111;
}
/* ent_procedures_section end */
/* about_ENTCare_section start */
.about_ENTCare_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
background: #f7f7f7;
}
.about_ENTCare_section .appointment_form_section h4 {
color: #111;
}
.ENTCare_text_wrapper {
float: left;
width: 100%;
}
.ENTCare_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #111111;
}
.ENTCare_text_wrapper p {
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 30px;
}
.ENTCare_text_wrapper .list_wrapper {
margin: 0;
padding: 0;
list-style: none;
}
.ENTCare_text_wrapper .list_wrapper li:first-child {
padding-top: 0px;
}
.ENTCare_text_wrapper .list_wrapper li {
margin-bottom: 10px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ENTCare_text_wrapper .list_wrapper li i {
float: left;
font-size: 23px;
color: #13bfb1;
}
.ENTCare_text_wrapper .list_wrapper li p {
font-size: 16px;
font-weight: 300;
padding: 0px 0 0px 35px;
margin-bottom: 0;
}
/* about_ENTCare_section end */
/* ent_timing_wrapper start */
.ent_timing_wrapper {
float: left;
width: 100%;
background: #13bfb1;
height: 470px;
padding: 0px 30px;
padding-top: 35px;
}
.ent_timing_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
line-height: 26px;
font-weight: 700;
}
.ent_timing_wrapper .working-hours li {
margin-bottom: 15px;
color: #fff;
font-size: 14px;
}
.ent_timing_wrapper .working-hours li .docters_name {
font-size: 16px;
}
.ent_timing_wrapper .working-hours li .docters_timing {
float: right;
}
/* ent_timing_wrapper end*/
/* footer_wrapper_ent css */
.footer_wrapper_ent {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 50px;
background: #181819;
}
.footer_wrapper_ent .wrapper_first_image,
.footer_wrapper_ent .wrapper_first_icon {
float: left;
width: 100%;
}
.footer_wrapper_ent .wrapper_first_icon i {
color: #13bfb1;
margin-right: 20px;
font-size: 18px;
}
.footer_wrapper_ent .wrapper_first_icon span {
color: #111111;
font-size: 18px;
font-weight: 500;
}
.footer_wrapper_ent .wrapper_first_icon a {
color: #fff;
font-size: 10px;
background: #ef5e5e;
padding: 2px 8px;
border-radius: 3px;
text-transform: uppercase;
margin-left: 7px;
position: relative;
top: -2px;
}
.footer_wrapper_ent h4 {
color: #fff;
text-transform: uppercase;
font-weight: 500;
padding-bottom: 60px;
font-size: 22px;
}
.footer_wrapper_ent h4:after {
content: '';
border: 1px solid #13bfb1;
display: block;
border-radius: 3px;
width: 54px;
position: absolute;
margin-top: 10px;
}
.footer_wrapper_ent .section_1_useful_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_useful_wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li {
margin-bottom: 10px;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li i {
color: #aeaeae;
margin-right: 20px;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li a {
color: #aeaeae;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_useful_wrapper ul li a:hover,
.footer_wrapper_ent .section1_useful_wrapper ul li:hover i {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .blog_wrapper1,
.footer_wrapper_ent .blog_wrapper2 {
float: left;
width: 100%;
margin-bottom: 20px;
}
.footer_wrapper_ent .blog_publish i {
color: #13bfb1;
margin-right: 10px;
}
.footer_wrapper_ent .blog_publish {
padding-top: 15px;
font-size: 14px;
font-weight: 300;
color: #abacad;
}
.footer_wrapper_ent .blog_img {
float: left;
width: 73px;
}
.footer_wrapper_ent .blog_content {
font-size: 14px;
font-weight: 500;
float: left;
width: calc(100% - 73px);
padding-left: 20px;
}
.footer_wrapper_ent .blog_content h5 {
line-height: 20px;
}
.footer_wrapper_ent .blog_img img {
border-radius: 50%;
width: 60px;
height: 60px;
}
.footer_wrapper_ent .blog_content h5 a {
font-size: 16px;
text-transform: capitalize;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .blog_content h5 a:hover,
.footer_wrapper_ent .section_1_contact_wrapper ul li a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_contact_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_contact_wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li {
float: left;
width: 100%;
padding-bottom: 20px;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li a {
color: #d2d2d2;
font-size: 16px;
padding-left: 25px;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li p {
float: left;
padding-left: 20px;
font-size: 16px;
line-height: 26px;
color: #d2d2d2;
}
.footer_wrapper_ent .section_1_contact_wrapper ul li i {
float: left;
color: #d2d2d2;
line-height: 26px;
}
.footer_wrapper_ent .section_1_blog_second_wrapper {
float: left;
width: 100%;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_image {
display: table;
float: left;
margin-right: 15px;
position: relative;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text {
display: table-cell;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 {
font-size: 15px;
font-weight: 500;
line-height: 24px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 a {
color: #fff;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text h5 a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_text p {
margin: 0;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_date {
font-size: 13px;
display: table;
color: #13bfb1;
margin-top: 5px;
}
.footer_wrapper_ent .section_1_blog_second_wrapper .blog_date i {
font-size: 14px;
margin-right: 8px;
}
.ent_bottom_wrapper {
float: left;
width: 100%;
background: #111;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.ent_bottom_wrapper .foter_left {
float: left;
width: 40%;
}
.ent_bottom_wrapper .foter_right {
float: left;
width: 60%;
}
.ent_bottom_wrapper .section_1_copyright {
text-transform: capitalize;
float: right;
}
.ent_bottom_wrapper .section_1_copyright p {
color: #b7bdc1;
margin-bottom: 0;
margin-top: 8px;
}
.ent_bottom_wrapper .section_1_copyright p a {
color: #b7bdc1;
}
.ent_bottom_wrapper .section_1_copyright p a:hover {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_bottom_wrapper .section_1_copyright_social_icons {
margin: 0;
padding: 0;
list-style: none;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li {
float: left;
margin-left: 10px;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li:first-child {
margin-left: 0px;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li a {
float: left;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #abacad;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_bottom_wrapper .section_1_copyright_social_icons li a:hover {
background: #13bfb1;
border: 1px solid #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ent_procedures_section #return-to-top {
position: fixed;
bottom: 53px;
right: 25px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.ent_procedures_section #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ent_procedures_section #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer css end*/
/*-----------------------------*/
/* index_cardiology strat */
/*-----------------------------*/
/* header start */
/* menu_header_cardiology start */
.menu_header_cardiology {
float: left;
width: 100%;
position: relative;
z-index: 10;
}
.menu_header_cardiology .navbar {
padding: 0;
border-radius: 0;
margin: 0;
border: 0;
}
.menu_header_cardiology .top_bar {
float: left;
width: 100%;
padding: 20px 0px;
}
.menu_header_cardiology .navbar-brand {
float: left;
padding-top: 4px;
padding-bottom: 4px;
margin-right: 16px;
font-size: 20px;
}
.menu_header_cardiology .navbar-brand>img {
display: block;
}
.menu_header_cardiology .contact-ways {
float: right;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.menu_header_cardiology .contact-ways li:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
.menu_header_cardiology .contact-ways li {
display: inline-block;
padding-left: 30px;
margin-left: 0;
border-left: 1px solid #fff;
}
.menu_header_cardiology .top-nav-lt {
float: left;
margin-right: 10px;
}
.menu_header_cardiology .contact-ways li div i {
line-height: 46px;
}
.menu_header_cardiology .top-nav-lt-text {
float: left;
padding-left: 10px;
}
.menu_header_cardiology .contact-ways small {
display: block;
line-height: 14px;
margin-bottom: 8px;
font-size: 13px;
font-weight: 400;
color: #999;
}
.menu_header_cardiology .contact-ways h6 {
font-size: 13px;
font-weight: 600;
color: #00283b;
line-height: 14px;
}
.menu_header_cardiology .home-ic {
background: #00cbf0;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 36px;
}
.menu_header_cardiology .clock-ic {
background: #f4b603;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 38px;
}
.menu_header_cardiology .call-ic {
background: #6cca39;
border-radius: 30px;
width: 44px;
height: 44px;
float: left;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 40px;
}
.menu_header_cardiology .navbar-bottom {
float: left;
width: 100%;
background: rgba(1, 39, 58, 0.97);
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.menu_header_cardiology .bg-wrapper {
position: relative;
}
.menu_header_cardiology .menu-wrapper {
float: left;
}
.menu_header_cardiology .right-widget {
float: right;
}
.menu_header_cardiology .navbar-bottom .right-widget ul li {
display: inline-block;
line-height: 75px;
}
.menu_header_cardiology .navbar-bottom .right-widget .social-icon li a {
font-size: 15px;
color: #ccd1dd;
margin: 0 7px;
}
.menu_header_cardiology .navbar-bottom .right-widget .social-icon li a:hover {
color: #f9ca40;
}
.menu_header_cardiology #mega-menu-holder {
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}
.menu_header_cardiology #mega-menu-holder li {
position: relative;
display: inline-block;
vertical-align: middle;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a {
position: relative;
padding: 27px 35px 27px 25px;
display: block;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
color: #8f97ab;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder>ul> li:first-child a {
padding-left: 0;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a:before {
content: '/';
line-height: 75px;
position: absolute;
right: 0;
top: 0;
color: #8f97ab;
}
.menu_header_cardiology #mega-menu-holder>ul> li> a:before {
content: '/';
line-height: 75px;
position: absolute;
right: -10px;
top: 2px;
color: #8f97ab;
}
.menu_header_cardiology #mega-menu-holder>ul> li:last-child a:before {
display: none;
}
.menu_header_cardiology #mega-menu-holder>ul> li.active > a,
#mega-menu-holder>ul> li:hover > a,
.menu_header_cardiology #mega-menu-holder>ul> li.active > .sub-toggle,
.menu_header_cardiology #mega-menu-holder>ul> li:hover > .sub-toggle {
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder>ul> li.has-submenu> a {
padding-right: 10px;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown {
position: absolute;
left: 0;
top: 100%;
z-index: 999;
min-width: 200px;
background: #fff;
-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
display: none;
}
.menu_header_cardiology #mega-menu-holder li.has-submenu:hover ul.dropdown {
display: block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown li {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.menu_header_cardiology #mega-menu-holder ul.dropdown li a {
width: 100%;
padding: 0 0 0 15px;
line-height: 38px;
font-weight: 700;
font-size: 12px;
color: #8f97ab;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #mega-menu-holder li .sub-toggle {
font-family: 'font-awesome';
position: absolute;
right: 26px;
top: 0;
line-height: 75px;
color: #8f97ab;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.menu_header_cardiology #mega-menu-holder li>ul.dropdown li:last-child {
border: none;
}
.menu_header_cardiology #mega-menu-holder ul.dropdown li:hover>a {
background: #072d40;
color: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option {
margin-left: 30px;
width: 60px;
text-align: center;
border-right: 1px solid rgba(1, 39, 58, 0.86);
border-left: 1px solid rgba(1, 39, 58, 0.86);
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-toggle {
background: transparent;
font-size: 15px;
color: #cfd6e6;
width: 55px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-menu {
-webkit-transform: none !important;
transform: none !important;
position: absolute;
height: 55px;
width: 280px;
padding: 5px;
border-radius: 0;
right: 0 !important;
left: auto !important;
top: 100% !important;
box-shadow: none;
border: none;
float: none;
margin: 0;
background: #fff;
box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form input {
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
background: transparent;
border: 1px solid #ececec;
padding: 0 49px 0 10px;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form button {
display: block;
width: 48px;
color: #fff;
background: #13bfb1;
border: 1px solid #fff;
border-left: none;
line-height: 45px;
text-align: center;
position: absolute;
top: 4px;
right: 5px;
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
cursor: pointer;
border-radius: 0;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option form button:hover {
background: #00283b;
color: #f9ca40;
border-color: #00283b;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*navbar-toggle*/
.menu_header_cardiology .navbar-toggle {
border-radius: 0;
position: absolute;
right: 5px;
top: 22px;
border: 0;
margin-right: 0;
}
.menu_header_cardiology .navbar-toggle .icon-bar {
width: 16px;
background-color: #fff !important;
}
.menu_header_cardiology .navbar-toggle:hover .icon-bar {
background-color: #fff !important;
}
.menu_header_cardiology .navbar-default .navbar-toggle:focus,
.menu_header_cardiology .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
/* mobail_menu_main */
.menu_header_cardiology .mobail_menu_main {
float: none;
width: 100%;
}
.menu_header_cardiology #sidebar {
position: fixed;
display: block;
height: 100%;
top: 0px;
left: -500px;
background-color: #ffffff;
overflow: scroll;
overflow-x: hidden;
z-index: 1000;
}
.menu_header_cardiology #links {
position: relative;
float: left;
}
.menu_header_cardiology #link_list {
list-style-type: none;
width: 100%;
padding: 0px 50px 0px 0px;
}
.menu_header_cardiology #link_list li {
display: block;
width: 100%;
}
.menu_header_cardiology #link_list li:hover {
background-color: #13bfb1;
}
.menu_header_cardiology #toggle_close {
position: absolute;
z-index: 100;
right: 20px;
top: 10px;
font-size: 25px;
color: #fff;
cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.menu_header_cardiology #cssmenu,
.menu_header_cardiology #cssmenu ul,
.menu_header_cardiology #cssmenu ul li,
.menu_header_cardiology #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu_header_cardiology #cssmenu {
width: 300px;
font-family: Raleway, sans-serif;
color: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul {
display: none;
}
.menu_header_cardiology #cssmenu > ul > li.active > ul {
display: block;
}
.menu_header_cardiology .align-right {
float: right;
}
.menu_header_cardiology #cssmenu > ul > li > a {
padding: 16px 22px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #000000;
font-weight: 500;
border-bottom: 1px solid #d3d3d3;
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu > ul > li:first-child > a {
border-top: 1px solid #d3d3d3;
}
.menu_header_cardiology #cssmenu > ul > li > a:hover {
background: rgba(1, 39, 58, 0.97);
border-bottom: 1px solid #d3d3d3;
color: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #000000;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background: #ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.menu_header_cardiology #cssmenu ul > li.has-sub.open > a:after,
.menu_header_cardiology #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_header_cardiology #cssmenu ul ul li a {
padding: 14px 22px;
cursor: pointer;
z-index: 2;
font-size: 14px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
background: #49505a;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.menu_header_cardiology #cssmenu ul ul ul li a {
padding-left: 32px;
}
.menu_header_cardiology #cssmenu ul ul li a:hover {
color: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #ffffff;
}
.menu_header_cardiology #cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #ffffff;
}
.menu_header_cardiology #sidebar h1 {
padding: 15px 0px;
background: rgba(1, 39, 58, 0.97);
font-size: 20px;
color: #fff;
padding-left: 20px;
font-weight: bold;
}
.menu_header_cardiology .navbar-default .navbar-nav.main-nav>li>a:after {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
content: "";
height: 2px;
left: 23px;
opacity: 0;
position: absolute;
bottom: 23px;
transition: all 0.3s ease-in-out 0s;
width: 25px;
}
.menu_header_cardiology .navbar-default .navbar-nav.main-nav>li>a:hover:after {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
content: "";
height: 3px;
left: 22px;
opacity: 1;
position: absolute;
bottom: 23px;
transition: all 0.3s ease-in-out 0s;
width: 25px;
}
.menu_header_cardiology .navbar-bottom .right-widget .search-option .dropdown-toggle:after {
display: none;
}
/* menu_header_cardiology end*/
/*-- cardiology-slider-area Start --*/
.cardiology-slider-area {
float: left;
width: 100%;
position: relative;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-1 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/02.jpg) 50% 0 repeat-y;
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-2 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/01.jpg);
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .caption-3 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background: url(../images/Cardiology/03.jpg);
position: relative;
min-height: 850px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
padding-bottom: 250px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
display: block;
position: relative;
z-index: 999;
overflow: hidden;
vertical-align: middle;
padding-top: 140px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h1 {
animation-delay: 0.5s;
margin: 0 0 10px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
color: #fff;
font-size: 70px;
font-weight: 0;
margin: 0 0 20px;
animation-delay: 0.2s;
text-transform: uppercase;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
font-weight: bold;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content p {
font-size: 15px;
color: rgba(255, 255, 255, 0.62);
margin: 50px 0px;
animation-delay: 0.5s;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content li {
animation-delay: 0.6s;
}
.cardiology-slider-area .carousel-inner .carousel-indicators {
display: none;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li {
text-indent: 0;
position: relative;
width: 10px;
height: 25px;
background-color: transparent;
display: block;
border: none;
border-radius: 0;
cursor: pointer;
font-size: 16px;
margin: 0;
color: #fff;
font-family: "Poppins", sans-serif;
text-align: left;
background: rgba(255, 255, 255, 0.42);
margin-top: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.number {
display: inline-block;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.con {
display: inline-block;
position: relative;
padding-left: 42px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li span.con:after {
content: '';
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #13bfb1;
width: 26px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li.active {
background: #13bfb1;
width: 10px;
height: 25px;
}
.cardiology-slider-area .carousel-inner .carousel-indicators li:first-child {
margin-top: 0;
}
.cardiology-slider-area .hs_effect_btn ul {
padding-left: 0;
}
.cardiology-slider-area .hs_effect_btn li a {
float: left;
width: 160px;
height: 50px;
background: #13bfb1;
color: #ffffff;
text-align: center;
line-height: 50px;
text-transform: uppercase;
border: 1px solid transparent;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_effect_btn li a:hover {
background: transparent;
border: 1px solid #13bfb1;
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation {
position: absolute;
top: 50%;
float: left;
width: 100%;
}
.cardiology-slider-area .carousel-nevigation > .prev {
left:40px;
position: absolute;
width: 90px;
height: 90px;
background: #13bfb1;
padding-top: 26px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .next {
right:40px;
position: absolute;
width: 90px;
height: 90px;
background: #13bfb1;
padding-top: 26px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area:hover .carousel-nevigation > .prev {
left: 40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area:hover .carousel-nevigation > .next {
right: 40;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .next:hover,
.cardiology-slider-area .carousel-nevigation > .prev:hover {
background: #eb6d6d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .carousel-nevigation > .prev i {
float: left;
width: 35px;
text-align: right;
color: #ffffff;
font-size: 16px;
font-size: 28px;
padding-right: 10px;
}
.cardiology-slider-area .carousel-nevigation > .prev span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
}
.cardiology-slider-area .carousel-nevigation > .next i {
float: left;
width: 35px;
text-align: left;
color: #ffffff;
font-size: 16px;
font-size: 28px;
padding-left: 10px;
}
.cardiology-slider-area .carousel-nevigation > .next span {
width: calc(100% - 35px);
float: left;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 17px;
text-align: right;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper {
float: left;
width: 100%;
animation-delay: 3.5s;
}
.cardiology-slider-area .hs_slider_tab_one {
animation-delay: 3.7s;
border: none;
}
.cardiology-slider-area .hs_slider_tab_tow {
animation-delay: 3.9s;
}
.cardiology-slider-area .hs_slider_tab_three {
animation-delay: 4.1s;
}
.cardiology-slider-area .hs_slider_tab_four {
animation-delay: 4.3s;
}
.cardiology-slider-area .hs_slider_tab_fifth {
animation-delay: 4.6s;
}
.cardiology-slider-area .hs_slider_tab_six {
animation-delay: 4.9s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper2 {
margin-top: 20px;
border: none;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper {
float: left;
width: 80px;
height: 80px;
border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-top: 0px;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper i {
width: 65px;
height: 65px;
float: left;
text-align: center;
line-height: 65px;
background: #13bfb1;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_tabs_icon_wrapper i:before {
margin-left: 0;
color: #ffffff;
font-size: 40px;
}
.cardiology-slider-area .hs_slider_tabs_icon_cont_wrapper {
float: left;
width: calc(100% - 80px);
padding-top: 15px;
padding-left: 15px;
}
.cardiology-slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
float: left;
width: 100%;
height: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.21);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i {
background: #eb6d6d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.cardiology-slider-area .hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn {
background: #eb6d6d !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/*-- cardiology-slider-area End --*/
/* cardiology_procedure_section start */
.cardiology_procedure_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.cardiology_procedure_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.cardiology_procedure_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.procedure_wrapper {
float: left;
width: 100%;
padding: 30px;
text-align: center;
}
.procedure_wrapper i {
background: #fff;
border-radius: 50%;
text-align: center;
width: 100px;
height: 100px;
line-height: 108px;
margin-bottom: 34px;
}
.procedure_wrapper i {
display: inline-block;
}
.procedure_wrapper i:before {
font-size: 40px;
margin-left: 0;
}
.blue_wrapper i:before {
color: #43b9f6;
}
.pink_wrapper i:before {
color: #ff5e6b;
}
.green_wrapper i:before {
color: #85df88;
}
.procedure_wrapper h4 {
color: #fff;
margin-bottom: 30px;
font-size: 22px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.procedure_wrapper p {
color: #fff;
font-size: 15px;
line-height: 26px;
}
.blue_wrapper {
background: #43b9f6;
}
.pink_wrapper {
background: #ff5e6b;
}
.green_wrapper {
background: #85df88;
}
/* cardiology_procedure_section end */
/* cardiology_services_section start */
.cardiology_services_section {
float: left;
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.cardiology_services_section .section_heading h2 {
text-align: center;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.cardiology_services_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.cardiology_services_section .main i:before {
display: inline-block;
font-size: 30px;
color: #fff;
margin-left: 0;
margin-bottom: 30px;
transform: rotate(-46deg);
}
.cardiology_services_section .rotate {
transform: rotate(45deg);
margin: auto;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
background-color: #999999;
border-radius: 5px;
margin-bottom: 37px;
margin-top: -55px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main:hover .rotate {
background-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main {
border: 1px solid rgb(226, 218, 218);
padding: 20px;
margin-bottom: 35px;
text-align: center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
margin-top: 50px;
}
.cardiology_services_section .main:hover {
border-color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main:hover h4 a {
color: #13bfb1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.cardiology_services_section .main h4 {
margin-bottom: 30px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
font-size: 18px;
}
.cardiology_services_section .main h4 a {
color: #333;
font-weight: 500;
}
.cardiology_services_section p {
font-size: 14px;
}
/* cardiology_services_section end */
.menu_header_cardiology .rp_mobail_menu_main_wrapper {
padding: 52px 15px 0 15px;
}
.menu_header_cardiology #mega-menu-holder li .sub-toggle {
display: none;
}
.menu_header_cardiology .navbar-bottom #toggle {
bottom: 13px;
}
/*footer_wrapper_section_cardiology css */
.footer_wrapper_section_cardiology {
float: left;
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #181819;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper {
float: left;
width: 100%;
text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper h3 {
font-size: 28px;
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
text-transform: uppercase;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper {
float: left;
width: 100%;
text-align: center;
margin-top: 60px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper i:before {
font-size: 44px;
color: #13bfb1;
margin-left: 0;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3 {
font-size: 24px;
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
text-transform: uppercase;
padding-top: 20px;
position: relative;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3:after {
content: '';
border: 2px solid #13bfb1;
width: 60px;
position: absolute;
bottom: -20px;
left: 0;
right: 0;
margin: 0px auto;
}
.footer_wrapper_section_cardiology .padding_top {
padding-top: 40px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p,
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a {
margin: 0;
color: rgba(255, 255, 255, 0.72);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a:hover {
color: #3498db;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper {
float: left;
width: 100%;
padding-top: 60px;
text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper h3 {
font-size: 24px;
color: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper ul {
display: inline-block;
padding-top: 20px;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li {
float: left;
position: relative;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a {
font-size: 21px;
color: rgba(255, 255, 255, 0.9);
text-align: center;
width: 45px;
float: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a:hover {
color: #13bfb1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li:after {
content: '';
border: 1px solid #13bfb1;
width: 30px;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
margin: 0px auto;
}
.cardiology_bottom_wrapper {
float: left;
width: 100%;
text-align: center;
background: #111;
padding-top: 20px;
padding-bottom: 20px;
}
.cardiology_bottom_wrapper p {
color: #fff;
text-transform: uppercase;
}
.cardiology_procedure_section #return-to-top {
position: fixed;
bottom: 53px;
right: 25px;
background: #13bfb1;
width: 45px;
height: 45px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 0px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1000;
}
.cardiology_procedure_section #return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 5px;
font-size: 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cardiology_procedure_section #return-to-top:hover i {
color: #fff;
top: 5px;
}
/* footer_wrapper_section_cardiology css end*/
/*-----------------------------*/
/* index_laparoscopic strat */
/*-----------------------------*/
.laparoscopio_wrap {
background-color: #13bfb1;
}
.laparoscopic_text_wrapper h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 30px;
color: #333;
}
.laparoscopic_text_wrapper img {
margin-bottom: 30px;
width: 100%;
}
.laparoscopic_text_wrapper p {
font-size: 15px;
}
.laparoscopic_slider_main_wrapper {
float: left;
width: 100%;
}
/* laparoscopic_procedures_wrapper start */
.laparoscopic_procedures_wrapper {
width: 100%;
float: left;
background-image: url(../images/laparoscopic/produre_bg.jpg);
height: 100%;
background-position: center 0;
background-size: cover;
position: relative;
padding-bottom: 100px;
padding-top: 100px;
}
.laparoscopic_procedures_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: #08080a;
opacity: 0.9;
}
.laparoscopic_procedures_wrapper .section_heading h2 {
text-align: center;
color: #fff;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.neurology_procedure_section .section_heading h2 {
text-align: center;
color: #fff;
padding-bottom: 15px;
position: relative;
margin: 0 0 50px 0;
}
.neurology_procedure_section .section_heading h2:after {
content: "";
background: #13bfb1;
width: 60px;
height: 2px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}
.laparoscopic_procedures_slider {
float: left;
width: 100%;
}
.laparoscopic_procedures_slider .item {
width: 100%;
}
.laparoscopic_procedures_slider .owl-theme .owl-dots .owl-dot {
display: none;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.laparoscopic_procedures_slider .owl-prev {
position: absolute;
left: -0px;
top: 150px;
}
.laparoscopic_procedures_slider .owl-next {
position: absolute;
right: 0px;
top: 150px;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev:hover {
background: #13bfb1;
color: #fff;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-prev,
.laparoscopic_procedures_slider .owl-theme .owl-nav .owl-next {
background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
border-radius: 0;
margin: 0;
height: 45px;
line-height: 37px;
width: 40px;
font-size: 20px;
color: #999;
}
.laparoscopic_procedures_wrapper .thumbnail {
padding: 0;
margin-bottom: 0;
line-height: 24px;
border-radius: 0;
border: 0;
background: #fff;
}
.laparoscopic_procedures_wrapper .thumbnail .caption p {
margin: 0;
font-size: 14px;
}
.laparoscopic_procedures_wrapper .thumbnail {
margin-bottom: 30px;
}
}
.laparoscopic_procedures_wrapper .thumbnail img {
width:100%;
}
.laparoscopic_procedures_wrapper .thumbnail .caption {
padding:30px;
color:#99999;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 {
text-transform:capitalize;
margin:0 0 15px;
font-size:18px;
font-weight:500;
color:#333;
}
.laparoscopic_procedures_wrapper .thumbnail:hover .caption h4 a {
color:#13bfb1;
}
/* laparoscopic_procedures_wrapper end */
.laparoscopic_appointment_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background:#f7f7f7;
}
/* footer css start*/
.footer_wrapper_laparoscopio {
color:#fff;
background-attachment:fixed;
background-color:#222;
background-size:cover;
background-position:bottom;
padding-top:100px;
float:left;
width:100%;
}
.footer_wrapper_laparoscopio p {
color:#ccc;
}
.footer_wrapper_laparoscopio a {
color:#ccc;
}
.footer_wrapper_laparoscopio .footer9-social-pet li {
display:inline-block;
margin-right:10px;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a {
height:35px;
width:35px;
border-radius:50%;
text-align:center;
display:block;
line-height:35px;
background-color:#3a5a95;
color:#fff;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(2) a {
background-color:#57aced;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(3) a {
background-color:#dd4f43;
}
.footer_wrapper_laparoscopio .footer9-social-pet li:nth-child(4) a {
background-color:#6b27b2;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a:hover {
background-color:#0141a2;
}
.footer_wrapper_laparoscopio .footer9-social-pet li a:hover i {
transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
}
.footer_wrapper_laparoscopio .footer9-recent-post li {
display:block;
color:#ccc;
margin-bottom:25px;
}
.footer_wrapper_laparoscopio .footer9-recent-post li label {
float:left;
border:2px solid #ccc;
padding:1px 7px;
text-align:center;
}
.footer_wrapper_laparoscopio .footer9-recent-post li label span {
color:#fff;
}
.footer_wrapper_laparoscopio .input-group-addon {
background-color:#13bfb1;
padding:7px;
}
.footer_wrapper_laparoscopio .footer9-f-address li {
display:inline-block;
}
.footer_wrapper_laparoscopio.footer9-f-address li i {
color:#89a1ea;
font-size:18px;
}
.footer_wrapper_laparoscopio .footer9-f-address li a {
color:#ccc;
}
.footer_wrapper_laparoscopio .footer_check:hover {
background:none;
}
/*=-Copyright-=*/
.footer_wrapper_laparoscopio .copyright {
background-color:#111;
padding:12px 0;
font-size:14px;
}
.footer_wrapper_laparoscopio .footer_9_heading {
color:#fff;
padding-bottom:40px;
padding-top:60px;
font-size:20px;
}
.footer_wrapper_laparoscopio .footer_9_heading:hover {
color:#13bfb1;
}
.footer_wrapper_laparoscopio h6 {
color:#fff;
font-size:16px;
}
.laparoscopic_appointment_section .appointment_form_section h4 {
color:#333;
}
/* Laparoscopic_slider start */
.Laparoscopic_slider {
float: left;
width: 100%;
overflow: hidden;
}
.Laparoscopic_slider_wrapper {
float: left;
width: 100%;
}
.Laparoscopic_slider .main_slide1 {
background: url('../images/laparoscopic/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide2 {
background: url('../images/laparoscopic/02.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide3 {
background: url('../images/laparoscopic/03.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .main_slide4 {
background: url('../images/laparoscopic/01.jpg') 50% 0 repeat-y;
width: 100%;
min-height: 800px;
background-size: cover;
background-position: center 0;
position: relative;
}
.Laparoscopic_slider .section4_slider_overlay {
position: absolute;
top: 0%;
left: 0%;
right: 0%;
bottom: 0%;
background: rgba(0, 0, 0, 0.7);
}
.Laparoscopic_slider_wrapper .owl-theme .owl-dots {
display: none;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav {
display: block !important;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-prev {
font-size: 40px;
margin: 0;
padding: 0;
left: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-right: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-next {
font-size: 40px;
margin: 0;
padding: 0;
right: -7%;
top: 50%;
position: absolute;
text-align: center;
background: rgba(255, 255, 255, 0.07);
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.17);
width: 60px;
height: 60px;
padding-left: 4px;
text-align: center;
line-height: 54px;
border-radius: 100%;
}
.Laparoscopic_slider .section4_slider_wrapper .owl-carousel {
display: block;
}
.Laparoscopic_slider_wrapper:hover .owl-carousel .owl-nav .owl-prev {
left: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.Laparoscopic_slider_wrapper:hover .owl-carousel .owl-nav .owl-next {
right: 5%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.Laparoscopic_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
background: transparent;
}
.Laparoscopic_slider .plumb_slider_cont1_wrapper {
text-align: center;
}
.Laparoscopic_slider .slider_content {
position: absolute;
top: 30%;
left: 0;
right: 0;
z-index: 1000;
}
.Laparoscopic_slider .slider_content h2 {
color: #ffffff;
font-size: 75px;
line-height: 60px;
padding-bottom: 30px;
text-transform: uppercase;
}
.Laparoscopic_slider .slider_content p {
font-size: 18px;
color: #ffffff;
padding-bottom: 40px;
}
.Laparoscopic_slider .slider_content .form-control {
border: 2px solid rgba(255, 255, 255, 0.17);
background: rgba(255, 255, 255, 0.07);
height: 50px;
margin-bottom: 30px;
padding: 6px 20px;
font-size: 14px;
color: #fff;
}
.Laparoscopic_slider .slider_content .form-group {
margin-bottom: 7px;
}
.Laparoscopic_slider .slider_content form input::placeholder {
color: #ffffff;
}
.Laparoscopic_slider .slider_content .form-control:focus {
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.27) !important;
background: transparent;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.Laparoscopic_slider .slider_content form button.btn {
display: inline-block;
width: 30%;
padding: 11px 32px;
background: #13bfb1;
border: 1px solid #13bfb1;
animation-delay: 0.2s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: uppercase;
border-radius:50px;
}
.Laparoscopic_slider .slider_content form button.btn:hover{
color:#13bfb1;
background:transparent;
}
.Laparoscopic_slider .slider_content form button.btn:focus {
outline-offset: unset;
}
.Laparoscopic_slider .slider_content form button .btn-primary:focus,
.Laparoscopic_slider .slider_content form button .btn-primary:hover {
background: #13bfb1 !important;
border: 1px solid #13bfb1!important;
outline: none;
}
.Laparoscopic_slider .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.Laparoscopic_slider .col-md-offset-3 {
margin-left: 25%;
}
.ent_header_wrapper .navbar{
margin-top:0px;
}
.laparoscopio_wrap #sidebar h1 {
color: #13bfb1 !important;
}
/* ent_section-4 end*/
/* footer css end*/
/*-----------------------------*/
/* index_bariatric strat */
/*-----------------------------*/
.menu_header_bariatric {
position:absolute;
z-index:10;
width:100%;
}
.menu_wrapper_bariatric {
position:relative;
width:100%;
z-index:2;
background-color:rgba(0,
0,
0,
0.4);
line-height:0;
}
.menu_wrapper_bariatric .logo_image {
vertical-align:middle;
height:70px;
display:inline-block;
position:relative;
}
.menu_wrapper_bariatric .logo_image:before {
content:'';
position:absolute;
top:-35px;
bottom:-10px;
left:-1000px;
right:-45px;
background-color:#fff;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
z-index:-1;
}
.menu_wrapper_bariatric .logo_image img {
-webkit-transition:all 0.5s ease-out;
-khtml-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
position:relative;
z-index:1;
}
.menu_wrapper_bariatric .menu_wrapper_navigation {
display:inline-block;
float:right;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul {
display:inline-block;
list-style:none;
position:relative;
margin:0;
padding:0;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li {
position:relative;
float:left;
margin:0;
padding:0;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a:hover,
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a:focus,
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li.active > a {
color:#13bfb1;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li > a {
color:#ffffff;
display:block;
line-height:70px;
padding:0 20px;
font-size:14px;
font-weight:400;
text-transform:uppercase;
vertical-align:middle;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation ul > li:last-child > a {
padding-right:0;
}
.menu_wrapper_bariatric .lv_search_bar {
line-height:70px;
padding:0px 0px 0px 15px;
color:#fff;
font-size:17px;
cursor:pointer;
}
.menu_wrapper_bariatric .lv_search_box {
position:absolute;
height:55px;
width:280px;
padding:5px;
top:100%;
display:inline-block;
border-radius:0px;
-webkit-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-moz-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-o-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-ms-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
background-color:#ffffff;
display:none;
z-index:1000;
right:0;
}
.menu_wrapper_bariatric .lv_search_box input {
float:left;
width:calc(100% - 45px);
padding:0 49px 0 10px;
height:45px;
border:1px solid #ececec;
border-right:0px;
}
.menu_wrapper_bariatric .lv_search_box button {
width:48px;
color:#ffc722;
background:#363533;
border:1px solid #363533;
border-left:none;
line-height:45px;
text-align:center;
position:absolute;
top:4px;
right:5px;
border:none;
outline:none;
box-shadow:none;
display:block;
padding:0;
cursor:pointer;
border-radius:0;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .lv_search_box button:hover {
color:#363533;
background:#ffc722;
border-color:#ffc722;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric .top_bar_social_panel {
text-align:right;
margin:0;
border:0;
box-shadow:none;
background:transparent;
float:left;
width:100%;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper {
display:inline-block;
}
..menu_wrapper_bariatric i,
.contact_number span {
position:relative;
color:#fff;
font-size:17px;
}
.menu_header_bariatric .contact_number{
position:absolute;
content:'';
left:0;
right:0;
top:-3px;
bottom:0;
color:#fff;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
}
.menu_header_bariatric .contact_number {
display:inline-block;
padding:5px 13px;
margin-right:10px;
position:relative;
margin-right:30px;
background-color:#13bfb1;
}
.menu_header_bariatric .contact_number i{
-webkit-transform:inherit;
-khtml-transform:inherit;
-moz-transform:inherit;
-ms-transform:inherit;
transform: inherit;
}
.menu_header_bariatric .contact_number i {
margin-right:10px;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a {
display:inline-block;
padding:5px 13px;
margin-right:10px;
position:relative;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a i {
font-size:17px;
position:relative;
color:#fff;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a:hover i {
color:#363533;
}
.menu_header_bariatric .top_bar_social_panel .top_bar_social_wrapper .top_bar_social_wrapper_icon a:hover:before {
position:absolute;
content:'';
left:0;
right:0;
top:-3px;
bottom:0;
background-color:#13bfb1;
-webkit-transform:skewX(-33deg);
-khtml-transform:skewX(-33deg);
-moz-transform:skewX(-33deg);
-ms-transform:skewX(-33deg);
transform:skewX(-33deg);
}
.menu_wrapper_bariatric .menu_dropdown {
background:#363533;
display:none;
position:absolute;
width:220px;
}
.menu_wrapper_bariatric .menu_dropdown_wrapper .menu_dropdown:before {
content:'';
width:100%;
height:3px;
top:-3px;
left:0;
right:0;
background:#13bfb1;
position:absolute;
}
.menu_wrapper_bariatric .menu_wrapper_nav li.menu_dropdown_wrapper:hover .menu_dropdown {
display:block;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_wrapper_bariatric .menu_wrapper_navigation li.menu_dropdown_wrapper .menu_dropdown ul > li > a {
padding:10px 25px;
line-height:normal;
font-size:14px;
}
/*navbar-toggle*/
.menu_wrapper_bariatric .navbar-toggle {
border-radius:0;
border:0;
margin:0;
padding:9px 0px;
}
.menu_wrapper_bariatric .navbar-toggle .icon-bar {
width:16px;
background-color:#ffc722 !important;
}
.menu_wrapper_bariatric .navbar-toggle:hover .icon-bar {
background-color:#ffc722 !important;
}
.menu_wrapper_bariatric .navbar-default .navbar-toggle:focus,
.menu_wrapper_bariatric .navbar-default .navbar-toggle:hover {
background-color:transparent;
}
/* mobail_menu_main */
.menu_fixed .logo_image {
line-height:70px;
}
.menu_header_bariatric .top_bar_social_panel .num_count a {
color:#fff!important;
}
.menu_header_bariatric .mobail_menu_main {
float:none;
width:100%;
}
.menu_header_bariatric #sidebar {
position:fixed;
display:block;
height:100%;
top:0px;
left:-500px;
background-color:#ffffff;
overflow:scroll;
overflow-x:hidden;
z-index:1000;
}
.menu_header_bariatric #links {
position:relative;
float:left;
}
.menu_header_bariatric #link_list {
list-style-type:none;
width:100%;
padding:0px 50px 0px 0px;
}
.menu_header_bariatric #link_list li {
display:block;
width:100%;
}
.menu_header_bariatric #link_list li:hover {
background-color:#13bfb1;
}
.menu_header_bariatric #toggle_close {
position:absolute;
z-index:100;
right:20px;
top:10px;
font-size:25px;
color:#fff;
cursor:pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.menu_header_bariatric #cssmenu,
.menu_header_bariatric #cssmenu ul,
.menu_header_bariatric #cssmenu ul li,
.menu_header_bariatric #cssmenu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.menu_header_bariatric #cssmenu {
width:300px;
font-family:Raleway,sans-serif;
color:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul {
display:none;
}
.menu_header_bariatric #cssmenu > ul > li.active > ul {
display:block;
}
.menu_header_bariatric .align-right {
float:right;
}
.menu_header_bariatric #cssmenu > ul > li > a {
padding:16px 22px;
cursor:pointer;
z-index:2;
font-size:16px;
text-decoration:none;
color:#000000;
font-weight:500;
border-bottom:1px solid #d3d3d3;
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu > ul > li:first-child > a {
border-top:1px solid #d3d3d3;
}
.menu_header_bariatric #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom:1px solid #d3d3d3;
color:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:after {
position:absolute;
right:26px;
top:19px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:before {
position:absolute;
right:22px;
top:23px;
display:block;
width:10px;
height:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.menu_header_bariatric #cssmenu ul > li.has-sub.open > a:after,
.menu_header_bariatric #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.menu_header_bariatric #cssmenu ul ul li a {
padding:14px 22px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
background:#13bfb1;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
}
.menu_header_bariatric #cssmenu ul ul ul li a {
padding-left:32px;
}
.menu_header_bariatric #cssmenu ul ul li a:hover {
color:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul > li.has-sub > a:after {
top:16px;
right:26px;
background:#ffffff;
}
.menu_header_bariatric #cssmenu ul ul > li.has-sub > a:before {
top:20px;
background:#ffffff;
}
.menu_header_bariatric #sidebar h1 {
padding:15px 0px;
background:#13bfb1;
font-size:20px;
color:#fff;
padding-left:20px;
font-weight:bold;
}
.menu_header_bariatric .navbar-default .navbar-nav.main-nav>li>a:after {
background:#fff none repeat scroll 0 0;
border-radius:4px;
content:"";
height:2px;
left:23px;
opacity:0;
position:absolute;
bottom:23px;
transition:all 0.3s ease-in-out 0s;
width:25px;
}
.menu_header_bariatric .navbar-default .navbar-nav.main-nav>li>a:hover:after {
background:#fff none repeat scroll 0 0;
border-radius:4px;
content:"";
height:3px;
left:22px;
opacity:1;
position:absolute;
bottom:23px;
transition:all 0.3s ease-in-out 0s;
width:25px;
}
.contact_number i,
.contact_number span {
color:#fff;
}
/* header end */
/*-- slider_area_bariatric Start --*/
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:250px;
padding-bottom:250px;
}
.slider_area_bariatric {
float:left;
width:100%;
position:relative;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-1 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/02.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-2 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/01.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .caption-3 {
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background:url(../images/bariatric/0.jpg) 50% 0 repeat-y;
position:relative;
min-height:850px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions:after {
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,
0,
0,
0.8);
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:250px;
padding-bottom:250px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content h2 {
color:#fff;
font-size:70px;
font-family:"Playfair Display",
serif;
font-weight:400;
margin:0 0 45px;
animation-delay:1s;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content h2 span {
color:#13bfb1;
line-height:65px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content p {
font-size:24px;
color:#fff;
margin:0 0 50px;
animation-delay:1.5s;
line-height:30px;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content_tabs {
display:block;
position:relative;
z-index:999;
overflow:hidden;
vertical-align:middle;
padding-top:140px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators {
position:absolute;
left:inherit;
right:0;
margin:0;
list-style:none;
width:0;
z-index:9;
width:auto;
top:40%;
display:inline-block;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li {
text-indent:0;
position:relative;
height:50px;
line-height:50px;
background-color:transparent;
display:block;
border:none;
border-radius:0;
width:250px;
cursor:pointer;
font-size:16px;
margin:0;
color:#fff;
font-family:"Poppins",
sans-serif;
text-align:left;
background:rgba(33,
33,
33,
0.5);
padding:0 30px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.number {
display:inline-block;
padding-right:15px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.con {
display:inline-block;
position:relative;
padding-left:42px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li span.con:after {
content:'';
position:absolute;
left:0;
top:50%;
height:1px;
background:#13bfb1;
width:26px;
}
.slider_area_bariatric .carousel-inner .carousel-indicators li.active {
background:rgba(0,
0,
0,
0.5);
}
.slider_area_bariatric .carousel-inner .carousel-indicators li:first-child {
margin-top:0;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content .btn1 {
float:left;
width:180px;
height:50px;
line-height:50px;
font-size:18px;
color:#ffffff;
text-align:center;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
background:rgba(255,
255,
255,
0.21);
animation-delay:2s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.slider_area_bariatric .carousel-inner .carousel-item .carousel-captions .content .btn1:hover {
background:#13bfb1;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
/* slider_area_bariatric end */
/* about_bariatric_section start */
.about_bariatric_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
}
.bariatric_text_wrapper {
float:left;
width:100%;
}
.bariatric_text_wrapper h2 {
font-size:40px;
font-weight:400;
margin-bottom:20px;
}
.bariatric_text_wrapper p {
font-size:14px;
font-weight:300;
line-height:26px;
margin-bottom:15px;
}
.bariatric_text_wrapper .list_wrapper {
margin:0;
padding:0;
list-style:none;
}
.bariatric_text_wrapper .list_wrapper li:first-child {
padding-top:0px;
}
.bariatric_text_wrapper .list_wrapper li {
margin-bottom:10px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_text_wrapper .list_wrapper li i {
float:left;
font-size:23px;
color:#13bfb1;
}
.bariatric_text_wrapper .list_wrapper li p {
font-size:16px;
font-weight:300;
padding:0px 0 0px 35px;
margin-bottom:0;
}
.about_bariatric_video {
float:left;
width:100%;
}
.about_bariatric_video .play-trigger {
position:absolute;
left:50%;
top:50%;
width:60px;
height:60px;
border-radius:50%;
margin-left:-30px;
margin-top:-30px;
border:0;
color:#13bfb1;
background:#fff;
font-size:20px;
line-height:60px;
text-align:center;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.about_bariatric_video .play-trigger:hover {
color:#fff;
background:#13bfb1;
}
.about_bariatric_video .play-trigger i {
margin-left:5px;
}
.about_bariatric_video img {
width:100%;
}
/* about_bariatric_section start */
/* bariatric_procedure_section start */
.bariatric_procedure_section {
width:100%;
float:left;
background-image:url(../images/bariatric/produre_bg.jpg);
height:100%;
background-position:center 0;
background-size:cover;
position:relative;
padding-bottom:100px;
padding-top:100px;
}
.bariatric_procedure_section .section_heading h2 {
text-align:center;
padding-bottom:15px;
position:relative;
margin:0 0 50px 0;
color:#fff;
}
.bariatric_procedure_section .section_heading h2:after {
content:"";
background:#13bfb1;
width:60px;
height:2px;
position:absolute;
left:50%;
bottom:0;
margin-left:-25px;
}
.bariatric_procedure_section .section_heading .border {
color:rgba(255,
255,
255,
0.40);
}
.bariatric_procedure_overlay {
position:absolute;
top:0%;
left:0%;
right:0%;
bottom:0%;
background:#08080a;
opacity:0.9;
}
.bariatric_procedure_wrapper i {
background:#13bfb1;
border-radius:50%;
text-align:center;
width:120px;
height:120px;
line-height:120px;
margin-bottom:34px;
}
.bariatric_procedure_wrapper i:before {
font-size:40px;
margin-left:0;
color:#fff;
}
.bariatric_procedure_wrapper {
padding:30px 20px;
margin-bottom:50px;
text-align:center;
position:relative;
background:#fff;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper i {
display:inline-block;
}
.bariatric_procedure_wrapper h4 {
margin-bottom:30px;
text-transform:capitalize;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper h4 a {
color:#111;
font-size:18px;
font-weight:500;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
}
.bariatric_procedure_wrapper p {
color:#999;
padding:0px 30px;
font-size:14px;
}
/*bariatric_procedure_section end*/
/*department_appointment_section start */
.bariatric_form_bg {
background:rgba(68,
68,
65,
0.77);
padding:20px;
}
.bariatric_appointment_form form {
background-color:rgb(255,
255,
255);
padding:20px;
}
.bariatric_appointment_form .form-group {
margin-bottom:30px;
}
.bariatric_appointment_form .form-control {
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:1px solid #61615e;
background:transparent;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.sr-only {
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,
0,
0,
0);
border:0;
}
.bariatric_appointment_form .btn-blue.focus,
.bariatric_appointment_form .btn-blue:hover {
color:#13bfb1;
background-color:transparent;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_appointment_form button.btn {
display:block;
background:#13bfb1;
border:1px solid #13bfb1;
border-radius:30px;
color:#fff;
padding:10px 30px;
margin:14px 20px;
font-weight:400;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.bariatric_timing_wrapper {
float:left;
width:100%;
background:#13bfb1;
height:568px;
padding:0px 30px;
padding-top:40px;
}
.bariatric_timing_wrapper h4 {
color:#fff;
margin-bottom:30px;
font-size:24px;
line-height:26px;
font-weight:700;
}
.bariatric_timing_wrapper .working-hours li {
margin-bottom:25px;
color:#fff;
font-size:16px;
}
.bariatric_timing_wrapper .working-hours li .docters_name {
font-size:16px;
}
.bariatric_timing_wrapper .working-hours li .docters_timing {
float:right;
}
.department_appointment_section .form-control {
border:1px solid #ededed;
border-radius:0;
box-shadow:none;
}
/*department_appointment_section end */
/* footer start*/
.footer_bariatric {
float:left;
width:100%;
height:100%;
background-size:cover;
background-position:center 0;
}
.footer_bariatric .footer_wrapper {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background-color:rgb(54,
53,
51,
0.8);
}
.footer_bariatric h4 {
font-size:18px;
font-weight:500;
padding-bottom:30px;
color:#fff;
}
.footer_bariatric h4:after {
display:block;
content:"";
background:#13bfb1;
width:40px;
height:2px;
margin-top:13px;
}
.footer_bariatric .footer_widget {
float:left;
width:100%;
}
.footer_bariatric .abotus_content {
float:left;
width:100%;
padding-bottom:20px;
}
.footer_bariatric .abotus_content img {
margin-bottom:20px;
}
.footer_bariatric .abotus_content p {
font-size:16px;
color:#b1afaf;
margin-bottom:10px;
letter-spacing:1px;
}
.footer_bariatric .footer_icon_wrapper {
float:left;
width:100%;
margin-bottom:15px;
}
.footer_bariatric .footer_icon_wrapper i {
float:left;
color:#fff;
font-size:20px;
color:#b1afaf;
margin-right:15px;
}
.footer_bariatric .footer_icon_wrapper p {
font-size:16px;
color:#b1afaf;
font-weight:300;
}
.footer_bariatric .footer_service_wrapper {
margin:0;
padding:0;
list-style:none;
}
.footer_bariatric .footer_service_wrapper li {
margin-bottom:20px;
}
.footer_bariatric .footer_service_wrapper li i {
color:#b1afaf;
margin-right:10px;
}
.footer_bariatric .footer_service_wrapper li a {
color:#b1afaf;
font-size:15px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bariatric .footer_service_wrapper li a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bariatric .footer_newsletter {
float:left;
width:100%;
margin-bottom:20px;
}
.footer_bariatric .footer_newsletter p {
color:#999;
font-size:15px;
margin-bottom:15px;
}
.footer_bariatric .footer_newsletter input {
width:100%;
height:45px;
background:#ffffff;
font-size:15px;
line-height:45px;
border-radius:4px;
padding:0 65px 0 20px;
color:#838486;
border:none;
}
.footer_bariatric .footer_newsletter i {
background:#13bfb1;
color:#fff;
height:45px;
width:50px;
position:absolute;
text-align:center;
line-height:45px;
right:15px;
}
.footer_bariatric .newsletter_social_icons li {
float:left;
margin-left:10px;
}
.footer_bariatric .newsletter_social_icons li:first-child {
margin-left:0px;
}
.footer_bariatric .newsletter_social_icons li a {
float:left;
width:50px;
height:50px;
line-height:50px;
text-align:center;
color:#d0d0d0;
border:1px solid #e8e8e8;
border-radius:50%;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
font-size:18px;
}
.footer_bariatric .newsletter_social_icons li a:hover {
background:#13bfb1;
border:1px solid #13bfb1;
color:#fff;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_bottom_wrapper_bariatric {
float:left;
width:100%;
background:#222;
text-align:center;
}
.footer_bottom_wrapper_bariatric.footer_copyright_wrapper {
font-family:'Roboto';
text-transform:capitalize;
float:left;
width:100%;
display:inline-block;
padding-top:30px;
padding-bottom:30px;
}
.footer_bottom_wrapper_bariatric .footer_copyright_wrapper p {
margin:0;
padding:20px 0px;
}
.footer_bottom_wrapper_bariatric .footer_copyright_wrapper a {
color:#13bfb1;
}
.about_bariatric_section #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.about_bariatric_section #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:13px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.about_bariatric_section #return-to-top:hover i {
color:#fff;
top:5px;
}
/* footer end*/
/*-----------------------------*/
/* index_neurology strat */
/*-----------------------------*/
/* neuorology_main_header start */
.neuorology_main_header {
float:left;
width:100%;
background:transparent;
}
/*-- top header Start --*/
.neurology_top_header_wrapper {
float:left;
width:100%;
padding-top:15px;
padding-bottom:15px;
background-color:#ffffff;
}
.neurology_top_header_wrapper .et_top_contect p {
float:left;
letter-spacing:1px;
font-size:14px;
}
.neurology_top_header_wrapper .et_top_contect p:last-child {
margin-left:40px;
}
.neurology_top_header_wrapper .et_top_contect p a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .et_top_contect i {
color:#f37f2a;
padding-right:5px;
}
.neurology_top_header_wrapper .breadcrumb {
background:transparent;
margin:0;
padding:0;
font-size:14px;
letter-spacing:1px;
}
.neurology_top_header_wrapper .breadcrumb li {
margin-left:0 !important;
}
.neurology_top_header_wrapper .breadcrumb a,
.neurology_top_header_wrapper .et_top_contect p a {
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .breadcrumb a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .breadcrumb i {
padding-right:5px;
color:#f37f2a;
}
.neurology_top_header_wrapper .et_right_side_warpper ul {
float:right;
margin-right:20px;
margin-top: 8px;
}
.neurology_top_header_wrapper .et_right_side_warpper li {
float:left;
margin-left:15px;
}
.neurology_top_header_wrapper .plumb_top_socialicon ul {
margin-right:20px;
}
.neurology_top_header_wrapper .plumb_top_socialicon li a {
font-size:16px;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_top_header_wrapper .plumb_top_socialicon li a:hover {
color:#f37f2a;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
/*-- top header End --*/
.neurology_slider_main_wrapper .tp-caption.Creative-SubTitle, .Creative-SubTitle {
color: #13bfb1;
}
.neurology_slider_main_wrapper {
float:left;
width:100%;
position:relative;
}
/* header_contact_wrapper end*/
/*neurology_navigation_wrapper start*/
.neurology_navigation_wrapper {
float:left;
width:100%;
background:#343a40;
}
.neurology_navigation_wrapper .navbar .navbar-nav>li {
padding:10px 10px;
}
.neurology_navigation_wrapper .navbar .navbar-nav {
float:left;
}
.neurology_navigation_wrapper .navbar .navbar-nav .dropdown-menu {
padding:0px;
margin:0px;
border-radius:0px;
}
.neurology_navigation_wrapper .navbar .navbar-nav>li:hover .dropdown-menu {
display:block;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper .dropdown-item {
display:block;
clear:both;
background-color:transparent;
padding:12px 20px;
}
.neurology_navigation_wrapper .dropdown-item:hover {
background:#343a40;
color:#fff;
}
/*neurology_navigation_wrapper end*/
/* about_neurology_section start*/
.about_neurology_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
}
.about_neurology_section .section_heading h2 {
color:#111;
text-align:center;
padding-bottom:15px;
position:relative;
margin:0 0 50px 0;
}
.about_neurology_section .section_heading h2:after {
content:"";
background:#13bfb1;
width:60px;
height:2px;
position:absolute;
left:50%;
bottom:0;
margin-left:-25px;
}
.neurology_text_wrapper,
.neurology_image_wrapper {
float:left;
width:100%;
}
.neurology_text_wrapper {
margin-bottom:45px;
}
.neurology_image_wrapper img {
width:100%;
}
.neurology_image_wrapper {
margin-bottom:60px;
}
.neurology_text_wrapper h2 {
font-size:36px;
margin-bottom:30px;
}
.neurology_text_wrapper p {
text-align:center;
padding:0px 106px;
font-size:15px;
}
.neurology_infobox_wrapper h4 {
font-size:20px;
font-weight:500;
margin-bottom:15px;
color:#333;
}
.neurology_infobox_wrapper {
float:left;
width:100%;
padding:0px 30px;
}
.neurology_infobox_wrapper p {
font-size:14px;
}
.laparoscopic_procedures_wrapper .thumbnail .caption h4 a {
color:#333;
}
/* about_neurology_section end*/
/* neurology_appointment_section start */
.neurology_appointment_section {
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
background:#f7f7f7;
}
.neurology_appointment_section .appointment_form_section h4 {
color:#111;
}
.neurology_top_header_wrapper .et_left_side_warpper {
margin-left:7px;
}
.neurology_top_header_wrapper .et_left_side_warpper a {
font-size:16px;
color:#333;
margin-left:15px;
}
.neurology_top_header_wrapper .et_left_side_warpper i {
color:#13bfb1;
}
.neurology_navigation_wrapper #sidebar {
position:fixed;
display:block;
height:100%;
top:0px;
left:-500px;
background-color:#ffffff;
overflow:scroll;
overflow-x:hidden;
z-index:1000;
}
.neurology_navigation_wrapper #links {
position:relative;
float:left;
}
.neurology_navigation_wrapper #link_list {
list-style-type:none;
width:100%;
padding:0px 50px 0px 0px;
}
.neurology_navigation_wrapper #link_list li {
display:block;
width:100%;
}
.neurology_navigation_wrapper #link_list li:hover {
background-color:#13bfb1;
}
.neurology_navigation_wrapper #toggle_close {
position:absolute;
z-index:100;
right:20px;
top:10px;
font-size:25px;
color:#fff;
cursor:pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
.neurology_navigation_wrapper #cssmenu,
.neurology_navigation_wrapper #cssmenu ul,
.neurology_navigation_wrapper #cssmenu ul li,
.neurology_navigation_wrapper #cssmenu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.neurology_navigation_wrapper #cssmenu {
width:300px;
font-family:Raleway,
sans-serif;
color:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul {
display:none;
}
.neurology_navigation_wrapper #cssmenu > ul > li.active > ul {
display:block;
}
.neurology_navigation_wrapper .align-right {
float:right;
}
.neurology_navigation_wrapper #cssmenu > ul > li > a {
padding:16px 22px;
cursor:pointer;
z-index:2;
font-size:16px;
text-decoration:none;
color:#000000;
font-weight:500;
border-bottom:1px solid #d3d3d3;
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu > ul > li:first-child > a {
border-top:1px solid #d3d3d3;
}
.neurology_navigation_wrapper #cssmenu > ul > li > a:hover {
background:#13bfb1;
border-bottom:1px solid #d3d3d3;
color:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:after {
position:absolute;
right:26px;
top:19px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:before {
position:absolute;
right:22px;
top:23px;
display:block;
width:10px;
height:2px;
background:#000000;
content:"";
-webkit-transition:all 0.1s ease-out;
-moz-transition:all 0.1s ease-out;
-ms-transition:all 0.1s ease-out;
-o-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:hover:after,
.neurology_navigation_wrapper #cssmenu ul > li.has-sub > a:hover:before {
background:#ffffff;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_navigation_wrapper #cssmenu ul > li.has-sub.open > a:after,
.neurology_navigation_wrapper #cssmenu ul > li.has-sub.open > a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.neurology_navigation_wrapper #cssmenu ul ul li a {
padding:14px 22px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
background:#13bfb1;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
}
.neurology_navigation_wrapper #cssmenu ul ul ul li a {
padding-left:32px;
}
.neurology_navigation_wrapper #cssmenu ul ul li a:hover {
color:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul > li.has-sub > a:after {
top:16px;
right:26px;
background:#ffffff;
}
.neurology_navigation_wrapper #cssmenu ul ul > li.has-sub > a:before {
top:20px;
background:#ffffff;
}
.neurology_navigation_wrapper #sidebar h1 {
padding:15px 0px;
background:#13bfb1;
font-size:20px;
color:#fff;
padding-left:20px;
font-weight:bold;
}
.neurology_navigation_wrapper .navbar {
float:left;
padding:0px;
}
.neurology_navigation_wrapper .lv_search_bar {
padding:0px 0px 0px 15px;
color:#fff;
font-size:17px;
cursor:pointer;
margin-left:240px;
margin-top:10px;
}
.neurology_navigation_wrapper .lv_search_box {
position:absolute;
height:55px;
width:280px;
padding:5px;
top:100%;
display:inline-block;
border-radius:0px;
-webkit-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-moz-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-o-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
-ms-box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
box-shadow:0px 4px 10px -2px rgba(0,
0,
0,
0.23);
background-color:#ffffff;
display:none;
z-index:1000;
right:0;
}
.neurology_navigation_wrapper .lv_search_box input {
float:left;
width:calc(100% - 45px);
padding:0 49px 0 10px;
height:45px;
border:1px solid #ececec;
border-right:0px;
}
.neurology_navigation_wrapper .lv_search_box button {
width:48px;
color:#13bfb1;
background:#363533;
border:1px solid #363533;
border-left:none;
line-height:45px;
text-align:center;
position:absolute;
top:4px;
right:5px;
border:none;
outline:none;
box-shadow:none;
display:block;
padding:0;
cursor:pointer;
border-radius:0;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
.neurology_slider_main_wrapper .metis .tp-tab.selected .tp-tab-divider {
border-right: 1px solid #13bfb1;
}
/* footer_wrapper_neuorology css */
.footer_wrapper_neuorology {
float:left;
width:100%;
padding-top:100px;
background:#0f0f0f;
}
.footer_wrapper_neuorology .section_5_copyright_image {
float:left;
width:100%;
}
.footer_wrapper_neuorology .copyright_img {
float:left;
width:100%;
text-align:center;
border-bottom:1px solid #2e2e2e;
padding-bottom:60px;
}
.footer_wrapper_neuorology .copyright_img img {
display:inline-block;
}
.footer_wrapper_neuorology .section_5_copyright_text {
float:left;
width:100%;
padding-top:40px;
padding-bottom:40px;
}
.footer_wrapper_neuorology .section_5_copyright p {
margin:0;
text-transform:capitalize;
}
.footer_wrapper_neuorology .section_5_copyright p a {
color:#999;
}
.footer_wrapper_neuorology .section_5_copyright p a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_wrapper_neuorology .section_5_copyright,
.footer_wrapper_neuorology .section_5_footer_menu {
float:left;
width:100%;
}
.footer_wrapper_neuorology .section_5_footer_menu ul {
margin:0;
padding:0;
list-style:none;
float:right;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li {
float:left;
margin-left:10px;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li:first-child {
margin-left:0px;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li a {
float:left;
color:#656565;
font-size:20px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
.footer_wrapper_neuorology .section_5_footer_menu ul li a:hover {
color:#13bfb1;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
}
/* neurology_navigation_wrappercss end*/
.department_team_wrapper #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.department_team_wrapper #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:0px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.department_team_wrapperon #return-to-top:hover i {
color:#fff;
top:5px;
}
.about_neurology_section #return-to-top {
position:fixed;
bottom:20px;
right:20px;
background:#13bfb1;
width:45px;
height:45px;
display:block;
text-decoration:none;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:0px;
display:none;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
z-index:1000;
}
.about_neurology_section #return-to-top i {
color:#fff;
margin:0;
position:relative;
left:13px;
top:5px;
font-size:30px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.about_neurology_section #return-to-top:hover i {
color:#fff;
top:5px;
}
/* neurology_appointment_section end */
.laparoscopio_wrap #cssmenu ul li:hover a, .menu_wrapper_3 #cssmenu ul li.active a {
background: #13bfb1!important;
}
/* menu-fixed start */
.ent_header_wrapper .main_menu_wrapper.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.orthopaedics_header_wrapper.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.neurology_top_header_wrapper.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.navbar-bottom.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.menu_wrapper_bariatric.menu_fixed {
position: fixed;
background: #33393f;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.mobail_menu_eye.menu_fixed {
position: fixed;
background: #f9f9f9;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
.plumb_nav_header_wrapper.menu_fixed{
position: fixed;
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
z-index: 1000;
left: 0;
right: 0;
top: 0;
}
@media (min-width: 1260px){
.plumb_nav_header_wrapper.menu_fixed li:nth-child(5) {
position: absolute;
left: 0;
background: none;
border-radius: none;
box-shadow: none;
border: none;
top: -15px;
}
}
.laparoscopio_wrap.menu_fixed {
background: #13bfb1;
}
.laparoscopio_wrap .rp_mobail_menu_main_wrapper {
padding: 10px 15px 0 15px;
}
.neurology_navigation_wrapper #toggle {
bottom:25px;
}
.menu_header_bariatric #toggle {
bottom: 25px;
}
/* bottom: 25px; */
/* menu-fixed end */
| 0.338405 | 0.050237 |
.taskdetails {
font-family: sans-serif;
margin: 10px;
}
.taskdetails .success {
display: none;
}
.taskdetails .error {
display: none;
}
.taskdetails .finish {
display: none;
}
.taskdetails .metricdata {
display: none;
}
.taskdetails rect.scheduler-delay-proportion {
fill: #80b1d3;
stroke: #6b94b0;
}
.taskdetails rect.deserialization-time-proportion {
fill: #fb8072;
stroke: #d26b5f;
}
.taskdetails rect.shuffle-read-time-proportion {
fill: #fdb462;
stroke: #d39651;
}
.taskdetails rect.executor-runtime-proportion {
fill: #b3de69;
stroke: #95b957;
}
.taskdetails rect.shuffle-write-time-proportion {
fill: #ffed6f;
stroke: #d5c65c;
}
.taskdetails rect.serialization-time-proportion {
fill: #bc80bd;
stroke: #9d6b9e;
}
.taskdetails rect.getting-result-time-proportion {
fill: #8dd3c7;
stroke: #75b0a6;
}
.taskdetails .taskbarsvg {
height: 40px;
width: 100%;
}
.taskdetails .taskbarsvg {
box-shadow: 0 0 11px 0px rgba(119, 119, 119, 0.36);
}
.legend-area {
font-size: small;
padding: 10px;
margin-top: 5px;
}
.task-dialog {
padding: 0;
box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.83);
}
.task-dialog .ui-corner-all {
border-radius: 0px;
}
.task-dialog .ui-dialog-content.ui-widget-content {
padding: 0;
}
.task-dialog .ui-widget-header {
border: 1px solid rgb(243, 118, 0);
background: #f37600;
color: #000;
font-weight: bold;
text-align: center;
}
.taskdetails td {
text-align: center;
border: 1px solid #e4e4e4;
padding: 5px 20px;
}
.taskdetails th {
text-align: center;
border: 1px solid #e4e4e4;
padding: 5px 20px;
}
.taskdetails .tasktitle {
font-size: medium;
text-align: center;
}
.taskdetails .tasktitlestage {
padding: 10px;
font-size: small;
}
.taskdetails table {
width: 100%;
}
.taskdetails .RUNNING {
background-color: #42a5f5;
}
.taskdetails .FAILED {
background-color: #db3636;
}
.taskdetails .KILLED {
background-color: #db3636;
}
.taskdetails .COMPLETED {
background-color: #20b520;
}
.taskdetails .SUCCESS {
background-color: #20b520;
}
.taskdetails .UNKNOWN {
background-color: #9c27b0;
}
.taskdetails .COMPLETED,
.taskdetails .FAILED,
.taskdetails .KILLED,
.taskdetails .RUNNING,
.taskdetails .UNKNOWN,
.taskdetails .SUCCESS {
font-size: 75%;
padding: 4px 8px;
color: white;
border-radius: 2px;
}
.taskdetails .legend-area table td:nth-of-type(1) {
width: 20px;
}
.taskdetails .legend-area svg {
height: 15px;
}
|
style/taskdetails.css
|
.taskdetails {
font-family: sans-serif;
margin: 10px;
}
.taskdetails .success {
display: none;
}
.taskdetails .error {
display: none;
}
.taskdetails .finish {
display: none;
}
.taskdetails .metricdata {
display: none;
}
.taskdetails rect.scheduler-delay-proportion {
fill: #80b1d3;
stroke: #6b94b0;
}
.taskdetails rect.deserialization-time-proportion {
fill: #fb8072;
stroke: #d26b5f;
}
.taskdetails rect.shuffle-read-time-proportion {
fill: #fdb462;
stroke: #d39651;
}
.taskdetails rect.executor-runtime-proportion {
fill: #b3de69;
stroke: #95b957;
}
.taskdetails rect.shuffle-write-time-proportion {
fill: #ffed6f;
stroke: #d5c65c;
}
.taskdetails rect.serialization-time-proportion {
fill: #bc80bd;
stroke: #9d6b9e;
}
.taskdetails rect.getting-result-time-proportion {
fill: #8dd3c7;
stroke: #75b0a6;
}
.taskdetails .taskbarsvg {
height: 40px;
width: 100%;
}
.taskdetails .taskbarsvg {
box-shadow: 0 0 11px 0px rgba(119, 119, 119, 0.36);
}
.legend-area {
font-size: small;
padding: 10px;
margin-top: 5px;
}
.task-dialog {
padding: 0;
box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.83);
}
.task-dialog .ui-corner-all {
border-radius: 0px;
}
.task-dialog .ui-dialog-content.ui-widget-content {
padding: 0;
}
.task-dialog .ui-widget-header {
border: 1px solid rgb(243, 118, 0);
background: #f37600;
color: #000;
font-weight: bold;
text-align: center;
}
.taskdetails td {
text-align: center;
border: 1px solid #e4e4e4;
padding: 5px 20px;
}
.taskdetails th {
text-align: center;
border: 1px solid #e4e4e4;
padding: 5px 20px;
}
.taskdetails .tasktitle {
font-size: medium;
text-align: center;
}
.taskdetails .tasktitlestage {
padding: 10px;
font-size: small;
}
.taskdetails table {
width: 100%;
}
.taskdetails .RUNNING {
background-color: #42a5f5;
}
.taskdetails .FAILED {
background-color: #db3636;
}
.taskdetails .KILLED {
background-color: #db3636;
}
.taskdetails .COMPLETED {
background-color: #20b520;
}
.taskdetails .SUCCESS {
background-color: #20b520;
}
.taskdetails .UNKNOWN {
background-color: #9c27b0;
}
.taskdetails .COMPLETED,
.taskdetails .FAILED,
.taskdetails .KILLED,
.taskdetails .RUNNING,
.taskdetails .UNKNOWN,
.taskdetails .SUCCESS {
font-size: 75%;
padding: 4px 8px;
color: white;
border-radius: 2px;
}
.taskdetails .legend-area table td:nth-of-type(1) {
width: 20px;
}
.taskdetails .legend-area svg {
height: 15px;
}
| 0.569254 | 0.133924 |
body,
html {
height: 100%;
margin: 0;
padding: 0;
font-family: Impact, fantasy;
}
/* Base template */
.base--full-page {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
align-items: center;
background-color: #000;
color: #fff;
}
.base--console-frame {
width: 700px;
height: 900px;
border: 10px solid #df4125;
border-radius: 20px;
}
.page-container {
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
}
.app-container {
width: 100%;
height: 80%;
}
/* Buttons */
.buttons--page--container {
height: 20%;
display: flex;
justify-content: space-around;
width: 100%;
position: relative;
}
.buttons--container > a > button {
font-size: 30px;
border-radius: 3px;
font-weight: bold;
box-shadow: inset 0 0 10px #000000;
cursor: pointer;
}
.buttons--active {
color: #fff;
border: none;
background-color: #2bffa5;
animation: Gradient 15s ease infinite;
}
#button-logo-end {
color: #000;
position: absolute;
font-style: italic;
right: 2%;
bottom: 0;
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.buttons--container {
width: 100%;
border-top: 5px solid #df4125;
background-color: #df4125;
display: flex;
align-items: center;
justify-content: space-around;
}
.buttons--directions {
display: flex;
align-items: center;
}
.buttons--direction-single > a > button {
/* font-size: 20px; */
width: 50px;
height: 50px;
border-radius: 3px;
font-weight: bold;
box-shadow: inset 0 0 10px #000000;
cursor: pointer;
}
.buttons--direction-round {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: inset 0 0 10px #000000;
background-color: #2bffa5;
}
/* Titlescreen */
#titlescreen-container {
height: 80%;
width: 100%;
}
#titlescreen--start-menu {
display: flex;
flex-direction: column;
align-items: center;
}
#titlescreen--logo > img {
margin-top: 40px;
width: 30%;
height: 30%;
}
/* Worldmap */
.worldmap-container {
background-image: url("map.jpg");
position: relative;
}
#worldmap-movieball {
position: absolute;
top: 0;
left: -150px;
font-size: 30px;
display: flex;
}
#worldmap-message {
position: absolute;
top: -50px;
left: 0px;
font-size: 30px;
display: flex;
}
#worldmap-movieball > img {
width: 50px;
height: 50px;
}
#worldmap-movieball > div {
align-self: center;
margin-left: 10px;
}
.worldmap-row {
display: flex;
width: 100%;
height: 10%;
}
.worldmap-cube {
width: 10%;
height: 100%;
border: 1px solid black;
}
.hunter-img > img {
width: 100%;
}
/* Option */
#option--pause {
display: flex;
justify-content: center;
}
#option--pause > div {
width: 20px;
height: 60px;
margin: 20px 10px 0 10px;
background-color: #df4125;
}
#option--slots {
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 20%;
}
#option--slots > div {
border: 4px solid #fff;
border-top: none;
font-size: 25px;
padding: 40px 0px;
width: 20%;
}
/* Moviedex */
.moviedex--list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
overflow-y: auto;
height: 80%;
}
.moviedex--element {
width: 200px;
height: 250px;
border: 2px solid #df4125;
margin-bottom: 20px;
border-radius: 5px;
}
.moviedex--details {
/* width: 50px; */
/* height: 250px; */
height: 100%;
overflow-y: auto;
font-size: 20px;
border: 2px solid #df4125;
margin-bottom: 20px;
border-radius: 5px;
}
|
rush00/titlescreen/static/general.css
|
body,
html {
height: 100%;
margin: 0;
padding: 0;
font-family: Impact, fantasy;
}
/* Base template */
.base--full-page {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
align-items: center;
background-color: #000;
color: #fff;
}
.base--console-frame {
width: 700px;
height: 900px;
border: 10px solid #df4125;
border-radius: 20px;
}
.page-container {
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
}
.app-container {
width: 100%;
height: 80%;
}
/* Buttons */
.buttons--page--container {
height: 20%;
display: flex;
justify-content: space-around;
width: 100%;
position: relative;
}
.buttons--container > a > button {
font-size: 30px;
border-radius: 3px;
font-weight: bold;
box-shadow: inset 0 0 10px #000000;
cursor: pointer;
}
.buttons--active {
color: #fff;
border: none;
background-color: #2bffa5;
animation: Gradient 15s ease infinite;
}
#button-logo-end {
color: #000;
position: absolute;
font-style: italic;
right: 2%;
bottom: 0;
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.buttons--container {
width: 100%;
border-top: 5px solid #df4125;
background-color: #df4125;
display: flex;
align-items: center;
justify-content: space-around;
}
.buttons--directions {
display: flex;
align-items: center;
}
.buttons--direction-single > a > button {
/* font-size: 20px; */
width: 50px;
height: 50px;
border-radius: 3px;
font-weight: bold;
box-shadow: inset 0 0 10px #000000;
cursor: pointer;
}
.buttons--direction-round {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: inset 0 0 10px #000000;
background-color: #2bffa5;
}
/* Titlescreen */
#titlescreen-container {
height: 80%;
width: 100%;
}
#titlescreen--start-menu {
display: flex;
flex-direction: column;
align-items: center;
}
#titlescreen--logo > img {
margin-top: 40px;
width: 30%;
height: 30%;
}
/* Worldmap */
.worldmap-container {
background-image: url("map.jpg");
position: relative;
}
#worldmap-movieball {
position: absolute;
top: 0;
left: -150px;
font-size: 30px;
display: flex;
}
#worldmap-message {
position: absolute;
top: -50px;
left: 0px;
font-size: 30px;
display: flex;
}
#worldmap-movieball > img {
width: 50px;
height: 50px;
}
#worldmap-movieball > div {
align-self: center;
margin-left: 10px;
}
.worldmap-row {
display: flex;
width: 100%;
height: 10%;
}
.worldmap-cube {
width: 10%;
height: 100%;
border: 1px solid black;
}
.hunter-img > img {
width: 100%;
}
/* Option */
#option--pause {
display: flex;
justify-content: center;
}
#option--pause > div {
width: 20px;
height: 60px;
margin: 20px 10px 0 10px;
background-color: #df4125;
}
#option--slots {
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 20%;
}
#option--slots > div {
border: 4px solid #fff;
border-top: none;
font-size: 25px;
padding: 40px 0px;
width: 20%;
}
/* Moviedex */
.moviedex--list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
overflow-y: auto;
height: 80%;
}
.moviedex--element {
width: 200px;
height: 250px;
border: 2px solid #df4125;
margin-bottom: 20px;
border-radius: 5px;
}
.moviedex--details {
/* width: 50px; */
/* height: 250px; */
height: 100%;
overflow-y: auto;
font-size: 20px;
border: 2px solid #df4125;
margin-bottom: 20px;
border-radius: 5px;
}
| 0.304662 | 0.068694 |
html {
height: auto;
width: 100%;
font-size: 16px
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
margin: 0;
padding: 0
}
body {
font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
color: rgb(255, 255, 255);
background-color: rgb(33, 35, 36);
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern"1;
-moz-font-feature-settings: "kern"1;
-o-font-feature-settings: "kern"1;
font-feature-settings: "kern"1;
font-kerning: normal;
display: flex;
min-height: 100vh;
flex-direction: column;
overflow-wrap: break-word
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight {
margin-bottom: 15px
}
hr {
margin-top: 30px;
margin-bottom: 30px
}
main {
display: block
}
img {
max-width: 100%;
vertical-align: middle
}
figure>img {
display: block
}
figcaption {
font-size: 14px
}
ul, ol {
margin-left: 30px
}
li>ul, li>ol {
margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400
}
a {
color: #2a7ae2;
text-decoration: none
}
a[target="_blank"]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0px 3px 0px 5px;
}
a:visited {
color: #1756a9
}
a:hover {
color: #aaa;
text-decoration: underline
}
.social-media-list a:hover, .pagination a:hover {
text-decoration: none
}
.social-media-list a:hover .username, .pagination a:hover .username {
text-decoration: underline
}
blockquote {
color: #828282;
border-left: 4px solid #e8e8e8;
padding-left: 15px;
font-size: 1.125rem;
font-style: italic
}
blockquote>:last-child {
margin-bottom: 0
}
blockquote i, blockquote em {
font-style: normal
}
pre, code {
font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
font-size: 0.9375em;
border: 1px solid #e8e8e8;
border-radius: 3px;
background-color: #eef
}
code {
padding: 1px 5px
}
pre {
padding: 8px 12px;
overflow-x: auto
}
pre>code {
border: 0;
padding-right: 0;
padding-left: 0
}
.highlight {
border-radius: 3px;
background: #eef
}
.highlighter-rouge .highlight {
background: #eef
}
.wrapper {
max-width: calc(800px - (30px));
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px
}
@media screen and (min-width: 800px) {
.wrapper {
max-width: calc(800px - (30px * 2));
padding-right: 30px;
padding-left: 30px
}
}
.wrapper:after {
content: "";
display: table;
clear: both
}
.orange {
color: #f66a0a
}
.grey {
color: #828282
}
.svg-icon {
width: 16px;
height: 16px;
display: inline-block;
fill: currentColor;
padding: 5px 3px 2px 5px;
vertical-align: text-bottom
}
.site-header {
border-top: 5px solid #424242;
border-bottom: 1px solid #e8e8e8;
min-height: 55.95px;
line-height: 54px;
position: relative
}
.site-title {
font-size: 1.625rem;
font-weight: 300;
letter-spacing: -1px;
margin-bottom: 0;
float: left
}
@media screen and (max-width: 600px) {
.site-title {
padding-right: 45px
}
}
.site-title, .site-title:visited {
color: #eaeaea
}
.site-footer {
border-top: 1px solid #e8e8e8;
padding: 30px 0
}
.footer-heading {
font-size: 1.125rem;
margin-bottom: 15px
}
.contact-list, .social-media-list, .pagination {
list-style: none;
margin-left: 0
}
.footer-col-wrapper, .social-links {
font-size: .9375rem;
color: #828282
}
.footer-col {
margin-bottom: 15px
}
.footer-col-1, .footer-col-2 {
width: calc(50% - (30px / 2))
}
.footer-col-3 {
width: calc(100% - (30px / 2))
}
@media screen and (min-width: 800px) {
.footer-col-1 {
width: calc(35% - (30px / 2))
}
.footer-col-2 {
width: calc(20% - (30px / 2))
}
.footer-col-3 {
width: calc(45% - (30px / 2))
}
}
@media screen and (min-width: 600px) {
.footer-col-wrapper {
display: flex
}
.footer-col {
width: calc(100% - (30px / 2));
padding: 0 15px
}
.footer-col:first-child {
padding-right: 15px;
padding-left: 0
}
.footer-col:last-child {
padding-right: 0;
padding-left: 15px
}
}
.page-content {
padding: 30px 0;
flex: 1 0 auto
}
.page-heading {
font-size: 2rem
}
@media screen and (min-width: 800px) {
.one-half {
width: calc(50% - (30px / 2))
}
}
input[type="file"] {
margin: 24px;
}
.preview p {
font-size: 12px;
color: #aeaeae;
}
|
docs/style.css
|
html {
height: auto;
width: 100%;
font-size: 16px
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
margin: 0;
padding: 0
}
body {
font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
color: rgb(255, 255, 255);
background-color: rgb(33, 35, 36);
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern"1;
-moz-font-feature-settings: "kern"1;
-o-font-feature-settings: "kern"1;
font-feature-settings: "kern"1;
font-kerning: normal;
display: flex;
min-height: 100vh;
flex-direction: column;
overflow-wrap: break-word
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight {
margin-bottom: 15px
}
hr {
margin-top: 30px;
margin-bottom: 30px
}
main {
display: block
}
img {
max-width: 100%;
vertical-align: middle
}
figure>img {
display: block
}
figcaption {
font-size: 14px
}
ul, ol {
margin-left: 30px
}
li>ul, li>ol {
margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400
}
a {
color: #2a7ae2;
text-decoration: none
}
a[target="_blank"]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0px 3px 0px 5px;
}
a:visited {
color: #1756a9
}
a:hover {
color: #aaa;
text-decoration: underline
}
.social-media-list a:hover, .pagination a:hover {
text-decoration: none
}
.social-media-list a:hover .username, .pagination a:hover .username {
text-decoration: underline
}
blockquote {
color: #828282;
border-left: 4px solid #e8e8e8;
padding-left: 15px;
font-size: 1.125rem;
font-style: italic
}
blockquote>:last-child {
margin-bottom: 0
}
blockquote i, blockquote em {
font-style: normal
}
pre, code {
font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
font-size: 0.9375em;
border: 1px solid #e8e8e8;
border-radius: 3px;
background-color: #eef
}
code {
padding: 1px 5px
}
pre {
padding: 8px 12px;
overflow-x: auto
}
pre>code {
border: 0;
padding-right: 0;
padding-left: 0
}
.highlight {
border-radius: 3px;
background: #eef
}
.highlighter-rouge .highlight {
background: #eef
}
.wrapper {
max-width: calc(800px - (30px));
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px
}
@media screen and (min-width: 800px) {
.wrapper {
max-width: calc(800px - (30px * 2));
padding-right: 30px;
padding-left: 30px
}
}
.wrapper:after {
content: "";
display: table;
clear: both
}
.orange {
color: #f66a0a
}
.grey {
color: #828282
}
.svg-icon {
width: 16px;
height: 16px;
display: inline-block;
fill: currentColor;
padding: 5px 3px 2px 5px;
vertical-align: text-bottom
}
.site-header {
border-top: 5px solid #424242;
border-bottom: 1px solid #e8e8e8;
min-height: 55.95px;
line-height: 54px;
position: relative
}
.site-title {
font-size: 1.625rem;
font-weight: 300;
letter-spacing: -1px;
margin-bottom: 0;
float: left
}
@media screen and (max-width: 600px) {
.site-title {
padding-right: 45px
}
}
.site-title, .site-title:visited {
color: #eaeaea
}
.site-footer {
border-top: 1px solid #e8e8e8;
padding: 30px 0
}
.footer-heading {
font-size: 1.125rem;
margin-bottom: 15px
}
.contact-list, .social-media-list, .pagination {
list-style: none;
margin-left: 0
}
.footer-col-wrapper, .social-links {
font-size: .9375rem;
color: #828282
}
.footer-col {
margin-bottom: 15px
}
.footer-col-1, .footer-col-2 {
width: calc(50% - (30px / 2))
}
.footer-col-3 {
width: calc(100% - (30px / 2))
}
@media screen and (min-width: 800px) {
.footer-col-1 {
width: calc(35% - (30px / 2))
}
.footer-col-2 {
width: calc(20% - (30px / 2))
}
.footer-col-3 {
width: calc(45% - (30px / 2))
}
}
@media screen and (min-width: 600px) {
.footer-col-wrapper {
display: flex
}
.footer-col {
width: calc(100% - (30px / 2));
padding: 0 15px
}
.footer-col:first-child {
padding-right: 15px;
padding-left: 0
}
.footer-col:last-child {
padding-right: 0;
padding-left: 15px
}
}
.page-content {
padding: 30px 0;
flex: 1 0 auto
}
.page-heading {
font-size: 2rem
}
@media screen and (min-width: 800px) {
.one-half {
width: calc(50% - (30px / 2))
}
}
input[type="file"] {
margin: 24px;
}
.preview p {
font-size: 12px;
color: #aeaeae;
}
| 0.435421 | 0.10079 |
@font-face {font-family: 'ITCClearface';font-weight: bold;font-style: normal;src: url('webfonts/3A2750_0_0.eot');src: url('webfonts/3A2750_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2750_0_0.woff2') format('woff2'),url('webfonts/3A2750_0_0.woff') format('woff'),url('webfonts/3A2750_0_0.ttf') format('truetype');}
@font-face {font-family: 'ITCClearface';font-weight: normal;font-style: normal;src: url('webfonts/3A2750_1_0.eot');src: url('webfonts/3A2750_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2750_1_0.woff2') format('woff2'),url('webfonts/3A2750_1_0.woff') format('woff'),url('webfonts/3A2750_1_0.ttf') format('truetype');}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1 {
color:#17181A;
font-family: "ITCClearface", times, -apple-system, BlinkMacSystemFont, "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
font-style: normal;
font-size: 3.8em;
line-height:normal;
text-align: center; /*让div内部文字居中*/
margin-top: 50px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
body {
background-color: #B09A81;
color:#17181A;
line-height: 27px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:300;
padding-bottom: 25px;
margin-bottom: 25px;
}
p {
width: 100%;
max-width:520px;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.middle{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mail{
width: 100%;
max-width:520px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
p a {outline:none !important; text-decoration:none;border-bottom:1px #17181A solid;}
.mail a {outline:none !important; text-decoration:none;border-bottom:1px #17181A solid;}
a {padding-bottom: 4px;}
a:link {color:#17181A;}
a:visited {color:#17181A;}
p a:hover {color:#555555;}
a:active {color:#17181A; }
@media only screen and (max-width: 768px) {
body {
margin-left: 32px;
margin-right: 32px;
}
}
@media only screen and (max-width: 520px) {
h1{
text-align: left; /*让div内部文字居中*/
margin-bottom: 120px;
}
body {
margin-left: 32px;
margin-right: 32px;
}
}
|
css/contrast.css
|
@font-face {font-family: 'ITCClearface';font-weight: bold;font-style: normal;src: url('webfonts/3A2750_0_0.eot');src: url('webfonts/3A2750_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2750_0_0.woff2') format('woff2'),url('webfonts/3A2750_0_0.woff') format('woff'),url('webfonts/3A2750_0_0.ttf') format('truetype');}
@font-face {font-family: 'ITCClearface';font-weight: normal;font-style: normal;src: url('webfonts/3A2750_1_0.eot');src: url('webfonts/3A2750_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2750_1_0.woff2') format('woff2'),url('webfonts/3A2750_1_0.woff') format('woff'),url('webfonts/3A2750_1_0.ttf') format('truetype');}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1 {
color:#17181A;
font-family: "ITCClearface", times, -apple-system, BlinkMacSystemFont, "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
font-style: normal;
font-size: 3.8em;
line-height:normal;
text-align: center; /*让div内部文字居中*/
margin-top: 50px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
body {
background-color: #B09A81;
color:#17181A;
line-height: 27px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:300;
padding-bottom: 25px;
margin-bottom: 25px;
}
p {
width: 100%;
max-width:520px;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.middle{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mail{
width: 100%;
max-width:520px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
p a {outline:none !important; text-decoration:none;border-bottom:1px #17181A solid;}
.mail a {outline:none !important; text-decoration:none;border-bottom:1px #17181A solid;}
a {padding-bottom: 4px;}
a:link {color:#17181A;}
a:visited {color:#17181A;}
p a:hover {color:#555555;}
a:active {color:#17181A; }
@media only screen and (max-width: 768px) {
body {
margin-left: 32px;
margin-right: 32px;
}
}
@media only screen and (max-width: 520px) {
h1{
text-align: left; /*让div内部文字居中*/
margin-bottom: 120px;
}
body {
margin-left: 32px;
margin-right: 32px;
}
}
| 0.248443 | 0.061848 |
::-webkit-scrollbar {
width: 0px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #C2C8D5;
border-radius: 3px;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 3px;
}
/*::-webkit-transition-scrollbar-thumb:hover {*/
/*background: #555;*/
/*}*/
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
body{
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
background-color: #DFE0E7 ;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
main{
position: relative;
width: 100%;
height:92vh;
opacity: 0;
-webkit-transition: opacity 0.5s ;
}
*{
margin: 0;
padding: 0;
color: #BEC8DE;
}
header{
font-size: 25px;
display: flex;
width: 100%;
justify-content:center;
height: 8vh;
background-color: #2a3c3c;
}
header input{
height: 4vh;
width: 4vh;
margin: 1vh;
}
header div{
height: 100%;
}
#buttons{
display: flex;
justify-content:space-around;
margin: 1% 25%;
width: 60%;
height: 70%;
background-color: #1A3131;
border-radius: 5px;
}
#hiddenInformationMenu:hover{
display: block;
opacity: 0.5;
}
#hiddenTools:hover{
display: block;
opacity: 0.5;
}
#hiddenTools{
width: 8%;
float:left;
overflow: hidden;
}
#options{
width: 76%;
float:left;
}
#hiddenInformationMenu{
overflow: hidden;
width: 16%;
float:left;
}
#toolsHead{
-webkit-transition:opacity 0.7s;
}
#informationHead{
-webkit-transition:opacity 0.7s;
}
#menu{
background:#C0C4CD;
position: absolute;
width: 8%;
height: 100%;
left: 0;
top: 0;
overflow-y: scroll;
display: block;
-webkit-transition: width 1s, left 1s;
color: #2a3c3c;
font-size: 23px;
text-align: center;
}
#menu img{
margin: 13% 1%;
height: 10%;
width: 65%;
}
#main{
left: 8%;
width:76%;
position: absolute;
top: 0;
height:100%;
-webkit-transition: width 1s, left 1s;
z-index: 10;
}
#InformationMenu{
background:#C0C4CD;
position: absolute;
left: 84%;
top: 0;
width:16%;
height:100%;
display: flex;
flex-direction:column;
-webkit-transition: width 100ms, left 100ms;
}
#workSpace {
height: 100%;
width: 100%;
background: #DFE0E7;
border-spacing:2px 0px;
}
#initBox{
color:#334D4D;
width:84%;
margin: 12% 6%;
font-size: 25px;
padding: 6px 0 4px 10px;
/*border: 3px solid #334D4D;*/
border: none;
background: #DFE0E7;
border-radius: 8px;
}
#var div{
color:#334D4D;
font-size: 32px;
text-align: center;
vertical-align: top;
font-weight: 550;
}
#var{
height: 71vh;
max-height: 71vh;
overflow-y:scroll;
overflow-x: hidden;
margin: 4vh 0px;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 50px;
justify-items: center;
align-items : center;
align-content: start;
grid-auto-rows: 50px;
}
#addVar{
grid-column-start: 1;
grid-column-end: 3;
}
#initVarBox{
color:#334D4D;
width:80%;
margin: 2px 10%;
font-size: 22px;
padding: 6px 0 4px 10px;
/*border: 3px solid #334D4D;*/
border: none;
display: none;
background: #DFE0E7;
border-radius: 6px;
-webkit-transition: width 2s, height 1s;
}
#Plas{
margin: 1px;
-webkit-transition: width 0.7s, height 0.7s, opacity 0.4s;
}
#var hr{
width:100%;
grid-column-start: 1;
grid-column-end: 3;
border-radius: 2px;
}
hr{
border-radius: 2px;
}
#var i{
font-size: 26px;
color: #334D4D;
grid-column-start: 1;
grid-column-end: 3;
}
#td1 TD {
overflow:auto;
text-align: center;
padding: 10px;
vertical-align: top;
}
.lc {
text-align: center;
vertical-align: top;
width: 210px ;
height: 200px;
}
.lv {
text-align: center;
vertical-align: top;
width: 210px ;
height: 200px;
}
td {
/*border: 4px solid #2a3c3c;*/
text-align: center;
border: 1px solid #AFB6BF;
}
table tbody {
display:block;
max-height:100%;
max-width:100%;
}
table tbody tr {
vertical-align: middle;
display:table;
width:100%;
height: 100%;
table-layout:fixed;
z-index: 9;
}
#main tr{
display: flex;
align-items: center;
justify-content: center;
}
#main tr img{
margin: 23% 21%;
z-index: 10;
}
#menu div{
opacity: 0.7;
}
#menu div:hover{
opacity: 1;
}
#menu div:hover img{
height: 15%;
width: 68%;
margin: 22% 0;
}
#InformationMenu div{
width: 100%;
}
.droptarget {
background-color: #DEB5B1 ;
width: 210px;
height: 200px;
text-align: center;
vertical-align: top;
}
.focusеtarget {
background-color: #C4CDD9 ;
width: 210px ;
height: 200px;
text-align: center;
vertical-align: top;
}
#tmpInput{
color:#334D4D;
width:50%;
margin: 2px 10%;
font-size: 22px;
padding: 6px 0 4px 10px;
border: none;
background: #DFE0E7;
border-radius: 6px;
}
#delImg{
margin: 10px;
}
#submenu{
z-index: 10;
position: absolute;
left: 750px;
/*display: hidden;*/
width: 0px;
height: 0px;
opacity: 0;
list-style: none;
overflow:hidden;
-webkit-transition: width 0.5s , height 0.5s,opacity 0.5s,left 0.3s, top 0.3s;
border-radius: 3px;
border: 1px solid #618888;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#submenu li{
width: 100%;
height: 40px;
background-color: #CDD4E3;
transition-property: background-color;
transition-duration: 0.4s;
}
#submenu li:hover{
box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background-color: #C0C4CD;
}
#submenu li:hover div{
color: #2E4D4D;
}
#submenu li div{
overflow: hidden;
font-family: "FontAwesome";
padding: 8px 8px;
color: #3B5959;
text-align: left;
font-size: 20px;
}
#zoomBox{
z-index: 20 ;
position: absolute;
top: 1%;
left: 74%;
width: calc(9% + 10px);
-webkit-transition: left 1s;
}
#zoom {
padding: 12px 0px;
width: 80%;
background: none;
-webkit-appearance: none;
outline: none;
}
#zoom::-webkit-slider-runnable-track {
border-radius: 2px;
height: 3px;
cursor: pointer;
background: #3C5454;
opacity: 0.7;
box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
#zoom::-webkit-slider-thumb {
-webkit-appearance: none;
background: #475D5D;
height: 16px;
width: 4px;
border-radius: 4px;
margin: -6px 0px;
background: #111;
opacity: 1;
box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#buttons input {
outline: none;
}
#addVar input{
outline: none;
}
.Menu{
display: none;
z-index: 20;
position: absolute;
width: 28%;
left: 36%;
top: 19%;
border-radius: 2%;
background: #C0C4CD;
-webkit-transition: opacity 0.7s;
box-shadow: inset 0 0 20px rgba(42, 60, 60,0.5);
}
.Menu ul{
list-style: none;
width: 100%;
height: 100%;
margin: 20px 0px;
}
.Menu li{
margin: 2% 5%;
width: 90%;
height: 20%;
border-radius: 6%;
background-color: #DADCE2;
position: relative;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
}
.Menu li:hover{
background-color: #C0C4CD;
}
.Menu li:hover div{
opacity: 1;
}
.Menu a{
font-size: 30px;
color: #2a3c3c;
}
.Menu li div{
padding: 7% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
opacity: 0.6;
-webkit-transition: opacity 0.5s;
}
input[type=file]{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #111;
opacity: 0;
margin: 0;
cursor: pointer
}
.reg{
display: none;
z-index: 20;
position: absolute;
width: 28%;
left: 36%;
top: 19%;
border-radius: 2%;
background: #C0C4CD;
-webkit-transition: opacity 0.7s;
box-shadow: inset 0 0 20px rgba(42, 60, 60,0.5);
}
.reg ul{
list-style: none;
width: 100%;
height: 100%;
margin: 20px 0px;
}
.reg input {
color:#2a3c3c;
width:70%;
font-size: 40px;
padding: 6px 0 4px 10px;
border: none;
border-radius: 6px;
background-color: #E6EAF5;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
outline: none;
}
.reg .txt:hover{
background-color: #C0C4CD;
opacity: 1;
}
.reg input:hover{
opacity: 1;
background-color: #C0C4CD;
}
.reg li{
padding: 7% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
opacity: 0.7;
transition-duration: 0.7s;
}
.reg .txt {
margin: 2% 5%;
width: 90%;
height: 20%;
border-radius: 6%;
background-color: #E6EAF5;
position: relative;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
}
.submitbutton{
text-decoration: none;
margin: 2% 5%;
width: 90%;
border: none;
height: 20%;
border-radius: 6%;
background-color: #DADCE2;
position: relative;
padding: 6% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
-webkit-transition: opacity 0.7s;
transition-property: background-color;
transition-duration: 0.7s;
outline: none;
}
.submitbutton:hover{
background-color: #C0C4CD;
opacity: 1;
}
.debagTarg{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.onfocus{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
background: #C0C4CD;
}
.errorblock{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
background: #DEB5B1;
}
#buttons input{
-webkit-transition: width 0.5s,opacity 0.5s;
}
.down {
left: 0;
top: -160%;
width: 17%;
height: 83%;
position: relative;
z-index: 5;
}
.Glass{
position: absolute;
opacity: 0.7;
z-index : 15;
display : none;
background: #0C1414;
}
.Glass:hover {
box-shadow:inset 0 0 50px rgba(0,0,0,1);
opacity: 0.3;
}
#Glasshead{
left: 0%;
top : 0%;
height : 8%;
width: 100%;
}
#Glassmenu{
left: 0;
top : 0;
height : 100%;
width: 8%;
}
#Glassmain{
left: 8%;
width:76%;
top: 0;
height : 100%;
}
#Glassinp{
left: 0%;
top : 0;
height : 12%;
width: 100%;
}
#GlassInpPerem{
left: 0%;
top : 12%;
height : 100%;
width: 90%;
}
.modal{
display: none;
position: absolute;
z-index: 20;
left: 0%;
top: -81.969px;
width: 100%;
height: 110%;
background-color: rgba(0,0,0,0.5);
}
.modal-content{
color: #412D2D;
font-size: 30px;
box-shadow:inset 0 0 15px rgba(0,0,0,0.3);
margin: 15% auto;
padding: 20px;
border-radius: 7%;
border : 1px solid #888;
width: 80%;
}
|
WorkZone/mainStyle.css
|
::-webkit-scrollbar {
width: 0px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #C2C8D5;
border-radius: 3px;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 3px;
}
/*::-webkit-transition-scrollbar-thumb:hover {*/
/*background: #555;*/
/*}*/
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
body{
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
background-color: #DFE0E7 ;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
main{
position: relative;
width: 100%;
height:92vh;
opacity: 0;
-webkit-transition: opacity 0.5s ;
}
*{
margin: 0;
padding: 0;
color: #BEC8DE;
}
header{
font-size: 25px;
display: flex;
width: 100%;
justify-content:center;
height: 8vh;
background-color: #2a3c3c;
}
header input{
height: 4vh;
width: 4vh;
margin: 1vh;
}
header div{
height: 100%;
}
#buttons{
display: flex;
justify-content:space-around;
margin: 1% 25%;
width: 60%;
height: 70%;
background-color: #1A3131;
border-radius: 5px;
}
#hiddenInformationMenu:hover{
display: block;
opacity: 0.5;
}
#hiddenTools:hover{
display: block;
opacity: 0.5;
}
#hiddenTools{
width: 8%;
float:left;
overflow: hidden;
}
#options{
width: 76%;
float:left;
}
#hiddenInformationMenu{
overflow: hidden;
width: 16%;
float:left;
}
#toolsHead{
-webkit-transition:opacity 0.7s;
}
#informationHead{
-webkit-transition:opacity 0.7s;
}
#menu{
background:#C0C4CD;
position: absolute;
width: 8%;
height: 100%;
left: 0;
top: 0;
overflow-y: scroll;
display: block;
-webkit-transition: width 1s, left 1s;
color: #2a3c3c;
font-size: 23px;
text-align: center;
}
#menu img{
margin: 13% 1%;
height: 10%;
width: 65%;
}
#main{
left: 8%;
width:76%;
position: absolute;
top: 0;
height:100%;
-webkit-transition: width 1s, left 1s;
z-index: 10;
}
#InformationMenu{
background:#C0C4CD;
position: absolute;
left: 84%;
top: 0;
width:16%;
height:100%;
display: flex;
flex-direction:column;
-webkit-transition: width 100ms, left 100ms;
}
#workSpace {
height: 100%;
width: 100%;
background: #DFE0E7;
border-spacing:2px 0px;
}
#initBox{
color:#334D4D;
width:84%;
margin: 12% 6%;
font-size: 25px;
padding: 6px 0 4px 10px;
/*border: 3px solid #334D4D;*/
border: none;
background: #DFE0E7;
border-radius: 8px;
}
#var div{
color:#334D4D;
font-size: 32px;
text-align: center;
vertical-align: top;
font-weight: 550;
}
#var{
height: 71vh;
max-height: 71vh;
overflow-y:scroll;
overflow-x: hidden;
margin: 4vh 0px;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 50px;
justify-items: center;
align-items : center;
align-content: start;
grid-auto-rows: 50px;
}
#addVar{
grid-column-start: 1;
grid-column-end: 3;
}
#initVarBox{
color:#334D4D;
width:80%;
margin: 2px 10%;
font-size: 22px;
padding: 6px 0 4px 10px;
/*border: 3px solid #334D4D;*/
border: none;
display: none;
background: #DFE0E7;
border-radius: 6px;
-webkit-transition: width 2s, height 1s;
}
#Plas{
margin: 1px;
-webkit-transition: width 0.7s, height 0.7s, opacity 0.4s;
}
#var hr{
width:100%;
grid-column-start: 1;
grid-column-end: 3;
border-radius: 2px;
}
hr{
border-radius: 2px;
}
#var i{
font-size: 26px;
color: #334D4D;
grid-column-start: 1;
grid-column-end: 3;
}
#td1 TD {
overflow:auto;
text-align: center;
padding: 10px;
vertical-align: top;
}
.lc {
text-align: center;
vertical-align: top;
width: 210px ;
height: 200px;
}
.lv {
text-align: center;
vertical-align: top;
width: 210px ;
height: 200px;
}
td {
/*border: 4px solid #2a3c3c;*/
text-align: center;
border: 1px solid #AFB6BF;
}
table tbody {
display:block;
max-height:100%;
max-width:100%;
}
table tbody tr {
vertical-align: middle;
display:table;
width:100%;
height: 100%;
table-layout:fixed;
z-index: 9;
}
#main tr{
display: flex;
align-items: center;
justify-content: center;
}
#main tr img{
margin: 23% 21%;
z-index: 10;
}
#menu div{
opacity: 0.7;
}
#menu div:hover{
opacity: 1;
}
#menu div:hover img{
height: 15%;
width: 68%;
margin: 22% 0;
}
#InformationMenu div{
width: 100%;
}
.droptarget {
background-color: #DEB5B1 ;
width: 210px;
height: 200px;
text-align: center;
vertical-align: top;
}
.focusеtarget {
background-color: #C4CDD9 ;
width: 210px ;
height: 200px;
text-align: center;
vertical-align: top;
}
#tmpInput{
color:#334D4D;
width:50%;
margin: 2px 10%;
font-size: 22px;
padding: 6px 0 4px 10px;
border: none;
background: #DFE0E7;
border-radius: 6px;
}
#delImg{
margin: 10px;
}
#submenu{
z-index: 10;
position: absolute;
left: 750px;
/*display: hidden;*/
width: 0px;
height: 0px;
opacity: 0;
list-style: none;
overflow:hidden;
-webkit-transition: width 0.5s , height 0.5s,opacity 0.5s,left 0.3s, top 0.3s;
border-radius: 3px;
border: 1px solid #618888;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#submenu li{
width: 100%;
height: 40px;
background-color: #CDD4E3;
transition-property: background-color;
transition-duration: 0.4s;
}
#submenu li:hover{
box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
background-color: #C0C4CD;
}
#submenu li:hover div{
color: #2E4D4D;
}
#submenu li div{
overflow: hidden;
font-family: "FontAwesome";
padding: 8px 8px;
color: #3B5959;
text-align: left;
font-size: 20px;
}
#zoomBox{
z-index: 20 ;
position: absolute;
top: 1%;
left: 74%;
width: calc(9% + 10px);
-webkit-transition: left 1s;
}
#zoom {
padding: 12px 0px;
width: 80%;
background: none;
-webkit-appearance: none;
outline: none;
}
#zoom::-webkit-slider-runnable-track {
border-radius: 2px;
height: 3px;
cursor: pointer;
background: #3C5454;
opacity: 0.7;
box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
#zoom::-webkit-slider-thumb {
-webkit-appearance: none;
background: #475D5D;
height: 16px;
width: 4px;
border-radius: 4px;
margin: -6px 0px;
background: #111;
opacity: 1;
box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#buttons input {
outline: none;
}
#addVar input{
outline: none;
}
.Menu{
display: none;
z-index: 20;
position: absolute;
width: 28%;
left: 36%;
top: 19%;
border-radius: 2%;
background: #C0C4CD;
-webkit-transition: opacity 0.7s;
box-shadow: inset 0 0 20px rgba(42, 60, 60,0.5);
}
.Menu ul{
list-style: none;
width: 100%;
height: 100%;
margin: 20px 0px;
}
.Menu li{
margin: 2% 5%;
width: 90%;
height: 20%;
border-radius: 6%;
background-color: #DADCE2;
position: relative;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
}
.Menu li:hover{
background-color: #C0C4CD;
}
.Menu li:hover div{
opacity: 1;
}
.Menu a{
font-size: 30px;
color: #2a3c3c;
}
.Menu li div{
padding: 7% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
opacity: 0.6;
-webkit-transition: opacity 0.5s;
}
input[type=file]{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #111;
opacity: 0;
margin: 0;
cursor: pointer
}
.reg{
display: none;
z-index: 20;
position: absolute;
width: 28%;
left: 36%;
top: 19%;
border-radius: 2%;
background: #C0C4CD;
-webkit-transition: opacity 0.7s;
box-shadow: inset 0 0 20px rgba(42, 60, 60,0.5);
}
.reg ul{
list-style: none;
width: 100%;
height: 100%;
margin: 20px 0px;
}
.reg input {
color:#2a3c3c;
width:70%;
font-size: 40px;
padding: 6px 0 4px 10px;
border: none;
border-radius: 6px;
background-color: #E6EAF5;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
outline: none;
}
.reg .txt:hover{
background-color: #C0C4CD;
opacity: 1;
}
.reg input:hover{
opacity: 1;
background-color: #C0C4CD;
}
.reg li{
padding: 7% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
opacity: 0.7;
transition-duration: 0.7s;
}
.reg .txt {
margin: 2% 5%;
width: 90%;
height: 20%;
border-radius: 6%;
background-color: #E6EAF5;
position: relative;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
transition-property: background-color;
transition-duration: 0.7s;
}
.submitbutton{
text-decoration: none;
margin: 2% 5%;
width: 90%;
border: none;
height: 20%;
border-radius: 6%;
background-color: #DADCE2;
position: relative;
padding: 6% 0px;
color: #2a3c3c;
font-size: 40px;
text-align: center;
box-shadow: inset 0 0 10px rgba(192, 196, 205,1);
-webkit-transition: opacity 0.7s;
transition-property: background-color;
transition-duration: 0.7s;
outline: none;
}
.submitbutton:hover{
background-color: #C0C4CD;
opacity: 1;
}
.debagTarg{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.onfocus{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
background: #C0C4CD;
}
.errorblock{
border-radius: 5%;
box-shadow: 0 0 10px rgba(0,0,0,0.7);
background: #DEB5B1;
}
#buttons input{
-webkit-transition: width 0.5s,opacity 0.5s;
}
.down {
left: 0;
top: -160%;
width: 17%;
height: 83%;
position: relative;
z-index: 5;
}
.Glass{
position: absolute;
opacity: 0.7;
z-index : 15;
display : none;
background: #0C1414;
}
.Glass:hover {
box-shadow:inset 0 0 50px rgba(0,0,0,1);
opacity: 0.3;
}
#Glasshead{
left: 0%;
top : 0%;
height : 8%;
width: 100%;
}
#Glassmenu{
left: 0;
top : 0;
height : 100%;
width: 8%;
}
#Glassmain{
left: 8%;
width:76%;
top: 0;
height : 100%;
}
#Glassinp{
left: 0%;
top : 0;
height : 12%;
width: 100%;
}
#GlassInpPerem{
left: 0%;
top : 12%;
height : 100%;
width: 90%;
}
.modal{
display: none;
position: absolute;
z-index: 20;
left: 0%;
top: -81.969px;
width: 100%;
height: 110%;
background-color: rgba(0,0,0,0.5);
}
.modal-content{
color: #412D2D;
font-size: 30px;
box-shadow:inset 0 0 15px rgba(0,0,0,0.3);
margin: 15% auto;
padding: 20px;
border-radius: 7%;
border : 1px solid #888;
width: 80%;
}
| 0.162912 | 0.035344 |
.cssload-preloader {
font-family: Arial, Tahoma;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
display: -o-box;
display: -ms-box;
display: -webkit-box;
display: -moz-box;
display: flex;
display: -o-flex;
display: -ms-flex;
display: -webkit-flex;
display: -moz-flex;
box-pack: center;
-o-box-pack: center;
-ms-box-pack: center;
-webkit-box-pack: center;
-moz-box-pack: center;
justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
box-align: center;
-o-box-align: center;
-ms-box-align: center;
-webkit-box-align: center;
-moz-box-align: center;
align-items: center;
-o-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
perspective: 487px;
-o-perspective: 487px;
-ms-perspective: 487px;
-webkit-perspective: 487px;
-moz-perspective: 487px;
overflow: hidden;
animation: wobble 5.75s ease-in-out infinite;
-o-animation: wobble 5.75s ease-in-out infinite;
-ms-animation: wobble 5.75s ease-in-out infinite;
-webkit-animation: wobble 5.75s ease-in-out infinite;
-moz-animation: wobble 5.75s ease-in-out infinite;
padding-bottom: 2em;
}
.cssload-preloader > span {
font-size: 49px;
animation: 5.75s ease-in-out infinite;
-o-animation: 5.75s ease-in-out infinite;
-ms-animation: 5.75s ease-in-out infinite;
-webkit-animation: 5.75s ease-in-out infinite;
-moz-animation: 5.75s ease-in-out infinite;
color: transparent;
text-shadow: 0 0 0px rgb(0, 0, 0);
}
span:nth-child(-n+3) {
animation-delay: -2.88s;
-o-animation-delay: -2.88s;
-ms-animation-delay: -2.88s;
-webkit-animation-delay: -2.88s;
-moz-animation-delay: -2.88s;
}
span:nth-child(1),
span:nth-last-child(1) {
animation-name: blur-1;
-o-animation-name: blur-1;
-ms-animation-name: blur-1;
-webkit-animation-name: blur-1;
-moz-animation-name: blur-1;
}
span:nth-child(2),
span:nth-last-child(2) {
animation-name: blur-2;
-o-animation-name: blur-2;
-ms-animation-name: blur-2;
-webkit-animation-name: blur-2;
-moz-animation-name: blur-2;
}
span:nth-child(3),
span:nth-last-child(3) {
animation-name: blur-3;
-o-animation-name: blur-3;
-ms-animation-name: blur-3;
-webkit-animation-name: blur-3;
-moz-animation-name: blur-3;
}
@keyframes wobble {
from, to {
transform: rotateY(-45deg);
}
50% {
transform: rotateY(45deg);
}
}
@-o-keyframes wobble {
from, to {
-o-transform: rotateY(-45deg);
}
50% {
-o-transform: rotateY(45deg);
}
}
@-ms-keyframes wobble {
from, to {
-ms-transform: rotateY(-45deg);
}
50% {
-ms-transform: rotateY(45deg);
}
}
@-webkit-keyframes wobble {
from, to {
-webkit-transform: rotateY(-45deg);
}
50% {
-webkit-transform: rotateY(45deg);
}
}
@-moz-keyframes wobble {
from, to {
-moz-transform: rotateY(-45deg);
}
50% {
-moz-transform: rotateY(45deg);
}
}
|
src/styles/preloader.css
|
.cssload-preloader {
font-family: Arial, Tahoma;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
display: -o-box;
display: -ms-box;
display: -webkit-box;
display: -moz-box;
display: flex;
display: -o-flex;
display: -ms-flex;
display: -webkit-flex;
display: -moz-flex;
box-pack: center;
-o-box-pack: center;
-ms-box-pack: center;
-webkit-box-pack: center;
-moz-box-pack: center;
justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
box-align: center;
-o-box-align: center;
-ms-box-align: center;
-webkit-box-align: center;
-moz-box-align: center;
align-items: center;
-o-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
perspective: 487px;
-o-perspective: 487px;
-ms-perspective: 487px;
-webkit-perspective: 487px;
-moz-perspective: 487px;
overflow: hidden;
animation: wobble 5.75s ease-in-out infinite;
-o-animation: wobble 5.75s ease-in-out infinite;
-ms-animation: wobble 5.75s ease-in-out infinite;
-webkit-animation: wobble 5.75s ease-in-out infinite;
-moz-animation: wobble 5.75s ease-in-out infinite;
padding-bottom: 2em;
}
.cssload-preloader > span {
font-size: 49px;
animation: 5.75s ease-in-out infinite;
-o-animation: 5.75s ease-in-out infinite;
-ms-animation: 5.75s ease-in-out infinite;
-webkit-animation: 5.75s ease-in-out infinite;
-moz-animation: 5.75s ease-in-out infinite;
color: transparent;
text-shadow: 0 0 0px rgb(0, 0, 0);
}
span:nth-child(-n+3) {
animation-delay: -2.88s;
-o-animation-delay: -2.88s;
-ms-animation-delay: -2.88s;
-webkit-animation-delay: -2.88s;
-moz-animation-delay: -2.88s;
}
span:nth-child(1),
span:nth-last-child(1) {
animation-name: blur-1;
-o-animation-name: blur-1;
-ms-animation-name: blur-1;
-webkit-animation-name: blur-1;
-moz-animation-name: blur-1;
}
span:nth-child(2),
span:nth-last-child(2) {
animation-name: blur-2;
-o-animation-name: blur-2;
-ms-animation-name: blur-2;
-webkit-animation-name: blur-2;
-moz-animation-name: blur-2;
}
span:nth-child(3),
span:nth-last-child(3) {
animation-name: blur-3;
-o-animation-name: blur-3;
-ms-animation-name: blur-3;
-webkit-animation-name: blur-3;
-moz-animation-name: blur-3;
}
@keyframes wobble {
from, to {
transform: rotateY(-45deg);
}
50% {
transform: rotateY(45deg);
}
}
@-o-keyframes wobble {
from, to {
-o-transform: rotateY(-45deg);
}
50% {
-o-transform: rotateY(45deg);
}
}
@-ms-keyframes wobble {
from, to {
-ms-transform: rotateY(-45deg);
}
50% {
-ms-transform: rotateY(45deg);
}
}
@-webkit-keyframes wobble {
from, to {
-webkit-transform: rotateY(-45deg);
}
50% {
-webkit-transform: rotateY(45deg);
}
}
@-moz-keyframes wobble {
from, to {
-moz-transform: rotateY(-45deg);
}
50% {
-moz-transform: rotateY(45deg);
}
}
| 0.437103 | 0.04982 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.