@media (max-width: 766px){
    .gps-dashboard-navigation{
    	width: 25%;
    }
	.gps-dashboard-content{
		width: 74%;
    }
}
@media (min-width: 767px) and (max-width: 1023px){
    .gps-dashboard-navigation{
    	width: 25%;
    }
	.gps-dashboard-content{
		width: 74%;
    }
}
@media (min-width: 1024px) {
    .gps-dashboard-navigation{
    	width: 25%;
    }
	.gps-dashboard-content{
		width: 74%;
    }
}
.gps-guide-notices{
	margin-top:    8px;
    margin-bottom: 8px;
}
.gps-notice{
	display:       flex;
    border:        1px solid;
    padding:       16px 24px;
    border-radius: 2px;
}
.gps-notice-info{
	background-color: #fffaeb;
    border-color:     #ffd257;
}
.gps-notice-large{
	padding: 24px;
}
.icon-hint{
}
.gps-notice-icon{
	width:  24px;
    height: 24px;
	fill:   #e2aa11;
}
.gps-notice-description {
    font-size:    14px;
    font-weight:  400;
    line-height:  1.4285714286em;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex:     1;
    flex:         1 1;
}
.gps-notice-title {
    font-size:     16px;
    font-weight:   700;
    line-height:   1.5em;
    display:       block;
    margin-bottom: 8px;
}
.gps-notice-text {
    margin: 0 0 18px;	
}

.gps-notice-button-wrapper{
	display: flex;
	margin-bottom: 0px;
}
.gps-notice-button {
    background-color: #a46497;
	color:            #fff;
    border: 1px solid #000;
    border-radius: 2px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 34px;
    cursor: pointer;
    font-family: "Tahoma", Sans-serif;
	text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size:  14px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1.7px;
	margin-left: auto;
}
.gps-notice-button:hover {
	background-color: #781063;
	color:            #fff;
}
@media (max-width: 766px){
	.gps-guide-notices-wrapper{
		margin-bottom: 16px;
	}
	.gps-notice-large{
		padding: 12px;
	}
	.gps-notice-icon{
		width:  20px;
    	height: 20px;	
	}
	.gps-notice-description {
    	line-height:  1.3em;
    	padding-left: 14px;
    
	}
	.gps-notice-button {
	 	font-size:  12px;
		width: 100%;
   }
}

.gps-guide-main-info{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-top: 8px;
    margin-bottom: 24px;
}
@media (max-width: 766px){
	.gps-guide-main-info{
		flex-direction: column;		
	}
	.gps-guide-avatar-wrapper{
		text-align: center;
		margin-bottom: 12px;
	}
	.gps-guide-title-wrapper{
	    padding: 0px 4px;
	}
}
@media (min-width: 767px) {
	.gps-guide-main-info{
	   -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.gps-guide-title-wrapper{
		padding: 28px 20px;
	}
}
.gps-guide-avatar-wrapper{
	display: inline-block;
}
.gps-guide-title-wrapper{
	display: inline-block;
	position: relative;   
}
@media (min-width: 767px) {
    .gps-guide-title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		flex-direction: column;
    }
}

