body {
    color: #414141;
    font-family: 'Lato', Arial, sans-serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.btn-ps-primary {
    background: #0093D0;
}

.btn-ps-primary:hover,
.btn-ps-primary:active,
.btn-ps-primary:focus {
    background: #04b5ff;
}

.container1 > div,
.container2 > div,
.container3 > div {
    background: #0093D0;
}

.ps-wizard-container,
.ps-wizard-container input,
.ps-wizard-container a {
    font-size: 16px;
    color: #666;
}

.ps-wizard-container button {
    font-size: 16px;
}

/* NAVS */
nav.navbar-default,
nav.sidebar,
nav.sidebar ul {
    background: #2c323d;
}

nav.sidebar ul {
    height: 100%;
}

nav.sidebar ul li {
    height: 61px;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    z-index: 999;
    width: 200px;
}

nav.sidebar div.sidebar-container div.label {
    position: absolute;
    bottom: 0;
    right: 10px;
}

nav.sidebar {
    height: calc(100% - 50px);
}

div.sidebar-container {
    height: 100%;
}

nav.sidebar ul li a.expandable.active {
    background-color: #0093D0;
}

nav.sidebar ul li a.expandable:hover {
    background-color: #0093D0;
}

nav.sidebar ul li a:hover,
nav.sidebar ul li a.active {
    border-bottom: 1px solid #04b5ff;
}

nav.sidebar ul li a.expandable {
    line-height: 40px;
}

nav.sidebar ul li a.expandable i.icon-spoon2 {
    top: 7px;
    font-size: 28px;
}

div.ps-columns {
    width: 380px;
    min-width: 259px;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
    display: none;
    position: relative;
    top: 0;
    float: left;
}

div.ps-column-1 {
    background-color: #FFF;
    width: 380px;
}

div.ps-columns.ps-column-2 {
    background-color: #FFF;
}

@media (max-width: 885px) {
    div.ps-column-1 {
        z-index: 25;
    }

    div.ps-columns.ps-column-2 {
        left: 65px;
        z-index: 50;
        position: absolute;
    }
}

@media (max-width: 510px) {
    div.ps-columns {
        width: calc(100vw - 110px)
    }

}

.panel-heading h6 {
    color: #414141;
    font-size: 18px;
}

#objectFilter, #cityFilter {
    border: none;
    border-bottom: 1px solid #DDD;
    width: 75%;
    box-shadow: none;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 0;
}

#clearSearch {
    top: 50px;
}

#clearSearchCity {
    top: 10px;
}

.clearSearch {
    position: absolute;
    right: 40px;
    color: #414141;
}

@media (max-width: 500px) {
    .clearSearch.fa, .clearSearch {
        display: none;
    }
}

.clearSearch:hover {
    cursor: pointer;
}


#tripPlanerSearchCity {
    margin-top: 10px;
    position: relative;
}

#tripPlanerSearch {
    position: relative;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

*::-webkit-input-placeholder {
    color: #414141;
}

*:-moz-placeholder {
    color: #414141;
}

*::-moz-placeholder {
    color: #414141;
}

*:-ms-input-placeholder {
    color: #414141;
}

.ps-objects-list {
    border-top: 1px solid #DDD;
}

div.ps-columns.ps-column-2 {
    background-color: transparent;
}

#ps-object-details {
    overflow: hidden;
    background: transparent;
}

.ps-object-details-container {
    height: 100%;
    background-size: auto 480px;
}

.ps-object-detail-header,
.ps-object-detail-header:hover {
    background: #0093D0;
    color: #FFF;
    position: relative;
    padding: 5px 5px 5px 5px;
    height: 61px;
    opacity: 1;
    display: table;
    z-index: 25;
}

.object-detail-header {
    height: 50px;
    overflow: hidden;
}

.object-detail-header p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
    text-align: center;
}

.ps-object-detail-header > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ps-object-detail-header i {
    width: 35px;
}

.panel-default > .panel-heading.bg-gradient {
    background: rgb(53,59,69);
    background: -moz-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    background: linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353b45', endColorstr='#47353b45', GradientType=0);
}

