@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf");
}

* {
    font-family: 'Source Sans Pro', 'FontAwesome', 'Ionicons', 'Material Design Iconic Font' !important;
}



/*

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
*/

.fix-btn {
    text-align: left;
    padding: 0px 20px;
    width: 250px;
}

.i-img {
    padding: 0px 20px;
    vertical-align: middle;
}

#imap{
    width: 100%;
	height: 100%;
	min-height: 100%;
    max-height: 100%;
	padding: 0;
	top: 0;
	position: fixed;
	margin: 0;
    color: black;
}

#nmmap, #nmmap1, #opendataMAP  {
    width: 100%;
	height: 100%;
	min-height: 100%;
    max-height: 100%;
	padding: 0;
	top: 0;
	position: fixed;
	margin: 0;
    color: black;
}



.ks-layout-theme {
  height: 44px;
  cursor: pointer;
}
.ks-layout-theme.ks-layout-default {
  background: #f3f3f3;
}
.ks-layout-theme.ks-layout-dark {
  background: #000;
}
.ks-layout-theme.ks-layout-white {
  background: #fff;
}
.ks-color-theme {
  height: 44px;
  cursor: pointer;
  margin-bottom: 10px;
}





.ks-demo-slider {
  width: 100%;
  height: 82%;
}
.ks-demo-slider,
.ks-carousel-slider {
  font-size: 25px;
  font-weight: 300;
}
.ks-demo-slider .swiper-slide,
.ks-carousel-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.ks-carousel-slider .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide {
  width: 85%;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}
.page[data-page="swiper-multiple"] .swiper-container {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 120px;
}
.ks-slider-custom {
  height: 100%;
}
.ks-slider-custom .swiper-container {
  background: #000;
  height: 100%;
}
.ks-slider-custom .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.ks-slider-custom .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  position: relative;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.ks-slider-custom .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 1;
  border: 1px solid #007aff;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
.ks-cube-slider {
  width: 80%;
  height: 70%;
  top: 15%;
}
.ks-coverflow-slider {
  height: 60%;
  top: 20%;
}
.ks-coverflow-slider .swiper-slide {
  width: 65%;
}
.ks-cube-slider .swiper-slide,
.ks-coverflow-slider .swiper-slide {
  background-size: cover;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.ks-fade-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.page[data-page="swiper-gallery"] {
  background: #000;
}
.ks-swiper-gallery-top {
  height: 70%;
}
.ks-swiper-gallery-thumbs {
  margin-top: 10px;
  height: 20%;
  height: -webkit-calc(30% - 20px);
  height: -moz-calc(30% - 20px);
  height: -ms-calc(30% - 20px);
  height: calc(30% - 20px);
}
.ks-swiper-gallery-thumbs .swiper-slide {
  width: 25%;
}
.ks-swiper-gallery-thumbs .swiper-slide-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  -webkit-transition: 300ms;
}
.ks-swiper-gallery-thumbs .swiper-slide-active .swiper-slide-pic {
  opacity: 1;
}
.ks-swiper-gallery-top .swiper-slide,
.ks-swiper-gallery-thumbs .swiper-slide,
.ks-swiper-gallery-top .swiper-slide-pic,
.ks-swiper-gallery-thumbs .swiper-slide-pic {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.ks-parallax-slider {
  height: 100%;
}
.ks-parallax-slider .swiper-parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.ks-parallax-slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  color: #fff;
}
.ks-parallax-slider .swiper-slide-title {
  font-size: 41px;
  font-weight: 300;
}
.ks-parallax-slider .swiper-slide-subtitle {
  font-size: 21px;
}
.ks-parallax-slider .swiper-slide-text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}


.badge.button {
    line-height : inherit;
    min-width : auto;
    height : auto;
}



.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.info-box-content {
    padding: 15px 10px;
    margin-left: 90px;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    /*background: rgba(0,0,0,0.2);*/
    color: white;
}