.gps-guide-title{
	font-size: 24px;
    font-weight: 700;
    line-height: 1.3333333333em;
    margin: 0 0 8px 0;
	width: 100%;
}
.gps-guide-title a{
    color: #000;
}
.gps-guide-title a:hover{
	text-decoration: underline;
}
.gps-guide-info{
    font-size: 20px;
    font-weight: 400;
	display: flex;
    width: 100%;
}
.gps-guide-info__value{
	padding-left: 8px;
}
@media (min-width: 767px) {
	.gps-guide-info__value::before {
	/*	content: "\a0";*/
	}
}
.gps-guide-status__value{
    background-color: #a2dfa8;
    color: #000;
	padding: 0px 8px 6px 8px;
	border-radius: 6px 6px 6px 6px;
	max-width: fit-content;
}
@media (max-width: 766px){
	.gps-guide-title{
		font-size: 20px;
		text-align: center;
	}
	.gps-guide-info{
		flex-direction: column;
		font-size: 16px;
		margin-bottom: 4px;
		text-align: center;
	}
	.gps-guide-info__value{
		padding-left: 0px;
	}
	.gps-guide-status__value{
		margin-left: auto;
        margin-right: auto;		
	}
}
.gps-dashboard-blocks-wrapper {
   	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 1px solid #b0b0b0;
}
@media (max-width: 766px){
	.gps-dashboard-blocks-wrapper {
    	margin-bottom: 24px;
	}
}
@media (min-width: 767px) {
    .gps-dashboard-blocks-wrapper {
    	margin-bottom: 16px;
	}
}
.gps-dashboard-blocks-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.gps-dashboard-blocks-title-wrapper{
	margin:  0px 0 0 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gps-dashboard-blocks-title{
	display:        inline-block;
    vertical-align: top;
	margin:         0px 0 0 0px;
	font-size:      20px;
    font-weight:    700;
    line-height:    1.4em;
}
.gps-dashboard-blocks-selector-wrapper{
	display: 		inline-block;
    vertical-align: top;
	margin-left:    16px;
	padding-top:    1px !important;
	border: 		none;
    padding: 		0;
}
.gps-dashboard-blocks-selector-input{
	position: relative;
}
.gps-dashboard-blocks-selector-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 64px;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    display: block;
    padding: 8px;
    padding-right: 32px;
	width: 100%;
}
.gps-dashboard-blocks-selector-icon{
	width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #383838;
    position: absolute;
    pointer-events: none;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gps-empty-state-icon {
    display: block;
    margin: 0 auto;
    fill: #383838;
    width: 48px;
    height: 48px;
    opacity: .6;
}

.gps-dashboard-blocks-reservations-wrapper{
	margin: 16px 0;
	display: flex;
    flex-direction: column;
}
.gps-dashboard-blocks-reservations-menu{
	border-bottom: 2px solid #d9d9d9;	
    list-style: none;
    margin: 0;
    padding: 0;
}
.gps-dashboard-blocks-reservations-menu-item{
	text-align: left;
    padding: 0;
    position: relative;
    top: 1px;
	float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gps-submenu-item-hidden{
		display: none;
}
@media (max-width: 766px){
	.gps-menu-item-hidden{
		display: none;
	}
	.gps-submenu-item-hidden{
		display: unset;
		margin-left: 16px;
	}
	.gps-dropdown{
		margin-left: 10px;
	}
	.gps-dropdown__menu{
		display: none;	
    	position: absolute;
    	right: 12px;
    	min-width: 10rem;
    	top: 100%;
    	background: #fff;
    	z-index: 200;
    	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 3px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
    	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 3px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
	}
	.gps-dropdown__content {
    	display: block;
    	overflow: visible;
    	background-color: #fff;
    	padding: 0;
    	margin: 0;
    	list-style-type: none;
	}
	.gps-dropdown__item{
		background-color: #fff !important;
		border: none !important;
		padding: 0 !important;
    }
	.gps-dropdown__item-content {
    	position: relative;
    	display: block;
    	background: none;
    	border: none;
    	margin: 0;
    	min-width: 100%;
    	text-align: left;
    	cursor: pointer;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 1.4285714286em;
    	padding: 8px 16px;
    	white-space: nowrap;
    	text-decoration: none;
    	color: #383838;
    	background-color: #fff;
		text-transform: none !important;
	}
}
.gps-submenu-button:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #6e6e6e;
    padding-top: 4px;
    display: inline-block;
    margin-left: 8px;
}
.gps-dashboard-tab-link{
    text-align:   left;
    padding-left: 16px;  margin: 0 16px 0 0;
    display:      block;
    font-size:    14px;
    font-weight:  400;
    line-height:  1em;
    border:       0;
    background:   none;
    border-bottom: 0px solid #d9d9d9;
    color: #6e6e6e !important;
	background-color: #ffffff !important;
    padding: 16px 0 14px !important;
    text-decoration: none;
    cursor: pointer;
    max-width: none;	
	text-transform: none !important;
	border-bottom: 2px solid #d9d9d9;	
}
.gps-dashboard-tab-link:hover,
.gps-dashboard-tab-link-selected {
    border-bottom: 2px solid #781063 !important;
    color: #000000 !important;
}
.gps-dashboard-tab-link-selected +.gps-dropdown__menu{
	display: unset !important;
}


.gps-dashboard-counter{
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 18px;
    background-color: #6b6b6b;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 0 4px;
    text-align: center;
    min-width: 16px;
    vertical-align: middle;
}
.gps-dashboard-tab-link-selected .gps-dashboard-counter {
    background-color: #781063;
}
.gps-submenu-button{
	min-height: 51.335px;
}
.gps-dashboard-reservation-tab-content{	
	padding: 16px 0;
}
.gps-empty-state {
    max-width: 384px;
    text-align: center;
    margin: 0 auto;
	padding: 16px 0;
}
.gps-empty-state-text{
	font-size:   16px;
    font-weight: 400;
    line-height: 1.5em;
	margin:      24px 0;
}
.gps-dashboard-last-reservations-list{
	list-style-type: none;
    padding-left: 0;
	margin: 0 0 16px;
}
.gps-dashboard-last-reservations-list__item{
    padding: 0 16px 16px;
	margin: 0;
    border-bottom: 1px solid #ededed;
}
.gps-dashboard-last-reservations-list__item:hover{
    background: #f5f5f5 !important;
    cursor: pointer;
}
.gps-dashboard-last-reservations-list__item:last-child{
    border-bottom: 0;
}
.gps-dashboard-last-reservations-list__item a{
    color: #000000 !important;
}
.gps-reservation-overview-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gps-reservation-overview-item>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 16px 8px;
}
@media (min-width: 577px) {
    .gps-reservation-overview-item>div {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}
.gps-text-right {
    text-align: right !important;
}
.gps-flag__flag {
    width: 24px;
	vertical-align: middle;
}

.gps-reservation-user,
.gps-excursion-title,
.gps-excursion-sum{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.gps-reservation-user a:hover,
.gps-reservation-number a:hover,
.gps-excursion-title a:hover{
	text-decoration: underline;
}
.gps-dashboard-reviews-list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style-type: none;
    padding-left: 0;
	margin: 16px 0 16px;
}
.gps-dashboard-reviews-list__item{
	padding: 8px 16px;
    margin-bottom: 0;
	width: 100%;
}
.gps-dashboard-reviews-list__item:hover{
    background: #f5f5f5 !important;
    cursor: pointer;
}
.gps-dashboard-reviews-list__item a{
    color: #000000 !important;
}
@media (min-width: 576px){
    .gps-dashboard-reviews-list__item{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.gps-dashboard-reviews-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gps-dashboard-reviews-item__badge{
    font-weight: 500;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.gps-dashboard-reviews-item__rate{
	border: 1px solid #781063;
    background: #a46497;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: baseline;
    border-radius: 6px 6px 6px 0;
    height: 32px;
    width: 32px;
	padding: 16px;
	-webkit-box-ali: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
.gps-dashboard-reviews-item__content{
    margin-left: 8px;
}
.gps-dashboard-reviews-item__text{
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
}
.gps-dashboard-reviews-item__name{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
	color: #000 !important;
	margin-bottom: 4px !important;
}
.gps-dashboard-reviews-item__review{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
	margin-left: auto;
	color: #707070 !important;
}