phpvms/public/assets/system/css/vendor.min.css
2018-02-22 13:28:12 -06:00

3312 lines
78 KiB
CSS

.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.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-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
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;
left: 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; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: 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 {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 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-right: 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, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
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-left-radius: 0;
border-top-right-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-left-radius: 0;
border-bottom-right-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;
box-shadow: none;
-webkit-appearance: textfield; }
.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-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 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-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
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); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
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 .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
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-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
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 #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.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 #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 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-right: 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: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.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: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane { z-index: 400; }
.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
/* control positioning */
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
-o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
/* cursors */
.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
}
/* general typography */
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.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: black;
}
.leaflet-bar a,
.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-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-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-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(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,
.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-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.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 -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.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-left: 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;
-moz-box-sizing: border-box;
box-sizing: border-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-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
/* popup */
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.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=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}
.flag-icon-background {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.flag-icon {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 1.33333333em;
line-height: 1em;
}
.flag-icon:before {
content: "\00a0";
}
.flag-icon.flag-icon-squared {
width: 1em;
}
.flag-icon-ad {
background-image: url(../flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
background-image: url(../flags/1x1/ad.svg);
}
.flag-icon-ae {
background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
background-image: url(../flags/1x1/ae.svg);
}
.flag-icon-af {
background-image: url(../flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
background-image: url(../flags/1x1/af.svg);
}
.flag-icon-ag {
background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
background-image: url(../flags/1x1/ag.svg);
}
.flag-icon-ai {
background-image: url(../flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
background-image: url(../flags/1x1/ai.svg);
}
.flag-icon-al {
background-image: url(../flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
background-image: url(../flags/1x1/al.svg);
}
.flag-icon-am {
background-image: url(../flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
background-image: url(../flags/1x1/am.svg);
}
.flag-icon-ao {
background-image: url(../flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
background-image: url(../flags/1x1/ao.svg);
}
.flag-icon-aq {
background-image: url(../flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
background-image: url(../flags/1x1/aq.svg);
}
.flag-icon-ar {
background-image: url(../flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
background-image: url(../flags/1x1/ar.svg);
}
.flag-icon-as {
background-image: url(../flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
background-image: url(../flags/1x1/as.svg);
}
.flag-icon-at {
background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
background-image: url(../flags/1x1/at.svg);
}
.flag-icon-au {
background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
background-image: url(../flags/1x1/au.svg);
}
.flag-icon-aw {
background-image: url(../flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
background-image: url(../flags/1x1/aw.svg);
}
.flag-icon-ax {
background-image: url(../flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
background-image: url(../flags/1x1/ax.svg);
}
.flag-icon-az {
background-image: url(../flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
background-image: url(../flags/1x1/az.svg);
}
.flag-icon-ba {
background-image: url(../flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
background-image: url(../flags/1x1/ba.svg);
}
.flag-icon-bb {
background-image: url(../flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
background-image: url(../flags/1x1/bb.svg);
}
.flag-icon-bd {
background-image: url(../flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
background-image: url(../flags/1x1/bd.svg);
}
.flag-icon-be {
background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
background-image: url(../flags/1x1/be.svg);
}
.flag-icon-bf {
background-image: url(../flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
background-image: url(../flags/1x1/bf.svg);
}
.flag-icon-bg {
background-image: url(../flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
background-image: url(../flags/1x1/bg.svg);
}
.flag-icon-bh {
background-image: url(../flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
background-image: url(../flags/1x1/bh.svg);
}
.flag-icon-bi {
background-image: url(../flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
background-image: url(../flags/1x1/bi.svg);
}
.flag-icon-bj {
background-image: url(../flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
background-image: url(../flags/1x1/bj.svg);
}
.flag-icon-bl {
background-image: url(../flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
background-image: url(../flags/1x1/bl.svg);
}
.flag-icon-bm {
background-image: url(../flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
background-image: url(../flags/1x1/bm.svg);
}
.flag-icon-bn {
background-image: url(../flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
background-image: url(../flags/1x1/bn.svg);
}
.flag-icon-bo {
background-image: url(../flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
background-image: url(../flags/1x1/bo.svg);
}
.flag-icon-bq {
background-image: url(../flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
background-image: url(../flags/1x1/bq.svg);
}
.flag-icon-br {
background-image: url(../flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
background-image: url(../flags/1x1/br.svg);
}
.flag-icon-bs {
background-image: url(../flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
background-image: url(../flags/1x1/bs.svg);
}
.flag-icon-bt {
background-image: url(../flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
background-image: url(../flags/1x1/bt.svg);
}
.flag-icon-bv {
background-image: url(../flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
background-image: url(../flags/1x1/bv.svg);
}
.flag-icon-bw {
background-image: url(../flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
background-image: url(../flags/1x1/bw.svg);
}
.flag-icon-by {
background-image: url(../flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
background-image: url(../flags/1x1/by.svg);
}
.flag-icon-bz {
background-image: url(../flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
background-image: url(../flags/1x1/bz.svg);
}
.flag-icon-ca {
background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
background-image: url(../flags/1x1/ca.svg);
}
.flag-icon-cc {
background-image: url(../flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
background-image: url(../flags/1x1/cc.svg);
}
.flag-icon-cd {
background-image: url(../flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
background-image: url(../flags/1x1/cd.svg);
}
.flag-icon-cf {
background-image: url(../flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
background-image: url(../flags/1x1/cf.svg);
}
.flag-icon-cg {
background-image: url(../flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
background-image: url(../flags/1x1/cg.svg);
}
.flag-icon-ch {
background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
background-image: url(../flags/1x1/ch.svg);
}
.flag-icon-ci {
background-image: url(../flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
background-image: url(../flags/1x1/ci.svg);
}
.flag-icon-ck {
background-image: url(../flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
background-image: url(../flags/1x1/ck.svg);
}
.flag-icon-cl {
background-image: url(../flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
background-image: url(../flags/1x1/cl.svg);
}
.flag-icon-cm {
background-image: url(../flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
background-image: url(../flags/1x1/cm.svg);
}
.flag-icon-cn {
background-image: url(../flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
background-image: url(../flags/1x1/cn.svg);
}
.flag-icon-co {
background-image: url(../flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
background-image: url(../flags/1x1/co.svg);
}
.flag-icon-cr {
background-image: url(../flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
background-image: url(../flags/1x1/cr.svg);
}
.flag-icon-cu {
background-image: url(../flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
background-image: url(../flags/1x1/cu.svg);
}
.flag-icon-cv {
background-image: url(../flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
background-image: url(../flags/1x1/cv.svg);
}
.flag-icon-cw {
background-image: url(../flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
background-image: url(../flags/1x1/cw.svg);
}
.flag-icon-cx {
background-image: url(../flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
background-image: url(../flags/1x1/cx.svg);
}
.flag-icon-cy {
background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
background-image: url(../flags/1x1/cy.svg);
}
.flag-icon-cz {
background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
background-image: url(../flags/1x1/cz.svg);
}
.flag-icon-de {
background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
background-image: url(../flags/1x1/de.svg);
}
.flag-icon-dj {
background-image: url(../flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
background-image: url(../flags/1x1/dj.svg);
}
.flag-icon-dk {
background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
background-image: url(../flags/1x1/dk.svg);
}
.flag-icon-dm {
background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
background-image: url(../flags/1x1/dm.svg);
}
.flag-icon-do {
background-image: url(../flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
background-image: url(../flags/1x1/do.svg);
}
.flag-icon-dz {
background-image: url(../flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
background-image: url(../flags/1x1/dz.svg);
}
.flag-icon-ec {
background-image: url(../flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
background-image: url(../flags/1x1/ec.svg);
}
.flag-icon-ee {
background-image: url(../flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
background-image: url(../flags/1x1/ee.svg);
}
.flag-icon-eg {
background-image: url(../flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
background-image: url(../flags/1x1/eg.svg);
}
.flag-icon-eh {
background-image: url(../flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
background-image: url(../flags/1x1/eh.svg);
}
.flag-icon-er {
background-image: url(../flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
background-image: url(../flags/1x1/er.svg);
}
.flag-icon-es {
background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
background-image: url(../flags/1x1/es.svg);
}
.flag-icon-et {
background-image: url(../flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
background-image: url(../flags/1x1/et.svg);
}
.flag-icon-fi {
background-image: url(../flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
background-image: url(../flags/1x1/fi.svg);
}
.flag-icon-fj {
background-image: url(../flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
background-image: url(../flags/1x1/fj.svg);
}
.flag-icon-fk {
background-image: url(../flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
background-image: url(../flags/1x1/fk.svg);
}
.flag-icon-fm {
background-image: url(../flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
background-image: url(../flags/1x1/fm.svg);
}
.flag-icon-fo {
background-image: url(../flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
background-image: url(../flags/1x1/fo.svg);
}
.flag-icon-fr {
background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
background-image: url(../flags/1x1/fr.svg);
}
.flag-icon-ga {
background-image: url(../flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
background-image: url(../flags/1x1/ga.svg);
}
.flag-icon-gb {
background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
background-image: url(../flags/1x1/gb.svg);
}
.flag-icon-gd {
background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
background-image: url(../flags/1x1/gd.svg);
}
.flag-icon-ge {
background-image: url(../flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
background-image: url(../flags/1x1/ge.svg);
}
.flag-icon-gf {
background-image: url(../flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
background-image: url(../flags/1x1/gf.svg);
}
.flag-icon-gg {
background-image: url(../flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
background-image: url(../flags/1x1/gg.svg);
}
.flag-icon-gh {
background-image: url(../flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
background-image: url(../flags/1x1/gh.svg);
}
.flag-icon-gi {
background-image: url(../flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
background-image: url(../flags/1x1/gi.svg);
}
.flag-icon-gl {
background-image: url(../flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
background-image: url(../flags/1x1/gl.svg);
}
.flag-icon-gm {
background-image: url(../flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
background-image: url(../flags/1x1/gm.svg);
}
.flag-icon-gn {
background-image: url(../flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
background-image: url(../flags/1x1/gn.svg);
}
.flag-icon-gp {
background-image: url(../flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
background-image: url(../flags/1x1/gp.svg);
}
.flag-icon-gq {
background-image: url(../flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
background-image: url(../flags/1x1/gq.svg);
}
.flag-icon-gr {
background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
background-image: url(../flags/1x1/gr.svg);
}
.flag-icon-gs {
background-image: url(../flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
background-image: url(../flags/1x1/gs.svg);
}
.flag-icon-gt {
background-image: url(../flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
background-image: url(../flags/1x1/gt.svg);
}
.flag-icon-gu {
background-image: url(../flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
background-image: url(../flags/1x1/gu.svg);
}
.flag-icon-gw {
background-image: url(../flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
background-image: url(../flags/1x1/gw.svg);
}
.flag-icon-gy {
background-image: url(../flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
background-image: url(../flags/1x1/gy.svg);
}
.flag-icon-hk {
background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
background-image: url(../flags/1x1/hk.svg);
}
.flag-icon-hm {
background-image: url(../flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
background-image: url(../flags/1x1/hm.svg);
}
.flag-icon-hn {
background-image: url(../flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
background-image: url(../flags/1x1/hn.svg);
}
.flag-icon-hr {
background-image: url(../flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
background-image: url(../flags/1x1/hr.svg);
}
.flag-icon-ht {
background-image: url(../flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
background-image: url(../flags/1x1/ht.svg);
}
.flag-icon-hu {
background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
background-image: url(../flags/1x1/hu.svg);
}
.flag-icon-id {
background-image: url(../flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
background-image: url(../flags/1x1/id.svg);
}
.flag-icon-ie {
background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
background-image: url(../flags/1x1/ie.svg);
}
.flag-icon-il {
background-image: url(../flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
background-image: url(../flags/1x1/il.svg);
}
.flag-icon-im {
background-image: url(../flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
background-image: url(../flags/1x1/im.svg);
}
.flag-icon-in {
background-image: url(../flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
background-image: url(../flags/1x1/in.svg);
}
.flag-icon-io {
background-image: url(../flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
background-image: url(../flags/1x1/io.svg);
}
.flag-icon-iq {
background-image: url(../flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
background-image: url(../flags/1x1/iq.svg);
}
.flag-icon-ir {
background-image: url(../flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
background-image: url(../flags/1x1/ir.svg);
}
.flag-icon-is {
background-image: url(../flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
background-image: url(../flags/1x1/is.svg);
}
.flag-icon-it {
background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
background-image: url(../flags/1x1/it.svg);
}
.flag-icon-je {
background-image: url(../flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
background-image: url(../flags/1x1/je.svg);
}
.flag-icon-jm {
background-image: url(../flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
background-image: url(../flags/1x1/jm.svg);
}
.flag-icon-jo {
background-image: url(../flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
background-image: url(../flags/1x1/jo.svg);
}
.flag-icon-jp {
background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
background-image: url(../flags/1x1/jp.svg);
}
.flag-icon-ke {
background-image: url(../flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
background-image: url(../flags/1x1/ke.svg);
}
.flag-icon-kg {
background-image: url(../flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
background-image: url(../flags/1x1/kg.svg);
}
.flag-icon-kh {
background-image: url(../flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
background-image: url(../flags/1x1/kh.svg);
}
.flag-icon-ki {
background-image: url(../flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
background-image: url(../flags/1x1/ki.svg);
}
.flag-icon-km {
background-image: url(../flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
background-image: url(../flags/1x1/km.svg);
}
.flag-icon-kn {
background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
background-image: url(../flags/1x1/kn.svg);
}
.flag-icon-kp {
background-image: url(../flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
background-image: url(../flags/1x1/kp.svg);
}
.flag-icon-kr {
background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
background-image: url(../flags/1x1/kr.svg);
}
.flag-icon-kw {
background-image: url(../flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
background-image: url(../flags/1x1/kw.svg);
}
.flag-icon-ky {
background-image: url(../flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
background-image: url(../flags/1x1/ky.svg);
}
.flag-icon-kz {
background-image: url(../flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
background-image: url(../flags/1x1/kz.svg);
}
.flag-icon-la {
background-image: url(../flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
background-image: url(../flags/1x1/la.svg);
}
.flag-icon-lb {
background-image: url(../flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
background-image: url(../flags/1x1/lb.svg);
}
.flag-icon-lc {
background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
background-image: url(../flags/1x1/lc.svg);
}
.flag-icon-li {
background-image: url(../flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
background-image: url(../flags/1x1/li.svg);
}
.flag-icon-lk {
background-image: url(../flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
background-image: url(../flags/1x1/lk.svg);
}
.flag-icon-lr {
background-image: url(../flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
background-image: url(../flags/1x1/lr.svg);
}
.flag-icon-ls {
background-image: url(../flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
background-image: url(../flags/1x1/ls.svg);
}
.flag-icon-lt {
background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
background-image: url(../flags/1x1/lt.svg);
}
.flag-icon-lu {
background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
background-image: url(../flags/1x1/lu.svg);
}
.flag-icon-lv {
background-image: url(../flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
background-image: url(../flags/1x1/lv.svg);
}
.flag-icon-ly {
background-image: url(../flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
background-image: url(../flags/1x1/ly.svg);
}
.flag-icon-ma {
background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
background-image: url(../flags/1x1/ma.svg);
}
.flag-icon-mc {
background-image: url(../flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
background-image: url(../flags/1x1/mc.svg);
}
.flag-icon-md {
background-image: url(../flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
background-image: url(../flags/1x1/md.svg);
}
.flag-icon-me {
background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
background-image: url(../flags/1x1/me.svg);
}
.flag-icon-mf {
background-image: url(../flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
background-image: url(../flags/1x1/mf.svg);
}
.flag-icon-mg {
background-image: url(../flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
background-image: url(../flags/1x1/mg.svg);
}
.flag-icon-mh {
background-image: url(../flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
background-image: url(../flags/1x1/mh.svg);
}
.flag-icon-mk {
background-image: url(../flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
background-image: url(../flags/1x1/mk.svg);
}
.flag-icon-ml {
background-image: url(../flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
background-image: url(../flags/1x1/ml.svg);
}
.flag-icon-mm {
background-image: url(../flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
background-image: url(../flags/1x1/mm.svg);
}
.flag-icon-mn {
background-image: url(../flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
background-image: url(../flags/1x1/mn.svg);
}
.flag-icon-mo {
background-image: url(../flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
background-image: url(../flags/1x1/mo.svg);
}
.flag-icon-mp {
background-image: url(../flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
background-image: url(../flags/1x1/mp.svg);
}
.flag-icon-mq {
background-image: url(../flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
background-image: url(../flags/1x1/mq.svg);
}
.flag-icon-mr {
background-image: url(../flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
background-image: url(../flags/1x1/mr.svg);
}
.flag-icon-ms {
background-image: url(../flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
background-image: url(../flags/1x1/ms.svg);
}
.flag-icon-mt {
background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
background-image: url(../flags/1x1/mt.svg);
}
.flag-icon-mu {
background-image: url(../flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
background-image: url(../flags/1x1/mu.svg);
}
.flag-icon-mv {
background-image: url(../flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
background-image: url(../flags/1x1/mv.svg);
}
.flag-icon-mw {
background-image: url(../flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
background-image: url(../flags/1x1/mw.svg);
}
.flag-icon-mx {
background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
background-image: url(../flags/1x1/mx.svg);
}
.flag-icon-my {
background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
background-image: url(../flags/1x1/my.svg);
}
.flag-icon-mz {
background-image: url(../flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
background-image: url(../flags/1x1/mz.svg);
}
.flag-icon-na {
background-image: url(../flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
background-image: url(../flags/1x1/na.svg);
}
.flag-icon-nc {
background-image: url(../flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
background-image: url(../flags/1x1/nc.svg);
}
.flag-icon-ne {
background-image: url(../flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
background-image: url(../flags/1x1/ne.svg);
}
.flag-icon-nf {
background-image: url(../flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
background-image: url(../flags/1x1/nf.svg);
}
.flag-icon-ng {
background-image: url(../flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
background-image: url(../flags/1x1/ng.svg);
}
.flag-icon-ni {
background-image: url(../flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
background-image: url(../flags/1x1/ni.svg);
}
.flag-icon-nl {
background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
background-image: url(../flags/1x1/nl.svg);
}
.flag-icon-no {
background-image: url(../flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
background-image: url(../flags/1x1/no.svg);
}
.flag-icon-np {
background-image: url(../flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
background-image: url(../flags/1x1/np.svg);
}
.flag-icon-nr {
background-image: url(../flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
background-image: url(../flags/1x1/nr.svg);
}
.flag-icon-nu {
background-image: url(../flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
background-image: url(../flags/1x1/nu.svg);
}
.flag-icon-nz {
background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
background-image: url(../flags/1x1/nz.svg);
}
.flag-icon-om {
background-image: url(../flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
background-image: url(../flags/1x1/om.svg);
}
.flag-icon-pa {
background-image: url(../flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
background-image: url(../flags/1x1/pa.svg);
}
.flag-icon-pe {
background-image: url(../flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
background-image: url(../flags/1x1/pe.svg);
}
.flag-icon-pf {
background-image: url(../flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
background-image: url(../flags/1x1/pf.svg);
}
.flag-icon-pg {
background-image: url(../flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
background-image: url(../flags/1x1/pg.svg);
}
.flag-icon-ph {
background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
background-image: url(../flags/1x1/ph.svg);
}
.flag-icon-pk {
background-image: url(../flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
background-image: url(../flags/1x1/pk.svg);
}
.flag-icon-pl {
background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
background-image: url(../flags/1x1/pl.svg);
}
.flag-icon-pm {
background-image: url(../flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
background-image: url(../flags/1x1/pm.svg);
}
.flag-icon-pn {
background-image: url(../flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
background-image: url(../flags/1x1/pn.svg);
}
.flag-icon-pr {
background-image: url(../flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
background-image: url(../flags/1x1/pr.svg);
}
.flag-icon-ps {
background-image: url(../flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
background-image: url(../flags/1x1/ps.svg);
}
.flag-icon-pt {
background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
background-image: url(../flags/1x1/pt.svg);
}
.flag-icon-pw {
background-image: url(../flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
background-image: url(../flags/1x1/pw.svg);
}
.flag-icon-py {
background-image: url(../flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
background-image: url(../flags/1x1/py.svg);
}
.flag-icon-qa {
background-image: url(../flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
background-image: url(../flags/1x1/qa.svg);
}
.flag-icon-re {
background-image: url(../flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
background-image: url(../flags/1x1/re.svg);
}
.flag-icon-ro {
background-image: url(../flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
background-image: url(../flags/1x1/ro.svg);
}
.flag-icon-rs {
background-image: url(../flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
background-image: url(../flags/1x1/rs.svg);
}
.flag-icon-ru {
background-image: url(../flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
background-image: url(../flags/1x1/ru.svg);
}
.flag-icon-rw {
background-image: url(../flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
background-image: url(../flags/1x1/rw.svg);
}
.flag-icon-sa {
background-image: url(../flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
background-image: url(../flags/1x1/sa.svg);
}
.flag-icon-sb {
background-image: url(../flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
background-image: url(../flags/1x1/sb.svg);
}
.flag-icon-sc {
background-image: url(../flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
background-image: url(../flags/1x1/sc.svg);
}
.flag-icon-sd {
background-image: url(../flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
background-image: url(../flags/1x1/sd.svg);
}
.flag-icon-se {
background-image: url(../flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
background-image: url(../flags/1x1/se.svg);
}
.flag-icon-sg {
background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
background-image: url(../flags/1x1/sg.svg);
}
.flag-icon-sh {
background-image: url(../flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
background-image: url(../flags/1x1/sh.svg);
}
.flag-icon-si {
background-image: url(../flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
background-image: url(../flags/1x1/si.svg);
}
.flag-icon-sj {
background-image: url(../flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
background-image: url(../flags/1x1/sj.svg);
}
.flag-icon-sk {
background-image: url(../flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
background-image: url(../flags/1x1/sk.svg);
}
.flag-icon-sl {
background-image: url(../flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
background-image: url(../flags/1x1/sl.svg);
}
.flag-icon-sm {
background-image: url(../flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
background-image: url(../flags/1x1/sm.svg);
}
.flag-icon-sn {
background-image: url(../flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
background-image: url(../flags/1x1/sn.svg);
}
.flag-icon-so {
background-image: url(../flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
background-image: url(../flags/1x1/so.svg);
}
.flag-icon-sr {
background-image: url(../flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
background-image: url(../flags/1x1/sr.svg);
}
.flag-icon-ss {
background-image: url(../flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
background-image: url(../flags/1x1/ss.svg);
}
.flag-icon-st {
background-image: url(../flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
background-image: url(../flags/1x1/st.svg);
}
.flag-icon-sv {
background-image: url(../flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
background-image: url(../flags/1x1/sv.svg);
}
.flag-icon-sx {
background-image: url(../flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
background-image: url(../flags/1x1/sx.svg);
}
.flag-icon-sy {
background-image: url(../flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
background-image: url(../flags/1x1/sy.svg);
}
.flag-icon-sz {
background-image: url(../flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
background-image: url(../flags/1x1/sz.svg);
}
.flag-icon-tc {
background-image: url(../flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
background-image: url(../flags/1x1/tc.svg);
}
.flag-icon-td {
background-image: url(../flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
background-image: url(../flags/1x1/td.svg);
}
.flag-icon-tf {
background-image: url(../flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
background-image: url(../flags/1x1/tf.svg);
}
.flag-icon-tg {
background-image: url(../flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
background-image: url(../flags/1x1/tg.svg);
}
.flag-icon-th {
background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
background-image: url(../flags/1x1/th.svg);
}
.flag-icon-tj {
background-image: url(../flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
background-image: url(../flags/1x1/tj.svg);
}
.flag-icon-tk {
background-image: url(../flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
background-image: url(../flags/1x1/tk.svg);
}
.flag-icon-tl {
background-image: url(../flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
background-image: url(../flags/1x1/tl.svg);
}
.flag-icon-tm {
background-image: url(../flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
background-image: url(../flags/1x1/tm.svg);
}
.flag-icon-tn {
background-image: url(../flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
background-image: url(../flags/1x1/tn.svg);
}
.flag-icon-to {
background-image: url(../flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
background-image: url(../flags/1x1/to.svg);
}
.flag-icon-tr {
background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
background-image: url(../flags/1x1/tr.svg);
}
.flag-icon-tt {
background-image: url(../flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
background-image: url(../flags/1x1/tt.svg);
}
.flag-icon-tv {
background-image: url(../flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
background-image: url(../flags/1x1/tv.svg);
}
.flag-icon-tw {
background-image: url(../flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
background-image: url(../flags/1x1/tw.svg);
}
.flag-icon-tz {
background-image: url(../flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
background-image: url(../flags/1x1/tz.svg);
}
.flag-icon-ua {
background-image: url(../flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
background-image: url(../flags/1x1/ua.svg);
}
.flag-icon-ug {
background-image: url(../flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
background-image: url(../flags/1x1/ug.svg);
}
.flag-icon-um {
background-image: url(../flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
background-image: url(../flags/1x1/um.svg);
}
.flag-icon-us {
background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
background-image: url(../flags/1x1/us.svg);
}
.flag-icon-uy {
background-image: url(../flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
background-image: url(../flags/1x1/uy.svg);
}
.flag-icon-uz {
background-image: url(../flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
background-image: url(../flags/1x1/uz.svg);
}
.flag-icon-va {
background-image: url(../flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
background-image: url(../flags/1x1/va.svg);
}
.flag-icon-vc {
background-image: url(../flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
background-image: url(../flags/1x1/vc.svg);
}
.flag-icon-ve {
background-image: url(../flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
background-image: url(../flags/1x1/ve.svg);
}
.flag-icon-vg {
background-image: url(../flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
background-image: url(../flags/1x1/vg.svg);
}
.flag-icon-vi {
background-image: url(../flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
background-image: url(../flags/1x1/vi.svg);
}
.flag-icon-vn {
background-image: url(../flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
background-image: url(../flags/1x1/vn.svg);
}
.flag-icon-vu {
background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
background-image: url(../flags/1x1/vu.svg);
}
.flag-icon-wf {
background-image: url(../flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
background-image: url(../flags/1x1/wf.svg);
}
.flag-icon-ws {
background-image: url(../flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
background-image: url(../flags/1x1/ws.svg);
}
.flag-icon-ye {
background-image: url(../flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
background-image: url(../flags/1x1/ye.svg);
}
.flag-icon-yt {
background-image: url(../flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
background-image: url(../flags/1x1/yt.svg);
}
.flag-icon-za {
background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
background-image: url(../flags/1x1/za.svg);
}
.flag-icon-zm {
background-image: url(../flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
background-image: url(../flags/1x1/zm.svg);
}
.flag-icon-zw {
background-image: url(../flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
background-image: url(../flags/1x1/zw.svg);
}
.flag-icon-es-ct {
background-image: url(../flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
background-image: url(../flags/1x1/es-ct.svg);
}
.flag-icon-eu {
background-image: url(../flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
background-image: url(../flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
background-image: url(../flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
background-image: url(../flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
background-image: url(../flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
background-image: url(../flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
background-image: url(../flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
background-image: url(../flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
background-image: url(../flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
background-image: url(../flags/1x1/gb-wls.svg);
}
.flag-icon-un {
background-image: url(../flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
background-image: url(../flags/1x1/un.svg);
}
@font-face {
font-family: 'Pe-icon-7-stroke';
src:url('../../fonts/Pe-icon-7-stroke.eot?d7yf1v');
src:url('../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
url('../../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
url('../../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
url('../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
display: inline-block;
font-family: 'Pe-icon-7-stroke';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
content: "\e6aa";
}
.pe-7s-arc:before {
content: "\e6ab";
}
.pe-7s-back-2:before {
content: "\e6ac";
}
.pe-7s-bandaid:before {
content: "\e6ad";
}
.pe-7s-car:before {
content: "\e6ae";
}
.pe-7s-diamond:before {
content: "\e6af";
}
.pe-7s-door-lock:before {
content: "\e6b0";
}
.pe-7s-eyedropper:before {
content: "\e6b1";
}
.pe-7s-female:before {
content: "\e6b2";
}
.pe-7s-gym:before {
content: "\e6b3";
}
.pe-7s-hammer:before {
content: "\e6b4";
}
.pe-7s-headphones:before {
content: "\e6b5";
}
.pe-7s-helm:before {
content: "\e6b6";
}
.pe-7s-hourglass:before {
content: "\e6b7";
}
.pe-7s-leaf:before {
content: "\e6b8";
}
.pe-7s-magic-wand:before {
content: "\e6b9";
}
.pe-7s-male:before {
content: "\e6ba";
}
.pe-7s-map-2:before {
content: "\e6bb";
}
.pe-7s-next-2:before {
content: "\e6bc";
}
.pe-7s-paint-bucket:before {
content: "\e6bd";
}
.pe-7s-pendrive:before {
content: "\e6be";
}
.pe-7s-photo:before {
content: "\e6bf";
}
.pe-7s-piggy:before {
content: "\e6c0";
}
.pe-7s-plugin:before {
content: "\e6c1";
}
.pe-7s-refresh-2:before {
content: "\e6c2";
}
.pe-7s-rocket:before {
content: "\e6c3";
}
.pe-7s-settings:before {
content: "\e6c4";
}
.pe-7s-shield:before {
content: "\e6c5";
}
.pe-7s-smile:before {
content: "\e6c6";
}
.pe-7s-usb:before {
content: "\e6c7";
}
.pe-7s-vector:before {
content: "\e6c8";
}
.pe-7s-wine:before {
content: "\e6c9";
}
.pe-7s-cloud-upload:before {
content: "\e68a";
}
.pe-7s-cash:before {
content: "\e68c";
}
.pe-7s-close:before {
content: "\e680";
}
.pe-7s-bluetooth:before {
content: "\e68d";
}
.pe-7s-cloud-download:before {
content: "\e68b";
}
.pe-7s-way:before {
content: "\e68e";
}
.pe-7s-close-circle:before {
content: "\e681";
}
.pe-7s-id:before {
content: "\e68f";
}
.pe-7s-angle-up:before {
content: "\e682";
}
.pe-7s-wristwatch:before {
content: "\e690";
}
.pe-7s-angle-up-circle:before {
content: "\e683";
}
.pe-7s-world:before {
content: "\e691";
}
.pe-7s-angle-right:before {
content: "\e684";
}
.pe-7s-volume:before {
content: "\e692";
}
.pe-7s-angle-right-circle:before {
content: "\e685";
}
.pe-7s-users:before {
content: "\e693";
}
.pe-7s-angle-left:before {
content: "\e686";
}
.pe-7s-user-female:before {
content: "\e694";
}
.pe-7s-angle-left-circle:before {
content: "\e687";
}
.pe-7s-up-arrow:before {
content: "\e695";
}
.pe-7s-angle-down:before {
content: "\e688";
}
.pe-7s-switch:before {
content: "\e696";
}
.pe-7s-angle-down-circle:before {
content: "\e689";
}
.pe-7s-scissors:before {
content: "\e697";
}
.pe-7s-wallet:before {
content: "\e600";
}
.pe-7s-safe:before {
content: "\e698";
}
.pe-7s-volume2:before {
content: "\e601";
}
.pe-7s-volume1:before {
content: "\e602";
}
.pe-7s-voicemail:before {
content: "\e603";
}
.pe-7s-video:before {
content: "\e604";
}
.pe-7s-user:before {
content: "\e605";
}
.pe-7s-upload:before {
content: "\e606";
}
.pe-7s-unlock:before {
content: "\e607";
}
.pe-7s-umbrella:before {
content: "\e608";
}
.pe-7s-trash:before {
content: "\e609";
}
.pe-7s-tools:before {
content: "\e60a";
}
.pe-7s-timer:before {
content: "\e60b";
}
.pe-7s-ticket:before {
content: "\e60c";
}
.pe-7s-target:before {
content: "\e60d";
}
.pe-7s-sun:before {
content: "\e60e";
}
.pe-7s-study:before {
content: "\e60f";
}
.pe-7s-stopwatch:before {
content: "\e610";
}
.pe-7s-star:before {
content: "\e611";
}
.pe-7s-speaker:before {
content: "\e612";
}
.pe-7s-signal:before {
content: "\e613";
}
.pe-7s-shuffle:before {
content: "\e614";
}
.pe-7s-shopbag:before {
content: "\e615";
}
.pe-7s-share:before {
content: "\e616";
}
.pe-7s-server:before {
content: "\e617";
}
.pe-7s-search:before {
content: "\e618";
}
.pe-7s-film:before {
content: "\e6a5";
}
.pe-7s-science:before {
content: "\e619";
}
.pe-7s-disk:before {
content: "\e6a6";
}
.pe-7s-ribbon:before {
content: "\e61a";
}
.pe-7s-repeat:before {
content: "\e61b";
}
.pe-7s-refresh:before {
content: "\e61c";
}
.pe-7s-add-user:before {
content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
content: "\e61d";
}
.pe-7s-paperclip:before {
content: "\e69c";
}
.pe-7s-radio:before {
content: "\e61e";
}
.pe-7s-note2:before {
content: "\e69d";
}
.pe-7s-print:before {
content: "\e61f";
}
.pe-7s-network:before {
content: "\e69e";
}
.pe-7s-prev:before {
content: "\e620";
}
.pe-7s-mute:before {
content: "\e69f";
}
.pe-7s-power:before {
content: "\e621";
}
.pe-7s-medal:before {
content: "\e6a0";
}
.pe-7s-portfolio:before {
content: "\e622";
}
.pe-7s-like2:before {
content: "\e6a1";
}
.pe-7s-plus:before {
content: "\e623";
}
.pe-7s-left-arrow:before {
content: "\e6a2";
}
.pe-7s-play:before {
content: "\e624";
}
.pe-7s-key:before {
content: "\e6a3";
}
.pe-7s-plane:before {
content: "\e625";
}
.pe-7s-joy:before {
content: "\e6a4";
}
.pe-7s-photo-gallery:before {
content: "\e626";
}
.pe-7s-pin:before {
content: "\e69b";
}
.pe-7s-phone:before {
content: "\e627";
}
.pe-7s-plug:before {
content: "\e69a";
}
.pe-7s-pen:before {
content: "\e628";
}
.pe-7s-right-arrow:before {
content: "\e699";
}
.pe-7s-paper-plane:before {
content: "\e629";
}
.pe-7s-delete-user:before {
content: "\e6a7";
}
.pe-7s-paint:before {
content: "\e62a";
}
.pe-7s-bottom-arrow:before {
content: "\e6a8";
}
.pe-7s-notebook:before {
content: "\e62b";
}
.pe-7s-note:before {
content: "\e62c";
}
.pe-7s-next:before {
content: "\e62d";
}
.pe-7s-news-paper:before {
content: "\e62e";
}
.pe-7s-musiclist:before {
content: "\e62f";
}
.pe-7s-music:before {
content: "\e630";
}
.pe-7s-mouse:before {
content: "\e631";
}
.pe-7s-more:before {
content: "\e632";
}
.pe-7s-moon:before {
content: "\e633";
}
.pe-7s-monitor:before {
content: "\e634";
}
.pe-7s-micro:before {
content: "\e635";
}
.pe-7s-menu:before {
content: "\e636";
}
.pe-7s-map:before {
content: "\e637";
}
.pe-7s-map-marker:before {
content: "\e638";
}
.pe-7s-mail:before {
content: "\e639";
}
.pe-7s-mail-open:before {
content: "\e63a";
}
.pe-7s-mail-open-file:before {
content: "\e63b";
}
.pe-7s-magnet:before {
content: "\e63c";
}
.pe-7s-loop:before {
content: "\e63d";
}
.pe-7s-look:before {
content: "\e63e";
}
.pe-7s-lock:before {
content: "\e63f";
}
.pe-7s-lintern:before {
content: "\e640";
}
.pe-7s-link:before {
content: "\e641";
}
.pe-7s-like:before {
content: "\e642";
}
.pe-7s-light:before {
content: "\e643";
}
.pe-7s-less:before {
content: "\e644";
}
.pe-7s-keypad:before {
content: "\e645";
}
.pe-7s-junk:before {
content: "\e646";
}
.pe-7s-info:before {
content: "\e647";
}
.pe-7s-home:before {
content: "\e648";
}
.pe-7s-help2:before {
content: "\e649";
}
.pe-7s-help1:before {
content: "\e64a";
}
.pe-7s-graph3:before {
content: "\e64b";
}
.pe-7s-graph2:before {
content: "\e64c";
}
.pe-7s-graph1:before {
content: "\e64d";
}
.pe-7s-graph:before {
content: "\e64e";
}
.pe-7s-global:before {
content: "\e64f";
}
.pe-7s-gleam:before {
content: "\e650";
}
.pe-7s-glasses:before {
content: "\e651";
}
.pe-7s-gift:before {
content: "\e652";
}
.pe-7s-folder:before {
content: "\e653";
}
.pe-7s-flag:before {
content: "\e654";
}
.pe-7s-filter:before {
content: "\e655";
}
.pe-7s-file:before {
content: "\e656";
}
.pe-7s-expand1:before {
content: "\e657";
}
.pe-7s-exapnd2:before {
content: "\e658";
}
.pe-7s-edit:before {
content: "\e659";
}
.pe-7s-drop:before {
content: "\e65a";
}
.pe-7s-drawer:before {
content: "\e65b";
}
.pe-7s-download:before {
content: "\e65c";
}
.pe-7s-display2:before {
content: "\e65d";
}
.pe-7s-display1:before {
content: "\e65e";
}
.pe-7s-diskette:before {
content: "\e65f";
}
.pe-7s-date:before {
content: "\e660";
}
.pe-7s-cup:before {
content: "\e661";
}
.pe-7s-culture:before {
content: "\e662";
}
.pe-7s-crop:before {
content: "\e663";
}
.pe-7s-credit:before {
content: "\e664";
}
.pe-7s-copy-file:before {
content: "\e665";
}
.pe-7s-config:before {
content: "\e666";
}
.pe-7s-compass:before {
content: "\e667";
}
.pe-7s-comment:before {
content: "\e668";
}
.pe-7s-coffee:before {
content: "\e669";
}
.pe-7s-cloud:before {
content: "\e66a";
}
.pe-7s-clock:before {
content: "\e66b";
}
.pe-7s-check:before {
content: "\e66c";
}
.pe-7s-chat:before {
content: "\e66d";
}
.pe-7s-cart:before {
content: "\e66e";
}
.pe-7s-camera:before {
content: "\e66f";
}
.pe-7s-call:before {
content: "\e670";
}
.pe-7s-calculator:before {
content: "\e671";
}
.pe-7s-browser:before {
content: "\e672";
}
.pe-7s-box2:before {
content: "\e673";
}
.pe-7s-box1:before {
content: "\e674";
}
.pe-7s-bookmarks:before {
content: "\e675";
}
.pe-7s-bicycle:before {
content: "\e676";
}
.pe-7s-bell:before {
content: "\e677";
}
.pe-7s-battery:before {
content: "\e678";
}
.pe-7s-ball:before {
content: "\e679";
}
.pe-7s-back:before {
content: "\e67a";
}
.pe-7s-attention:before {
content: "\e67b";
}
.pe-7s-anchor:before {
content: "\e67c";
}
.pe-7s-albums:before {
content: "\e67d";
}
.pe-7s-alarm:before {
content: "\e67e";
}
.pe-7s-airplay:before {
content: "\e67f";
}