[data-page="home"] div[class*="col-"] {
  background: #fff;
  text-align: center;
  color: #000;
  /*border: 1px solid #ddd;*/
  padding: 5px;
}
[data-page="home"] .row {
  margin-bottom: 15px;
}

[data-page="panel-right"] .item-media img {
    width: auto;
    height: auto;
    max-width: 40px;
    border-radius: 50%;
}


.leaflet-popup, .leaflet-popup * {
    -webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

    opacity: 0.97;
}



.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .info-box {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2, .panel-left {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4,  {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }


.svgavtar {
    width: 30px;
    height:auto;
}



.ks-demo-slider {
  width: 100%;
  height: 100%;
    min-height: 115px;
}

.ks-demo-slider .swiper-slide,
.ks-carousel-slider .swiper-slide {
    display: block;
}

.ks-demo-slider, .ks-carousel-slider {
    font-size: 14px;
}

.ks-demo-slider .progressbar {
    position: fixed;
    top: 50px;
}

.swiper-pagination-bullet {
    opacity: 0;
}

.demo-map {
    text-align: center;
    width:460px;
    height: 300px;
}














#recent-items-chart {
  width: calc(100% + 19px);
  height: 150px;
  margin: -20px -10px 0;
  bottom: -10px;
}

/*
 * Flot Chart
 */

[class*="flot-chart"] {
  width: 100%;
  display: block;
}

.flot-chart {
  height: 200px;
}

.flot-chart-pie {
  height: 300px;
}

@media (min-width: 768px) {
  .flot-chart-pie {
    margin-bottom: 20px;
  }
}

.flot-tooltip,
#flotTip {
  position: absolute;
  color: #333;
  display: none;
  font-size: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  background-color: #fff;
  z-index: 99999;
}

[class*="flc-"] {
  text-align: center;
  margin: 10px 0 5px;
}

[class*="flc-"] table {
  display: inline-block;
}

[class*="flc-"] .legendColorBox > div {
  border: #fff !important;
}

[class*="flc-"] .legendColorBox > div > div {
  border-radius: 50%;
}

[class*="flc-"] .legendLabel {
  padding: 0 8px 0 3px;
}



.applogo {
    width: 60%;
    max-width: 200px;
    padding-top: 15px;
}

.infinite-scroll-preloader {
  margin-top:-20px;
  margin-bottom: 10px;
  text-align: center;
}

.infinite-scroll-preloader .preloader {
  width:34px;
  height:34px;
}

.em3 {
    font-size: 3em;
}

.em2 {
    font-size: 2em;
}
.em-08 {
    font-size: 0.8em;
}

[class*="ion-"]:before, [class*="fa1-"]:before {
    font-size: 1.3em !important;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
	font-style: normal;
	font-weight: normal;
}

.home-icon {
    font-size: 1.2em;
}

.right {
    float: right;
}


.messagebar {
    background: none !important;
}

.list-block li li:last-child .item-inner:after, .list-block li:last-child li .item-inner:after {
    background-color: rgba(0, 0, 0, 0);
}


[data-page="community-services"] .item-media img {
    width: auto;
    height: auto;
    max-width: 40px;
    border-radius: 50%;
}

.raty-holder {
    vertical-align: sub !important;
    /*margin-left: 5px !important;*/
}

.leaflet-top .leaflet-control {
    margin-top: 75px !important;
}

.iconpicker-popover.popover {
    opacity:1;
}


[data-page="panel-left"] .list-block .item-media, [data-page="settings"] .list-block .item-media {
    min-width: auto;
}


[data-page="list"] .list-block .item-text {
    max-height: inherit;
}


/*.page {
    background-color: #C5CAE9;
    background: url('../images/overlay/photography.png') #C5CAE9;
}*/









.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