.ps-object-details-icons {
    background: rgb(53,59,69);
    background: -moz-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    background: linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0.93) 20%, rgba(53,59,69,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353b45', endColorstr='#47353b45', GradientType=0);
    position: absolute;
    height: 59px;
    top: 63px;
    z-index: 200;
    width: 100%;
    padding-left: 5px;
    color: #FFF;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}

.ps-object-details-icons i {
    line-height: 55px;
    padding: 10px 16px;
    color: #0093D0;
    border-bottom: 1px solid #0093D0;
}

@media (max-width: 380px) {
    .ps-object-details-icons i {
        padding: 10px 10px;
    }
}

.ps-object-details-icons i.collapsed {
    color: #FFF;
    border-bottom: none;
}

.ps-object-details-icons i:hover,
.ps-object-details-icons i.active {
    color: #0093D0;
    border-bottom: 1px solid #0093D0;
}

.ps-object-details-icons {
    border-bottom: 1px solid #FFF;
}

#ps-object-details-scroll-container {
    padding-top: 61px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 20;
}

#ps-object-details-scroll {
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}

.ps-object-details-img-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 420px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ps-object-details-no-img-container {
    height: 240px;
}

.ps-object-details-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 0;
}

.ps-object-details-text {
    background: rgb(53,59,69);
    background: -moz-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0) 100%);
    background: linear-gradient(180deg, rgba(53,59,69,1) 0%, rgba(53,59,69,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353b45', endColorstr='#47353b45', GradientType=0);
    padding: 0;
}

#ps-object-details {
    opacity: 1;
    background: rgb(53,59,69);
    background: -moz-linear-gradient(180deg, rgba(53,59,69,0) 0%, rgba(53,59,69,0.9) 35%, rgba(53,59,69,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,59,69,0) 0%, rgba(53,59,69,0.9) 35%, rgba(53,59,69,1) 100%);
    background: linear-gradient(180deg, rgba(53,59,69,0) 0%, rgba(53,59,69,0.9) 35%, rgba(53,59,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00353b45', endColorstr='#353b45', GradientType=0);
}

#ps-object-details #addToTrip #addTripDay {
    line-height: 36px;
    display: block;
    height: 50px;
    text-align: center;
    padding: 0 0;
    cursor: pointer;
    font-size: 48px;
}

.panel {
    background: transparent;
    border: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background: transparent;
}

.panel-default {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-group .panel + .panel {
    margin-top: 0;
}

#ps-object-details #addToTrip .header {
    padding: 10px 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 200;
}

#ps-object-details #addToTrip #addTripDay {
    line-height: 30px;
}

#ps-object-details #addToTrip .addToTrip span {
    font-size: 22px;
}

#ps-object-details #addToTrip .addToTrip p {
    /*color: @primary;*/
    font-size: 10px;
}

#ps-object-details h4.panel-title > a {
    color: #FFF;
    position: relative;
}

#ps-object-details h4.panel-title > a.collapsed i.icon-arrowdown:before,
#ps-wycieczka-content h4.panel-title > a.collapsed i.icon-arrowdown:before {
    content: "\e60b";
}

#ps-wycieczka-content h4.panel-title > a i.icon-arrowdown {
    display: none;
}

#ps-wycieczka-content h4.panel-title > a {
    cursor: default;
}

#ps-wycieczka-content h4.panel-title > a.collapsed {
    cursor: pointer;
}

#ps-object-details h4.panel-title > a i.icon-arrowdown:before,
#ps-wycieczka-content h4.panel-title > a i.icon-arrowdown:before {
    content: "\e60e";
}

#ps-object-details h4.panel-title a p,
#ps-wycieczka-content h4.panel-title a p {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 83%;
    font-size: 22px;
    font-weight: 200;
}

#ps-wycieczka-content i.trip-icon-settings {
    cursor: pointer;
}

@media (max-width: 380px) {
    #ps-object-details h4.panel-title a p,
    #ps-wycieczka-content h4.panel-title a p {
        width: 80%;
    }

    #ps-wycieczka-content h4.ps-trip-title a#toogle-object-desc.collapsed p {
        width: 75%;
    }
}

#ps-object-details h4.panel-title > a > i,
#ps-wycieczka-content h4.panel-title > a > i {
    position: relative;
    top: 4px;
    font-size: 24px;
}

@media (max-width: 450px) {
    #ps-object-details h4.panel-title > a > i,
    #ps-wycieczka-content h4.panel-title > a > i {
        font-size: 18px;
    }
}

