unwanted css removed
This commit is contained in:
parent
1055ca32ab
commit
d3cec426d3
344
public/assets/css/bootstrap.css
vendored
344
public/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
115
public/assets/css/jquery-ui.css
vendored
115
public/assets/css/jquery-ui.css
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden {
|
||||
/* .ui-helper-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ui-helper-hidden-accessible {
|
||||
@ -45,7 +45,7 @@
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter:Alpha(Opacity=0); /* support: IE8 */
|
||||
filter:Alpha(Opacity=0);
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
@ -53,16 +53,12 @@
|
||||
}
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
.ui-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
@ -79,18 +75,14 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header {
|
||||
} */
|
||||
/* .ui-accordion .ui-accordion-header {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
@ -122,7 +114,6 @@
|
||||
.ui-menu .ui-menu-item {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
@ -139,27 +130,27 @@
|
||||
.ui-menu .ui-state-focus,
|
||||
.ui-menu .ui-state-active {
|
||||
margin: -1px;
|
||||
}
|
||||
} */
|
||||
|
||||
/* icon support */
|
||||
.ui-menu-icons {
|
||||
/* .ui-menu-icons {
|
||||
position: relative;
|
||||
}
|
||||
.ui-menu-icons .ui-menu-item-wrapper {
|
||||
padding-left: 2em;
|
||||
}
|
||||
} */
|
||||
|
||||
/* left-aligned */
|
||||
.ui-menu .ui-icon {
|
||||
/* .ui-menu .ui-icon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: .2em;
|
||||
margin: auto 0;
|
||||
}
|
||||
} */
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon {
|
||||
/* .ui-menu .ui-menu-icon {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
@ -176,34 +167,32 @@
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
/* Support: IE <= 11 */
|
||||
overflow: visible;
|
||||
}
|
||||
} */
|
||||
|
||||
.ui-button,
|
||||
/* .ui-button,
|
||||
.ui-button:link,
|
||||
.ui-button:visited,
|
||||
.ui-button:hover,
|
||||
.ui-button:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
} */
|
||||
|
||||
/* to make room for the icon, a width needs to be set here */
|
||||
.ui-button-icon-only {
|
||||
/* .ui-button-icon-only {
|
||||
width: 2em;
|
||||
box-sizing: border-box;
|
||||
text-indent: -9999px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
} */
|
||||
|
||||
/* no icon support for input elements */
|
||||
input.ui-button.ui-button-icon-only {
|
||||
/* input.ui-button.ui-button-icon-only {
|
||||
text-indent: 0;
|
||||
}
|
||||
} */
|
||||
|
||||
/* button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon {
|
||||
/* .ui-button-icon-only .ui-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@ -226,11 +215,11 @@ input.ui-button.ui-icon-notext .ui-icon {
|
||||
text-indent: 0;
|
||||
white-space: normal;
|
||||
padding: .4em 1em;
|
||||
}
|
||||
} */
|
||||
|
||||
/* workarounds */
|
||||
/* Support: Firefox 5 - 40 */
|
||||
input.ui-button::-moz-focus-inner,
|
||||
/* input.ui-button::-moz-focus-inner,
|
||||
button.ui-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
@ -276,12 +265,10 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
||||
border-bottom: none;
|
||||
}
|
||||
} */
|
||||
|
||||
/* Spinner specific style fixes */
|
||||
.ui-controlgroup-vertical .ui-spinner-input {
|
||||
|
||||
/* Support: IE8 only, Android < 4.4 only */
|
||||
/* .ui-controlgroup-vertical .ui-spinner-input {
|
||||
width: 75%;
|
||||
width: calc( 100% - 2.4em );
|
||||
}
|
||||
@ -398,10 +385,10 @@ button.ui-button::-moz-focus-inner {
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
||||
float: left;
|
||||
}
|
||||
} */
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi {
|
||||
/* .ui-datepicker.ui-datepicker-multi {
|
||||
width: auto;
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-group {
|
||||
@ -433,7 +420,6 @@ button.ui-button::-moz-focus-inner {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
@ -469,7 +455,6 @@ button.ui-button::-moz-focus-inner {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.ui-datepicker .ui-icon {
|
||||
display: block;
|
||||
text-indent: -99999px;
|
||||
@ -642,8 +627,8 @@ button.ui-button::-moz-focus-inner {
|
||||
height: 9px;
|
||||
right: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
.ui-progressbar {
|
||||
} */
|
||||
/* .ui-progressbar {
|
||||
height: 2em;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
@ -655,7 +640,7 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
background: url("data:image/gif;base64,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");
|
||||
height: 100%;
|
||||
filter: alpha(opacity=25); /* support: IE8 */
|
||||
filter: alpha(opacity=25);
|
||||
opacity: 0.25;
|
||||
}
|
||||
.ui-progressbar-indeterminate .ui-progressbar-value {
|
||||
@ -732,7 +717,6 @@ button.ui-button::-moz-focus-inner {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
/* support: IE8 - See #6727 */
|
||||
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||||
.ui-slider.ui-state-disabled .ui-slider-range {
|
||||
filter: inherit;
|
||||
@ -809,7 +793,6 @@ button.ui-button::-moz-focus-inner {
|
||||
overflow: hidden;
|
||||
right: 0;
|
||||
}
|
||||
/* more specificity required here to override default borders */
|
||||
.ui-spinner a.ui-spinner-button {
|
||||
border-top-style: none;
|
||||
border-bottom-style: none;
|
||||
@ -822,7 +805,7 @@ button.ui-button::-moz-focus-inner {
|
||||
bottom: 0;
|
||||
}
|
||||
.ui-tabs {
|
||||
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
position: relative;
|
||||
padding: .2em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
@ -867,12 +850,11 @@ button.ui-button::-moz-focus-inner {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
max-width: 300px;
|
||||
}
|
||||
body .ui-tooltip {
|
||||
} */
|
||||
/* body .ui-tooltip {
|
||||
border-width: 2px;
|
||||
}
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
|
||||
.ui-widget {
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 1em;
|
||||
@ -908,15 +890,11 @@ body .ui-tooltip {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default,
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default,
|
||||
.ui-button,
|
||||
|
||||
/* We use html here because we need a greater specificity to make sure disabled
|
||||
works properly when clicked or hovered */
|
||||
html .ui-button.ui-state-disabled:hover,
|
||||
html .ui-button.ui-state-disabled:active {
|
||||
border: 1px solid #c5c5c5;
|
||||
@ -985,8 +963,6 @@ a.ui-button:active,
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight,
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
@ -1029,24 +1005,21 @@ a.ui-button:active,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
filter:Alpha(Opacity=70); /* support: IE8 */
|
||||
filter:Alpha(Opacity=70);
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
filter:Alpha(Opacity=35); /* support: IE8 */
|
||||
filter:Alpha(Opacity=35);
|
||||
background-image: none;
|
||||
}
|
||||
.ui-state-disabled .ui-icon {
|
||||
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
||||
filter:Alpha(Opacity=35);
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
@ -1056,13 +1029,10 @@ a.ui-button:active,
|
||||
.ui-state-focus .ui-icon,
|
||||
.ui-button:hover .ui-icon,
|
||||
.ui-button:focus .ui-icon {
|
||||
/*background-image: url("images/ui-icons_555555_256x240.png");*/
|
||||
}
|
||||
.ui-state-active .ui-icon,
|
||||
.ui-button:active .ui-icon {
|
||||
/*background-image: url("images/ui-icons_ffffff_256x240.png");*/
|
||||
}
|
||||
/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-caret-1-n { background-position: 0 0; }
|
||||
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
||||
@ -1200,7 +1170,6 @@ a.ui-button:active,
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
@ -1238,14 +1207,14 @@ a.ui-button:active,
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } */
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all,
|
||||
/* .ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-left,
|
||||
.ui-corner-tl {
|
||||
@ -1270,11 +1239,10 @@ a.ui-button:active,
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa;
|
||||
opacity: .3;
|
||||
filter: Alpha(Opacity=30); /* support: IE8 */
|
||||
filter: Alpha(Opacity=30);
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
-webkit-box-shadow: 0px 0px 5px #666666;
|
||||
@ -1282,17 +1250,11 @@ a.ui-button:active,
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
@ -1430,7 +1392,6 @@ a.ui-button:active,
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
@ -1468,4 +1429,4 @@ a.ui-button:active,
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } */
|
||||
|
||||
875
public/assets/css/jquery.fancybox.min.css
vendored
875
public/assets/css/jquery.fancybox.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,9 +1,9 @@
|
||||
|
||||
/** about-section **/
|
||||
|
||||
/*
|
||||
.about-section{
|
||||
position: relative;
|
||||
}
|
||||
} */
|
||||
|
||||
.image_block_one .image-box{
|
||||
position: relative;
|
||||
@ -11,7 +11,7 @@
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.image_block_one .image-box .image{
|
||||
/* .image_block_one .image-box .image{
|
||||
position: relative;
|
||||
display: block;
|
||||
filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1));
|
||||
@ -22,7 +22,7 @@
|
||||
.image_block_one .image-box .image img{
|
||||
width: 100%;
|
||||
border-radius: 300px 0px 300px 300px;
|
||||
}
|
||||
} */
|
||||
|
||||
.image_block_one .image-box .icon-one{
|
||||
position: absolute;
|
||||
@ -53,7 +53,7 @@
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.image_block_one .image-box .text-box{
|
||||
/* .image_block_one .image-box .text-box{
|
||||
position: absolute;
|
||||
left: -70px;
|
||||
bottom: 40px;
|
||||
@ -89,7 +89,7 @@
|
||||
width: 98px;
|
||||
height: 27px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
} */
|
||||
|
||||
.content_block_one .content-box{
|
||||
position: relative;
|
||||
@ -102,19 +102,19 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content_block_one .content-box h6{
|
||||
/* .content_block_one .content-box h6{
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
line-height: 26px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
} */
|
||||
|
||||
/* .content_block_one .content-box p{
|
||||
margin-bottom: 30px;
|
||||
} */
|
||||
|
||||
.about-section .pattern-layer .pattern-1{
|
||||
/* .about-section .pattern-layer .pattern-1{
|
||||
position: absolute;
|
||||
left: 100px;
|
||||
top: 164px;
|
||||
@ -157,7 +157,7 @@
|
||||
width: 105px;
|
||||
height: 126px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/** about-style-two **/
|
||||
@ -203,7 +203,7 @@
|
||||
background: #ffe6e6;
|
||||
}
|
||||
|
||||
.content_block_one .content-box .lower-box{
|
||||
/* .content_block_one .content-box .lower-box{
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -266,7 +266,7 @@
|
||||
.content_block_one .content-box .lower-box .author-thumb img{
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
} */
|
||||
|
||||
.about-style-two .pattern-layer .pattern-1{
|
||||
position: absolute;
|
||||
@ -294,18 +294,18 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.about-style-two .pattern-layer .pattern-4{
|
||||
/* .about-style-two .pattern-layer .pattern-4{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
width: 699px;
|
||||
height: 341px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/** about-style-three **/
|
||||
|
||||
/*
|
||||
.about-style-three{
|
||||
position: relative;
|
||||
}
|
||||
@ -313,7 +313,7 @@
|
||||
.about-style-three .content_block_one .content-box .list-style-one li{
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
} */
|
||||
|
||||
.image_block_three .image-box{
|
||||
position: relative;
|
||||
@ -341,7 +341,7 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
@media (max-width: 768px) {
|
||||
.billing-table table {
|
||||
font-size: 12px;
|
||||
@ -358,7 +358,7 @@
|
||||
.image_block_three .image-box .image-1-ho img{
|
||||
width: 100%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
} */
|
||||
|
||||
.image_block_three .image-box .image-2{
|
||||
position: absolute;
|
||||
@ -424,14 +424,14 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.image_block_three .image-box .image-shape .shape-3{
|
||||
/* .image_block_three .image-box .image-shape .shape-3{
|
||||
position: absolute;
|
||||
left: -100px;
|
||||
bottom: 25px;
|
||||
width: 98px;
|
||||
height: 27px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
} */
|
||||
|
||||
.image_block_three .image-box .image-shape .shape-4{
|
||||
position: absolute;
|
||||
@ -450,7 +450,7 @@
|
||||
height: 126px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/*
|
||||
.about-style-three .pattern-layer{
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
@ -459,7 +459,7 @@
|
||||
width: 699px;
|
||||
height: 341px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
@ -469,7 +469,7 @@
|
||||
|
||||
/** RTL-CSS **/
|
||||
|
||||
.rtl .image_block_one .image-box .text-box{
|
||||
/* .rtl .image_block_one .image-box .text-box{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
@ -490,7 +490,7 @@
|
||||
.rtl .image_block_three .image-box{
|
||||
margin-right: 0px;
|
||||
margin-left: 36px;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
@ -499,7 +499,7 @@
|
||||
/** RESPONSIVE-CSS **/
|
||||
|
||||
|
||||
@media only screen and (max-width: 1024px){
|
||||
/* @media only screen and (max-width: 1024px){
|
||||
|
||||
.image_block_one .image-box .text-box{
|
||||
left: 0px;
|
||||
@ -759,7 +759,7 @@ top: 309px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
/** appointment-section **/
|
||||
|
||||
.appointment-section{
|
||||
/* .appointment-section{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
/** RESPONSIVE-CSS **/
|
||||
|
||||
|
||||
@media only screen and (max-width: 1200px){
|
||||
/* @media only screen and (max-width: 1200px){
|
||||
|
||||
.appointment-section .bg-layer{
|
||||
width: 100%;
|
||||
@ -114,7 +114,7 @@
|
||||
@media only screen and (max-width: 499px){
|
||||
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.nice-select {
|
||||
/* .nice-select {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
@ -111,4 +111,4 @@
|
||||
display: none; }
|
||||
|
||||
.no-csspointerevents .nice-select.open .list {
|
||||
display: block; }
|
||||
display: block; } */
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Owl Carousel - Animate Plugin
|
||||
*/
|
||||
.owl-carousel .animated {
|
||||
/* .owl-carousel .animated {
|
||||
-webkit-animation-duration: 1000ms;
|
||||
animation-duration: 1000ms;
|
||||
-webkit-animation-fill-mode: both;
|
||||
@ -35,31 +35,31 @@
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
/*
|
||||
* Owl Carousel - Auto Height Plugin
|
||||
*/
|
||||
.owl-height {
|
||||
/* .owl-height {
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-moz-transition: height 500ms ease-in-out;
|
||||
-ms-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out;
|
||||
}
|
||||
} */
|
||||
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
*/
|
||||
.owl-carousel {
|
||||
display: ;
|
||||
/* display: ; */
|
||||
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 {
|
||||
/* .owl-carousel .owl-stage {
|
||||
position: relative;
|
||||
-ms-touch-action: pan-Y;
|
||||
}
|
||||
@ -74,7 +74,6 @@
|
||||
.owl-carousel .owl-stage-outer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
/* fix for flashing background */
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
.owl-carousel .owl-controls .owl-nav .owl-prev,
|
||||
@ -138,14 +137,10 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* No Js */
|
||||
.no-js .owl-carousel {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Owl Carousel - Lazy Load Plugin
|
||||
*/
|
||||
.owl-carousel .owl-item .owl-lazy {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 400ms ease;
|
||||
@ -158,9 +153,7 @@
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
/*
|
||||
* Owl Carousel - Video Plugin
|
||||
*/
|
||||
|
||||
.owl-carousel .owl-video-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
@ -249,4 +242,4 @@
|
||||
}
|
||||
.owl-theme .owl-dots .owl-dot.active span {
|
||||
background: none repeat scroll 0 0 #cda274;
|
||||
}
|
||||
} */
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
|
||||
.rtl {
|
||||
/* .rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
} */
|
||||
|
||||
.ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.rtl .switcher{
|
||||
/* .rtl .switcher{
|
||||
right: 60px;
|
||||
left: inherit;
|
||||
}
|
||||
@ -134,7 +134,7 @@
|
||||
.rtl .progress-box .count-text{
|
||||
right: inherit;
|
||||
left: 0px;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
/*=============== Color-Layout =============*/
|
||||
|
||||
.switcher .switch_btn button {
|
||||
/* .switcher .switch_btn button {
|
||||
color: #fff;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@ -75,12 +75,12 @@
|
||||
.switcher #styleOptions li a.orange-color {
|
||||
background: var(--orange-color);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
/*=============== Boxed-Layout =============*/
|
||||
|
||||
|
||||
.body_switcher .body_switch_btn button {
|
||||
/* .body_switcher .body_switch_btn button {
|
||||
width:50px;
|
||||
height:50px;
|
||||
line-height: 50px;
|
||||
@ -167,4 +167,4 @@
|
||||
background-repeat: repeat-x;
|
||||
background-position: center;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
} */
|
||||
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#ptTimeSelectCntr {
|
||||
/* #ptTimeSelectCntr {
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
margin-left: 0;
|
||||
@ -76,13 +76,13 @@
|
||||
}
|
||||
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
|
||||
border: none;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
/* content style and hover style */
|
||||
#ptTimeSelectCntr .ptTimeSelectHrCntr a,
|
||||
/* #ptTimeSelectCntr .ptTimeSelectHrCntr a,
|
||||
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
|
||||
display: block;
|
||||
float: left;
|
||||
@ -97,20 +97,20 @@
|
||||
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
|
||||
background: #43c3ea !important;
|
||||
border-color: #43c3ea !important;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
/* Hour min text style */
|
||||
#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
|
||||
/* #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
|
||||
color: #252525;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/* Cloase button style */
|
||||
#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
|
||||
/* #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
|
||||
border-radius: 30%;
|
||||
display: block;
|
||||
height: 25px !important;
|
||||
@ -123,7 +123,7 @@
|
||||
}
|
||||
|
||||
/* am pm content style, hover bg */
|
||||
#ptTimeSelectCntr .ui-state-default {
|
||||
/* #ptTimeSelectCntr .ui-state-default {
|
||||
background: #fff !important;
|
||||
border: 1px solid #eaeaea !important;
|
||||
border-radius: 0;
|
||||
@ -141,11 +141,11 @@
|
||||
#ptTimeSelectCntr .ui-state-default:hover{
|
||||
background: #43c3ea !important;
|
||||
border-color: #43c3ea !important;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/* For time set button css */
|
||||
#ptTimeSelectCntr #ptTimeSelectSetButton {
|
||||
/* #ptTimeSelectCntr #ptTimeSelectSetButton {
|
||||
padding: 0 15px 5px 0;
|
||||
}
|
||||
#ptTimeSelectSetButton .ui-state-hover{
|
||||
@ -178,7 +178,7 @@
|
||||
}
|
||||
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
|
||||
background: #43c3ea !important;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user