[data-page="nearme-add"] #nm-map {
    width: 100%;
	height: 50%;
	min-height: 50%;
    max-height: 50%;
	padding: 0;
	top: 0;
	position: absolute;
	margin: 0;
    color: black;
}


.searchBlock #search-input-field{
    /*font-weight: 700;*/
    font-size: 35px;
    /*height: 100px;
    letter-spacing: -1.925px;
    line-height: 100px;*/
    width: 100%;
    border: none!important;
    border-bottom: 1px solid #000;
    background-color: transparent!important;
    -webkit-transition: none!important;
    padding: 10px;
}

.listCircleIon{
    height: 44px;
    width: 44px;
    background-color: gray;
    border-radius: 50%;
    text-align: center;
}


.listCircleIon .txt{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
}

.listCircleIon .fontawesome-map-marker{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
}
.listCircleIon .ion-ios-person {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.searchBlock{
  padding-top: 50px;
}
.searchBlock .item-media{
    min-width: 20px !important;
}

.hint-text {
    opacity: .7;
}

.searchListBlock .card {
    width: 46% !important;
    max-height: 400px !important;
    overflow-y: hidden;
    float: left;
}

.searchListBlock .list-container {
    width: 100% !important;
    max-height: 348px !important;
    overflow-y: auto;
}

.searchListBlock .locationDetails{
    font-family: 'Lato Light','Open Sans', 'FontAwesome', sans-serif !important;
    color: #777777;
    line-height: 1.33;
}

.searchListBlock .applicantDetails{
    line-height: 1.3rem;
    font-family: 'Lato Light','Open Sans', 'FontAwesome', sans-serif !important;
}


.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.border_top{
    border-top: 2px solid!important;
}

/*5042*/
#nearme-tags-container .chip{
    float: left;
    margin-right: 10px;
}
.trigger-faicon{
    cursor: pointer;
}


.signup-wrap {
    width: 450px;
    margin: auto;
}

#signup form {
    width: 380px;
    margin: 1em auto;
    padding: 3em 2em 2em 2em;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

#signup .group {
    position: relative;
    margin-bottom: 45px;
}

#signup input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

#signup input:focus { outline: none; }


/* Label */

#signup label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

#signup input:focus ~ label, input.used ~ label {
    top: -20px;
  transform: scale(.75); left: -2px;
    /* font-size: 14px; */
    color: #4a89dc;
}


/* Underline */

#signup .bar {
    position: relative;
    display: block;
    width: 100%;
}

#signup .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4a89dc;
    transition: all 0.2s ease;
}

#signup .bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

#signup input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

#signup .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

#signup input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
    from { background: #4a89dc; }
    to  { width: 0; background: transparent; }
}


/* Button */

#signup .button {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
#signup .button:focus { outline: 0; }


/* Button modifiers */

#signup .buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

#signup .buttonBlue:hover { background: #357bd8; }

#forgrt-password .progress-bar {
    margin: auto;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    max-width: 400px;
}
#forgrt-password .general-progress {
    width: 100%;
    height: 66px;
    text-align: center;
    margin: auto;
}

#forgrt-password .progress-bar li {
    list-style: none;
    float: left;
    width: 33%;
}

#forgrt-password .progressbar{
    height: 6px;
    margin-top: 15px;
    z-index: -1;
    float: left;
    position: absolute;
}