#ps-wycieczka-content h4.panel-title a#toogle-object-desc i.icon-arrowleft {
    display: none;
}

#ps-wycieczka-content h4.panel-title a#toogle-object-desc.collapsed i.icon-arrowleft {
    display: inline-block;
    padding-right: 10px;
}

#ps-wycieczka-content h4.panel-title a#toogle-object-desc.collapsed p {
    width: 70%;
}

#ps-wycieczka-content h4.ps-trip-title p {
    width: 65%;
    display: inline-block;
}

a#toogle-object-desc {
    position: relative;
    z-index: 50;
}

#ps-wycieczka-content h4.panel-title > a > i.trip-icon-settings {
    float: right;
}

#ps-wycieczka-content h4.ps-trip-title p {
    width: 100%;
    left: 0;
    top: 11px;
    position: absolute;
    display: inline-block;
}

#ps-wycieczka-content h4.ps-trip-title {
    height: 34px;
}

#ps-wycieczka-content h4.ps-trip-title i.icon-calendar3 {
    position: relative;
    top: 4px;
}

.ps-collapse {
    color: #FFF;
    padding: 10px;
    font-size: 15px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.obc-adress,
.obc-story {
    background: transparent;
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    padding-top: 0;
}

#tripDescription,
#ps-trip-options {
    overflow: hidden;
    position: absolute;
    height: 100% !important;
    margin-top: 0;
    padding-bottom: 46px;
    width: 100%;
}

.ps-trip-details-header {
    height: 60px;
    z-index: 25;
    position: relative;
}

.ps-trip-details-header .ps-date p {
    font-size: 36px;
    font-weight: 200;
    margin: 0;
    line-height: 36px;
    padding-top: 5px;
}

.ps-trip-details-header .ps-date span {
    font-size: 14px;
    font-weight: 200;
    color: #666;
    text-align: center;
}

.ps-weather {
    text-align: right;
    padding-right: 20px;
}

.ps-weather i {
    font-size: 30px;
    line-height: 55px;
    font-weight: 200;
}

.ps-temp {
    float: none;
    width: auto;
    font-size: 20px;
    height: 100%;
    display: inline-block;
    padding: 0 0 0 10px;
}

.ps-trip-day-settings,
#tripSettings {
    padding: 20px 0 15px;
}

.ps-circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    overflow: hidden;
}

#collapse-trip-desc,
.ps-panel-100 {
    height: 100% !important;
}

#date-start-change {
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    height: 100%;
    line-height: 100%;
}

.ps-trip-day-settings canvas,
#tripSettings canvas {
    margin-left: 10px;
    cursor: pointer;
}

.trip-day-switch span.itinerary-poi {
    width: 55px;
    height: 55px;
}

.ps-trip-objects-day-cont {
    min-height: 130px;
}

.trip-day-switch .day-info {
    height: 44px;
    width: 61px;
    display: block;
    font-size: 14px;
    left: 0;
    line-height: 12px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 18px;
}

.trip-day-switch p {
    font-size: 11px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.trip-day-switch span.ps-trip-legs-hour {
    font-size: 12px;
    font-weight: 400;
}

.trip-day-switch div.obj-start,
.trip-day-switch div.obj-end {
    width: 65px;
    height: 65px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
    line-height: 60px;
    font-size: 10px;
    color: #c4c4c4;
    border: 2px dashed #DDD;
}

.trip-day-switch div.add-obj {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    float: left;
    color: #222;
}

.trip-day-switch div.add-obj i {
    text-align: center;
    vertical-align: middle;
}

.show-object-list {
    cursor: pointer;
}

.trip-day-switch div.add-obj:hover {
    color: #0093D0;
}

.trip_day_optimize {
    margin-top: 5px;
    text-transform: none;
}

.trip_day_optimize label {
    cursor: pointer;
}

.itinerary-poi > img {
    width: 55px;
    height: 55px;
}

li.trip-day-switch {
    font-size: 14px;
    left: 0;
    min-height: 65px;
    line-height: 12px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding: 10px 45px 10px 70px;
}

.ps-leg-options {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    padding-top: 15px;
}

.ps-leg-options i.fa {
    color: #888;
}

.trip-day-switch .ps-leg-options span {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.trip-day-switch .ps-leg-options i.icon-trash1 {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #DADADA;
    cursor: pointer;
}

.trip-day-switch .ps-leg-options i.icon-trash1:hover {
    color: red;
}

.goToTripDayIcon {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    cursor: pointer;
}

.goToTripDayIcon i:before {
    font-weight: bold;
    font-size: 150%;
}

@media screen and (max-width: 484px) {
    li.trip-day-switch {
        padding-right: 20px;
    }
}

@media screen and (max-width: 440px) {
    .ps-leg-options {
        font-size: 16px;
    }

    .trip-day-switch .ps-leg-options i.icon-trash1 {
        right: 10px;
    }
}

@media screen and (max-width: 375px) {
    li.trip-day-switch {
        padding-right: 59px;
    }

    .ps-leg-options {
        font-size: 16px;
    }

    .trip-day-switch .ps-leg-options i.icon-trash1 {
        right: 26px;
    }
}


li#addDay {
    height: 65px;
    line-height: 65px;
    font-size: 50px;
    text-align: center;
}

li#addDay i {
    font-size: 40px;
    cursor: pointer;
}

