.map-canvas-print {
    margin: 0 auto;
    width: 620px !important;
    height: 400px !important;
}

.map-icon-small {
    width: 30px;
    height: 30px;
}

.map-icon-normal {
    width: 60px;
    height: 60px;
}

.map-icon {
    border-radius: 50%;
    cursor: pointer;
    border: 2px #797979 solid;
    background-size: cover;
    position: relative;
    transition: 0.3s ease;
    background-position: center;
}

.map-icon.no-photo {
    background: #fff;
    text-align: center;
}

.map-icon-small.no-photo {
    font-size: 1.5em;
    line-height: 1.6em;
}

.map-icon-normal.no-photo {
    font-size: 3.3em;
    line-height: 1.60em;
}

.map-icon:hover, .map-icon-active {
    transform: scale(2, 2);
    z-index: 5110;
}

.map-icon-end-point{
    cursor: default;
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    8% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    15% {
        -moz-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.25);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(.25);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.6);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    8% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    15% {
        -moz-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

.map-icon-normal .pulse_rays_on {
    margin: 0;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 74px;
    height: 74px;
    /* border: 12px dotted rgba(128, 128, 128, 1); */
    border: 8px solid rgba(190, 190, 190, 1);
    /* Giving Animation Function */
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    -ms-animation: pulse 2s linear infinite;
    border-image: initial;
}

.map-icon-normal .pulse_rays_on {
    border-radius: 50%;
}

/*
.map-icon-active .pulse_rays_on
{
    border-radius: 50% 50% 0 50%;
}
*/
.map-icon-small .pulse_rays_on {
    margin: 0;
    border-radius: 100px;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 44px;
    height: 44px;
    /* border: 10px dotted rgba(128, 128, 128, 1); */
    border: 7px solid rgba(190, 190, 190, 1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial;
}

.map-icon-intrip {
    border-color: #3298FC !important;
}

.map-icon-startstop {
    border-color: #00FF00 !important;
}

.map-icon-start {
    /*width: 60px;*/
    /*height: 60px;*/

}

input.ps-circle.lolliclock {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size: 25px;
    line-height: normal;
    font-family: Lato;
    color: rgb(65, 65, 65);
    border-radius: 50% !important;
    cursor: pointer;
    display: block;
}

.ps-circle:hover .lolliclock {
    color: #fff;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #2196F3;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #64B5F6;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected,
.dtp .dtp-picker-time > a.dtp-select-minute.selected {
    background: #2196F3;
}

.dtp .dtp-hand.on {
    background: #2196F3;
}

#linkToTripModal-link {
    width: 100%;
}

#suggestForm .ps-object-detail-header-double {
    cursor: pointer;
}

.ui-tooltip {
    z-index: 10000000;
}

.embedTripImg {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.embedTripImg:hover {
    background: #eeeeee;
}

.embedTripImg img {
    max-width: 200px;
    max-height: 200px;
}

.embedTripImg.active {
    background: #eeeeee;
    border-color: #41a7c5;
}

.embedTripImgCheckbox {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
}

a.sw-navbar-brand {
    padding: 7px;
    position: absolute;
    left: 10px;
    cursor: pointer;
}

a.sw-navbar-brand:hover {
    color: #fff;
}

.sw-logo {
    height: 35px;
    width: 167px;
    width: 167px;
    margin-right: 20px;
}

.logo-title {
    display: inline-block;
    padding-left: 20px;
    border-left: 2px solid #fff;
    position: relative;
    top: 3px;
    max-width: 360px;
}

@media (max-width: 768px) {
    .logo-title {
        display: none;
    }
}

.modal {
    z-index: 4000 !important;
}

#embedTripImgView img {
    max-width: 100%;
}

.export-trip-day-button {
    font-size: 10px;
    margin: auto;
    margin-top: -7px;
    width: 60px;
    text-align: center;
}

.export-trip-day-button i {
    font-size: 12px;
    margin-right: 3px;
}

.export-trip-details-day-buttons {
    padding-top: 25px;
}

.export-trip-details-day-buttons h3{
    margin: 0 15px 0 0;
    display: inline-block;
}

@media (max-width: 450px) {
    .export-trip-details-day-buttons{
        text-align: center;
    }

    .export-trip-details-day-buttons h3{
        display: block;
        margin: 0;
    }

    .export-trip-day-button{
        margin-top: 10px;
    }
}

.trip-name-title {
    font-size: 20px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    display: none;
}

#searchFooter {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: #fff;
    padding: 5px 10px;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0 -15px 30px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0 -15px 30px rgba(50, 50, 50, 0.20);
    box-shadow: 0 -15px 30px rgba(50, 50, 50, 0.20);

}