/*#administration .progress-bar {
  width: 412px;
    height: 66px;
    position: relative;
    margin: auto;

}

#administration .general-progress {
    display: inline-block;
    background: url(../images/community-wizard.png) no-repeat;
    width: 100%;
    height: 66px;

}
#administration .general-progress li {
        display: inline-block;
    position: relative;
    width: 148px;
    height: 60px;
    left: 6.5px;
    top: 7px;
}

#administration .general-progress li:last-child {
    width: 0;
}

#administration .progress-bar ul, #administration .progress-bar li {
    list-style: none;
    padding: 0;

}
#administration .general-progress li .icon-wrap {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 5;
    overflow: hidden;
}

#administration .general-progress li.active .icon-wrap a {
    background-color: #0095d9;
    color: #fff;
    cursor: default;
}
#administration .general-progress li .icon-wrap a {
    overflow: hidden;
    z-index: 4;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #FFF;
    font-weight: 800;
    font-size: 19px;
    line-height: 35px;
    color: #999;
    text-align: center;
    text-decoration: none;
    cursor: default;
}
#administration .general-progress a {
    text-decoration: none;
    color: #0095d9;
}

#administration .general-progress .visited {
    background-color: #9e9e9e !important;
    color: #FFF !important;

}
#administration .general-progress .active {
    background-color: #3f51b5 !important;
    color: #FFF !important;
}*/


/*/ Rating QOS /*/
.rating {
  margin: 10px 0;
}

.rating i {
  display: inline-block;
  width: 0;
  height: 1.5em;
  border-width: 0 0.75em;
  border-style: solid;
  border-color: #eee;
  border-radius: .22em;
  color: white;
  background: #eee;
  font-style: normal;
  line-height: 1.6em;
  text-indent: -0.5em;
  text-shadow: 1px 0 1px #b3b3b3;
}

[data-rate^='1'] .star-1 {
  border-color: #cc8b1f;
  background: #cc8b1f;
}

[data-rate='1.5'] .star-2 {
  border-left-color: #cc8b1f;
}

[data-rate^='2'] .star-1, [data-rate^='2'] .star-2 {
  border-color: #dcb228;
  background: #dcb228;
}

[data-rate='2.5'] .star-3 {
  border-left-color: #dcb228;
}

[data-rate^='3'] .star-1, [data-rate^='3'] .star-2, [data-rate^='3'] .star-3 {
  border-color: #f0991e;
  background: #f0991e;
}

[data-rate='3.5'] .star-4 {
  border-left-color: #f0991e;
}

[data-rate^='4'] .star-1, [data-rate^='4'] .star-2, [data-rate^='4'] .star-3, [data-rate^='4'] .star-4 {
  border-color: #f26a2c;
  background: #f26a2c;
}

[data-rate='4.5'] .star-5 {
  border-left-color: #f26a2c;
}

[data-rate='5'] i {
  border-color: #dd050b;
  background: #dd050b;
}


.trigger_caseeditor_popup{
  cursor: pointer;
}

.cases-summary{
    position: absolute;
    z-index: 5999;
    background-color: ghostwhite;
    width: 305px;
    padding-left: 10px;
    margin-top: 0;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
}

#administration #wizardContainer{
    margin-top: 10px;
}

#administration #wizardContainer #stepsContainer {
  display:flex;
  justify-content: space-between;
  margin:auto;
}

#administration #wizardContainer .wizardChips {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 1;
    background-color: #e8e8e8;
}

#administration #wizardContainer .wizardChips .chip {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: inset 0 1px 1px 1px #7E7E7E, 0 1px 1px white;
    /* margin: 0 auto; */
    text-align: center;
    color: #000;
    line-height: 35px;
    margin-top: 8px;
    margin-left: 9px;
    font-size: 17px;
    padding-left: 13px;
}

#administration #wizardContainer .pregressBar {
  height: 9px;
  background-color: #e8e8e8;
  margin: auto;
  margin-top: -32px;
}

#administration #wizardContainer .wizardChips .chip.visited {
    background-color: #9e9e9e !important;
    color: #FFF !important;
}

#administration #wizardContainer .wizardChips .chip.active {
    background-color: #3f51b5 !important;
    color: #FFF !important;
}

#administration #wizardContainer a {
    text-decoration: none;
    color: #0095d9;
}

#widgets-library .widgets-trigger-add, #widgets-library .widgets-trigger-remove {
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 2.5;
}

#widgets-library .ion-android-remove-circle {
    color: darkred;
}
#widgets-library .ion-android-add-circle {
    color: darkgreen;
}