li#addDay i:hover {
    color: #0093D0;
}

.dial {
    font-weight: 200 !important;
}

.ps-transport-type {
    position: relative;
}

.ps-transport-type:hover i.transport {
    cursor: pointer;
}

.ps-transport-type i.transport {
    line-height: 95px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    width: 100%;
}

.ps-transport-type i.transport.active {
    display: block;
}

.ps-transport-type i.arrows {
    display: none;
}

.ps-transport-type:hover {
    background: #0093D0;
    color: #FFF;
}

.ps-transport-type:hover i.arrows {
    display: inline-block;
    position: absolute;
    top: 38px;
    font-size: 18px;
    cursor: pointer;
}

.ps-transport-type i.icon-arrowleft {
    left: 5px;
}

.ps-transport-type i.icon-arrowright {
    right: 5px;
}

.ps-time-distance {
    line-height: 95px;
    margin: auto;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    font-weight: 200;
}

.ps-time-distance .ps-distance {
    display: none;
}

.ps-time-distance > div > span {
    padding-left: 2px;
    font-size: 15px;
}

#accordion-trip {
    height: 100%;
}

#ps-wycieczka-content .panel-default > .panel-heading {
    position: relative;
    z-index: 30;
}

#accordion-trip .panel-default {
    height: auto;
}

#tripDescription {
    position: static;
    height: auto;
}

#tripDaySwitch {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 45px;
    z-index: 20;
}

.columns .ps-trip-desc {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 106px;
    z-index: 20;
}

.trip-scroll-container {
    height: 100%;
    margin-top: 0;
    overflow: hidden;
    position: static;
    width: 100%;
}

#tripDescription .ps-objects-list {
    overflow: visible;
    height: auto;
    margin-top: 0;
    border: none;
}

#tripDescription .ps-trip-legs {
    height: auto;
    border-bottom: none;
    width: 100%;
    position: relative;
    overflow: visible;
    padding: 7px 0;
    margin-top: -14px;
}

#tripDescription .ps-objects-list ul {
    border: none;
}

#tripDescription .ps-objects-list ul li .ps-object {
    border: none;
    overflow: visible;
}

.ps-objects-list ul li .ps-object:hover,
.ps-objects-list ul li.object-active .ps-object {
    background-color: #F6F6F6;
}

.ps-distance-divider {
    border-bottom: 1px solid #DDD;
}

.ps-distance-leg {
    display: inline-block;
    position: relative;
    top: -13px;
    float: right;
    background: #FFF;
    padding: 2px 20px 2px 5px;
    z-index: 1;
    color: #666;
    font-weight: 200;
}

#tripDescription .ps-objects-list ul li .ps-object {
    height: auto;
    border-bottom: none;
    width: 100%;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-img {
    position: static;
    float: left;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-title {
    clear: both;
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-info {
    padding-left: 20px;
    display: inline-block;
    width: 215px;
    padding-top: 15px;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-info i {
    font-size: 36px;
    padding-right: 10px;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-info .ps-object-text {
    color: #0093D0;
}

#tripDescription .ps-object i {
    font-size: 20px;
    color: #DADADA;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-delete {
    padding-top: 15px;
}

#tripDescription .ps-objects-list ul li .ps-object .ps-object-delete i:hover {
    color: red;
}

textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"] {
    border-radius: 0 !important;
}

.trip-day-switch span {
    color: #0093D0;
}

div.trip-start {
    margin-bottom: 40px;
    color: #0093D0;
    font-size: 22px;
    padding-left: 20px;
    font-weight: 200;
    margin-top: 0;
}

div.trip-start i,
div.trip-start i:hover {
    font-size: 40px;
}

#tripSettings {
    display: block;
}