#autoUpdateMap {
    width: 15px;
    height: 15px;
    border: 1px solid #414141;
    vertical-align: text-bottom;
    margin-right: 5px;
}

#searchCount {
    width: calc(100% - 60px);
    float: left;
    padding-right: 15px;
    text-align: right;
}

#searchCount p{
    margin: 0;
}

#searchNav {
    width: 55px;
    float: right;
    text-align: right;
}

#searchNav button {
    display: inline-block;
    background: none;
    border: none;
    width: 20px;
    height: auto;
    padding: 0;
}

#searchNav button:disabled {
    color: #cccccc;
}

#objects {
    height: calc(100% - 71px);
    z-index: 5;
    overflow: hidden;
}

#objectList, #trips {
    height: 100%;
}

#objectList {
    display: none;
}

#promotedTrips {
    /*overflow: auto;*/
    height: 100%;
}

.promotedTripsImages {
    width: 80px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.promotedTripsItem {
    display: block;
    clear: both;
    border-bottom: 1px solid lightgray;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.promotedTripsImages li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.promotedTripsImages li img {
    height: 100%;
    min-width: 100%;
}

#category-wrapper {
    position: absolute;
    top: 50px;
}

.object-no-result {
    padding: 30px 30px 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#zoomControl {
    position: absolute;
    background: #fff;
    height: 57px;
    width: 28px;
    border: 1px solid #dfdfdf;
    display: none;
}

.zoomControlButton {
    text-align: center;
    height: 27px;
    width: 100%;
    line-height: 27px;
    color: #747474;
    cursor: pointer;
}

#zoomControlLine {
    height: 1px;
    background: #dfdfdf;
    width: 70%;
    margin: auto;
}

#save_new {
    position: absolute;
    right: 15px;
    top: 0;
}

.bt-menu-trigger {
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2em;
    margin-top: -0.1em;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.bt-menu-trigger span:after,
.bt-menu-trigger span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.bt-menu-trigger span:before {
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
}

.bt-menu-trigger span:after {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

.bt-menu-trigger.bt-menu-open span:before {
    -webkit-transform: translateY(-0.35em) translateX(-0.65em) rotate(-45deg) scaleX(0.6);
    transform: translateY(-0.35em) translateX(-0.65em) rotate(-45deg) scaleX(0.6);
}

.bt-menu-trigger.bt-menu-open span:after {
    -webkit-transform: translateY(0.36em) translateX(-0.65em) rotate(45deg) scaleX(0.6);
    transform: translateY(0.35em) translateX(-0.65em) rotate(45deg) scaleX(0.6);
}

#hamburger-left-sidebar {
    position: absolute;
    top: 5px;
    left: 15px;
    display: none;
}

@media (max-width: 991px) {
    #hamburger-left-sidebar {
        display: inline-block;
    }

    a.sw-navbar-brand {
        left: 60px;
    }
}

.mCSB_inside > .mCSB_container {
    margin-right: auto;
}

.mCSB_scrollTools {
    z-index: 1000;
}

.object-no-photo-container {

}

.object-no-photo-container label {
    color: #FFF;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.object-no-photo-container button {
    margin-top: 10px;
}

.markerWrapper:hover {
    z-index: 5100 !important;
}

.ico-big {
    font-size: 24px;
}

#ps-object-details .ps-collapse p:last-child {
    margin-bottom: 0;
}

.object-details-open-hours{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.object-details-open-hours:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#friend_text{
    height: 200px;
}

.notifyjs-corner{
    max-width: 95%;
}

.notifyjs-container span{
    width: 100%;
    word-wrap:break-word;
    display:inline-block;
}


.datepicker-xs{
    left: 25px !important;
}

.removeDayWrapper{
    padding-top: 10px;
}

#collapse-object-address a,#collapse-object-links a{
    color: #fff;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


@media print {
    .modal-open{
        overflow: auto;
    }
    .ps-objects-list {
        height: auto;
    }
    .ps-trip-legs{
        page-break-inside: avoid;
    }

    .map-canvas.map-canvas-print img {
        max-width: none !important;
    }

     a[href]:after{
         display:none !important
     }
}