.toast-item {
    height: 50px;
    background: #333;
    opacity: .9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    /* padding-top: 0px; */
    /* padding-bottom: 20px; */
    /* padding-left: 6px; */
    /* padding-right: 6px; */
    font-family: lucida Grande;
    font-size: 14px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
    width: 350px;
    text-align: center;
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
    margin: auto;
    z-index: 2;
}

.toast-item-close {
    background: url(../images/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px;
}
.toast-item p {
    text-align: left;
    margin-left: 50px;
}

.publish-community-trigger-submit{
    width: 69px;
    margin-left: 193px;
    /* float: left; */
    margin-top: -30px;
}

.swipeout .item-content {
    width: 95% !important;
}


.publish-sociamedia-card{
    float: left;
    margin: auto;
    height: 200px;
    width: 150px;
    border: 1px solid #98cce8;
    border-radius: 5px;
    padding: 5px;
    background-color: #f9f7f5;
    margin: 10px 10px;
    cursor: pointer;
    
}

@-webkit-keyframes activeGlowKeyframes {
  from { background-color: #5667d4; -webkit-box-shadow: 0 0 25px #000; }
  50% { background-color: #5667d4; -webkit-box-shadow: 0 0 25px #000; }
  to { background-color: #5667d4; -webkit-box-shadow: 0 0 25px #000; }
}

.activeGlow {
  box-shadow: 0 0 25px #000;
 -webkit-box-shadow: 0 0 25px #000;
}

.modal-title{
    text-align: center !important;
}
.modal-title img{
    margin: auto !imortant;
}

.prunecluster-small div{
    background-color: #01c1d6 !important;
}
.prunecluster-medium div{
    background-color: #03a9f4 !important;
}
.prunecluster-large div{
    background-color: #2196f3 !important;
}
.prunecluster-medium, .prunecluster-small, .prunecluster-large{
    background-color: #e7e0e8 !important;
}

.popup-artCenter-summary #tab2 .list-block .item-text{
    max-height: initial !important;
}

.popup-artCenter-summary #tab1 .recent-updated{
    background-color: #01c1d6;
    margin-bottom: 2px;
}

.popup-artCenter-summary #tab1 .selected-red {
    background-color: #e74c3c;
    margin-top: 1px;
    opacity: 0.7;
    color: #ffffff;
}
.popup-artCenter-summary #tab1 .selected-orange {
    background-color: #e67e22;
    margin-top: 1px;
    opacity: 0.7;
    color: #ffffff;
}
.popup-artCenter-summary #tab1 .selected-concrete {
    background-color: #95a5a6;
    margin-top: 1px;
    opacity: 0.7;
    color: #ffffff;
}
#topChartLocations .ion-flag-green {
    margin-right: 5px;
    background-image: url(../libraries/leaflet/0.7.3/images/marker-icon-green.png);
    width: 13px;
    height: 20px;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    float: left;
}

#topChartLocations .ion-flag-red {
    margin-right: 5px;
    background-image: url(../libraries/leaflet/0.7.3/images/marker-icon-red.png);
    width: 13px;
    height: 20px;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    float: left;
}

#topChartLocations .ion-flag-orange {
    
    background-image: url(../libraries/leaflet/0.7.3/images/marker-icon-orange.png);
}
#topChartLocations .ion-flag-red-star {
    margin-right: 5px;
    background-image: url(../libraries/leaflet/0.7.3/images/marker-icon-red-star.png);
    width: 13px;
    height: 20px;
    background-size: 10px 16px;
    background-repeat: no-repeat;
    float: left;
}

#topChartLocations .searchbar{
    background: rgba(0,0,0,0);
    border: 1px solid #01c1d6;
    border-radius: 3px;
}

#topChartLocations .searchbar-overlay{
    height: 190% !important;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable{
    width:15px !important;
    height:auto !important;
}