#gps {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #FFF;
    color: #666;
    padding: 0 2px;
}

#gps i {
    position: relative;
    top: 3px;
}

#gps-start,
#gps-start i {
    display: inline-block;
    font-size: 13px;
    color: #666;
}

#gps-start {
    margin-left: 10px;
    cursor: pointer;
}

#categories .panel-heading a h6 i.icon-arrowdown:before {
    content: "\e60e";
}

#categories .panel-heading a.collapsed h6 i.icon-arrowdown:before {
    content: "\e60b";
}

#category-wrapper {
    overflow: hidden;
    max-height: calc(100vh - 210px);
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(50, 50, 50, 0.75);
}

#category-collapse {

    border: none;
}

#category-collapse .category {
    border-top: 1px solid #DDD;
    line-height: 50px;
}

#category-collapse .category i {
    border: 1px solid #DDD;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #f9f9f9;
    margin-right: 8px;
    line-height: 25px;
    cursor: pointer;
}

#category-collapse .category span {
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 11px;
}

#category-collapse i {
    color: #f9f9f9;
}

#category-collapse .category.categoryChecked i {
    color: #0093D0;
}

#category-collapse .category:hover {
    background: #EEE;
}

.ps-trip-desc {
    height: 100%;
    overflow-y: scroll;
    padding-top: 99px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.ps-trip-desc {
    height: 100%;
    overflow-y: hidden;
    padding-top: 107px;
    position: absolute;
    top: 0;
}

#deleteWrapper,
#deleteWrapperObject {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #000;
    top: 0;
    z-index: 50;
    display: none;
}

.ps-tip-setting-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ps-row-trash {
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.ps-row-trash i,
.ps-row-trash i:hover,
.ps-row-trash i:active,
.ps-row-trash i:focus {
    font-size: 100px;
    text-align: center;
    color: red;
}

.ps-row-trash-buttons {
    text-align: center;
    margin-top: 10px;
}

.ps-row-trash-buttons p {
    color: #FFF;
    font-size: 24px;
}

.ps-row-trash-buttons button,
.ps-row-trash-buttons button:hover,
.ps-row-trash-buttons button:focus,
.ps-row-trash-buttons button:active {
    background: transparent;
    border-width: 3px;
    font-size: 16px;
    text-transform: uppercase;
    width: 35%;
    margin-right: 1%;
    margin-left: 1%;
}

.ps-row-trash-buttons button.btn-success {
    color: #4cae4c;
}

.ps-row-trash-buttons button.btn-danger {
    color: #d43f3a;
}

#mailForm .ps-object-detail-header-double:hover,
.ps-object-detail-header-double,
.ps-object-detail-header-trip,
#printArea .ps-object-detail-header-trip:hover,
.ps-object-detail-header-trip:hover,
.ps-object-detail-header-double:hover {
    background: #0093D0;
    color: #FFF;
    height: 61px;
    line-height: 50px;
    font-size: 20px;
}

.ps-object-detail-header-double i,
.ps-object-detail-header-double:hover i {
    position: relative;
    top: 2px;
}

#printArea .trip_description .ps-trip-details-header,
#printArea #gps-start,
#printArea .icon-trash1,
#printArea .del-from-trip {
    display: none;
}

#printArea .trip_description .ps-trip-desc {
    position: static;
    padding: 0;
}

#printArea .ps-objects-list ul li .ps-object {
    border-bottom: 0;
    cursor: default;
}

#printArea .ps-objects-list ul li .ps-object:hover {
    background: none;
}

#printArea .ps-objects-list ul li .ps-object .ps-object-info > div {
    margin-left: 40px;
}

#printArea .ps-objects-list ul li .ps-object .ps-object-title {
    clear: both;
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

#printArea .ps-objects-list {
    border: 1px solid #CCC;
    box-shadow: none;
}

