@charset "UTF-8";
  a {
color: #342f2c;
text-decoration: none;
}
a.hover,
a:hover {
color: #342f2c;
}
a.focus,
a:focus {
color: #342f2c;
}
a.active,
a:active {
color: #c79c58;
text-decoration: none;
}
a.disabled,
a:disabled {
cursor: not-allowed;
color: #ccc;
}
p {
color: #606e7c;
} @-webkit-keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
select {
display: block;
width: 100%;
padding: 6px 20px;
font-size: 16px;
border-radius: 0 !important;
border-color: #d6d6d6;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@-webkit-keyframes moveUp {
0% {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}
@-webkit-keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: content-box;
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;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Source Sans Pro", sans-serif;
font-size: 15px;
line-height: 1.6;
color: #2c3e50;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #342f2c;
text-decoration: none;
}
a:hover,
a:focus {
color: #504843;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 0;
}
.img-thumbnail {
padding: 4px;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 24px;
margin-bottom: 24px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 24px;
margin-bottom: 12px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 12px;
margin-bottom: 12px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 39px;
}
h2,
.h2 {
font-size: 32px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 19px;
}
h5,
.h5 {
font-size: 15px;
}
h6,
.h6 {
font-size: 13px;
}
p {
margin: 0 0 12px;
}
.lead {
margin-bottom: 24px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 22.5px;
}
}
small,
.small {
font-size: 86%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: right;
}
.text-right {
text-align: left;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #342f2c;
}
a.text-success:hover,
a.text-success:focus {
color: #181615;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #f3bc65;
}
a.text-warning:hover,
a.text-warning:focus {
color: #efa736;
}
.text-danger {
color: #e95b35;
}
a.text-danger:hover,
a.text-danger:focus {
color: #d43f17;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 11px;
margin: 48px 0 24px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-right: 0;
list-style: none;
}
.list-inline {
padding-right: 0;
list-style: none;
margin-right: -5px;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 24px;
}
dt,
dd {
line-height: 1.6;
}
dt {
font-weight: bold;
}
dd {
margin-right: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: right;
width: 160px;
clear: right;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-right: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 12px 24px;
margin: 0 0 24px;
font-size: 15.75px;
border-right: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-left: 15px;
padding-right: 0;
border-left: 5px solid #eeeeee;
border-right: 0;
text-align: left;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 24px;
font-style: normal;
line-height: 1.6;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 11.5px;
margin: 0 0 12px;
font-size: 14px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: right;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
left: auto;
}
.col-xs-pull-1 {
left: 8.33333%;
}
.col-xs-pull-2 {
left: 16.66667%;
}
.col-xs-pull-3 {
left: 25%;
}
.col-xs-pull-4 {
left: 33.33333%;
}
.col-xs-pull-5 {
left: 41.66667%;
}
.col-xs-pull-6 {
left: 50%;
}
.col-xs-pull-7 {
left: 58.33333%;
}
.col-xs-pull-8 {
left: 66.66667%;
}
.col-xs-pull-9 {
left: 75%;
}
.col-xs-pull-10 {
left: 83.33333%;
}
.col-xs-pull-11 {
left: 91.66667%;
}
.col-xs-pull-12 {
left: 100%;
}
.col-xs-push-0 {
right: auto;
}
.col-xs-push-1 {
right: 8.33333%;
}
.col-xs-push-2 {
right: 16.66667%;
}
.col-xs-push-3 {
right: 25%;
}
.col-xs-push-4 {
right: 33.33333%;
}
.col-xs-push-5 {
right: 41.66667%;
}
.col-xs-push-6 {
right: 50%;
}
.col-xs-push-7 {
right: 58.33333%;
}
.col-xs-push-8 {
right: 66.66667%;
}
.col-xs-push-9 {
right: 75%;
}
.col-xs-push-10 {
right: 83.33333%;
}
.col-xs-push-11 {
right: 91.66667%;
}
.col-xs-push-12 {
right: 100%;
}
.col-xs-offset-0 {
margin-right: 0%;
}
.col-xs-offset-1 {
margin-right: 8.33333%;
}
.col-xs-offset-2 {
margin-right: 16.66667%;
}
.col-xs-offset-3 {
margin-right: 25%;
}
.col-xs-offset-4 {
margin-right: 33.33333%;
}
.col-xs-offset-5 {
margin-right: 41.66667%;
}
.col-xs-offset-6 {
margin-right: 50%;
}
.col-xs-offset-7 {
margin-right: 58.33333%;
}
.col-xs-offset-8 {
margin-right: 66.66667%;
}
.col-xs-offset-9 {
margin-right: 75%;
}
.col-xs-offset-10 {
margin-right: 83.33333%;
}
.col-xs-offset-11 {
margin-right: 91.66667%;
}
.col-xs-offset-12 {
margin-right: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: right;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
left: auto;
}
.col-sm-pull-1 {
left: 8.33333%;
}
.col-sm-pull-2 {
left: 16.66667%;
}
.col-sm-pull-3 {
left: 25%;
}
.col-sm-pull-4 {
left: 33.33333%;
}
.col-sm-pull-5 {
left: 41.66667%;
}
.col-sm-pull-6 {
left: 50%;
}
.col-sm-pull-7 {
left: 58.33333%;
}
.col-sm-pull-8 {
left: 66.66667%;
}
.col-sm-pull-9 {
left: 75%;
}
.col-sm-pull-10 {
left: 83.33333%;
}
.col-sm-pull-11 {
left: 91.66667%;
}
.col-sm-pull-12 {
left: 100%;
}
.col-sm-push-0 {
right: auto;
}
.col-sm-push-1 {
right: 8.33333%;
}
.col-sm-push-2 {
right: 16.66667%;
}
.col-sm-push-3 {
right: 25%;
}
.col-sm-push-4 {
right: 33.33333%;
}
.col-sm-push-5 {
right: 41.66667%;
}
.col-sm-push-6 {
right: 50%;
}
.col-sm-push-7 {
right: 58.33333%;
}
.col-sm-push-8 {
right: 66.66667%;
}
.col-sm-push-9 {
right: 75%;
}
.col-sm-push-10 {
right: 83.33333%;
}
.col-sm-push-11 {
right: 91.66667%;
}
.col-sm-push-12 {
right: 100%;
}
.col-sm-offset-0 {
margin-right: 0%;
}
.col-sm-offset-1 {
margin-right: 8.33333%;
}
.col-sm-offset-2 {
margin-right: 16.66667%;
}
.col-sm-offset-3 {
margin-right: 25%;
}
.col-sm-offset-4 {
margin-right: 33.33333%;
}
.col-sm-offset-5 {
margin-right: 41.66667%;
}
.col-sm-offset-6 {
margin-right: 50%;
}
.col-sm-offset-7 {
margin-right: 58.33333%;
}
.col-sm-offset-8 {
margin-right: 66.66667%;
}
.col-sm-offset-9 {
margin-right: 75%;
}
.col-sm-offset-10 {
margin-right: 83.33333%;
}
.col-sm-offset-11 {
margin-right: 91.66667%;
}
.col-sm-offset-12 {
margin-right: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: right;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
left: auto;
}
.col-md-pull-1 {
left: 8.33333%;
}
.col-md-pull-2 {
left: 16.66667%;
}
.col-md-pull-3 {
left: 25%;
}
.col-md-pull-4 {
left: 33.33333%;
}
.col-md-pull-5 {
left: 41.66667%;
}
.col-md-pull-6 {
left: 50%;
}
.col-md-pull-7 {
left: 58.33333%;
}
.col-md-pull-8 {
left: 66.66667%;
}
.col-md-pull-9 {
left: 75%;
}
.col-md-pull-10 {
left: 83.33333%;
}
.col-md-pull-11 {
left: 91.66667%;
}
.col-md-pull-12 {
left: 100%;
}
.col-md-push-0 {
right: auto;
}
.col-md-push-1 {
right: 8.33333%;
}
.col-md-push-2 {
right: 16.66667%;
}
.col-md-push-3 {
right: 25%;
}
.col-md-push-4 {
right: 33.33333%;
}
.col-md-push-5 {
right: 41.66667%;
}
.col-md-push-6 {
right: 50%;
}
.col-md-push-7 {
right: 58.33333%;
}
.col-md-push-8 {
right: 66.66667%;
}
.col-md-push-9 {
right: 75%;
}
.col-md-push-10 {
right: 83.33333%;
}
.col-md-push-11 {
right: 91.66667%;
}
.col-md-push-12 {
right: 100%;
}
.col-md-offset-0 {
margin-right: 0%;
}
.col-md-offset-1 {
margin-right: 8.33333%;
}
.col-md-offset-2 {
margin-right: 16.66667%;
}
.col-md-offset-3 {
margin-right: 25%;
}
.col-md-offset-4 {
margin-right: 33.33333%;
}
.col-md-offset-5 {
margin-right: 41.66667%;
}
.col-md-offset-6 {
margin-right: 50%;
}
.col-md-offset-7 {
margin-right: 58.33333%;
}
.col-md-offset-8 {
margin-right: 66.66667%;
}
.col-md-offset-9 {
margin-right: 75%;
}
.col-md-offset-10 {
margin-right: 83.33333%;
}
.col-md-offset-11 {
margin-right: 91.66667%;
}
.col-md-offset-12 {
margin-right: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: right;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
left: auto;
}
.col-lg-pull-1 {
left: 8.33333%;
}
.col-lg-pull-2 {
left: 16.66667%;
}
.col-lg-pull-3 {
left: 25%;
}
.col-lg-pull-4 {
left: 33.33333%;
}
.col-lg-pull-5 {
left: 41.66667%;
}
.col-lg-pull-6 {
left: 50%;
}
.col-lg-pull-7 {
left: 58.33333%;
}
.col-lg-pull-8 {
left: 66.66667%;
}
.col-lg-pull-9 {
left: 75%;
}
.col-lg-pull-10 {
left: 83.33333%;
}
.col-lg-pull-11 {
left: 91.66667%;
}
.col-lg-pull-12 {
left: 100%;
}
.col-lg-push-0 {
right: auto;
}
.col-lg-push-1 {
right: 8.33333%;
}
.col-lg-push-2 {
right: 16.66667%;
}
.col-lg-push-3 {
right: 25%;
}
.col-lg-push-4 {
right: 33.33333%;
}
.col-lg-push-5 {
right: 41.66667%;
}
.col-lg-push-6 {
right: 50%;
}
.col-lg-push-7 {
right: 58.33333%;
}
.col-lg-push-8 {
right: 66.66667%;
}
.col-lg-push-9 {
right: 75%;
}
.col-lg-push-10 {
right: 83.33333%;
}
.col-lg-push-11 {
right: 91.66667%;
}
.col-lg-push-12 {
right: 100%;
}
.col-lg-offset-0 {
margin-right: 0%;
}
.col-lg-offset-1 {
margin-right: 8.33333%;
}
.col-lg-offset-2 {
margin-right: 16.66667%;
}
.col-lg-offset-3 {
margin-right: 25%;
}
.col-lg-offset-4 {
margin-right: 33.33333%;
}
.col-lg-offset-5 {
margin-right: 41.66667%;
}
.col-lg-offset-6 {
margin-right: 50%;
}
.col-lg-offset-7 {
margin-right: 58.33333%;
}
.col-lg-offset-8 {
margin-right: 66.66667%;
}
.col-lg-offset-9 {
margin-right: 75%;
}
.col-lg-offset-10 {
margin-right: 83.33333%;
}
.col-lg-offset-11 {
margin-right: 91.66667%;
}
.col-lg-offset-12 {
margin-right: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: right;
}
th {
text-align: right;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 18px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-left: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 24px;
font-size: 22.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 15px;
line-height: 1.6;
color: #2c3e50;
}
.form-control {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #2c3e50;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #342f2c;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
}
.form-control::-moz-placeholder {
color: #2c3e50;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 40px;
}
input[type="date"].input-sm,
.input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
input[type="month"] {
line-height: 31px;
}
input[type="date"].input-lg,
.input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
input[type="month"] {
line-height: 48px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 24px;
padding-right: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-right: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-right: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-right: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 39px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 31px;
line-height: 31px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 31px;
line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 31px;
min-height: 37px;
padding: 6px 10px;
font-size: 13px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 48px;
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 48px;
line-height: 48px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 48px;
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
.form-group-lg select.form-control {
height: 48px;
line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 48px;
min-height: 43px;
padding: 11px 16px;
font-size: 19px;
line-height: 1.33333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-left: 50px;
}
.form-control-feedback {
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 48px;
height: 48px;
line-height: 48px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 31px;
height: 31px;
line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #342f2c;
}
.has-success .form-control {
border-color: #342f2c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #181615;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6b615b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6b615b;
}
.has-success .input-group-addon {
color: #342f2c;
border-color: #342f2c;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #342f2c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #f3bc65;
}
.has-warning .form-control {
border-color: #f3bc65;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #efa736;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fae5c4;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fae5c4;
}
.has-warning .input-group-addon {
color: #f3bc65;
border-color: #f3bc65;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #f3bc65;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #e95b35;
}
.has-error .form-control {
border-color: #e95b35;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #d43f17;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3a691;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3a691;
}
.has-error .input-group-addon {
color: #e95b35;
border-color: #e95b35;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #e95b35;
}
.has-feedback label ~ .form-control-feedback {
top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #597ea2;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-right: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-right: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 31px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: left;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
left: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 19px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 13px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #342f2c;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #504843;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-right: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
text-align: right;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
left: 0;
right: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.6;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: auto;
left: 0;
}
.dropdown-menu-left {
right: 0;
left: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 13px;
line-height: 1.6;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
right: 0;
left: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
left: 0;
right: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: 0;
right: auto;
}
.navbar-right .dropdown-menu-left {
right: 0;
left: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: right;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-right: -1px;
}
.btn-toolbar {
margin-right: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-right: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group {
float: right;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-right: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-right: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
right: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: right;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 20px;
font-size: 15px;
font-weight: normal;
line-height: 1;
color: #2c3e50;
text-align: center;
background-color: #eeeeee;
border: 1px solid #d6d6d6;
border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 13px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 19px;
border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-right: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-left: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-right: -1px;
}
.nav {
margin-bottom: 0;
padding-right: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #342f2c;
}
.nav .nav-divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: right;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-left: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: right;
}
.nav-pills > li > a {
border-radius: 0;
}
.nav-pills > li + li {
margin-right: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-right: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
right: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-left: 0;
border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 0 0 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 24px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: right;
}
}
.navbar-collapse {
overflow-x: visible;
padding-left: 15px;
padding-right: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-left: 0;
margin-right: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
left: 0;
right: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: right;
padding: 13px 15px;
font-size: 19px;
line-height: 24px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-right: -15px;
}
}
.navbar-toggle {
position: relative;
float: left;
margin-left: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 6.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 24px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 25px 5px 15px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 24px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: right;
margin: 0;
}
.navbar-nav > li {
float: right;
}
.navbar-nav > li > a {
padding-top: 13px;
padding-bottom: 13px;
}
}
.navbar-form {
margin-right: -15px;
margin-left: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-right: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-right: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-right: 0;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.navbar-btn {
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 9.5px;
margin-bottom: 9.5px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 13px;
margin-bottom: 13px;
}
@media (min-width: 768px) {
.navbar-text {
float: right;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: right !important;
}
.navbar-right {
float: left !important;
margin-left: -15px;
}
.navbar-right ~ .navbar-right {
margin-left: 0;
}
}
.navbar-default {
background-color: #342f2c;
border-color: #221f1d;
}
.navbar-default .navbar-brand {
color: #2c3e50;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #1a252f;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #2c3e50;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
background-color: #342f2c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #342f2c;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #221f1d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #342f2c;
color: #fff;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #2c3e50;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: #342f2c;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #342f2c;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #2c3e50;
}
.navbar-default .navbar-link:hover {
color: #fff;
}
.navbar-default .btn-link {
color: #2c3e50;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 24px;
list-style: none;
background-color: #f5f5f5;
border-radius: 0;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-right: 0;
margin: 24px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: right;
padding: 6px 20px;
line-height: 1.6;
text-decoration: none;
color: #2c3e50;
background-color: #fff;
border: 1px solid #ddd;
margin-right: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-right: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #c79c58;
background-color: none;
border-color: #c79c58;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #c79c58;
border-color: #c79c58;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #ccc;
background-color: none;
border-color: none;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pager {
padding-right: 0;
margin: 24px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: none;
}
.pager .next > a,
.pager .next > span {
float: left;
}
.pager .previous > a,
.pager .previous > span {
float: right;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #ccc;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 13px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #342f2c;
background-color: #fff;
}
.list-group-item > .badge {
float: left;
}
.list-group-item > .badge + .badge {
margin-left: 5px;
}
.nav-pills > li > a > .badge {
margin-right: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 23px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 0;
padding-right: 15px;
padding-left: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 68px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 24px;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #2c3e50;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #342f2c;
}
.alert {
padding: 15px;
margin-bottom: 24px;
border: 1px solid transparent;
border-radius: 0;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-left: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
left: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #342f2c;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #181615;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #f3bc65;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #efa736;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #e95b35;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #d43f17;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 100% 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 100% 0;
}
}
.progress {
overflow: hidden;
height: 24px;
margin-bottom: 24px;
background-color: #f5f5f5;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: right;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 24px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-right: 10px;
}
.media-left,
.media > .pull-left {
padding-left: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-right: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-right: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: right;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #342f2c;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #342f2c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #342f2c;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #342f2c;
border-color: #342f2c;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #f3bc65;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #f3bc65;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #f3bc65;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #f3bc65;
border-color: #f3bc65;
}
.list-group-item-danger {
color: #e95b35;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #e95b35;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #e95b35;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #e95b35;
border-color: #e95b35;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 24px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: -1;
border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-left-radius: -1;
border-bottom-right-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: -1;
border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-left-radius: -1;
border-bottom-right-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: -1;
border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-left-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-left-radius: -1;
border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-left-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 24px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #342f2c;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #342f2c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #f3bc65;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #f3bc65;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #e95b35;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #e95b35;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: left;
font-size: 22.5px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 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;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.6;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: left;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-right: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-right: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-right: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Source Sans Pro", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: right;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 13px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-right: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-right: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
right: 50%;
margin-right: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
right: 50%;
margin-right: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
right: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Source Sans Pro", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: right;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 15px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-right: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-right: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 15px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -1 -1 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
right: 50%;
margin-right: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-right: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
right: 1px;
bottom: -10px;
border-right-width: 0;
border-left-color: #fff;
}
.popover.bottom > .arrow {
right: 50%;
margin-right: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-right: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
left: 1px;
border-left-width: 0;
border-right-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out right;
transition: 0.6s ease-in-out right;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
right: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
right: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
right: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
right: 100%;
}
.carousel-inner > .prev {
right: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
right: 0;
}
.carousel-inner > .active.left {
right: -100%;
}
.carousel-inner > .active.right {
right: 100%;
}
.carousel-control {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: auto;
left: 0;
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
right: 50%;
z-index: 15;
width: 60%;
margin-right: -30%;
padding-right: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
left: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-right: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-left: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: left !important;
}
.pull-left {
float: right !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
[class*="block-grid-"] {
display: block;
margin: -15px;
padding: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table;
}
[class*="block-grid-"]:after {
clear: both;
}
.block-grid-item {
display: inline;
margin: 0;
padding: 15px;
height: auto;
float: right;
list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-xs-2 > .block-grid-item {
width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-xs-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-xs-4 > .block-grid-item {
width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-xs-5 > .block-grid-item {
width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-xs-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-xs-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-xs-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-xs-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-xs-10 > .block-grid-item {
width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-xs-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-xs-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
@media (min-width: 768px) {
.block-grid-sm-1 > .block-grid-item {
width: 100%;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-sm-2 > .block-grid-item {
width: 50%;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-sm-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-sm-4 > .block-grid-item {
width: 25%;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-sm-5 > .block-grid-item {
width: 20%;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-sm-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-sm-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-sm-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-sm-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-sm-10 > .block-grid-item {
width: 10%;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-sm-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-sm-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.block-grid-md-1 > .block-grid-item {
width: 100%;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-md-2 > .block-grid-item {
width: 50%;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-md-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-md-4 > .block-grid-item {
width: 25%;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-md-5 > .block-grid-item {
width: 20%;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-md-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-md-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-md-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-md-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-md-10 > .block-grid-item {
width: 10%;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-md-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-md-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.block-grid-lg-1 > .block-grid-item {
width: 100%;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-lg-2 > .block-grid-item {
width: 50%;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-lg-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-lg-4 > .block-grid-item {
width: 25%;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-lg-5 > .block-grid-item {
width: 20%;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-lg-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-lg-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-lg-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-lg-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-lg-10 > .block-grid-item {
width: 10%;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-lg-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-lg-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
.select2-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 38px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.form--filter .select2-container .select2-selection--single {
font-size: 13px;
text-transform: none;
background: none;
position: relative;
display: block;
border: 1px solid #fff;
-webkit-box-shadow: none;
box-shadow: none;
height: 28px;
}
.form--filter .select2-container .select2-selection--single:hover {
color: #fff;
}
.form--filter .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 5px; line-height: 28px;
color: #fff;
}
.form--filter .select2-container .select2-selection--single .select2-selection__arrow {
border-left: 1px solid #fff; height: 26px;
top: 0;
}
.form--filter .select2-container .select2-selection--single .select2-selection__arrow b:before {
font-size: 13px;
color: #fff;
padding-top: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-right: 20px;
padding-right: 32px; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--multiple {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: right;
}
.select2-container .select2-search--inline .select2-search__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #d6d6d6;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px; width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
padding: 0;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 0 20px 10px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option:before {
content: ' ';
display: block;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 10px;
}
.select2-results__option:last-child:after {
border-bottom: 1px solid transparent;
}
.select2-results__option:first-child {
margin-top: 0;
}
.select2-results__option:first-child:before {
border-bottom: 1px solid transparent;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.select2-search--dropdown {
display: none;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
right: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.js-in-select {
opacity: 0;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #d6d6d6;
}
.has-error .select2-container--default .select2-selection--single {
border: 1px solid #e95b35;
}
.has-success .select2-container--default .select2-selection--single {
border: 1px solid #342f2c;
}
.select2-container--default .select2-selection--single:focus {
border-color: #342f2c;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
}
.select2-container--default .select2-selection--single:focus {
border: 1px solid #342f2c;
outline: none;
}
.form--filter .select2-container--default .select2-selection--single:focus {
border: 1px solid #fff;
}
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single {
background: rgba(255, 255, 255, 0.7);
border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: left;
font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #2c3e50;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 36px;
position: absolute;
top: 1px;
left: 1px;
width: 30px;
border-left: 1px solid #d6d6d6;
}
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single .select2-selection__arrow {
border-left: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
display: block;
width: 100%;
height: 100%;
color: #595959;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
padding: 7px 11px 0 0;
text-align: right;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
right: 1px;
left: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
content: "\f0d8";
padding: 4px 11px 0 0;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #d6d6d6;
border-radius: 0;
cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #2c3e50;
margin-top: 5px;
float: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: left;
font-weight: bold;
margin-top: 5px;
margin-left: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: right;
margin-left: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-left: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-right: 5px;
margin-left: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-right: 2px;
margin-left: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-right: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-right: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-right: -1em;
padding-right: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-right: -2em;
padding-right: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-right: -3em;
padding-right: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-right: -4em;
padding-right: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-right: -5em;
padding-right: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #342f2c;
color: white;
padding-bottom: 10px;
-webkit-transition: background 0.3s;
transition: background 0.3s;
padding-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
display: none;
}
.select2-container--default .select2-results__option--highlighted + .select2-results__option:before {
border-bottom: 1px solid transparent;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #d6d6d6;
border-radius: 0;
outline: 0;
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(50%, white), to(#eeeeee));
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.has-error .select2-container--classic .select2-selection--single {
border: 1px solid #e95b35;
}
.has-success .select2-container--classic .select2-selection--single {
border: 1px solid #342f2c;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #2c3e50;
line-height: 38px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: left;
font-weight: bold;
margin-left: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #2c3e50;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-right: 1px solid #d6d6d6;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 36px;
position: absolute;
top: 0;
left: 1px;
width: 20px;
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(50%, #eeeeee), to(#cccccc));
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-left: 1px solid #d6d6d6;
border-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
right: 1px;
left: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #342f2c;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-right-radius: 0;
border-top-left-radius: 0;
background-image: -webkit-gradient(linear, right top, right bottom, from(white), color-stop(50%, #eeeeee));
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(50%, #eeeeee), to(white));
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #d6d6d6;
border-radius: 0;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #342f2c;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #d6d6d6;
border-radius: 0;
cursor: default;
float: right;
margin-left: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-left: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-right: 5px;
margin-left: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-right: 2px;
margin-left: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #342f2c;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #d6d6d6;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
}
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #342f2c;
color: white;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]:after {
display: none;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #342f2c;
}  .ui-pnotify {
top: 25px;
left: 25px;
position: absolute;
height: auto; z-index: 9999;
} html > body > .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 100% 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
border-radius: 0;
}
.ui-pnotify-title {
display: block;
margin-top: 0;
margin-bottom: 0;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
display: block;
float: right;
margin-left: .2em;
} .ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
right: 25px;
left: auto;
}
.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
bottom: 25px;
top: auto;
}
.notify-icon {
fill: #fff;
width: 40px;
height: 40px;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 20px;
}
.irs {
position: relative;
display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.irs-line {
position: relative;
display: block;
overflow: hidden;
outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
position: absolute;
display: block;
top: 0;
}
.irs-line-left {
right: 0;
width: 11%;
}
.irs-line-mid {
right: 9%;
width: 82%;
}
.irs-line-right {
left: 0;
width: 11%;
}
.irs-bar {
position: absolute;
display: block;
right: 0;
width: 0;
}
.irs-bar-edge {
position: absolute;
display: block;
top: 0;
right: 0;
}
.irs-shadow {
position: absolute;
display: none;
right: 0;
width: 0;
}
.irs-slider {
position: absolute;
display: block;
cursor: default;
z-index: 1;
}
.irs-slider.type_last {
z-index: 2;
}
.irs-min {
position: absolute;
display: block;
right: 0;
cursor: default;
}
.irs-max {
position: absolute;
display: block;
left: 0;
cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
position: absolute;
display: block;
top: 0;
right: 0;
cursor: default;
white-space: nowrap;
}
.irs-grid {
position: absolute;
display: none;
bottom: 0;
right: 0;
width: 100%;
height: 20px;
}
.irs-with-grid .irs-grid {
display: block;
}
.irs-grid-pol {
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 8px;
background: #000;
}
.irs-grid-pol.small {
height: 4px;
}
.irs-grid-text {
position: absolute;
bottom: 0;
right: 0;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
padding: 0 3px;
color: #000;
}
.irs-disable-mask {
position: absolute;
display: block;
top: 0;
right: -1%;
width: 102%;
height: 100%;
cursor: default;
background: transparent;
z-index: 2;
}
.lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}
.irs-disabled {
opacity: 0.4;
}
.irs-hidden-input {
position: absolute !important;
display: block !important;
top: 0 !important;
right: 0 !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: none !important;
z-index: -9999 !important;
background: none !important;
border-style: solid !important;
border-color: transparent !important;
}
.irs {
height: 35px;
}
.irs-with-grid {
height: 60px;
}
.irs-line {
height: 3px;
top: 25px;
background: #342f2c;
border-radius: 3px;
}
.irs-line-left {
height: 12px;
background-position: 100% -30px;
}
.irs-line-mid {
height: 12px;
background-position: 100% 0;
}
.irs-line-right {
height: 12px;
background-position: 0% -30px;
}
.irs-bar {
height: 12px;
top: 25px;
background-position: 100% -60px;
}
.irs-bar-edge {
top: 25px;
height: 12px;
width: 9px;
background-position: 100% -90px;
}
.irs-shadow {
height: 3px;
top: 34px;
background: #000;
opacity: 0.25;
}
.lt-ie9 .irs-shadow {
filter: alpha(opacity=25);
}
.irs-slider {
width: 17px;
height: 31px;
top: 17px;
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/slider-handle.svg);
}
.footer .irs-slider,
.form--light .irs-slider,
.form--dark .irs-slider {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/slider-handle-2.svg);
height: 17px;
}
.irs-slider.from {
margin-right: 0;
}
.irs-slider.to {
margin-right: 1px;
}
.irs-min,
.irs-max {
color: #999;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 3px;
background: #e1e4e9;
border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
color: #2c3e50;
font-size: 14px;
line-height: 1.333;
text-shadow: none;
padding: 5px 15px;
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -21px;
}
@media (max-width: 767px) {
.irs-from,
.irs-to,
.irs-single {
padding: 5px 10px;
}
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
width: 7px;
height: 7px;
border-top: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
position: absolute;
background: #fff;
bottom: -5px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
content: "";
display: block;
right: 50%;
margin-right: -3px;
}
.irs-grid-pol {
background: #e1e4e9;
}
.irs-grid-text {
color: #999;
}
.bonsai,
.bonsai li {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.bonsai li {
position: relative;
padding-right: 16px;
}
.bonsai li .thumb {
margin: -3px -20px 0 0;
padding: 5px 10px; position: absolute;
cursor: pointer;
z-index: 10;
}
@media (max-width: 767px) {
.bonsai li .thumb {
left: 0;
margin-right: 0;
}
}
li.has-children > .thumb:after {
font-size: 1.2em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #c8c8c8;
line-height: 1;
}
.rtl li.has-children > .thumb:after {
content: '\f0d9';
}
li.has-children.expanded > .thumb:after {
content: "\f0d7";
}
li.collapsed > ol.bonsai {
height: 0;
overflow: hidden;
}
.bonsai .all,
.bonsai .none {
cursor: pointer;
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
outline: none;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-loading .slick-list {
background: #fff url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
right: 0;
top: 0;
display: block;
zoom: 1;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
outline: none;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
} @font-face {
font-family: "slick";
src: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/slick/slick.eot);
src: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/slick/slick.woff) format("woff"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/slick/slick.ttf) format("truetype"), url(//www.universalprime.ae/wp-content/themes/realtyspace/public/fonts/slick/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
right: -25px;
}
[dir="rtl"] .slick-prev {
right: auto;
left: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
left: -25px;
}
[dir="rtl"] .slick-next {
right: -25px;
left: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
} .slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
right: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
} .ui-pnotify {
top: 0;
left: 0;
}
.admin-bar .ui-pnotify {
top: 32px !important;
}
.ui-pnotify-container {
border: 0;
color: #fff;
text-align: center;
}
.ui-pnotify-container.alert-warning {
background: #f3bc65;
}
.ui-pnotify-container.alert-danger {
background: #e95b35;
}
.ui-pnotify-container.alert-success {
background: #342f2c;
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow {
position: absolute;
right: 0;
top: 0;
}
.leaflet-overlay-pane {
position: absolute;
right: 0;
top: 0;
}
.leaflet-overlay-pane svg {
position: absolute;
right: 0;
top: 0;
}
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
position: absolute;
right: 0;
top: 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
.c3 text,
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
.leaflet-container img {
max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
max-width: 15000px !important;
}
.leaflet-tile {
-webkit-filter: inherit;
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
}
.leaflet-tile-pane {
z-index: 2;
}
.leaflet-objects-pane {
z-index: 3;
}
.leaflet-overlay-pane {
z-index: 4;
}
.leaflet-shadow-pane {
z-index: 5;
}
.leaflet-marker-pane {
z-index: 6;
}
.leaflet-popup-pane {
z-index: 7;
}
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/css/#default#VML);
display: inline-block;
position: absolute;
}
.leaflet-control {
position: relative;
z-index: 7;
pointer-events: auto;
float: right;
clear: both;
}
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
position: absolute;
z-index: 1000;
pointer-events: none;
top: 0;
}
.leaflet-right {
left: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
right: 0;
}
.leaflet-right .leaflet-control {
float: left;
margin-left: 10px;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
-webkit-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-tile {
-webkit-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
cursor: -webkit-grab;
cursor: -moz-grab;
background: #ddd;
outline: 0;
font: 8px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-control,
.leaflet-popup-pane {
cursor: auto;
}
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: orange solid 2px;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-bar {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #000;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #000;
}
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-control-zoom-in {
font: 700 18px 'Lucida Console',Monaco,monospace;
text-indent: 1px;
}
.leaflet-control-zoom-out {
font: 700 18px 'Lucida Console',Monaco,monospace;
text-indent: 1px;
font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
}
.leaflet-control-layers {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/css/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/css/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list {
display: none;
}
.leaflet-control-layers-expanded {
padding: 6px 6px 6px 10px;
color: #333;
background: #fff;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -6px 5px -10px;
}
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-right: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-webkit-box-sizing: content-box;
box-sizing: content-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
-webkit-box-shadow: none;
box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
.leaflet-popup {
position: absolute;
text-align: center;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: right;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
margin: 0 auto;
width: 40px;
height: 20px;
position: relative;
overflow: hidden;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: #fff;
-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
left: 0;
padding: 4px 0 0 4px;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma,Verdana,sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: 700;
background: 100% 0;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
.leaflet-draw-section {
position: relative;
}
.leaflet-draw-toolbar {
margin-top: 12px;
}
.leaflet-draw-actions-bottom,
.leaflet-draw-toolbar-top {
margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
border-top-left-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
border-bottom-left-radius: 0;
}
.leaflet-draw-toolbar a {
background-image: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/css/images/spritesheet.png);
background-repeat: no-repeat;
}
.leaflet-retina .leaflet-draw-toolbar a {
background-image: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/css/images/spritesheet-2x.png);
background-size: 270px 30px;
}
.leaflet-draw a {
display: block;
text-align: center;
text-decoration: none;
}
.leaflet-draw-actions {
display: none;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
right: 26px;
top: 0;
white-space: nowrap;
}
.leaflet-right .leaflet-draw-actions {
left: 26px;
right: auto;
}
.leaflet-draw-actions li {
display: inline-block;
}
.leaflet-draw-actions li:first-child a {
border-right: none;
}
.leaflet-draw-actions li:last-child a {
border-radius: 4px 0 0 4px;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
border-radius: 0 4px 4px 0;
}
.leaflet-draw-actions a {
background-color: #919187;
border-right: 1px solid #AAA;
color: #FFF;
font: 11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;
line-height: 28px;
text-decoration: none;
padding-right: 10px;
padding-left: 10px;
height: 28px;
}
.leaflet-draw-actions-top {
margin-top: 1px;
}
.leaflet-draw-actions-bottom a,
.leaflet-draw-actions-top a {
height: 27px;
line-height: 27px;
}
.leaflet-draw-actions a:hover {
background-color: #A0A098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
height: 26px;
line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
background-position: -2px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
background-position: -31px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
background-position: -62px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
background-position: -92px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
background-position: -122px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
background-position: -152px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
background-position: -182px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
background-position: -212px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
background-position: -242px -2px;
}
.leaflet-mouse-marker {
background-color: #fff;
cursor: crosshair;
}
.leaflet-draw-tooltip {
background: #363636;
background: rgba(0, 0, 0, 0.5);
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;
margin-right: 20px;
margin-top: -21px;
padding: 4px 8px;
position: absolute;
visibility: hidden;
white-space: nowrap;
z-index: 6;
}
.leaflet-draw-tooltip:before {
border-left: 6px solid #000;
border-left-color: rgba(0, 0, 0, 0.5);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: "";
position: absolute;
top: 7px;
right: -7px;
}
.leaflet-error-draw-tooltip {
background-color: #F2DEDE;
border: 1px solid #E6B6BD;
color: #B94A48;
}
.leaflet-error-draw-tooltip:before {
border-left-color: #E6B6BD;
}
.leaflet-draw-tooltip-single {
margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
color: #f8d5e4;
}
.leaflet-draw-guide-dash {
font-size: 1%;
opacity: .6;
position: absolute;
width: 5px;
height: 5px;
}
.leaflet-edit-marker-selected {
background: rgba(254, 87, 161, 0.1);
border: 4px dashed rgba(254, 87, 161, 0.6);
border-radius: 4px;
}
.leaflet-edit-move {
cursor: move;
}
.leaflet-edit-resize {
cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
border: 3px solid #999;
}
.leaflet-oldie .leaflet-draw-toolbar a {
background-color: #eee;
}
.leaflet-oldie .leaflet-draw-toolbar a:hover {
background-color: #fff;
}
.leaflet-oldie .leaflet-draw-actions {
right: 32px;
margin-top: 3px;
}
.leaflet-oldie .leaflet-draw-actions li {
display: inline;
zoom: 1;
}
.leaflet-oldie .leaflet-edit-marker-selected {
border: 4px dashed #fe93c2;
}
.leaflet-oldie .leaflet-draw-actions a {
background-color: #999;
}
.leaflet-oldie .leaflet-draw-actions a:hover {
background-color: #a5a5a5;
}
.leaflet-oldie .leaflet-draw-actions-top a {
margin-top: 1px;
}
.leaflet-oldie .leaflet-draw-actions-bottom a {
height: 28px;
line-height: 28px;
}
.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
height: 27px;
line-height: 27px;
}
#ihf-main-container .leaflet-popup {
width: 330px;
}
#ihf-main-container .leaflet-popup-content {
width: auto !important;
margin: 0;
}
#ihf-main-container .leaflet-bottom,
#ihf-main-container .leaflet-top {
z-index: 80;
}
#ihf-main-container .leaflet-control-container a:active,
#ihf-main-container .leaflet-control-container a:hover {
text-decoration: none;
}
#ihf-main-container a.leaflet-popup-close-button:active,
#ihf-main-container a.leaflet-popup-close-button:hover {
text-decoration: none;
}
#ihf-main-container .leaflet-marker-icon {
background: 100% 0;
border: none;
}
#ihf-main-container .leaflet-marker-icon.leaflet-editing-icon {
background: #fff;
border: 1px solid #666;
}
#ihf-main-container .leaflet-popup-content-wrapper {
padding: 10px;
border-radius: 5px;
overflow: hidden;
}
#ihf-main-container .leaflet-cluster-anim .leaflet-marker-icon,
#ihf-main-container .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#ihf-main-container .marker-cluster div {
display: none;
}
#ihf-main-container .marker-cluster-small {
width: 50px !important;
height: 50px !important;
background-image: url(//www.idxre.com/idx/images/mapcount_bg5_blue.png);
}
#ihf-main-container .marker-cluster-large,
#ihf-main-container .marker-cluster-medium {
width: 64px !important;
height: 63px !important;
background-image: url(//www.idxre.com/idx/images/mapcount_bg6_blue.png);
}
#ihf-main-container .leaflet-control-layers-base label {
display: block !important;
}
@media (max-width: 480px) {
#ihf-main-container .leaflet-popup {
width: 200px;
}
}
@media (max-width: 768px) {
#ihf-main-container .leaflet-control-zoom {
visibility: hidden;
}
}
.leaflet-popup-tip {
display: none;
} #colorbox,
#cboxOverlay {
position: absolute;
top: 0;
right: 0;
z-index: 9999;
overflow: hidden;
}
#cboxWrapper {
position: absolute;
top: 0;
right: 0;
z-index: 9999;
overflow: hidden;
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: right;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: right;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
} #cboxOverlay {
background: #fff;
opacity: 0.9;
filter: alpha(opacity=90);
}
#colorbox {
outline: 0;
}
#cboxContent {
overflow: visible;
}
.cboxIframe {
background: #fff;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadingGraphic {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/loading.gif) no-repeat center center;
}
#cboxTitle {
position: absolute;
top: -22px;
right: 0;
color: #000;
}
#cboxCurrent {
position: absolute;
top: -22px;
left: 205px;
text-indent: -9999px;
} #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
text-indent: -9999px;
position: absolute;
top: -20px;
height: 30px;
width: 30px;
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/controls.png) no-repeat 0 0;
} #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
outline: 0;
}
#cboxPrevious {
left: 44px;
background-position: 3px 5px;
top: 0;
background-color: #fff;
}
#cboxPrevious:hover {
background-position: 3px -20px;
}
#cboxNext {
background-position: -20px 5px;
left: 0;
top: 0;
background-color: #fff;
}
#cboxNext:hover {
background-position: -20px -20px;
}
#cboxClose {
background-position: -50px 0;
right: 10px;
top: 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
#cboxClose:hover {
background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
left: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
background-position: -75px -25px;
left: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
background-position: -100px 0;
left: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
background-position: -75px -25px;
}
#cboxClose {
z-index: 100;
padding: 15px;
background-position: -46px 5px;
background-color: #fff;
}
#cboxClose:hover {
background-position: -46px -20px;
}
.sr-only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
@-webkit-keyframes progress {
to {
background-position: 40px 0;
}
}
@keyframes progress {
to {
background-position: 40px 0;
}
}
.player {
position: relative;
max-width: 100%;
min-width: 290px;
}
.player,
.player *,
.player *::after,
.player *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.player-video-wrapper {
position: relative;
}
.player video {
width: 100%;
height: auto;
vertical-align: middle;
}
.player-captions {
display: none;
position: absolute;
bottom: 0;
right: 0;
width: 100%;
padding: 20px;
min-height: 2.5em;
color: #fff;
font-size: 15px;
font-weight: 600;
text-shadow: 1px -1px 0 #555555, -1px -1px 0 #555555, 1px 1px 0 #555555, -1px 1px 0 #555555;
text-align: center;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
.player-captions {
font-size: 19px;
}
}
.player.captions-active .player-captions {
display: block;
}
.player-controls {
zoom: 1;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
position: relative;
padding: 10px;
background: #333333;
line-height: 1;
text-align: center;
}
.player-controls:before,
.player-controls:after {
content: "";
display: table;
}
.player-controls:after {
clear: both;
}
.player-controls-right {
display: block;
margin: 10px auto 0;
}
@media (min-width: 560px) {
.player-controls-left {
float: right;
}
.player-controls-right {
float: left;
margin-top: 0;
}
}
.player-controls input + label,
.player-controls button {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
padding: 5px 10px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
border-radius: 3px;
cursor: pointer;
}
.player-controls input + label svg,
.player-controls button svg {
width: 18px;
height: 18px;
display: block;
fill: currentColor;
-webkit-transition: fill .3s ease;
transition: fill .3s ease;
}
.player-controls input + label,
.player-controls .inverted:checked + label {
color: #555555;
}
.player-controls button,
.player-controls .inverted + label,
.player-controls input:checked + label {
color: #777777;
}
.player-controls button {
border: 0;
background: transparent;
overflow: hidden;
}
.player-controls button:focus,
.player-controls button:hover,
.player-controls [type="checkbox"]:focus + label,
.player-controls [type="checkbox"] + label:hover {
background: #342f2c;
color: #fff;
}
.player-controls button:focus,
.player-controls input:focus + label {
outline: 0;
}
.player-controls .icon-exit-fullscreen,
.player-controls .icon-muted,
.player-controls .icon-captions-on {
display: none;
}
.player-controls .player-time {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
color: #777777;
font-weight: 600;
font-size: 13px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.player-controls .player-time + .player-time {
display: none;
}
@media (min-width: 560px) {
.player-controls .player-time + .player-time {
display: inline-block;
}
}
.player-controls .player-time + .player-time::before {
content: "\2044";
margin-left: 10px;
color: #2b2b2b;
}
.player-tooltip {
visibility: hidden;
position: absolute;
z-index: 2;
bottom: 100%;
margin-bottom: 10px;
padding: 10px 15px;
opacity: 0;
background: #000;
border-radius: 3px;
color: #fff;
font-size: 13px;
line-height: 1.5;
font-weight: 600;
-webkit-transform: translate(50%, 30px);
-ms-transform: translate(50%, 30px);
transform: translate(50%, 30px);
-webkit-transition: -webkit-transform .2s .2s ease, opacity .2s .2s ease;
transition: transform .2s .2s ease, opacity .2s .2s ease;
}
.player-tooltip::after {
content: "";
display: block;
position: absolute;
right: 50%;
bottom: -5px;
margin-right: -5px;
width: 0;
height: 0;
-webkit-transition: inherit;
transition: inherit;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #333333 transparent transparent;
}
.player label:hover .player-tooltip,
.player input:focus + label .player-tooltip,
.player button:hover .player-tooltip,
.player button:focus .player-tooltip {
visibility: visible;
opacity: 1;
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
.player label:hover .player-tooltip,
.player button:hover .player-tooltip {
z-index: 3;
}
.player-progress {
position: absolute;
bottom: 100%;
right: 0;
left: 0;
width: 100%;
height: 10px;
background: #f5f5f5;
}
.player-progress-buffer[value],
.player-progress-played[value],
.player-progress-seek[type=range] {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 10px;
margin: 0;
padding: 0;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: transparent;
}
.player-progress-buffer[value]::-webkit-progress-bar,
.player-progress-played[value]::-webkit-progress-bar {
background: transparent;
}
.player-progress-buffer[value]::-webkit-progress-value,
.player-progress-played[value]::-webkit-progress-value {
background: currentColor;
}
.player-progress-buffer[value]::-moz-progress-bar,
.player-progress-played[value]::-moz-progress-bar {
background: currentColor;
}
.player-progress-played[value] {
z-index: 2;
color: #342f2c;
}
.player-progress-buffer[value] {
color: rgba(85, 85, 85, 0.25);
}
.player-progress-seek[type=range] {
z-index: 4;
cursor: pointer;
outline: 0;
}
.player-progress-seek[type=range]::-webkit-slider-runnable-track {
background: none;
border: 0;
}
.player-progress-seek[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
background: transparent;
border: 0;
width: 20px;
height: 10px;
}
.player-progress-seek[type=range]::-moz-range-track {
background: none;
border: 0;
}
.player-progress-seek[type=range]::-moz-range-thumb {
-moz-appearance: none;
background: transparent;
border: 0;
width: 20px;
height: 10px;
}
.player-progress-seek[type=range]::-ms-track {
color: transparent;
background: none;
border: 0;
}
.player-progress-seek[type=range]::-ms-fill-lower,
.player-progress-seek[type=range]::-ms-fill-upper {
background: none;
border: 0;
}
.player-progress-seek[type=range]::-ms-thumb {
background: transparent;
border: 0;
width: 20px;
height: 10px;
}
.player-progress-seek[type=range]:focus {
outline: 0;
}
.player-progress-seek[type=range]::-moz-focus-outer {
border: 0;
}
.player.loading .player-progress-buffer {
-webkit-animation: progress 1s linear infinite;
animation: progress 1s linear infinite;
background-size: 40px 40px;
background-repeat: repeat-x;
background-color: rgba(85, 85, 85, 0.25);
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
color: transparent;
}
.player-controls [data-player='pause'],
.player.playing .player-controls [data-player='play'] {
display: none;
}
.player.playing .player-controls [data-player='pause'] {
display: inline-block;
}
.player-volume[type=range] {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
width: 100px;
margin: 0 0 0 10px;
padding: 0;
cursor: pointer;
background: none;
}
.player-volume[type=range]::-webkit-slider-runnable-track {
height: 6px;
background: #555555;
border: 0;
border-radius: 3px;
}
.player-volume[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -3px;
height: 12px;
width: 12px;
background: #777777;
border: 0;
border-radius: 6px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
cursor: ew-resize;
}
.player-volume[type=range]::-moz-range-track {
height: 6px;
background: #555555;
border: 0;
border-radius: 3px;
}
.player-volume[type=range]::-moz-range-thumb {
height: 12px;
width: 12px;
background: #777777;
border: 0;
border-radius: 6px;
transition: background .3s ease;
cursor: ew-resize;
}
.player-volume[type=range]::-ms-track {
height: 6px;
background: transparent;
border-color: transparent;
border-width: 3px 0;
color: transparent;
}
.player-volume[type=range]::-ms-fill-lower,
.player-volume[type=range]::-ms-fill-upper {
height: 6px;
background: #555555;
border: 0;
border-radius: 3px;
}
.player-volume[type=range]::-ms-thumb {
height: 12px;
width: 12px;
background: #777777;
border: 0;
border-radius: 6px;
transition: background .3s ease;
cursor: ew-resize;
}
.player-volume[type=range]:focus {
outline: 0;
}
.player-volume[type=range]:focus::-webkit-slider-thumb {
background: #342f2c;
}
.player-volume[type=range]:focus::-moz-range-thumb {
background: #342f2c;
}
.player-volume[type=range]:focus::-ms-thumb {
background: #342f2c;
}
.player.ios .player-volume,
.player.ios [data-player='mute'],
.player.ios [data-player='mute'] + label,
.player-audio.ios .player-controls-right {
display: none;
}
.player-audio.ios .player-controls-left {
float: none;
}
.player-audio .player-controls {
padding-top: 20px;
}
.player-audio .player-progress {
bottom: auto;
top: 0;
background: #d6dadd;
}
.player-fullscreen,
.player.fullscreen-active {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 10000000;
background: #000;
}
.player-fullscreen video,
.player.fullscreen-active video {
height: 100%;
}
.player-fullscreen .player-video-wrapper,
.player.fullscreen-active .player-video-wrapper {
height: 100%;
width: 100%;
}
.player-fullscreen .player-video-wrapper .player-captions,
.player.fullscreen-active .player-video-wrapper .player-captions {
top: auto;
bottom: 90px;
}
@media (min-width: 560px) and (max-width: 767px) {
.player-fullscreen .player-video-wrapper .player-captions,
.player.fullscreen-active .player-video-wrapper .player-captions {
bottom: 60px;
}
}
@media (min-width: 768px) {
.player-fullscreen .player-video-wrapper .player-captions,
.player.fullscreen-active .player-video-wrapper .player-captions {
bottom: 80px;
}
}
.player-fullscreen .player-controls,
.player.fullscreen-active .player-controls {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.player-fullscreen.fullscreen-hide-controls.playing .player-controls,
.player.fullscreen-active.fullscreen-hide-controls.playing .player-controls {
-webkit-transform: translateY(100%) translateY(5px);
-ms-transform: translateY(100%) translateY(5px);
transform: translateY(100%) translateY(5px);
-webkit-transition: -webkit-transform .3s 1s ease;
transition: transform .3s 1s ease;
}
.player-fullscreen.fullscreen-hide-controls.playing .player-controls.hover,
.player.fullscreen-active.fullscreen-hide-controls.playing .player-controls.hover {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.player.fullscreen-active .icon-exit-fullscreen,
.player.muted .player-controls .icon-muted,
.player.captions-active .player-controls .icon-captions-on {
display: block;
}
.player.fullscreen-active .icon-exit-fullscreen + svg,
.player.muted .player-controls .icon-muted + svg,
.player.captions-active .player-controls .icon-captions-on + svg {
display: none;
}
.player [data-player='captions'],
.player [data-player='captions'] + label,
.player [data-player='fullscreen'],
.player [data-player='fullscreen'] + label {
display: none;
}
.player.captions-enabled [data-player='captions'],
.player.captions-enabled [data-player='captions'] + label,
.player.fullscreen-enabled [data-player='fullscreen'],
.player.fullscreen-enabled [data-player='fullscreen'] + label {
display: inline-block;
}   .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
} .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
} .pswp__img--placeholder {
-webkit-backface-visibility: hidden;
} .pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
} .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}
.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/default-skin.svg) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--close {
background-position: 0 -44px;
}
.pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
} .pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
} .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
}  .daterangepicker {
position: absolute;
background: #fff;
top: 100px;
right: 20px;
padding: 50px 50px 40px;
margin-top: 0;
width: 278px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 15px;
}
@media (max-width: 767px) {
.daterangepicker {
padding: 15px;
width: auto;
}
}
.daterangepicker.dropup {
margin-top: -5px;
}
.daterangepicker.dropup:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 3000;
}
@media (max-width: 767px) {
.daterangepicker.dropdown-menu {
left: 25px !important;
}
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: none;
}
.daterangepicker .calendar {
display: none;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
white-space: nowrap;
text-align: center;
min-width: 40px;
}
@media (max-width: 767px) {
.daterangepicker .calendar th,
.daterangepicker .calendar td {
min-width: 30px;
}
}
.daterangepicker .calendar-table {
padding: 4px;
}
.daterangepicker table {
width: 100%;
margin: 0;
}
.daterangepicker thead {
border-bottom: 1px solid #d6d6d6;
}
.daterangepicker td,
.daterangepicker th {
text-align: center;
width: 40px;
height: 40px;
white-space: nowrap;
cursor: pointer;
}
@media (max-width: 767px) {
.daterangepicker td,
.daterangepicker th {
width: 30px;
height: 30px;
}
}
.daterangepicker td.off {
color: #999;
background: #fff;
}
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
color: #999;
background: #fff;
}
.daterangepicker td.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background: #eee;
}
.daterangepicker td.in-range {
background: #ebf4f8;
border-radius: 0;
}
.daterangepicker td.active {
background-color: #357ebd;
border-color: #3071a9;
color: #fff;
}
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: #3071a9;
color: #fff;
}
.daterangepicker td.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker select {
display: inline-block;
padding: 3px 6px;
border: 1px solid #d6d6d6;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-left: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 70px;
margin-bottom: 0;
color: #2c3e50;
margin-right: 10px;
}
@media (max-width: 767px) {
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 55px;
margin-right: 0;
}
}
.daterangepicker select.ampmselect {
margin-right: 15px;
}
@media (max-width: 767px) {
.daterangepicker select.ampmselect {
margin-right: 8px;
}
}
.daterangepicker th.month {
width: auto;
font-size: 20px;
color: #342f2c;
font-weight: 600;
}
.daterangepicker .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
display: block;
height: 30px;
line-height: 30px;
vertical-align: middle;
margin: 0 0 5px 0;
padding: 0 28px 0 6px;
width: 100%;
}
.daterangepicker .input-mini.active {
border: 1px solid #357ebd;
}
.daterangepicker .daterangepicker_input {
position: relative;
}
.daterangepicker .daterangepicker_input .input-mini {
display: none;
}
.daterangepicker .daterangepicker_input i {
position: absolute;
right: 8px;
top: 8px;
font-size: 20px;
color: #2c3e50;
}
.daterangepicker .daterangepicker_input .fa-calendar {
display: none;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 5px auto;
line-height: 30px;
position: relative;
padding-right: 28px;
color: #fff;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.daterangepicker .ranges {
display: none;
font-size: 11px;
float: none;
margin: 4px;
text-align: right;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.daterangepicker .ranges li {
font-size: 13px;
background: #f5f5f5;
border: 1px solid #f5f5f5;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
border-radius: 5px;
cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: #08c;
border: 1px solid #08c;
color: #fff;
}     @media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 160px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker .calendar.left .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker .calendar.left {
clear: right;
margin-left: 60px;
}
}
@media (min-width: 564px) and (max-width: 767px) {
.daterangepicker .calendar.left {
margin-left: 0;
}
}
@media (min-width: 564px) and (max-width: 767px) {
.daterangepicker .calendar {
margin: 0 auto !important;
width: 300px !important;
float: none !important;
}
}
@media (min-width: 564px) {
.daterangepicker.single .calendar.left {
clear: none;
margin-left: 0;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: right;
}
.daterangepicker .calendar.right {
margin-right: 0;
}
.daterangepicker .left .daterangepicker_input,
.daterangepicker .calendar.left .calendar-table {
padding-left: 12px;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
float: right;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
float: right;
}
.daterangepicker .calendar.left {
clear: none;
}
} .dropzone,
.dropzone * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
position: relative;
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
width: 120px;
margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
display: block;
height: 15px;
border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
display: block;
height: 100%;
width: 0;
background: green;
}
.dropzone .dz-preview .dz-error-message {
color: red;
display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
position: absolute;
display: none;
right: 30px;
top: 30px;
width: 54px;
height: 58px;
right: 50%;
margin-right: -27px;
} @-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.dropzone,
.dropzone * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
min-height: 150px;
background: white;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
cursor: pointer;
}
.dropzone.dz-started {
padding-bottom: 30px;
}
.dropzone.dz-drag-hover {
outline: 2px solid #342f2c;
}
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
.dropzone .dz-message {
text-align: center;
padding: 2em 0;
border: 2px dashed #d6d6d6;
background: #f5f5f5;
margin: 0 0 30px;
}
.dropzone .dz-message:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #d6d6d6;
background: #fff;
border-radius: 50px;
width: 50px;
height: 50px;
text-align: center;
display: block;
margin: 20px auto;
line-height: 50px;
vertical-align: middle;
}
.dropzone .dz-message > span {
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
color: #2c3e50;
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px;
}
.dropzone .dz-preview:hover {
z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 20px;
background: #999;
background: -webkit-gradient(linear, right top, right bottom, from(#eee), to(#ddd));
background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
width: 33.3333%;
padding: 0 15px;
margin: 15px 0 0;
background: white;
}
@media (max-width: 767px) {
.dropzone .dz-preview.dz-image-preview {
width: 100%;
}
}
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.dropzone .dz-preview.dz-image-preview img {
width: 100%;
}
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
border: none;
padding: 5px 0 10px;
}
.dropzone .dz-preview .dz-remove:hover {
text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview .dz-details {
z-index: 20;
position: absolute;
top: 0;
right: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, 0.9);
line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, 0.8);
background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
-webkit-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
-webkit-filter: blur(8px);
filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
overflow: hidden;
width: 100%;
position: relative;
display: block;
z-index: 10;
}
.dropzone .dz-preview .dz-image img {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
right: 50%;
margin-right: -27px;
margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in;
transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 6px;
right: 15px;
left: 15px;
bottom: 0;
border: none;
background: #d6d6d6;
-webkit-transform: scale(1);
overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
background: #342f2c;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 50%;
right: 50%;
width: 140px;
background: #be2626;
background: -webkit-gradient(linear, right top, right bottom, from(#be2626), to(#a92222));
background: linear-gradient(to bottom, #be2626, #a92222);
padding: 0.5em 1.2em;
color: white;
margin-right: -70px;
margin-top: 35px;
}
.dropzone .dz-preview .dz-error-message:after {
content: '';
position: absolute;
top: -6px;
right: 64px;
width: 0;
height: 0;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid #be2626;
}
.dropzone--submit {
margin-top: 30px;
}
.dropzone .dz-message {
margin-bottom: 0;
}
.dropzone .dz-preview.dz-image-preview {
margin: 30px 0 0;
}
ul.dsidx-list.dsidx-panel li {
padding: 15px 0 !important;
line-height: 1.2 !important;
}
ul.dsidx-list.dsidx-panel li a {
display: inline;
font-size: 18px !important;
opacity: 1;
}
div.dsidx-results-widget .dsidx-panel .dsidx-photo {
position: relative;
width: 58%;
top: 0;
}
div.dsidx-results-widget .dsidx-panel .dsidx-photo img {
max-width: 100% !important;
width: 100%;
}
div.dsidx-results-widget .dsidx-panel h4 {
margin-right: 0 !important;
line-height: 1.2 !important;
clear: both;
margin-bottom: 0 !important;
}
div.dsidx-results-widget .dsidx-panel h4 a {
color: #2c3e50 !important;
padding: 15px 0 0;
font-weight: 600;
font-size: 17px !important;
display: block;
text-transform: none;
}
div.dsidx-results-widget .dsidx-panel ul {
margin-right: 0 !important;
}
div.dsidx-results-widget .dsidx-panel .featured-listing {
margin-bottom: 20px;
border-bottom: 1px dotted #222;
padding-bottom: 20px;
}
div.dsidx-results-widget .dsidx-panel .featured-listing:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
div.dsidx-results-widget .dsidx-panel .featured-listing li {
font-size: 15px !important;
line-height: 1.4 !important;
}
div.dsidx-results-widget .dsidx-panel .featured-listing .price {
font-size: 17px !important;
text-align: right;
color: #00bbaa;
display: block;
margin-top: 5px !important;
}
div.dsidx-results-widget .dsidx-controls {
text-indent: -4px;
}
div.dsidx-results-widget .dsidx-controls a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
display: block !important;
border: 2px solid #2c3e50 !important;
width: 48%;
margin: 5px 0;
float: right;
}
div.dsidx-results-widget .dsidx-controls a:hover,
div.dsidx-results-widget .dsidx-controls a:focus,
div.dsidx-results-widget .dsidx-controls a.active {
color: #333;
text-decoration: none;
outline: none;
}
div.dsidx-results-widget .dsidx-controls a:disabled,
div.dsidx-results-widget .dsidx-controls a.disabled {
cursor: not-allowed;
}
div.dsidx-results-widget .dsidx-controls a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
div.dsidx-results-widget .dsidx-controls a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
div.dsidx-results-widget .dsidx-controls a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
div.dsidx-results-widget .dsidx-controls a.has-error,
div.dsidx-results-widget .dsidx-controls a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
div.dsidx-results-widget .dsidx-controls a.has-error:after,
div.dsidx-results-widget .dsidx-controls a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
div.dsidx-results-widget .dsidx-controls a.has-success,
div.dsidx-results-widget .dsidx-controls a.success {
color: transparent !important;
}
div.dsidx-results-widget .dsidx-controls a.has-success:after,
div.dsidx-results-widget .dsidx-controls a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
.button--loading-refresh div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
.button--loading-spinner div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
@media (min-width: 992px) {
div.dsidx-results-widget .dsidx-controls a.hover,
div.dsidx-results-widget .dsidx-controls a:hover {
border-color: #c79c58;
color: #c79c58;
}
}
div.dsidx-results-widget .dsidx-controls a:active,
div.dsidx-results-widget .dsidx-controls a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
div.dsidx-results-widget .dsidx-controls a:disabled,
div.dsidx-results-widget .dsidx-controls a.disabled {
color: #ccc;
border-color: #efefef;
}
div.dsidx-results-widget .dsidx-controls a:nth-child(2n) {
margin-right: 4%;
}
div.dsidx-results-widget .dsidx-slideshow {
height: 305px;
}
div.dsidx-results-widget .dsidx-slideshow ul {
height: 280px;
}
div.dsidx-results-widget .dsidx-slideshow ul p {
margin-right: 0 !important;
}
div.dsidx-results-widget .dsidx-slideshow ul p span {
font-size: 15px !important;
line-height: 1.4 !important;
}
div.dsidx-results-widget .dsidx-slideshow ul p .price {
font-size: 17px !important;
text-align: right;
color: #00bbaa;
display: block;
margin-top: 5px !important;
}
div.dsidx-results-widget .dsidx-slideshow .featured-listing {
height: 300px;
border: none;
}
div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details {
height: 280px;
}
div.dsidx-results-widget,
div.dsidx-results-widget p {
font-family: "Source Sans Pro", sans-serif !important;
}
.dsidx-results {
overflow: hidden;
}
.dsidx-results .dsidx-paging-control {
float: left;
width: 50%;
text-align: left;
font-size: 0;
}
.dsidx-results .dsidx-paging-control a {
position: relative;
display: inline-block;
padding: 6px 5px;
min-width: 33px;
line-height: 1.6;
text-decoration: none;
color: #2c3e50;
background-color: #fff;
border: 1px solid #ddd;
margin-right: -1px;
text-align: center;
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+4):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+3):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+2):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+1):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-sorting-control {
float: right;
width: 50%;
font-size: 15px !important;
text-align: right !important;
}
.dsidx-results .dsidx-sorting-control form {
display: inline-block !important;
width: 200px;
}
.dsidx-results .dsidx-sorting-control form select {
font-size: 15px !important;
}
.dsidx-results #dsidx-map-control {
text-align: right;
clear: both;
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/marker/default.png) 0 0 no-repeat;
}
.dsidx-results #dsidx-map-control a {
padding: 10px 45px 15px 10px;
display: inline-block;
}
.dsidx-results #dsidx-map-control a img {
display: none;
}
.dsidx-results .dsidx-prop-summary {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer;
padding-right: 15px;
padding-left: 15px;
float: right;
width: 100%;
margin-bottom: 50px !important;
}
@media (min-width: 768px) {
.dsidx-results .dsidx-prop-summary {
width: 50%;
}
}
@media (min-width: 1200px) {
.dsidx-results .dsidx-prop-summary {
width: 33.33333%;
}
}
@media (max-width: 767px) {
.dsidx-results .dsidx-prop-summary > * {
width: 100% !important;
float: none !important;
}
}
@media (min-width: 1200px) {
.dsidx-results .dsidx-prop-summary:hover .dsidx-prop-features {
opacity: 1;
}
}
.dsidx-results .dsidx-prop-summary img {
border: none !important;
width: 100% !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
padding: 80px 20px 20px 20px;
color: #fff;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
text-align: right;
}
.dsidx-results .dsidx-prop-summary > div:nth-child(2) {
margin-left: 0 !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
background: #fff;
padding: 15px;
display: none;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title a {
font-size: 17px;
color: #2c3e50;
display: block;
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) repeat-x 0 100%;
padding-bottom: 10px;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b {
color: #0ba;
font-size: 20px;
font-weight: 700;
margin-top: 10px;
display: block;
}
.widget--idxpress-group .widget__content .dsidx-results {
margin-right: -15px !important;
margin-left: -15px;
}
.widget--idxpress-group .widget__content > p {
display: none;
}
#dsidx-listings {
margin-bottom: 30px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 0;
padding-bottom: 40px;
padding-top: 20px;
background: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing:first-of-type {
margin-top: 0;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media {
padding: 0;
margin: 15px 0 0 15px;
background: none;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media {
float: none;
margin: 0;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo {
border: none;
background: none;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo a img {
width: 100%;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo-count {
display: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data {
margin-left: 275px;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data {
float: none;
margin-right: 0;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 100% repeat-x;
border-bottom: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a {
color: #2c3e50;
font-size: 17px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a span {
color: #2c3e50;
font-size: 17px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price {
background: none;
color: #342f2c;
font-weight: bold;
font-size: 25px;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-secondary-data {
font-size: 15px;
color: #606e7c;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-secondary-data span {
color: #2c3e50;
}
.dsidx-details #dsidx-actions {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
float: none;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-actions {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
margin: 0 20px 0 0;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:hover,
.dsidx-details #dsidx-actions .dsidx-actions-button:focus,
.dsidx-details #dsidx-actions .dsidx-actions-button.active {
color: #333;
text-decoration: none;
outline: none;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:disabled,
.dsidx-details #dsidx-actions .dsidx-actions-button.disabled {
cursor: not-allowed;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-error,
.dsidx-details #dsidx-actions .dsidx-actions-button.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-error:after,
.dsidx-details #dsidx-actions .dsidx-actions-button.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-success,
.dsidx-details #dsidx-actions .dsidx-actions-button.success {
color: transparent !important;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-success:after,
.dsidx-details #dsidx-actions .dsidx-actions-button.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
.button--loading-refresh .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
.button--loading-spinner .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.dsidx-details #dsidx-actions .dsidx-actions-button.hover,
.dsidx-details #dsidx-actions .dsidx-actions-button:hover {
border-color: #c79c58;
color: #c79c58;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button:active,
.dsidx-details #dsidx-actions .dsidx-actions-button.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:disabled,
.dsidx-details #dsidx-actions .dsidx-actions-button.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-actions .dsidx-actions-button {
width: 100%;
margin: -2px 0 0 0;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button img {
display: none;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-button-print {
display: none !important;
}
}
.dsidx-details #dsidx-button-contact-agent:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-schedule-showing:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-share:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-print:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-media {
max-width: 100%;
background: #fff;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-media {
height: 300px;
}
}
.dsidx-details #dsidx-header {
margin-top: 30px;
}
.dsidx-details #dsidx-header > table {
border: none;
}
.dsidx-details #dsidx-header > table td {
padding: 0;
border: none;
}
.dsidx-details #dsidx-header #dsidx-primary-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr:nth-child(2n) {
background: #f6f6f6;
}
.dsidx-details #dsidx-header #dsidx-primary-data th,
.dsidx-details #dsidx-header #dsidx-primary-data td {
padding: 10px;
}
.dsidx-details #dsidx-header #dsidx-primary-data th {
border-left: 1px solid #d6d6d6;
}
.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price td {
color: #342f2c;
}
.dsidx-details table {
color: #2c3e50 !important;
}
.dsidx-details table#dsidx-secondary-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details table#dsidx-secondary-data tr {
background: #f2f2f2;
}
.dsidx-details table#dsidx-secondary-data tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-details table#dsidx-secondary-data th,
.dsidx-details table#dsidx-secondary-data td {
padding: 10px !important;
border: 1px solid #d6d6d6;
}
.dsidx-details table.dsidx-supplemental-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details table.dsidx-supplemental-data tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-details table.dsidx-supplemental-data tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-details table.dsidx-supplemental-data th,
.dsidx-details table.dsidx-supplemental-data td {
padding: 10px !important;
}
.dsidx-details h3 {
font-size: 20px !important;
font-weight: 600 !important;
margin: 0;
border-bottom: none !important;
}
.dsidx-details #dsidx-description {
margin-top: 35px;
padding: 12px 24px;
}
.dsidx-details #dsidx-property-types {
font-size: 20px;
color: #2c3e50;
}
.dsidx-details #dsidx-map {
margin-top: 35px !important;
border: 8px solid #fff;
}
.dsidx-details .dsidx-contact-form label {
font-size: 15px;
color: #2C3E50;
text-transform: uppercase;
font-weight: 600;
}
.dsidx-details .dsidx-contact-form table {
margin-top: 35px !important;
border: none;
}
.dsidx-details .dsidx-contact-form table td {
border: none;
}
.dsidx-details .dsidx-contact-form table textarea,
.dsidx-details .dsidx-contact-form table input.dsidx-text {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #2c3e50;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dsidx-details .dsidx-contact-form table textarea:focus,
.dsidx-details .dsidx-contact-form table input.dsidx-text:focus {
border-color: #342f2c;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 47, 44, 0.6);
}
.dsidx-details .dsidx-contact-form table textarea::-moz-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text::-moz-placeholder {
color: #2c3e50;
opacity: 1;
}
.dsidx-details .dsidx-contact-form table textarea:-ms-input-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text:-ms-input-placeholder {
color: #2c3e50;
}
.dsidx-details .dsidx-contact-form table textarea::-webkit-input-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text::-webkit-input-placeholder {
color: #2c3e50;
}
.dsidx-details .dsidx-contact-form table textarea[disabled],
.dsidx-details .dsidx-contact-form table textarea[readonly],
fieldset[disabled] .dsidx-details .dsidx-contact-form table textarea,
.dsidx-details .dsidx-contact-form table input.dsidx-text[disabled],
.dsidx-details .dsidx-contact-form table input.dsidx-text[readonly],
fieldset[disabled]
.dsidx-details .dsidx-contact-form table input.dsidx-text {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.dsidx-details .dsidx-contact-form table textarea.parsley-error,
.dsidx-details .dsidx-contact-form table input.dsidx-text.parsley-error {
border: 1px solid #e95b35;
}
.dsidx-details .dsidx-contact-form table textarea.parsley-success,
.dsidx-details .dsidx-contact-form table input.dsidx-text.parsley-success {
border: 1px solid #342f2c;
}
.dsidx-details .dsidx-contact-form table textarea {
height: 120px;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #a37936;
background: #c79c58;
color: #222;
font-weight: 600 !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:hover,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:disabled,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.disabled {
cursor: not-allowed;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-error,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-error:after,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-success,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.success {
color: transparent !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-success:after,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.button--loading-refresh .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.button--loading-spinner .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.hover,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:hover {
border-bottom: 4px solid #c79c58;
color: #222;
background: #c79c58;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:active:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:active,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.active {
border-top: 4px solid #a37936;
border-bottom: none;
color: #222;
background: #c79c58;
outline: none;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:disabled,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.dsidx-details .dsidx-contact-form .dsidx-secondary-row {
background: none !important;
}
#dsidx-disclaimer p,
.dsidx-disclaimer p {
margin-top: 0;
}
ol#dsidx-listings {
padding: 0;
}
.dsidx-shortcode-item .dsidx-primary-photo {
margin-top: 35px !important;
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
border: none !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item .dsidx-primary-photo {
float: none !important;
width: 100% !important;
margin-left: 0 !important;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
width: 100% !important;
}
}
.dsidx-shortcode-item h3 {
text-decoration: none !important;
}
.dsidx-shortcode-item table {
border: 1px solid #d6d6d6;
margin-top: 35px;
margin-right: 0 !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item table {
width: 100%;
}
}
.dsidx-shortcode-item table tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-shortcode-item table tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-shortcode-item table th,
.dsidx-shortcode-item table td {
padding: 10px !important;
}
.dsidx-shortcode-item iframe {
margin-right: 0 !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item .dsidx-photos img {
display: inline-block;
}
}
.dsidx-shortcode-item .dsidx-prop-features {
overflow: hidden;
}
.dsidx-shortcode-item blockquote {
margin: 35px 0 15px !important;
padding: 12px 24px;
}
.sidebar .dsidx-resp-area,
.dsidx-resp-vertical .dsidx-resp-area {
float: right !important;
width: 100% !important;
}
.dsidx-resp-area select {
width: 1px !important;
position: absolute !important;
}
.banner--wide .dsidx-resp-search-form {
position: relative;
}
.banner--wide .dsidx-resp-search-form label {
color: #fff;
}
.banner--wide .dsidx-resp-search-form input[type="text"] {
border: 1px solid transparent !important;
background: rgba(255, 255, 255, 0.7) !important;
margin-bottom: 0;
}
.banner--wide .dsidx-resp-search-form .dsidx-resp-area {
margin-bottom: 9px;
}
.banner--wide .dsidx-resp-search-form .dsidx-resp-area-submit {
margin-top: 10px;
}
@media (max-width: 991px) {
.sidebar .dsidx-resp-area.dsidx-resp-area-half,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half {
width: 100% !important;
}
}
@media (max-width: 991px) {
.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
padding-right: 0 !important;
}
}
.dsidx-resp-search-form .dsidx-resp-area label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"] {
margin-bottom: 0 !important;
}
@media (max-width: 991px) {
.dsidx-resp-horizontal .dsidx-resp-search-form .dsidx-resp-area {
width: 100%;
}
}
@media (max-width: 991px) {
.dsidx-resp-horizontal .dsidx-resp-area-half.dsidx-quick-resp-price-area {
width: 50% !important;
}
}
.ui-autocomplete {
position: absolute;
top: 0;
right: 0;
cursor: default;
margin: 0;
padding: 0;
list-style: none;
background: #fff;
}
.ui-autocomplete .ui-menu-item {
color: #2c3e50;
padding: 5px;
}
.ui-autocomplete .ui-menu-item:hover {
background: #342f2c;
color: #fff;
}
.ui-autocomplete .ui-menu-item:hover a {
color: #fff;
}
.ui-autocomplete .ui-menu-item a {
color: #2c3e50;
}
#areaPickerExpandAll,
#autocompleteMatch {
position: absolute;
z-index: 100;
display: none;
}
#areaPickerContainer {
color: #000;
}
.areaPickerDefaultText {
color: silver;
font: 12px arial;
}
.areaPickerActive {
color: #000;
font: 12px arial;
height: 30px;
margin-right: 5px !important;
}
#areaPicker {
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 2px;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
background: 100% 0;
outline: 0;
float: right;
}
#areaPickerExpandAllContainer,
#autocompleteMatch,
.areaPickerExpandAllTopBar {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.ihf-container .ihf-one-selectedArea {
float: right;
padding: 1px;
border: 1px solid #ccc;
border-radius: 3px;
margin-left: 2px;
}
.ihf-one-selectedArea .btn {
padding: 2px 4px;
font-size: 13px;
}
.ihf-one-selectedArea .btn:hover {
background: #999;
}
.ihf-one-selectedArea.disabled {
opacity: 0.5;
}
.autocompleteMessage {
margin: 3px 3px 15px 0;
font: 12px arial;
color: #036;
}
#autocompleteMatchValues {
z-index: 100;
width: 100%;
font: 12px arial;
background-color: #f0f0f0;
padding: 2px;
overflow: auto;
text-align: right;
}
#autocompleteMatch {
width: 80%;
margin-right: 24px;
font: 12px arial;
background-color: #dbe8f3;
padding: 2px;
border: 1px solid #CCC;
border-radius: 4px;
text-align: center;
}
@media screen and (min-width: 768px) {
#autocompleteMatch {
width: 80%;
margin-right: 74px;
}
}
#areaPickerResults {
position: relative;
}
.areaUnselected {
padding: 3px;
border: 1px solid transparent;
border-radius: 3px;
}
.autocompleteMouseOver {
text-decoration: none;
background-color: #666;
color: #FFF;
font-weight: 700;
cursor: pointer;
padding: 3px;
border-radius: 3px;
}
.areaSelected {
font-weight: 700;
background-color: #ccc;
padding: 3px;
border: 1px solid #999;
border-radius: 3px;
}
.autocompleteArrowOver {
font: 12px arial;
background-color: #666;
color: #FFF;
font-weight: 700;
cursor: pointer;
}
.autocompleteArrowOverDisabled {
font: 12px arial;
background-color: #dbe8f3;
color: #FFF;
font-weight: 700;
cursor: pointer;
}
#areaPickerExpandAll {
padding-left: 15px;
}
#areaPickerExpandAllContainer {
width: 100%;
height: 250px;
background-color: #eee;
font: 11px arial;
padding: 0;
border: 1px solid #CCC;
border-radius: 4px;
overflow: auto;
}
.areaPickerExpandAllElement {
float: right;
font: 12px arial;
width: 130px;
margin-right: 3px;
padding: 7px 2px;
border-bottom: 0 solid #ccc;
}
.areaPickerExpandAllElementDisabled {
float: right;
font: 12px arial;
width: 130px;
margin-right: 3px;
padding: 3px 0;
color: silver;
}
.areaPickerExpandAllRow {
border-bottom: 1px solid #f0f0f0;
}
.areaPickerExpandAllElement div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.areaPickerAutoCompleteSubAreaElement {
font: 11px arial;
padding: 0 10px;
height: 15px;
}
.areaPickerExpandAllSubAreaContainer {
background-color: #DDD;
display: inline-block;
border-bottom: 1px solid #666;
}
.areaPickerExpandAllSubAreaElement {
float: right;
font: 12px arial;
width: 105px;
padding: 2px 5px;
border: 1px solid transparent;
}
.areaPickerElementHasSubAreas {
font-weight: 700;
}
.areaPickerElement {
height: 30px;
font-size: 14px;
}
.areaPickerElementDisabled {
height: 15px;
color: #999;
font: 12px arial;
}
.areaPickerExpandAllTopBar {
background-color: #3c639b;
height: 38px;
color: #fff;
border: 1px solid #CCC;
border-radius: 4px;
}
.areaPickerExpandAllGroup {
background-color: #f0f0f0;
height: 16px;
color: #000;
padding: 2px;
font-weight: 700;
}
#areaPickerExpandAllCloseButton {
height: 28px;
width: 105px;
padding: 0;
float: left;
margin: 8px 0 0 14px;
text-align: left;
}
#areaPickerCustomListToggle {
height: 28px;
width: 80px;
padding: 0;
float: right;
margin: 8px 4px 0 0;
color: #fff;
}
#areaPickerClearAll {
height: 20px;
width: 120px;
padding: 0;
float: right;
margin: 8px 15px 2px 2px;
color: #fff;
}
.areaPickerExpandAllButtonClass {
padding: 2px;
cursor: pointer;
}
.background {
fill: #FFF;
fill-opacity: 0.01;
}
.component {
fill: #e1e1e1;
}
.component .label {
fill: #00F;
}
.arc {
stroke-weight: .1;
fill: #4e8fff;
}
.arc2 {
stroke-weight: .1;
fill: #3660b0;
}
.radial-svg {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.c3 svg {
font: 10px sans-serif;
}
.component .label,
.label {
font-family: Myriad,"Helvetic Neue",Helvetica,Arial;
text-anchor: middle;
}
.c3 line,
.c3 path {
fill: none;
stroke: #000;
}
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
shape-rendering: crispEdges;
}
.c3-chart-arc path {
stroke: #fff;
}
.c3-chart-arc text {
fill: #fff;
font-size: 13px;
}
.c3-grid line {
stroke: #aaa;
}
.c3-grid text {
fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
fill: gray;
font-size: 2em;
}
.c3-line {
stroke-width: 1px;
}
.c3-circle._expanded_ {
stroke-width: 1px;
stroke: #fff;
}
.c3-selected-circle {
fill: #fff;
stroke-width: 2px;
}
.c3-bar {
stroke-width: 0;
}
.c3-bar._expanded_ {
fill-opacity: 0.75;
}
.c3-target.c3-focused {
opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
stroke-width: 2px;
}
.c3-target.c3-defocused {
opacity: 0.3 !important;
}
.c3-region {
fill: #4682b4;
fill-opacity: 0.1;
}
.c3-brush .extent {
fill-opacity: 0.1;
}
.c3-legend-item {
font-size: 12px;
}
.c3-legend-item-hidden {
opacity: 0.15;
}
.c3-legend-background {
opacity: .75;
fill: #fff;
stroke: #d3d3d3;
stroke-width: 1;
}
.c3-tooltip-container {
z-index: 10;
}
.c3-tooltip {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
empty-cells: show;
-webkit-box-shadow: -7px 7px 12px -9px #777;
box-shadow: -7px 7px 12px -9px #777;
opacity: 0.9;
}
.c3-tooltip tr {
border: 1px solid #CCC;
}
.c3-tooltip th {
background-color: #aaa;
font-size: 14px;
padding: 2px 5px;
text-align: right;
color: #FFF;
}
.c3-tooltip td {
font-size: 13px;
padding: 3px 6px;
background-color: #fff;
border-right: 1px dotted #999;
}
.c3-tooltip td > span {
display: inline-block;
width: 10px;
height: 10px;
margin-left: 6px;
}
.c3-tooltip td.value {
text-align: left;
}
.c3-area {
stroke-width: 0;
opacity: 0.2;
}
.c3-chart-arcs-title {
dominant-baseline: middle;
font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
fill: #e0e0e0;
stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
fill: #000;
font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
fill: #777;
}
.c3-chart-arc .c3-gauge-value {
fill: #000;
}
#ihf-main-container g.c3-chart-bars > .c3-chart-bar:nth-child(1) .c3-bar {
fill: #999 !important;
}
#ihf-main-container g.c3-chart-bars > .c3-chart-bar:nth-child(2) .c3-bar {
fill: #d6d6d6 !important;
}
.ihf-label-overlay-money {
position: absolute;
top: 8px;
right: 8px;
}
#ihf-search-location-tabs {
border: none;
}
#ihf-search-location-tabs > li {
background: none;
margin-left: 60px;
}
#ihf-search-location-tabs > li > a {
padding: 10px 0 0;
border: none;
border-bottom: 1px dashed #2c3e50;
font-size: 20px;
color: #2c3e50;
background: none;
}
#ihf-search-location-tabs > li.active {
background: none;
}
#ihf-search-location-tabs > li.active > a {
border: none;
font-weight: bold;
background: none;
}
#ihf-search-location-tabs > li.hover {
background: none;
}
#ihf-main-search-form fieldset > .row {
padding-bottom: 15px;
}
#ihf-search-tabs .tab-content {
margin-top: 30px;
}
#areaPickerContainer .input-group {
width: 100%;
}
.areaPickerExpandAllTopBar {
background: #342f2c;
border-color: #342f2c;
border-radius: 0;
}
.areaPickerExpandAllTopBar:hover {
background: #342f2c;
border-color: #342f2c;
}
#areaPickerClearAll .glyphicon-remove-circle {
color: #fff !important;
}
#areaPickerExpandAllCloseButton {
margin-top: 4px;
}
#areaPickerExpandAllCloseButton .badge {
color: #fff;
background: none;
font-weight: 400;
font-size: 15px;
}
#areaPickerExpandAllCloseButton .badge:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
#areaPickerExpandAllContainer {
border-radius: 0;
}
.btn-form-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #a37936;
background: #c79c58;
color: #222;
margin-top: 15px;
}
.btn-form-submit:hover,
.btn-form-submit:focus,
.btn-form-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn-form-submit:disabled,
.btn-form-submit.disabled {
cursor: not-allowed;
}
.btn-form-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn-form-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.btn-form-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn-form-submit.has-error,
.btn-form-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn-form-submit.has-error:after,
.btn-form-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn-form-submit.has-success,
.btn-form-submit.success {
color: transparent !important;
}
.btn-form-submit.has-success:after,
.btn-form-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .btn-form-submit.button--loading:before {
content: "";
}
.button--loading-refresh .btn-form-submit.button--loading:before {
content: "";
}
.button--loading-spinner .btn-form-submit.button--loading:before {
content: "";
}
.btn-form-submit.hover,
.btn-form-submit:hover {
border-bottom: 4px solid #c79c58;
color: #222;
background: #c79c58;
}
.btn-form-submit:focus,
.btn-form-submit:active:focus,
.btn-form-submit:active,
.btn-form-submit.active {
border-top: 4px solid #a37936;
border-bottom: none;
color: #222;
background: #c79c58;
outline: none;
}
.btn-form-submit:disabled,
.btn-form-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.ihf-advanced-search-launch {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
}
.ihf-advanced-search-launch:hover,
.ihf-advanced-search-launch:focus,
.ihf-advanced-search-launch.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-advanced-search-launch:disabled,
.ihf-advanced-search-launch.disabled {
cursor: not-allowed;
}
.ihf-advanced-search-launch.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-advanced-search-launch:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-advanced-search-launch.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-advanced-search-launch.has-error,
.ihf-advanced-search-launch.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-advanced-search-launch.has-error:after,
.ihf-advanced-search-launch.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-advanced-search-launch.has-success,
.ihf-advanced-search-launch.success {
color: transparent !important;
}
.ihf-advanced-search-launch.has-success:after,
.ihf-advanced-search-launch.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-advanced-search-launch.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-advanced-search-launch.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-advanced-search-launch.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-advanced-search-launch.hover,
.ihf-advanced-search-launch:hover {
border-color: #c79c58;
color: #c79c58;
}
}
.ihf-advanced-search-launch:active,
.ihf-advanced-search-launch.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-advanced-search-launch:disabled,
.ihf-advanced-search-launch.disabled {
color: #ccc;
border-color: #efefef;
}
#saveSearchButton {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
}
#saveSearchButton:hover,
#saveSearchButton:focus,
#saveSearchButton.active {
color: #333;
text-decoration: none;
outline: none;
}
#saveSearchButton:disabled,
#saveSearchButton.disabled {
cursor: not-allowed;
}
#saveSearchButton.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#saveSearchButton:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
#saveSearchButton.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#saveSearchButton.has-error,
#saveSearchButton.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#saveSearchButton.has-error:after,
#saveSearchButton.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#saveSearchButton.has-success,
#saveSearchButton.success {
color: transparent !important;
}
#saveSearchButton.has-success:after,
#saveSearchButton.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch #saveSearchButton.button--loading:before {
content: "";
}
.button--loading-refresh #saveSearchButton.button--loading:before {
content: "";
}
.button--loading-spinner #saveSearchButton.button--loading:before {
content: "";
}
@media (min-width: 992px) {
#saveSearchButton.hover,
#saveSearchButton:hover {
border-color: #c79c58;
color: #c79c58;
}
}
#saveSearchButton:active,
#saveSearchButton.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#saveSearchButton:disabled,
#saveSearchButton.disabled {
color: #ccc;
border-color: #efefef;
}
#saveSearchButton .glyphicon-star {
color: #dabe91;
}
.ihf-listing-search-results .btn-link {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.ihf-listing-search-results .btn-link:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-listing-search-results .btn-link.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-search-results .btn-link.has-error,
.ihf-listing-search-results .btn-link.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-search-results .btn-link.has-error:after,
.ihf-listing-search-results .btn-link.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-search-results .btn-link.has-success,
.ihf-listing-search-results .btn-link.success {
color: transparent !important;
}
.ihf-listing-search-results .btn-link.has-success:after,
.ihf-listing-search-results .btn-link.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.ihf-listing-search-results .btn-link.hover,
.ihf-listing-search-results .btn-link:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
.ihf-listing-search-results .btn-link:active,
.ihf-listing-search-results .btn-link.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-search-results .btn-link:focus,
.ihf-listing-search-results .btn-link.focus {
text-decoration: none;
outline: none;
}
.ihf-listing-search-results .btn-link:disabled,
.ihf-listing-search-results .btn-link.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-listing-search-results .btn-link.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf .ihf-listing-search-results {
position: relative;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1):before,
.ihf .ihf-listing-search-results > .row:nth-of-type(1):after {
content: '';
display: none;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-7,
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-5 {
width: auto;
}
@media (max-width: 767px) {
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-7 {
margin-top: 30px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) .btn-link {
border: none;
color: #342f2c;
}
@media (max-width: 767px) {
.ihf .ihf-listing-search-results > .row:nth-of-type(1) .btn-link {
padding-right: 0;
}
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) {
float: right;
margin-top: 45px;
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group-justified {
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) > .col-xs-0 {
display: none;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) > .col-xs-12 {
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group > .btn-primary {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 20px;
border-bottom: 1px solid #d6d6d6;
color: #d6d6d6;
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group > .btn-primary.active {
color: #2c3e50;
border-bottom: 3px solid #2c3e50;
}
.ihf .ihf-listing-search-results > .ihf-refine-row {
float: left;
margin-top: 45px;
}
.ihf .ihf-listing-search-results > .ihf-refine-row > .col-xs-4 {
position: absolute;
top: 8px;
right: -15px;
}
.ihf .ihf-listing-search-results > .ihf-refine-row > .col-xs-8 {
width: auto;
}
.ihf .ihf-listing-search-results > .ihf-result-row,
.ihf .ihf-listing-search-results > .ihf-map-row {
clear: both;
}
.ihf-listing-search-results #ihf-map-canvas {
margin-top: 30px;
}
.ihf-organizer {
zoom: 1;
}
.ihf-organizer:before,
.ihf-organizer:after {
content: "";
display: table;
}
.ihf-organizer:after {
clear: both;
}
.ihf-organizer > .row:nth-of-type(1) a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
margin: 0 -1px 0 0;
float: right;
}
.ihf-organizer > .row:nth-of-type(1) a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-organizer > .row:nth-of-type(1) a.has-error,
.ihf-organizer > .row:nth-of-type(1) a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-organizer > .row:nth-of-type(1) a.has-error:after,
.ihf-organizer > .row:nth-of-type(1) a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-organizer > .row:nth-of-type(1) a.has-success,
.ihf-organizer > .row:nth-of-type(1) a.success {
color: transparent !important;
}
.ihf-organizer > .row:nth-of-type(1) a.has-success:after,
.ihf-organizer > .row:nth-of-type(1) a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.ihf-organizer > .row:nth-of-type(1) a.hover,
.ihf-organizer > .row:nth-of-type(1) a:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
.ihf-organizer > .row:nth-of-type(1) a:active,
.ihf-organizer > .row:nth-of-type(1) a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-organizer > .row:nth-of-type(1) a:focus,
.ihf-organizer > .row:nth-of-type(1) a.focus {
text-decoration: none;
outline: none;
}
.ihf-organizer > .row:nth-of-type(1) a:disabled,
.ihf-organizer > .row:nth-of-type(1) a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-organizer > .row:nth-of-type(1) a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-organizer > .row:nth-of-type(1) span {
display: none;
}
.ihf-organizer > .row:nth-of-type(2) {
margin-top: 30px;
margin-bottom: 30px;
}
.ihf-organizer > .row:nth-of-type(3) {
margin-top: 30px;
}
.ihf-organizer .panel {
clear: both;
}
.ihf-navigation {
float: right;
margin-top: 45px;
width: auto;
position: relative;
z-index: 5;
}
.ihf-navigation .btn-group-justified {
width: auto;
}
.ihf-navigation > .col-xs-12 {
width: auto;
}
.ihf-navigation .btn-group > .btn-primary {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 20px;
border-bottom: 1px solid #d6d6d6;
color: #d6d6d6;
width: auto;
}
.ihf-navigation .btn-group > .btn-primary.active {
color: #2c3e50;
border-bottom: 3px solid #2c3e50;
}
.ihf-navigation + .row.mt-25.mb-25,
.ihf-navigation + .ihf-refine-row {
float: left;
margin-top: 45px;
margin-bottom: 30px;
}
.ihf-navigation + .row.mt-25.mb-25 .pull-left.mt-10,
.ihf-navigation + .ihf-refine-row .pull-left.mt-10 {
margin: 5px 0 0 10px;
}
.ihf-grid-result {
cursor: pointer;
}
@media (max-width: 767px) {
#ihf-refine-search .dropdown-menu {
margin-left: -87px;
}
}
.ihf-refine-search-container {
width: 275px;
}
.ihf-results-organizer-slider__items {
padding: 15px;
}
#ihf-mini-search-submit {
margin-top: 20px;
}
#ihf-mini-search-submit .btn-primary {
float: left;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background: #342f2c;
}
.ihf > .ihf-container > :first-child,
.ihf > .ihf-container > .row {
margin-top: 35px;
}
.ihf > .ihf-container .col-xs-12 > .btn-block {
margin-top: 20px;
}
.ihf-grid-result-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
margin-top: 35px;
margin-bottom: 0;
}
.ihf-grid-result-container:hover .ihf-results-grid-photo:after {
opacity: 1;
}
.ihf-grid-result-container:hover > .row:nth-child(4),
.ihf-grid-result-container:hover > .row:nth-child(5),
.ihf-grid-result-container:hover > .row:nth-child(7) {
display: block;
}
.ihf-grid-result-container a:hover {
text-decoration: none;
}
.ihf-grid-result-container > .row:nth-child(1) {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
background: #fff;
padding: 0 0 15px;
margin: 0;
}
.ihf-grid-result-container > .row:nth-child(2) {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
background: #fff;
padding: 15px 0;
margin: 0;
}
.ihf-grid-result-container > .row:nth-child(2):after {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 0 repeat-x;
border: 0;
height: 1px;
display: block;
margin: 0 15px;
position: relative;
top: 8px;
}
@media (max-width: 767px) {
.ihf-grid-result-container > .row:nth-child(2):after {
top: 0;
}
}
.ihf-grid-result-container > .row:nth-child(3) {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.ihf-grid-result-container > .row:nth-child(4),
.ihf-grid-result-container > .row:nth-child(5),
.ihf-grid-result-container > .row:nth-child(7) {
position: absolute;
right: 15px;
left: 15px;
margin: 0;
display: none;
}
.ihf-grid-result-container > .row:nth-child(4) {
top: 150px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.ihf-grid-result-container > .row:nth-child(5) {
top: 230px;
color: #c79c58;
font-size: 13px;
font-style: italic;
}
.ihf-grid-result-container > .row:nth-child(6) {
display: none;
}
.ihf-grid-result-container > .row:nth-child(7) {
top: 110px;
color: #fff;
}
.ihf-grid-result-container > .row:nth-child(7) .col-xs-3 {
display: none;
}
.ihf-grid-result-container > .row:nth-child(8) {
display: none;
}
.ihf-grid-result-container .ihf-grid-result-address {
font-size: 17px;
color: #2c3e50;
display: block;
}
.ihf-grid-result-container .ihf-grid-result-price {
color: #c79c58;
padding: 0;
}
.ihf-grid-result-container .ihf-grid-result-price .ihf-for-sale-price {
font-size: 20px;
font-weight: 700;
}
.ihf-grid-result-container .ihf-results-grid-photo {
position: relative;
background-size: 100% 100%;
}
.ihf-grid-result-container .ihf-results-grid-photo a {
display: block;
height: 275px;
}
.ihf-grid-result-container .ihf-results-grid-photo:after {
position: absolute;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: 300ms;
transition: 300ms;
content: ' ';
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.ihf-grid-result-container .ihf-grid-result-basic-info-container br {
display: none;
}
.ihf-grid-result-container .ihf-grid-result-photocount {
color: #a6a6a6;
text-transform: uppercase;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #a6a6a6;
left: 15px;
top: 26px;
position: relative;
text-align: center;
display: none;
}
.ihf-grid-result-container .ihf-grid-result-photocount a {
color: #a6a6a6;
}
.ihf-result {
padding-top: 40px;
}
.ihf-result:after {
content: " ";
border-bottom: 1px solid #d6d6d6;
margin: 40px 15px 0;
display: block;
}
@media (max-width: 767px) {
.ihf-result {
margin-top: 30px;
}
.ihf-result:first-of-type {
margin-top: 0;
}
.ihf-result:after {
margin: 30px 15px 0;
}
}
.ihf-result > .col-xs-12 {
float: none;
}
.ihf-result > .col-xs-12 .property-divider {
display: none;
}
.ihf-result > .col-xs-12 > .row > .col-xs-12 {
padding: 0;
}
.ihf-result .ihf-results-photo {
padding-right: 15px;
padding-left: 15px;
float: right;
width: 100%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-photo {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.ihf-result .ihf-results-photo {
width: 33.33333%;
}
}
.ihf-result .ihf-results-photo a {
display: block;
}
.ihf-result .ihf-results-photo a img {
max-width: 100%;
}
.ihf-result .ihf-results-property-info {
padding-right: 15px;
padding-left: 15px;
float: right;
width: 50%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-property-info {
width: 50%;
}
}
@media (min-width: 1200px) {
.ihf-result .ihf-results-property-info {
width: 50%;
}
}
@media (max-width: 991px) {
.ihf-result .ihf-results-property-info {
margin-top: 30px;
}
}
.ihf-result .ihf-results-extra-info {
padding-right: 15px;
padding-left: 15px;
float: right;
width: 50%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-extra-info {
width: 16.66667%;
}
}
@media (max-width: 991px) {
.ihf-result .ihf-results-extra-info {
margin-top: 30px;
}
}
.ihf-result .ihf-results-links a:first-of-type {
display: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2) {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
margin-top: 15px;
}
.ihf-result .ihf-results-links a:nth-of-type(2):hover,
.ihf-result .ihf-results-links a:nth-of-type(2):focus,
.ihf-result .ihf-results-links a:nth-of-type(2).active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2):disabled,
.ihf-result .ihf-results-links a:nth-of-type(2).disabled {
cursor: not-allowed;
}
.ihf-result .ihf-results-links a:nth-of-type(2).progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-result .ihf-results-links a:nth-of-type(2):after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-error,
.ihf-result .ihf-results-links a:nth-of-type(2).error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-error:after,
.ihf-result .ihf-results-links a:nth-of-type(2).error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-success,
.ihf-result .ihf-results-links a:nth-of-type(2).success {
color: transparent !important;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-success:after,
.ihf-result .ihf-results-links a:nth-of-type(2).success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
.button--loading-refresh .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
.button--loading-spinner .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-result .ihf-results-links a:nth-of-type(2).hover,
.ihf-result .ihf-results-links a:nth-of-type(2):hover {
border-color: #c79c58;
color: #c79c58;
}
}
.ihf-result .ihf-results-links a:nth-of-type(2):active,
.ihf-result .ihf-results-links a:nth-of-type(2).active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2):disabled,
.ihf-result .ihf-results-links a:nth-of-type(2).disabled {
color: #ccc;
border-color: #efefef;
}
.ihf-result .properties__address {
margin-bottom: 25px;
}
@media (max-width: 767px) {
.ihf-result .properties__address {
margin-bottom: 0;
}
}
.ihf-result .properties__address .ihf-results-address {
margin-right: 50px;
margin-top: 5px;
}
@media (max-width: 767px) {
.ihf-result .properties__address .ihf-results-address {
margin-right: 0;
}
}
.ihf-result .properties__address .ihf-txt-uc {
color: #2c3e50;
display: block;
}
.ihf-result .properties__address .listing-open-home-text {
color: #c79c58;
font-style: italic;
}
.ihf-result .ihf-results-price {
color: #c79c58;
padding: 0;
text-align: left;
}
.ihf-result .ihf-results-price .ihf-for-sale-price {
font-size: 25px;
font-weight: 600;
display: block;
}
.ihf-result .ihf-map-icon {
position: absolute;
right: 15px;
top: 0;
}
.ihf-result .ihf-results-listingnum {
margin-top: 15px;
}
.ihf-map-icon {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/marker/default.png);
width: 34px;
height: 47px;
text-indent: -99999px;
}
#ihf-main-container .leaflet-popup-content-wrapper {
background: #342f2c;
padding: 13px 20px 18px;
color: #fff;
position: absolute;
bottom: -2px;
right: 18px;
font-weight: 200;
width: 340px;
font-size: 15px;
background: rgba(44, 62, 80, 0.8);
}
#ihf-main-container .leaflet-popup-content-wrapper:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
right: 0;
width: 0;
height: 0;
border-bottom: 15px solid transparent;
border-right: 15px solid #342f2c;
border-right: 15px solid rgba(44, 62, 80, 0.8);
}
#ihf-main-container .leaflet-clickable {
stroke-width: 2px;
fill-opacity: 0.1;
}
.leaflet-container .map-infobox-img {
max-width: 100% !important;
}
.ihf-map-info-box-title a {
color: #fff;
font-weight: 600;
}
.ihf-map-info-window {
margin-top: 10px;
}
.ihf-listing-detail {
position: relative;
}
.ihf-listing-detail .back-to-results {
padding: 0;
margin-left: -15px;
margin-top: 5px;
}
.ihf-listing-detail .back-to-results a {
text-transform: uppercase;
color: #342f2c;
font-weight: 600;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:hover,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:focus,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:disabled,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.disabled {
cursor: not-allowed;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-error,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-error:after,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-success,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.success {
color: transparent !important;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-success:after,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.hover,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:hover {
border-color: #c79c58;
color: #c79c58;
}
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:active,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:disabled,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 991px) {
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary {
font-size: 12px;
}
}
.ihf-listing-detail .ihf-address {
display: none;
}
.ihf-listing-detail .ihf-price {
background: #fff;
border: 1px solid #d6d6d6;
color: #2c3e50;
line-height: 1;
position: absolute;
right: 15px;
padding: 10px 14px;
bottom: -12px;
}
.ihf-listing-detail .ihf-price span {
font-size: 46px;
color: #342f2c;
display: block;
font-weight: 600;
}
@media (max-width: 1199px) {
.ihf-listing-detail .ihf-price {
bottom: 40px;
}
}
@media (max-width: 991px) {
.ihf-listing-detail .ihf-price {
font-size: 20px;
bottom: 80px;
}
.ihf-listing-detail .ihf-price span {
font-size: 24px;
}
}
.ihf-listing-detail .slider--small .carousel-control {
display: none;
}
.ihf-listing-detail .slider--small span.ihf-center {
display: block;
text-align: center;
}
.ihf-listing-detail .slider--small span.ihf-center img {
margin: 0 auto;
width: 100%;
}
.ihf-listing-detail .slider--small .slider__item {
min-height: 400px;
}
@media (max-width: 767px) {
.ihf-listing-detail .slider--small .slider__item {
min-height: auto;
}
}
.ihf-listing-detail > #ihf-detail-navrow {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ihf-listing-detail > #ihf-detail-navrow:before,
.ihf-listing-detail > #ihf-detail-navrow:after {
content: '';
display: none;
}
.ihf-listing-detail > #ihf-detail-navrow .col-xs-12 {
width: auto;
}
@media (max-width: 767px) {
.ihf-listing-detail > #ihf-detail-navrow {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ihf-listing-detail > #ihf-detail-navrow .ihf-detail-back-to-results {
text-align: left;
margin-left: 15px;
}
.ihf-listing-detail > #ihf-detail-navrow .ihf-detail-navigation {
position: relative;
top: 15px;
}
}
.ihf-listing-detail > #ihf-detail-navrow .pagination {
margin: 0 30px 0 0;
}
.ihf-listing-detail > #ihf-leadcapture-btns {
margin-top: 10px;
}
@media (max-width: 1199px) {
.ihf-listing-detail > #ihf-leadcapture-btns {
margin-top: 45px;
}
}
.ihf-listing-detail > #ihf-leadcapture-btns > .col-xs-12 {
text-align: left;
}
@media (max-width: 1199px) {
.ihf-listing-detail > #ihf-leadcapture-btns > .col-xs-12 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.ihf-listing-detail > .row {
margin-top: 30px;
}
.ihf-listing-detail > #ihf-detail-modals + .row {
margin-top: 0;
}
.ihf-listing-detail > #ihf-detail-modals + .row > .col-xs-7 {
display: none;
}
.ihf-listing-detail > .property__plan > .col-md-12 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
@media (max-width: 991px) {
.ihf-listing-detail > .property__plan > .col-md-12 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.ihf-listing-detail > .property__plan > .col-md-12 > div {
text-align: center;
margin-bottom: 0;
border: 1px solid #fff;
background: #e4e4e4;
margin-right: -1px;
margin-top: -1px;
padding: 20px 15px;
width: 23%;
}
.ihf-listing-detail > .property__plan > .col-md-12 > div.ihf-property-type {
width: 33%;
}
@media (max-width: 991px) {
.ihf-listing-detail > .property__plan > .col-md-12 > div {
width: 50% !important;
}
}
.ihf-listing-detail > #ihf-detail-extrainfo-tabrow {
display: none;
}
.ihf-listing-detail .ihf-detail-tab-content h5 {
font-weight: 600;
}
.ihf-listing-detail .ihf-detail-tab-content > .tab-pane {
display: block;
}
.ihf-listing-detail #ihf-agent-sellers-rep {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
margin-top: 30px;
}
.ihf-listing-detail #ihf-agent-sellers-rep + img {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-top: 30px;
}
.ihf-listing-detail #ihf-agent-sellers-rep + img + div {
-webkit-box-ordinal-group: 15;
-webkit-order: 14;
-ms-flex-order: 14;
order: 14;
margin-top: 30px;
}
.ihf-listing-detail #ihf-board-detail-disclaimer {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
margin-top: 30px;
}
.ihf-listing-detail #ihf-board-detail-updatetext {
-webkit-box-ordinal-group: 17;
-webkit-order: 16;
-ms-flex-order: 16;
order: 16;
margin-top: 30px;
}
.ihf-listing-detail .ihf-listing-number {
font-size: 20px;
color: #2c3e50;
font-weight: 600;
}
.ihf-listing-detail .ihf-virtual-tour-link a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.ihf-listing-detail .ihf-virtual-tour-link a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-error,
.ihf-listing-detail .ihf-virtual-tour-link a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-error:after,
.ihf-listing-detail .ihf-virtual-tour-link a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-success,
.ihf-listing-detail .ihf-virtual-tour-link a.success {
color: transparent !important;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-success:after,
.ihf-listing-detail .ihf-virtual-tour-link a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.ihf-listing-detail .ihf-virtual-tour-link a.hover,
.ihf-listing-detail .ihf-virtual-tour-link a:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:active,
.ihf-listing-detail .ihf-virtual-tour-link a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:focus,
.ihf-listing-detail .ihf-virtual-tour-link a.focus {
text-decoration: none;
outline: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:disabled,
.ihf-listing-detail .ihf-virtual-tour-link a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-listing-detail .ihf-virtual-tour-link a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail .ihf-social-share {
margin-top: 15px;
}
.ihf-listing-detail .ihf-share-btn {
color: #342f2c;
background: none;
}
.ihf-listing-detail .title-bar-1 {
background: #342f2c;
padding: 15px;
color: #fff;
}
.ihf-listing-detail .listing-info-slider__item {
border-top: 1px solid #d6d6d6;
padding: 15px 0;
}
.ihf-listing-detail .listing-info-slider__item.listing-info-slider__item-2 {
border-top: none;
}
.ihf-listing-detail .listing-info-slider__item-title {
font-weight: 600;
}
.ihf-listing-detail #ihf-detail-extrainfotabs {
display: none;
}
.ihf-listing-detail #ihf-detail-features-tab > .row {
margin: 0;
}
.ihf-listing-detail #ihf-mortgage-calculator-tab-content .input-group[class*="col-"] {
padding-right: 15px;
padding-left: 15px;
}
.ihf-listing-detail #ihf-mort-calc-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #a37936;
background: #c79c58;
color: #222;
margin-top: 20px;
}
.ihf-listing-detail #ihf-mort-calc-submit:hover,
.ihf-listing-detail #ihf-mort-calc-submit:focus,
.ihf-listing-detail #ihf-mort-calc-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-listing-detail #ihf-mort-calc-submit:disabled,
.ihf-listing-detail #ihf-mort-calc-submit.disabled {
cursor: not-allowed;
}
.ihf-listing-detail #ihf-mort-calc-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail #ihf-mort-calc-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-error,
.ihf-listing-detail #ihf-mort-calc-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-error:after,
.ihf-listing-detail #ihf-mort-calc-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-success,
.ihf-listing-detail #ihf-mort-calc-submit.success {
color: transparent !important;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-success:after,
.ihf-listing-detail #ihf-mort-calc-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.ihf-listing-detail #ihf-mort-calc-submit.hover,
.ihf-listing-detail #ihf-mort-calc-submit:hover {
border-bottom: 4px solid #c79c58;
color: #222;
background: #c79c58;
}
.ihf-listing-detail #ihf-mort-calc-submit:focus,
.ihf-listing-detail #ihf-mort-calc-submit:active:focus,
.ihf-listing-detail #ihf-mort-calc-submit:active,
.ihf-listing-detail #ihf-mort-calc-submit.active {
border-top: 4px solid #a37936;
border-bottom: none;
color: #222;
background: #c79c58;
outline: none;
}
.ihf-listing-detail #ihf-mort-calc-submit:disabled,
.ihf-listing-detail #ihf-mort-calc-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.ihf-listing-detail .mc-loanamt {
text-align: left;
}
.ihf-listing-detail .panel.panel-primary {
margin-top: 20px;
border: 1px solid #342f2c;
padding: 30px;
}
.ihf-listing-detail .panel.panel-primary .mc-total {
font-size: 20px;
}
.ihf-listing-detail .panel.panel-primary .mc-total .mc-amount {
color: #342f2c;
font-size: 24px;
font-weight: 600;
}
.ihf-listing-detail .panel.panel-primary .mc-estimated {
text-decoration: underline;
}
.ihf-listing-detail .panel.panel-primary .table.table-condensed {
border: none;
margin-top: 30px;
}
.ihf-listing-detail .panel.panel-primary .table.table-condensed td {
padding: 5px 0;
border: none;
border-bottom: 1px solid #d6d6d6;
}
.ihf-listing-detail .ihf-property-no-photo {
max-width: 100%;
}
.ihf-listing-detail .ihf-open-home .panel-group {
margin-bottom: 0;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel {
border: 0;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading {
background: #c79c58;
color: #2c3e50 !important;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .color-green {
color: #fff !important;
display: block;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading a {
color: #2c3e50 !important;
text-decoration: none !important;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading.hover {
text-decoration: none;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .glyphicon {
font-size: 10px;
position: relative;
top: -2px;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .glyphicon:before {
content: "\002b";
}
#ihf-main-container .modal {
background: rgba(0, 0, 0, 0.5);
}
#ihf-main-container .modal .modal-header {
background: none;
padding-bottom: 0;
}
#ihf-main-container .modal .modal-footer {
padding: 0 16px 15px;
background: none;
}
#ihf-main-container .modal .modal-footer .btn-link {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
}
#ihf-main-container .modal .modal-footer .btn-link:hover,
#ihf-main-container .modal .modal-footer .btn-link:focus,
#ihf-main-container .modal .modal-footer .btn-link.active {
color: #333;
text-decoration: none;
outline: none;
}
#ihf-main-container .modal .modal-footer .btn-link:disabled,
#ihf-main-container .modal .modal-footer .btn-link.disabled {
cursor: not-allowed;
}
#ihf-main-container .modal .modal-footer .btn-link.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#ihf-main-container .modal .modal-footer .btn-link:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
#ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#ihf-main-container .modal .modal-footer .btn-link.has-error,
#ihf-main-container .modal .modal-footer .btn-link.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#ihf-main-container .modal .modal-footer .btn-link.has-error:after,
#ihf-main-container .modal .modal-footer .btn-link.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#ihf-main-container .modal .modal-footer .btn-link.has-success,
#ihf-main-container .modal .modal-footer .btn-link.success {
color: transparent !important;
}
#ihf-main-container .modal .modal-footer .btn-link.has-success:after,
#ihf-main-container .modal .modal-footer .btn-link.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
.button--loading-refresh #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
.button--loading-spinner #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
@media (min-width: 992px) {
#ihf-main-container .modal .modal-footer .btn-link.hover,
#ihf-main-container .modal .modal-footer .btn-link:hover {
border-color: #c79c58;
color: #c79c58;
}
}
#ihf-main-container .modal .modal-footer .btn-link:active,
#ihf-main-container .modal .modal-footer .btn-link.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#ihf-main-container .modal .modal-footer .btn-link:disabled,
#ihf-main-container .modal .modal-footer .btn-link.disabled {
color: #ccc;
border-color: #efefef;
}
#ihf-main-container .modal-dialog {
margin-top: 80px;
}
.form-inline {
margin-bottom: 9px;
}
.form-inline .form-group {
display: block;
}
.form-inline .form-control {
width: 100%;
}
.widget--ihomefinder-hero #ihf-search-tabs .tab-content {
margin-top: 0;
}
.widget--ihomefinder-hero #ihf-search-location-tabs {
display: none;
}
.widget--ihomefinder-hero #ihf-search-location-tab {
display: none;
}
.widget--ihomefinder-hero #ihf-search-polygon-tab {
display: block;
}
.widget--ihomefinder-hero #ihf-search-polygon-tab > .row > .col-xs-12:first-of-type {
position: absolute;
bottom: 0;
background: rgba(255, 255, 255, 0.8);
z-index: 10;
padding: 5px 15px;
font-size: 13px;
width: 500px;
right: 15px;
}
.widget--ihomefinder-hero #ihf-map-canvas {
height: 700px !important;
}
@media (max-width: 1199px) {
.widget--ihomefinder-hero #ihf-map-canvas {
height: 400px !important;
}
}
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
padding-right: 0;
padding-left: 0;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 1200px;
}
}
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 1200px;
}
}
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 1200px;
}
}
.widget--ihomefinder-hero .ihf-powered-by {
display: none;
}
.widget--ihomefinder-hero .leaflet-top,
.widget--ihomefinder-hero .leaflet-bottom {
z-index: 1080 !important;
}
.widget--ihomefinder-hero #ihf-main-search-form-submit {
float: left;
}
.widget--ihomefinder-mapsearch #ihf-main-search-form-submit {
margin: 20px auto;
float: none;
}
.widget--ihomefinder-group .ihf-powered-by,
.widget--ihomefinder-group #ihf-board-disclaimers {
display: none;
}
.widget--ihomefinder-group .ihf-grid-result-container {
margin-top: 0;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.widget--ihomefinder-group .ihf-listing-search-results {
margin-right: -15px;
margin-left: -15px;
}
}
.widget--ihomefinder-group .ihf-listing-search-results > .row:nth-of-type(2) {
display: none;
}
.widget--ihomefinder-group .ihf-listing-search-results > .row:nth-of-type(2) .col-xs-6 {
float: none;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.gallery-prop-info {
margin-bottom: 20px;
border-bottom: 1px dotted #222;
padding-bottom: 20px;
}
.gallery-prop-info:last-of-type {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.gallery-prop-info .address a {
font-size: 17px;
color: #2c3e50;
}
.gallery-prop-info .property-divider {
display: none;
}
.ihf-contact-submit {
margin-top: 15px;
}
.ihf-more-info-widget fieldset > .row {
margin-bottom: 15px;
}
#ihf-lots-land-search-fields,
#ihf-commercial-search-fields,
#ihf-residential-income-search-fields,
#ihf-house-condo-search-fields {
padding-bottom: 15px;
}
#ihf-main-search-form-submit {
width: 200px;
float: left;
display: block;
}
@media (max-width: 767px) {
#ihf-main-search-form #ihf-main-search-form-submit {
margin-top: 56px;
}
}
#ihf-main-search-form .ihf-advanced-search-launch {
width: 200px;
float: left;
}
#ihf-refine-search-close,
.ihf-map-search-refine-link {
display: none;
}
.ihf-email-alert-widget-submit {
margin-top: 20px;
}
@media (max-width: 767px) {
.areaPickerExpandAllButtonClass {
display: inline-block !important;
}
}
#areaPickerInputWrapper {
min-height: 40px;
height: auto;
}
#Map .ihf-polygon-reset {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
cursor: pointer;
}
#Map .ihf-polygon-reset:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
#Map .ihf-polygon-reset.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#Map .ihf-polygon-reset.has-error,
#Map .ihf-polygon-reset.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#Map .ihf-polygon-reset.has-error:after,
#Map .ihf-polygon-reset.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#Map .ihf-polygon-reset.has-success,
#Map .ihf-polygon-reset.success {
color: transparent !important;
}
#Map .ihf-polygon-reset.has-success:after,
#Map .ihf-polygon-reset.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
.button--loading-refresh #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
.button--loading-spinner #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
#Map .ihf-polygon-reset.hover,
#Map .ihf-polygon-reset:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
#Map .ihf-polygon-reset:active,
#Map .ihf-polygon-reset.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#Map .ihf-polygon-reset:focus,
#Map .ihf-polygon-reset.focus {
text-decoration: none;
outline: none;
}
#Map .ihf-polygon-reset:disabled,
#Map .ihf-polygon-reset.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
#Map .ihf-polygon-reset.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#Map .ihf-mapsearch-refine-overlay {
display: block !important;
margin-top: 30px;
}
#Map .ihf-mapsearch-refine-overlay .ihf-map-icon {
display: none;
}
#Map > #ihf-map-canvas {
margin-top: 30px;
}
#ihf-search-adv-submit {
display: none;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
position: absolute;
top: 715px;
right: 0;
left: 0;
padding: 0;
z-index: 10;
}
@media (min-width: 768px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 750px;
}
}
@media (min-width: 992px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 970px;
}
}
@media (min-width: 1200px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 1200px;
}
}
@media (max-width: 1199px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
top: 415px;
}
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-5 {
width: 50%;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-3 {
display: none;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-4 {
width: 50%;
}
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
margin-top: 100px !important;
}
@media (min-width: 768px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 750px;
}
}
@media (min-width: 992px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 970px;
}
}
@media (min-width: 1200px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 1200px;
}
}
.ihf__mapsearch .ihf-map-results-count {
margin-bottom: 7px;
}
.ihf__mapsearch #Map {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ihf__mapsearch #Map > #ihf-map-canvas {
margin-top: 0;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
@media (max-width: 767px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(1) {
width: 100%;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(1) > .row > .col-xs-12 {
float: right;
width: 50%;
}
@media (max-width: 767px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) {
width: 100%;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) {
float: right;
width: 25%;
margin-top: 13px;
}
@media (max-width: 1199px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) {
width: 50%;
margin-top: 0;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) > .col-xs-8 {
width: 100%;
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) > .col-xs-4 {
display: none;
}
.ihf__mapsearch #ihf-refine-map-search-form #ihf-minprice-homes {
text-align: right !important;
}
.ui-widget-content {
z-index: 1000;
}
.ihf-listing-detail .ihf-price span.ihf-sold-price {
font-size: 26px;
}
.ihf-listing-detail .ihf-price span.ihf-sold-date {
font-size: 16px;
color: #2c3e50;
}
.ihf-listing-detail > #ihf-detail-modals + .row > .col-xs-5 {
width: 100%;
}
@media (max-width: 991px) {
.ihf-listing-detail .ihf-price br {
display: none;
}
.ihf-listing-detail .ihf-price span.ihf-sold-price {
font-size: 17px;
}
.ihf-listing-detail .ihf-price span.ihf-sold-date {
font-size: 14px;
margin-top: 5px;
}
}
.ihf-property-photo > .ihf-center > img {
width: 100%;
}
.ihf-market-report-header-text .btn-primary {
margin-top: 35px;
}
.ihf-market-report-header-toggle {
text-align: left;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container {
margin-top: 30px;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:hover,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:focus,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:disabled,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.disabled {
cursor: not-allowed;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-error,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-error:after,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-success,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.success {
color: transparent !important;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-success:after,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.hover,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:hover {
border-color: #c79c58;
color: #c79c58;
}
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:active,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:disabled,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.disabled {
color: #ccc;
border-color: #efefef;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav-column {
width: auto;
padding-right: 0;
}
.ihf-stat-block-content-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 70px;
}
.ihf-stat-block-icon {
margin-left: 15px;
font-size: 30px;
color: #342f2c;
}
.ihf-chart-main-container {
margin: 0;
}
.ihf-slideshow-container .ihf-slide {
width: 100%;
}
.ihf-slideshow-container .ihf-vcenter {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ihf-slideshow-container .ihf-vcenter:before,
.ihf-slideshow-container .ihf-vcenter:after {
content: '';
display: none;
}
.ihf-slideshow-container .ihf-vcenter .ihf-gallery-slider-paging {
width: 50px;
font-size: 25px;
padding: 0;
}
.ihf-slideshow-container .ihf-vcenter > .col-xs-10 {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
}
.ihf-slideshow-container .ihf-vcenter .ihf-grid-result-container {
margin-top: 0;
}
.ihf-slideshow-container .ihf-vcenter .ihf-grid-result-container .ihf-results-grid-photo a {
height: 220px;
}
.ihf-sold-listings-container,
.ihf-active-listings-container {
margin-top: 35px;
}
.ihf-section-title a {
margin-right: 5px;
}
.ihf-slideshow .ihf-slide {
z-index: 10 !important;
}
#ihf-donut-chart {
max-height: 100px;
height: 100px;
width: 100px;
margin: 0 auto;
}
#ihf-donut-chart .arc {
stroke-weight: 0.1;
fill: #342f2c;
}
#ihf-donut-chart .arc2 {
stroke-weight: 0.1;
fill: #181615;
}
#ihf-donut-chart .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.ihf-saletolist-donut {
top: 0 !important;
right: 0 !important;
}
.radial-svg {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.ihf-stat-block-main-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ihf-stat-block-main-container:before,
.ihf-stat-block-main-container:after {
content: '';
display: none;
}
@media (max-width: 1199px) {
.ihf-stat-block-main-container .ihf-stat-block-container {
margin-top: 15px;
}
}
.ihf-stat-block-main-container .ihf-stat-block {
background: #fff;
padding: 15px;
height: 100%;
}
.ihf-stat-block-main-container .ihf-stat-block-title {
font-weight: 600;
font-size: 17px;
}
.ihf-stat-block-main-container .ihf-stat-block-content {
margin-top: 15px !important;
}
.ihf-chart-container {
margin-top: 35px;
}
.ihf-container .chosen-container,
.form .chosen-container {
display: none;
color: pink;
}
.ihf-container select[multiple="multiple"] {
display: block !important;
}
#ihf-mortgage-calculator-tab-content .mc-container > .col-xs-12 {
background: #fff;
padding: 30px 15px;
margin: 0 15px;
width: auto;
float: none;
}
.bootstrap-realtypress .panel {
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .panel .panel-heading {
background: none;
border: none;
}
.bootstrap-realtypress .panel .panel-body {
padding: 0;
}
.bootstrap-realtypress .panel .panel-footer {
background: none;
border: none;
padding: 0;
}
.bootstrap-realtypress .row-property-result .result-header {
border: none !important;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child {
background: #342f2c;
margin: 0;
padding: 10px 0 0 0;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view-map,
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view {
color: #2c3e50;
font-weight: 600;
margin: 0 10px 0 0;
display: inline-block;
font-size: 14px;
text-decoration: none !important;
padding: 3px 10px 4px;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view-map.active,
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view.active {
color: #fff;
border: 1px solid #fff;
}
.bootstrap-realtypress .row-property-result .result-header > .row:nth-of-type(2) {
margin-top: 15px;
}
.bootstrap-realtypress .row-property-result .result-header .rps-result-count {
color: #2c3e50;
font-weight: 400;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:hover,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:focus,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.active {
color: #333;
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:disabled,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.disabled {
cursor: not-allowed;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-heading {
padding: 0;
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #2C3E50;
line-height: 1.2;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-footer,
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-body {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-footer {
margin-top: -15px;
border-top: none;
padding-top: 0;
}
@media (max-width: 1199px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8,
.bootstrap-realtypress .row-property-result .form--filter .col-md-4 {
width: 100%;
}
}
@media (max-width: 991px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8 .col-sm-6 {
width: auto;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8 .rps-text-center-sm {
margin-top: 10px;
}
}
.bootstrap-realtypress .rps-result-overlay {
display: none;
}
.bootstrap-realtypress .rps-result .rps-property-result {
position: relative;
margin-top: 35px;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info {
padding: 15px 15px 50px 15px;
background: #fff;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info > a h4 {
font-size: 17px;
color: #2c3e50;
font-weight: bold;
margin-bottom: 0;
margin-top: 0;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info .city-province-postalcode {
font-size: 17px;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info .city-province-postalcode strong {
font-weight: normal;
color: #2c3e50;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features:before,
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features:after {
content: '';
display: none;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 0;
padding-bottom: 40px;
padding-top: 40px;
margin-top: 0;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .image__holder {
padding-bottom: 30px;
position: relative;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .image__holder .rps-price {
right: 0;
left: 0;
z-index: 10;
padding: 0 10px;
bottom: 0;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .city-province-postalcode {
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) repeat-x 0 100%;
padding-bottom: 10px;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .rps-property-info {
padding: 0;
background: none;
text-align: right !important;
}
@media (max-width: 991px) {
.bootstrap-realtypress .rps-result.rps-grid-result .listing-container {
width: 100%;
}
}
.bootstrap-realtypress .rps-result.rps-grid-result .image__holder {
position: initial;
}
.bootstrap-realtypress .rps-result.rps-grid-result .image__holder .rps-price {
bottom: 10px;
}
.bootstrap-realtypress .image__holder {
position: relative;
}
.bootstrap-realtypress .image__holder .rps-ribbon {
position: absolute;
top: 110px;
left: -5px;
background: #342f2c;
color: #fff;
text-transform: uppercase;
padding: 3px 15px;
font-weight: 600;
top: 30px;
}
.bootstrap-realtypress .image__holder .rps-ribbon:after {
position: absolute;
left: 0;
bottom: -5px;
border-top: 5px solid #181615;
width: 5px;
content: " ";
display: block;
border-left: 5px solid #f6f6f6;
}
.bootstrap-realtypress .image__holder .img-responsive {
width: 100%;
}
.bootstrap-realtypress .image__holder .rps-price {
position: absolute;
bottom: 0;
color: #342f2c;
font-size: 25px;
font-weight: bold;
right: 0;
left: 0;
padding: 0 15px;
background: #fff;
}
.bootstrap-realtypress .image__holder .rps-favorited-heart {
position: absolute;
top: 15px;
right: 15px;
color: red;
}
.bootstrap-realtypress .rps-single-listing {
margin-top: 35px;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb {
margin: 0 0 30px;
padding: 0;
background: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-error,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-error:after,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-success,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-success:after,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.hover,
.bootstrap-realtypress .rps-single-listing .breadcrumb a:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:active,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:focus,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.focus {
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:disabled,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .property__header {
position: relative;
}
.bootstrap-realtypress .rps-single-listing .property__header:after {
display: block;
margin: 15px 15px 0;
border-bottom: 1px solid #d6d6d6;
}
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 {
color: #2c3e50;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
font-family: Montserrat,sans-serif;
font-size: 40px;
line-height: 1;
text-transform: none;
text-align: right;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 {
font-size: 27px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 small {
font-weight: 400;
color: #2c3e50;
}
.bootstrap-realtypress .rps-single-listing .property__header > .text-right {
position: initial;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #2c3e50;
background: none;
color: #2c3e50;
position: absolute;
top: 0;
left: 15px;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:hover,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:focus,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.active {
color: #333;
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:disabled,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.disabled {
cursor: not-allowed;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-error,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-error:after,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-success,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-success:after,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.hover,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:hover {
border-color: #c79c58;
color: #c79c58;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:active,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:disabled,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite {
position: relative;
left: 0;
top: 0;
margin-top: 15px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite strong {
color: #2c3e50;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social {
margin-top: 45px;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social {
margin-top: 15px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 24px;
margin-right: 15px;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default .fa {
color: #342f2c !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default strong {
display: none;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row {
margin-top: 30px;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row > .col-md-9,
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row > .col-md-3 {
float: none;
width: 100%;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper {
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper .bx-viewport {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
border: none;
right: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper li {
margin: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper img {
width: 100%;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row + .row {
margin-top: 35px;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap {
margin-top: 15px;
display: none;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap .bx-viewport {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: none;
right: 0;
border: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap ul {
margin: 0;
padding: 0;
list-style: none;
bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap ul li {
float: right;
margin: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-single-features {
float: right;
}
.bootstrap-realtypress .rps-single-listing .rps-single-features .rps-single-feature-label,
.bootstrap-realtypress .rps-single-listing .rps-single-features .rps-single-feature-label-sm {
text-align: center;
margin-bottom: 0;
border: 1px solid #fff;
background: #e4e4e4;
margin-right: -1px;
margin-top: -1px;
padding: 20px 15px;
float: right;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing {
color: #342f2c;
float: left;
margin: 10px 0 40px;
font-weight: 600;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing + p {
clear: both;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #2c3e50;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
right: 0;
left: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-error,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-error:after,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-success,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-success:after,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #342f2c;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.hover,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:hover {
border-color: #c79c58;
color: #c79c58;
text-decoration: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:active,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #c79c58;
background: #c79c58;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:focus,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.focus {
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:disabled,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-footer {
font-size: 1em !important;
margin-top: 35px;
}
.bootstrap-realtypress .form-control.input-lg,
.bootstrap-realtypress .input-group-lg > .form-control,
.bootstrap-realtypress
.input-group-lg > .input-group-btn > .form-control.btn {
height: 40px;
}
.bootstrap-realtypress .rps-contact-form-wrap-h > h2,
.bootstrap-realtypress .rps-contact-form-wrap-v > h2 {
padding: 0;
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #2C3E50;
line-height: 1.2;
}
.bootstrap-realtypress .rps-contact-form-wrap-h > hr,
.bootstrap-realtypress .rps-contact-form-wrap-v > hr {
display: none;
}
.bootstrap-realtypress .rps-contact-form-wrap-h .listing-contact-form,
.bootstrap-realtypress .rps-contact-form-wrap-v .listing-contact-form {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .rps-agent-details {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .rps-sidebar-favorites .panel-heading {
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #2C3E50;
line-height: 1.2;
margin-top: 25px;
}
.bootstrap-realtypress .rps-sidebar-favorites .panel-body {
margin-top: 15px;
padding: 25px 30px !important;
background: #fff;
border: 1px solid #dedede;
}
.sidebar .bootstrap-realtypress .rps-sidebar-favorites .panel-body {
margin-top: 0;
padding: 0;
border: none;
}
.bootstrap-realtypress .nav-tabs {
margin: 0;
}
.bootstrap-realtypress .nav-tabs li {
margin: 0;
}
.bootstrap-realtypress .tab-content {
border: none !important;
background: #fff;
}
.bootstrap-realtypress .jrange-input .range {
margin-top: 40px;
margin-bottom: 25px;
}
.bootstrap-realtypress .jrange-input .back-bar {
height: 3px;
background: #342f2c;
background-image: -webkit-gradient(linear, right top, left top, from(#504843), to(#342f2c));
background-image: linear-gradient(to left, #504843 0%, #342f2c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF504843', endColorstr='#FF342F2C', GradientType=1);
}
.bootstrap-realtypress .jrange-input .back-bar .selected-bar {
background: none;
}
.bootstrap-realtypress .jrange-input .back-bar .pointer {
width: 17px;
background: url(//www.universalprime.ae/wp-content/themes/realtyspace/public/img/slider-handle-2.svg);
height: 17px;
top: -7px;
border: none;
border-radius: 0;
}
.bootstrap-realtypress .jrange-input .pointer-label {
color: #2c3e50 !important;
font-size: 14px !important;
line-height: 1.333 !important;
text-shadow: none;
padding: 5px 15px;
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -27px;
margin-right: -16px;
z-index: 5;
}
@media (max-width: 767px) {
.bootstrap-realtypress .jrange-input .pointer-label {
padding: 5px 10px;
}
}
.bootstrap-realtypress .jrange-input .pointer-label:after {
width: 7px;
height: 7px;
border-top: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
position: absolute;
background: #fff;
bottom: -5px;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
content: "";
display: block;
right: 50%;
margin-right: -3px;
}
.bootstrap-realtypress .jrange-input .scale ins {
top: 10px !important;
}
.bootstrap-realtypress .bx-wrapper {
max-width: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-controls-direction a {
border: none !important;
background-color: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption {
border-top: 2px solid #342f2c !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption span {
font-family: "Source Sans Pro", sans-serif !important;
text-shadow: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption .bed_bath {
background: #342f2c !important;
border: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-slider {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
list-style: none;
}
.bootstrap-realtypress .bx-wrapper .bx-slider .slide-link img {
width: 100%;
}
.bootstrap-realtypress .rps-listing-carousel.rps-listing-carousel-shortcode .bx-slider .slide {
width: 270px !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel {
border: none !important;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
background: #342f2c;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item a {
height: 100%;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item a img {
margin: 0 auto !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption {
bottom: 30px !important;
right: 30px !important;
top: auto !important;
left: auto !important;
background: rgba(52, 47, 44, 0.8) !important;
text-shadow: none !important;
text-align: left !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption * {
text-align: right !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption h3 small {
color: #fff;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption {
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
background: #342f2c !important;
margin-right: 0 !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption .rps-result-feature-label-sm {
text-shadow: none !important;
background: none !important;
float: right !important;
font-weight: 600;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators .active {
background: rgba(52, 47, 44, 0.8) !important;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators {
display: none !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control {
background-color: transparent !important;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form {
width: 70%;
margin: 0 auto;
}
@media (max-width: 767px) {
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form {
width: 100%;
}
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form form {
border: 3px solid #c79c58;
background: #c79c58;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .input-group-btn {
background: #f3bc65;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .btn-submit-look {
border-bottom: none;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #c79c58;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-result {
border: none;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-result h4 {
color: #342f2c;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-info {
border-top: none;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .image__holder .rps-price {
right: 15px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .city-province-postalcode {
font-size: 16px;
color: #2c3e50;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .city-province-postalcode strong {
font-weight: 600;
}
.bootstrap-realtypress .leaflet-popup-content .map-popup-image {
width: 100%;
}
.form--banner-sidebar .panel .panel-heading {
display: none;
}
.form--banner-sidebar .panel .panel-body {
margin: 0 -15px;
}
.form--banner-sidebar .panel .panel-body > .row {
margin: 0;
}
.form--banner-sidebar .panel .panel-body > .row > .col-md-6 {
padding: 0;
}
.form--banner-sidebar .panel .panel-body > label {
margin: 0 15px;
}
.form--banner-sidebar .panel .panel-footer {
margin-top: 15px;
}
.form--banner-sidebar .form-group {
margin-bottom: 15px;
}
.form--banner-sidebar .jrange-input {
padding: 0 15px;
margin-bottom: 15px;
}
.form--banner-sidebar .jrange-input label small {
color: #fff;
text-transform: uppercase;
font-size: 17px;
}
.form--banner-sidebar .jrange-input .back-bar {
background: rgba(255, 255, 255, 0.3);
background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(white));
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
}
.form--banner-sidebar .jrange-input .scale ins {
color: #fff !important;
}
.shortcode-search-frm .panel-heading,
.result-filter-frm .panel-heading {
display: none;
}
.shortcode-search-frm label small,
.result-filter-frm label small {
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
}
.shortcode-search-frm .jrange-input,
.shortcode-search-frm .form-group,
.result-filter-frm .jrange-input,
.result-filter-frm .form-group {
margin-bottom: 15px;
}
.result-filter-frm .panel-heading {
display: none;
}
.rps-contact-form .jrange-input,
.rps-contact-form .form-group {
margin-bottom: 15px;
}
.widget--landing .panel .panel-heading {
font-size: 46px;
color: #2c3e50;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
}
.footer .widget--landing .panel .panel-heading {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.widget--landing .panel .panel-heading {
font-size: 26px;
}
}
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
margin-bottom: 25px;
}
@media (min-width: 1200px) {
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
padding-right: 15px;
padding-left: 15px;
float: right;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
width: 50%;
}
}
@media (min-width: 1200px) {
.widget--landing .shortcode-search-frm .col-sm-6 {
padding: 0;
}
}
.widget--landing .shortcode-search-frm .col-sm-6 > label {
margin-right: 15px;
}
.widget--landing .shortcode-search-frm .col-md-6 .form-group,
.widget--landing .shortcode-search-frm .col-md-6 .jrange-input {
width: 100% !important;
}
.widget--landing .shortcode-search-frm .jrange-input .slider-container {
width: 100% !important;
}