.map-canvas-print,
.no-break {
    page-break-inside: avoid;
}

a.arrow-button {
    padding: 8px 12px;
    margin-top: 16px;
    background-color: #0093D0;
    color: white;
}

a.arrow-button:hover {
    text-decoration: none;
    background-color: #04b5ff;
}

a.arrow-button:hover i,
a.arrow-button:hover span {
    text-decoration: none;
}

a.arrow-button span {
    position: relative;
    top: -2px;
    margin-right: 6px;
}

a.arrow-button i {
    font-size: 24px;
}

.ps-trips {
    display: block;
    background-color: white;
    width: 100%;
    padding: 0;
    margin-left: 2px;
}

.ps-carousel,
.carousel,
.carousel-inner,
.item {
    height: 100%;
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    position: absolute;
    height: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.ps-carousel .carousel .carousel-indicators {
    top: 20px;
    bottom: initial;
}

.ps-link,
.ps-link:hover {
    color: #FFF;
    text-decoration: underline;
}

.carousel-control .icon-arrowright {
    position: absolute !important;
    top: 50%;
    left: 25%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-arrowleft {
    position: absolute !important;
    top: 50%;
    right: 25%;
    z-index: 5;
    display: inline-block;
}

.ps-trip-container {
    margin-bottom: 20px;
}

.ps-trip-container:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .ps-wizard-container {
        top: 50%;
        transform: translateY(-50%);
    }
}

#save-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#save-box {
    width: 500px;
    height: 260px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #EEEEEE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -250px;
    padding-top: 15px;
    z-index: 10100;
}

@media (max-width: 772px) {
    #save-box {
        width: 320px;;
        height: 310px;
        margin: -155px 0 0 -160px;
    }
}

#save-box button {
    width: 100%;
    margin-bottom: 15px;
}

#save-box .row {
    margin-top: 15px;
}

#save-box span {
    line-height: 2.3em;
}

#menu-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#add-to-trip-button {
    width: 60px;
    height: 60px;
    background-color: #b9403d;
    color: white;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#modify-object-button,
#add-object-button,
#add-season-button,
.add-season-button {
    width: 40px;
    height: 40px;
    background-color: #b9403d;
    color: white;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 15px;
    bottom: 60px;
    z-index: 1000;
    border-radius: 50%;
    cursor: pointer;
}

#modify-object-button {
    right: 10px;
    bottom: 10px;
}

#add-season-button,
.add-season-button {
    position: static;
    float: right;
}

#add-to-trip-button i,
#add-object-button i,
#add-season-button i,
.add-season-button i,
#modify-object-button i {
    line-height: 2.1em;
}

#add-object-button i,
#add-season-button i,
.add-season-button i,
#modify-object-button i {
    line-height: 1em;
    font-size: 0.7em;
}

.button-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.button-shadow:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

#add-object-overlay {
    width: 100%;
    background: linear-gradient(to bottom, #353b45 0%, rgba(53, 59, 69, 0.93) 20%, rgba(53, 59, 69, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 10000;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#add-to-trip-day-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #EEEEEE;
    position: relative;
    margin: 0;
}

#close-add-to-trip-button {
    width: 60px;
    height: 60px;
    background-color: #b9403d;
    color: white;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#close-add-to-trip-button i {
    line-height: 2em;
}

.psx-background:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.psx-background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    display: table;
    height: 100%;
    width: 100%;
}

.psx-container {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    margin: 0 -10px 0 -10px;
    padding: 0 20px 10px 20px;
    border: 1px solid #ccc;
}

legend {
    font-size: 16px !important;
    color: #969595;
    width: inherit;
    border: none;
    padding: 0 10px 0 10px;
}

.notifyjs-corner {
    z-index: 100000 !important;
}

@media screen and (max-width: 768px) {
    .ps-trip-day-settings .ps-circle,
    #tripSettings .ps-circle {
        margin-bottom: 15px;
    }

    .panel-heading .ps-trip-title .flaticon-calendar {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .ps-trip-details-header {
        height: 80px;
    }

    .ps-trip-desc {
        padding-top: 120px;
    }

    .ps-trip-day-settings {
        padding: 5px;
    }

    .ps-distance-leg {
        right: 10px;
    }

    div.trip-start {
        font-size: 18px;
    }

    #save_new i {
        display: none;
    }
}
