* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
}

body {
    background-color: #e7e7e7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

input, textarea, select, button {
    font-family: 'Open Sans', sans-serif;
}

button {
    border: none;
    outline: none;
}

body.login {
    background-color: #2d3940;
}

.grey {
    color: #95999a;
}

.container {
    position: relative;
    margin-bottom: -220px;
}

.loggedIn {
    min-height: 100%;
}

footer, #push {
    height: 220px;
    position: relative;
}

header {
    background-color: #392e7a;
    width: 100%;
    height: 60px;
    padding-left: 22px;
    padding-right: 22px;
}

header.header-login {
    height: 85px;
    text-align: center;
}

a.logout {
    display: table-cell;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    margin-top: 13px;
    height: 26px;
    padding: 7px 9px 0 9px;
    font-size: 13px;
}

header .logo {
    padding-top: 22px;
}

header.header-login .logo {
    padding-top: 30px;
}

.content.login {
    background-color: #392e7a;
}

.blockContainer {
    padding-bottom: 55px;
    position: relative;
}

.login-background {
    background-image: url(../images/background-image-tiny.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: absolute;
    height: 375px;
    top: 405px;
}

.block {
    margin: 0 22px 0 22px;
    background-color: white;
    padding: 22px 22px 30px 22px;
    height: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    color: #392e7a;
    margin-bottom: 21px;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    color: #392e7a;;
}


.block h1 {
    text-align: center;
}

h3 {
    font-weight: 600;
    font-size: 17px;
    color: #392e7a;
    margin: 15px 0 15px 0;
}

.semiBold {
    font-weight: 600;
}

a {
    color: #2899db;
    text-decoration: none;
}

a.dial.error {
    color: #d83d3d;
}

p {
    font-size: 16px;
}
    
.center {
    text-align: center;
}

footer {
    width: 100%;
    background-color: #2d3940;
    padding: 32px 22px 30px 22px;
    color: white;
}

footer .site {
    float: right;
    font-size: 12px;
    padding-top: 3px;
    margin-right: 20px;
}

footer .logo_small {
    float: right;
    text-align: right;
    margin-right: 22px;
}

footer .question {
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 60px;
}

footer .question span {
    display: block;
}

footer .question span.title {
    font-size: 17px;
}

footer .question span.phonenumber {
    font-size: 26px;
    margin-top: 10px;
}

footer .copyright {
    float: left;
    font-size: 13px;
    color: #e6e7e8;
    padding-bottom: 20px;
}

.notificationBlock {
    padding: 17px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 15px;
}

.notificationBlock h5 {
    font-weight: bold;
    padding: 1px 0 7px 35px;
    font-size: 16px;
}

.notificationBlock button.close {
    padding: 0;
    border: none;
    background: none;
    height: 15px;
    width: 15px;
    position: absolute; 
    top: 17px;
    right: 17px;
}

.notificationBlock.warning {
    color: #4c3c2d;
    margin-top: 0;
    background-color: #ffe169;
    margin-bottom: 0; 
}

.notificationBlock.error {
    color: #d83d3d;
    background: #f3eeee url("../images/icon_notification_error.svg") no-repeat 17px 17px;
}

.notificationBlock.success {
    color: #00803E;
    background: #dff3e7 url("../images/icon_notification_check.svg") no-repeat 17px 17px;
}

.notificationBlock.error button.close {
    background: url("../images/icon_close_red.svg") no-repeat;
    background-size: 14px 15px;
}

.notificationBlock.success button.close {
    background: #dff3e7 url("../images/icon_close_green.svg") no-repeat;
    background-size: 14px 15px;
}

footer, header {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;      
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 1;
}

.spacer30 {
    width: 100%;
    height: 30px;
}

.spacer50 {
    width: 100%;
    height: 50px;
}

label {
    color: #392e7a;
    width: 100%;
    margin-top: 23px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.input {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #d5d5d5;
    background-color: #f6f6f6;
    padding: 6px 8px;
    color: #000000;
    font-size: 18px;
}

.noMargin {
    margin-top: 0;
}

input, .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.input:focus {
    background-color: #f2f5f8 !important;
    outline: 0;
    box-shadow: 0 0 0 2px #289ce0;
}

.button {
    background-color: #289ce0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.10);
    padding: 9px 20px;
    cursor: pointer;
    -webkit-appearance: none;
}

.button.center {
    margin: 0 auto;
    display: block;
}

.button.small {
    background-color: transparent;
    color: #8697A0;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 3px;
    box-shadow: none;
}

.button.small.blue {
    color: #ffffff;
}

.button.grey {
    background-color: #8697A0;
}

.button.small.grey {
    border: none;
    color: white;
    font-size: 15px;
    font-weight: normal;
    border-radius: 2px;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.10);
}

.button.grey:active {
    background-color: #78868f;
}

.button.small.lightGrey {
    background-color: #e7e7e7;
    color: #2d383e;
}

.button.small.blue {
    background-color: #289ce1;
}

.button.small.grey.edit {
    background-image: url(../images/icon_edit.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.button.small.grey.edit.left, .button.small.grey.cancel.left {
    float: left;
}

.button.small.grey.cancel {
    background-color: #d83d3d;
    background-image: url(../images/icon_cancel.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.button.blue {
    background-color: #289ce0;
}

.button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 */
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.button:active {
    background-color: #289ce0;
}

.line {
    height: 1px;
    min-width: 100%;
    background-color: #DFDFDF;
    margin: 14px -22px 0 -22px;
    position: relative;
}

span.error {
    color: #d83d3d;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

input[type=tel].error, input[type=text].error, input[type=email].error  {
    border: 1px solid #d83d3d;
    background-color: #f3eeee;
}

.contentContainer {
    width: 100%;
    margin: 0 auto;
}

.contentContainer .contentBlock {
    background-color: #ffffff;
}

.dashboardContainer {
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
}

.dateDropdown h3, .timeDropdown h3 {
    padding: 26px 0 26px 20px;
    border-bottom: 1px solid #d5d5d5;
}

.contentBlock {
    padding: 30px 22px 30px 22px;
}

.contentBlock .fullWidth {
    margin: 0 -22px -30px -22px;
}
    
.contentBlock.detailBlock, .contentBlock.editBlock {
    padding-top: 15px;
}

.contentBlock.divide {
    margin: 0 0 18px 0;
    background-color: white;
}

#navigation {
    padding: 0;
    margin: 0;
    position: relative;
}

#navigation.expanded {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.3);
    margin-bottom: 16px;
}

#navigation a {
    color: black;
    display: block;
    line-height: 50px;
    border-top: 1px solid #ebebeb;
    background: url('../images/planner/icon_arrow_right.svg') no-repeat right 20px center;
    background-size: 20px 20px;
    background-color: white;
}

#navigation, #navigation > div, #navigation > button {
    z-index: 1; 
}

#navigation a, #navigation > button {
    padding-left: 17px;   
}

#navigation img {
    vertical-align: middle;
    margin-right: 20px;
    padding-bottom: 3px;
}

#navigation > button { 
    line-height: 50px;
    border: none;
    user-select: none; 
    text-align: left;
    padding-left: 50px;
    width: 100%;
    background-color: #e7e7e7; 
    position: relative;
    outline: none;
    color: #303a44;
    font-weight: 600;
}

/* hamburger menu icon */ 
#navigation > button:before { 
    content: ''; 
    display: block; 
    position: absolute;
    height: 3px; 
    width: 15px; 
    background: #8d8d8d; 
    top: 18px;
    left: 20px;
    box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d; 
} 

.lt-ie11 .navigationOverlay {
    display: none;
}

.navigationOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#balance.contentContainer {
    background-color: transparent;
}

#balance p.costs{
    font-weight: bold; 
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 25px;
}

#balance .borderBlocksContainer {
    margin-bottom: 20px;
}

#balance .horizontalProgress {
    margin-top: 20px;
    width: 90%;
    margin-left:5%;
}

.borderBlocksContainer {
    clear: both;
    overflow: hidden;
    margin-left: -1%;
}

.borderBlocksContainer .borderBlock {
    border: 1px solid #e0e0e0;
    width: 48%;
    float: left;
    margin: 1%;
    display: table;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.borderBlocksContainer .borderBlock.big {
    width: 98%;
}

p.verticalValue {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #5b656f;
}

p.verticalValue span {
    font-size: 42px;
    line-height: 45px;
    display: block;
    color: black;
    font-weight: bold;
}

p.verticalValue.blue span {
    color: #35a7ed;
}

p.verticalValue.big span  {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.horizontalProgress {
    box-shadow: inset 1px 4px 0px -2px rgba(208, 208, 208, 0.5);
    height: 19px;
    background-color: #e7e7e7;
}

.horizontalProgress .foreground {
    box-shadow: inset 1px 4px 0px -2px rgba(208, 208, 208, 0.5);
    background-color: #36a7e9; 
    width: 100%;
    height: 100%;
    float: right;
    transition: width 0.75s; 
}

.editBlock h1 {
    margin-top: 55px;
}

.contentContainer.summary .editBlock h1 {
    margin-top: 15px;
}

#editHeader .line {
    margin-left: 0px;
    margin-right: 0px;
}

#editHeader {
    z-index: 999999;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 14px;
}

#editHeader .left {
    padding-left: 22px;
    padding-right: 22px;
}

#editHeader.fixed {
    position: fixed;
    top: 0;
}

.dropdown {
    background: #e7e7e7 url('../images/planner/icon_arrow_dropdown.svg') right 10px center no-repeat;
    background-size: 20px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.07);
    height: 44px;
    margin-top: 10px;
    font-size: 19px;
    padding-left: 15px;
    width: 100%;
    text-align: left;
    border: 0;
}

.dateDropdown ul {
    list-style: none;
}

.dateDropdown ul li {
    font-weight: 600;
    padding: 17px 0 17px 20px;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    font-size: 19px;
    cursor: pointer;
}

.dateDropdown ul li:hover {
    background-color: #f3f5f6;
}

.dateDropdown span {
    font-weight: 400;
    float: right;
    color: #999999;
    display: block;
    padding-right: 20px;
    font-size: 17px;
}

input[type="text"]{
    width: 100%;
}

.planForm {
    margin-top: -15px;    
}

.planForm .input {
    cursor: text;
}

.planForm label > input[type="checkbox"] {
    float: right;
    margin: 10px 10px 0 0;
}

.phoneInput > div {
    margin-top: 20px;
    height: 70px;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    border-left: 0;
    border-right: 0;
    margin-left: -22px;
    margin-right: -22px;
    position: relative;
}

.phoneInput .edit p {
    padding-top: 17px;
    padding-bottom: 0;
}

.phoneInput .arrow {
    position: absolute;
    top: -5px;
    left: calc(50% - 13px);
    width: 26px;
    height: 15px;
}

.phoneInput .warning, .phoneInput span.error {
    float: left;
    padding-left: 24px;
}

.phoneInput .input {
    margin: 0;
    height: 36px;
    background-color: #ffffff;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.phoneInput .edit {
    height: 120px;
}

.phoneInput p {
    padding: 24px 0 24px 21px;
    float: left;
    width: 52%;
}

.phoneInput button {
    float:right;
    margin: 17px 20px 0 0;
}

.planForm label .amount-component {
    float: right;
}

/* Checkboxes */
.planForm .btn.btn-default.btn-xs {
    background-color: #f6f6f6;
}

.planForm .selected .btn.btn-default.btn-xs {
    background-color: #2285c0;
    border: none;
    border-top: 1px solid #207db4;
}

.glyphicon-ok::before {
    color: white;
}

.separator {
    background-color: #e5e5e5;
    height: 1px;
    margin: 10px 0 8px;
}

.options label {
    color: #181818;
    border-radius: 3px;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.10);
}

.options  input {
    margin-top: 10px;
}

.options > label {
    background-color: #e7e7e7;
    padding: 19px 0;
    margin-bottom: 3px;
    margin-top: 8px;
    vertical-align: middle;
    position: relative;
}

.options.aids > label {
    cursor: pointer;
}

form .selected {
    color: #ffffff;
    background-color: #289ce0;
    border-bottom: 0px;
    box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,0.10);
}

form .selected .amount-component .amount-button {
    color: #36a7e9;
    background-color: #ffffff;
    border: 0;
    border-bottom: 2px solid #e7e7e7;
}

form .selected .amount-component .amount-button.disabled {
    background-color: #68b9e9;
    border-bottom: 2px solid #61b2e2;
}

form .selected .amount-component input {
    color: #ffffff;
    background-color: #2285c0;
    border: 0;
    border-top: 2px solid #207db4;
    padding-top: -1px;
    font-weight: 400;
}

.options  > label img {
    position: absolute;
    fill: red;
    left: 25px;
}

.options >label span {
    padding-left: 70px;
}

.options >label span.glyphicon {
    padding-left: 0px;
}

.options label > input, .options label > .amount-button, .options label > button {
    float: right;
    margin-right: 16px;
}

.amount-component {
    width: 135px;
    height: 40px;
    position: absolute;
    top: 11px;
    right: 16px;
}

.amount-component .amount-button, .amount-component input[type="text"] {
    float: left;
    width: 45px;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    border-radius: 0px;
}

.amount-component input[type="text"] {
    border: 1px solid #d5d5d5; 
}

.amount-component .amount-button {
    background-color: #8697a1;
    border-bottom: 2px solid #7c8c95;
    cursor: pointer;
    height: 40px;
    padding-top: 5px;
    color: #ffffff;
    text-indent:-9999px;
}

.amount-component .amount-button.increase {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.increase {
    background-image: url('../images/planner/icon_plus.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

form .selected .increase {
    background-image: url('../images/planner/icon_plus_blue.svg');
}

.amount-component .amount-button.decrease {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.decrease {
    background-image: url('../images/planner/icon_minus.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

form .selected .decrease {
    background-image: url('../images/planner/icon_minus_blue.svg');
}

.amount-component .amount-button.disabled {
    background-color:#cacfd2;
    border-bottom-color: #c7ccce;
}

.icon-person {
    background:url("../images/planner/icon_person.svg") 10px center no-repeat;
    background-size: 40px auto;  
}
.icon-person.selected {
    background-image: url("../images/planner/icon_person_white.svg");
}

.icon-child {
    background:url("../images/planner/icon_child.svg") 10px center no-repeat;
    background-size: 40px auto;
}
.icon-child.selected {
    background-image: url("../images/planner/icon_child_white.svg");
}

.icon-bag {
    background:url("../images/planner/icon_bag.svg") 16px center no-repeat;
    background-size: 30px auto;  
}
.icon-bag.selected {
    background-image: url("../images/planner/icon_bag_white.svg");
}

.icon-dog {
    background:url("../images/planner/icon_dog.svg") 16px center no-repeat;
    background-size: 30px auto;  
}
.icon-dog.selected {
    background-image: url("../images/planner/icon_dog_white.svg");
}

.icon-pet {
    background:url("../images/planner/icon_pet.svg") 16px center no-repeat;
    background-size: 28px auto;  
}
.icon-pet.selected {
    background-image: url("../images/planner/icon_pet_white.svg");
}

.icon-wheelchair {
    background:url("../images/planner/icon_wheelchair.svg") 16px center no-repeat;
    background-size: 35px auto;  
}
.icon-wheelchair.selected {
    background-image: url("../images/planner/icon_wheelchair_white.svg");
}

.icon-wheelchair-folded {
    background:url("../images/planner/icon_wheelchair_folded.svg") 16px center no-repeat;
    background-size: 35px 35px;
}
.icon-wheelchair-folded.selected {
    background-image: url("../images/planner/icon_wheelchair_folded_white.svg");
}

.icon-walker {
    background:url("../images/planner/icon_walker.svg") 16px center no-repeat;
    background-size: 35px auto;  
}
.icon-walker.selected {
    background-image: url("../images/planner/icon_walker_white.svg");
}

.icon-scoot {
    background:url("../images/planner/icon_scoot.svg") 16px center no-repeat;
    background-size: 35px auto; 
}
.icon-scoot.selected {
    background-image: url("../images/planner/icon_scoot_white.svg");
}

#aid-warning, #travellers-warning {
    display: none;
}

span.warning {
    color: #9c9c9c;
    line-height: 20px;
    display: block;
    padding: 10px 0 10px 0;
    font-size: 16px;
}

.timepicker {
    padding: 27px 0 27px 0;
    font-size: 24px;
    text-align: center;
}

.timepicker > div {
    display: inline-block;
}

.timepicker .hours, .timepicker .minutes {
    height: 132px;
    width: 75px;
    background-color: #f6f6f6;
    float: left;
}

.timepicker .colon {
    float: left;
    margin: 0 10px 0 10px;
    padding-top: 44px;
}

.timepicker button {
    height: 44px;
    width: 100%;
    border: 0;
    text-indent:-9999px;
}

.timepicker span {
    display: block;
    padding-top: 5px;
    height: 39px;
    text-align: center;
}

.timepicker .hours button:first-child, .timepicker .minutes button:first-child {
     border-radius: 4px 4px 0 0;
     -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
 }

.timepicker .hours button:last-child, .timepicker .minutes button:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.timepicker .button-timepicker {
    background-color: #8697a1;
    color: #ffffff;
    cursor: pointer;
}

.timepicker .button-timepicker.disabled {
    background-color: #dbe0e3;
}

.timepicker .text {
    border: 1px solid #d5d5d5;
}

.timeDropdown .timepicker-bottom {
    border-top: 1px solid #d5d5d5;
    padding: 35px 0 35px 0;
    width: 100%;
}

#timepicker-error {
    display: none;
    color: #8697a1;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 15%;
    width: 70%;
}

/* Dialog */
.dialog {
    position: relative;
    background-color: white;
    z-index: 99999;
    margin: -110px -22px 0 -22px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.dialog .top {
    padding: 0px 20px 20px 20px;
}

.dialog h3 {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px;
    padding-top: 18px;
}

.dialog .top input {
    margin-bottom: 10px;
}

.tabContainer {
    display: table;
    width: 100%;
    height: 30px;
}

.tab {
    display: table-cell;
    width: 50%;
    background-color: #289ce0;
    text-align: center;
    color: white;
    padding: 2px;
    border: 0;
    box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,0.07);
}

.tab.inactive {
    background-color: #e7e7e7;
    color: black;
    border-top: none;
    cursor: pointer;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
}

.tab:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tab:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;  
}

input.search {
    width: 80%;
}

input.housenumber {
    width: 15%;
    float: right;
}

.suggestions ul {
    list-style: none;
}

.planForm ul li {
    cursor: pointer;
}

.poi:hover, .dropdown:hover, .aids > label:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.dropdown:active, .aids > label:active {
    background-color: #cfcfcf;
    box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,0.07);
}

.suggestions ul li {
    padding: 8px 0 8px 70px;
    border-top: 1px solid #d5d5d5;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.spacer20 {
    height: 20px;
    width: 100%;
}

.suggestions ul li.no-results {
    padding-top: 19px;
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
}

.button.small.no-results {
    margin: 10px 0 10px 0;
    background-image: url(../images/planner/icon_phone.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 15px center;
    padding-left: 35px;
    padding-right: 15px;
}

.suggestions ul li:hover, .suggestions ul li.active, ul.poi-list li.active, .dateDropdown ul li.active {
    background-color: #f3f5f6;
}

.suggestions ul li.icon-poi {
    background-image: url('../images/planner/icon_suggestion_poi.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
}

.suggestions ul li.icon-address {
    background-image: url('../images/planner/icon_suggestion_adress.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
}

.suggestions ul li.icon-home {
    background-image: url('../images/planner/icon_suggestion_home.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
}

.suggestions ul li span.icon-add-address {
    display: block;
    float: right;
    background-image: url('../images/planner/icon_add-address.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    height: 30px;
    width: 30px;
    margin: -13px 20px 10px 0px
}

.suggestions ul li:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.suggestions ul li span {
    display: block;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
}

.suggestions ul li span strong {
    font-weight: 600;
    color: #000000;
}

.poi {
    width: 100%;
    border: 0;
    text-align: left;
}

.poi .toggle {
    background-color: #e7e7e7;
    border-bottom: 2px solid #d6d6d6;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    display: block;
}

.poi .toggle > span {
    float: right;
    color: #777777;
    background: url('../images/planner/icon_arrow_collapse.svg') no-repeat right center;
    background-size: 30px;
    padding-right: 34px;
    font-weight: 600;
}

.poi .toggle > span.open {
    background: url('../images/planner/icon_arrow_collapse_blue.svg') no-repeat right center;
    background-size: 30px;
}

ul.poi-list {
    list-style: none;
    background-color: #ffffff;
}

ul.poi-list li {
    display: block;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
}

ul.poi-list li:hover {
    background-color: #f3f5f6;
}

ul.poi-list li > span {
    display: block;
    font-weight: normal;
    color: #999999;
}

.onoffswitch {
    position: relative;
    float: right;
    width: 79px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitch-inner {
    display: block;
    width: 158px;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    padding: 0;
    line-height: 31px;
    font-size: 16px;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,0.10);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.onoffswitch-inner:before {
    content: "Aan";
    padding-left: 10px;
    background-color: #19A955;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Uit";
    padding-right: 10px;
    background-color: #DFDFDF;
    color: #707375;
    text-align: right;
}

.onoffswitch-switch {
    border: 0;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 3px;
    margin-right: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    cursor: hand;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.onoffswitch-switch.off {
    right: 48px;
}

.onoffswitch-inner.off {
    margin-left: -79px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.buttonHeader {
    background-color: #e7e7e7;
    padding: 15px 0 15px 15px;
}

.summary table {
    width: 100%;
    clear: both;
}

.summary table td {
    vertical-align: top;
    padding: 5px 5px 5px 0;
}

table td {
    font-size: 16px
}

.summary table td.title {
    width: 30%;
}

table td.title, table td.strong {
    font-weight: 600;
    color: #392e7a;
}

table td.title {
    width: 30%;
}

table td.notice {
    color: #289ce0;
}

.summary h3 {
    margin-top: 10px;
}

.summary button.center {
    margin-top: 15px;
}

.greetingBlock {
    background-color: #ffffff;
    padding: 16px 22px 16px 22px;
}

.nextTripBlock {
    background-color: #ffffff;
    padding: 20px 22px 30px 22px;
    margin-top: 18px;
}

.nextTripBlock table {
    margin-top: 15px;
}

.nextTripBlock p {
    margin-top: 21px;
}

span.greeting {
    color: #392e7a;
    font-size: 20px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

hr {
    border: 0;
    height: 0;
    border-top: 2px solid #e7e7e7;
    margin-top: 25px;
    margin-bottom: 25px;
}

.right {
    text-align: right;
}

.nextTripBlock table td {
    vertical-align: top;
    padding: 5px 0px 5px 0px;
}

h1 img, h2 img {
    height: 25px;
    margin-right: 15px;
    margin-top: 5px;
    position: relative;
    top: 4px;
}

h1 img.check {
    display: block;
    height: 46px;
    float: left;
    top: 9px;
    margin-right: 19px;
}

h2 {
    font-size: 21px;
    color: #392e7a;
    margin-bottom: 6px;
    font-weight: normal;
}

.nextTripBlock table td.blue, .nextTripBlock p.blue  {
    color: #392e7a;
    font-weight: 600;
}

.newTrip {
    margin-top: 18px;
    background-color: #ffffff;
    padding: 22px;
}

.button.back {
    background-image: url(../images/icon_arrow_left_grey.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 center;
    padding-left: 25px;
    padding-right: 15px;
    color: #303a44;
    font-weight: 600;
}

.button.close {
    background-image: url(../images/icon_close.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 center;
    padding-left: 34px;
    padding-right: 15px;
    color: #303a44;
    font-weight: 600;
}

.button.down {
    background-image: url(../images/icon_arrow_down_grey.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 95% center;
    padding-right: 35px;
}



.button.up {
    background-image: url(../images/icon_arrow_up_grey.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 95% center;
    padding-right: 35px;
}

.show-more {
    background-color: #ffffff;
    margin-top: 30px;
}

h3.list {
    padding: 19px 0 19px 20px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
    margin: 0;
}

ul.list {
    list-style: none;
}

ul.list li {
    font-weight: 600;
    padding: 19px 0 19px 20px;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.booking-list h3.list, .booking-list ul.list li {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
}

.booking-list h3.list {
    margin-top: 20px;
}

span.date {
    display: block;
    float: right;
    color: #999999;
    padding-right: 5px;
    font-weight: normal;
}

.arrow-right img {
    width: 25px;
    height: 25px;
}

.arrow-right {
    display: block;
    float: right;
    margin-right: 5px;
}

.show-more ul li:hover {
    background-color: #f3f5f6;
}

.logout-button {
    background-color: #e7e7e7;
    padding: 30px 15px 30px 0px;
    text-align: right;
}

.dashboard-date {
    display: block;
    text-align: center;
    background-color: #392e7a;
    color: #ffffff;
    line-height: 48px;
}

.dashboard-date.arrived img {
    height: 16px;
    margin-top: 5px;
}

.dashboard-date.arrived table {
    width: 100%;
    padding: 0;
}

.dashboard-date.arrived table td {
    height: 16px;
    padding: 0;
}

dashboardContainer table.stops tr:first-child td {
    border-top: 2px solid #e7e7e7;
}

table.stops {
    padding-bottom: 8px;
}

table.stops .time {
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 10px
}

.summary .detailBlock table.stops {
    margin-top: -20px;
}

table.stops td {
    height: 40px;
    vertical-align: bottom;
    padding: 0;
}

table.stops td {
    padding-right: 15px;
}

.vertical-line {
    height: 30px;
    width: 6px;
    background-color: #392e7a;
    margin-left: 7px;
}

.circle {
    width: 10px;
    height: 10px;
    border: 5px solid #392e7a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: -1px 0 -1px 0;
}

.circle-open {
    background-color: #ffffff;
}

.circle-closed {
    background-color: #392e7a;
}

.select-button {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

::-webkit-input-placeholder {
    color: #ababab;
} /*Chrome */
:-moz-placeholder {
    color: #ababab;
} /*ff*/
:-ms-input-placeholder {
    color: #ababab;
} /*ie latest */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mapBlock h1 {
    margin-top: 20px;
}

.mapBlock table {
    margin-bottom: 20px;
}

.driverMap {
    position: relative;
}

.driverMap .trackDriver {
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.driverMap .trackDriver a {
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 50px;
    color: white;
}

.angular-google-map-container { 
    height: 167px; 
}

.detailBlock .angular-google-map-container {
    height: 495px;
}

/* DIALOG */
.ngdialog,
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ngdialog:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.ngdialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ngdialog-overlay {
    position: fixed;
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ngdialog-content {
    background: white;
}

body.ngdialog-open {
    overflow: hidden;
}

.ngdialog.ngdialog-theme-default {
    padding-bottom: 0px;
    padding-top: 20px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: #fff;
    color: #000;
    line-height: 1.5em;
    padding: 1em;
    position: relative;
    width: 92%;
    left: 4%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
    margin-top: 15px;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
    content: '';
    display: table;
    clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
    cursor: pointer;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    outline: none;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
    background: #d83d3d;
    color: #fff;
    margin-left: 15px;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
    background: #8697A1;
    color: #fff;
}

.icon-down-big {
    background-image: url(../images/icon_arrow_down_grey.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 95% center;
    padding-right: 35px;
}
.icon-up-big {
    background-image: url(../images/icon_arrow_up_grey.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 95% center;
    padding-right: 35px;
}

/* History of trips, accordion list */
.panel {
    margin-bottom: 20px;
}

.panel-body {
    min-height: 60px;
}

.panel-body ul.list li {
    font-weight: normal;
}

.panel-heading {
    background-color: #e8e8e8;
    border-bottom: 1px solid #cac9ca;
}

.panel-heading button {
    float: right;
    background-color: transparent;
    border: none;
    color: #606569;
    margin-right: 30px;
}

.panel.open .panel-heading a {
    color: #2899db;
}

.panel-heading a {
    padding: 0 15px;
    line-height: 74px;
    width: 100%;
    display: block;  
    color: black;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

#userDetails .phoneInput {
    padding: 0;
}

p.note, td.note {
    color: #999999;
}

.note.blue {
    color: #64b5ed;
    font-size: 15px;
}

#userDetails .phoneInput .edit {
    height: 150px;
}

#userDetails table td {
  vertical-align: bottom;
}

@-webkit-keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
    -webkit-animation: ngdialog-fadeout 0.01s;
    animation: ngdialog-fadeout 0.01s;
}

p.blue {
    color: #392e7a;
}

.driverImage {
    background-size: cover;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px;
}

#rateDriver {
    margin-top: 45px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 6px 22px 5px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 6px 22px 5px rgba(0,0,0,0.04);
    box-shadow: 0px 6px 22px 5px rgba(0,0,0,0.04);
}

#rateDriver > p {
    margin: 15px;
}

#rateDriver .header {
    background-color: #392e7a;
    overflow: auto;
    color: white;
    display: table;
}

#rateDriver .header .driverImage {
    float: left;
}

#rateDriver .header .driver {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}

#rateDriver .header p.driverName {
    font-weight: bold;
}

#rateDriver p.success {
    color: #1d6b44;
    margin: 15px
}

#rateDriver ol {
    display: inline-block;
}

#rateDriver ol  li {
    font-size: 12px;
    font-weight: 600;
    width: 47px;
    display: block;
    float: left;
    margin-right: 6px;
    text-align: center;
    padding-bottom: 10px;
    word-wrap: break-word;
}

#rateDriver ol li button {
    height: 70px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
    border-radius: 6px;
    border-bottom: 2px solid #d6d6d6;
    background-size: 25px 25px;
}

#rateDriver ol li button.active {
    background-color: #289ce0;
}

#rateDriver ol li:nth-child(1) button {
    background-image: url("../images/rating/icon_rating_euphoric_grey.svg");
}
#rateDriver ol li:nth-child(1) button.active {
    background-image: url("../images/rating/icon_rating_euphoric_selected.svg");
}

#rateDriver ol li:nth-child(2) button {
    background-image: url("../images/rating/icon_rating_happy_grey.svg");
}
#rateDriver ol li:nth-child(2) button.active {
    background-image: url("../images/rating/icon_rating_happy_selected.svg");
}

#rateDriver ol li:nth-child(3) button {
    background-image: url("../images/rating/icon_rating_neutral_grey.svg");
}
#rateDriver ol li:nth-child(3) button.active {
    background-image: url("../images/rating/icon_rating_neutral_selected.svg");
}

#rateDriver ol li:nth-child(4) button {
    background-image: url("../images/rating/icon_rating_sad_grey.svg");
}
#rateDriver ol li:nth-child(4) button.active {
    background-image: url("../images/rating/icon_rating_sad_selected.svg");
}

#rateDriver ol li:nth-child(5) button {
    background-image: url("../images/rating/icon_rating_vicious_grey.svg");
}
#rateDriver ol li:nth-child(5) button.active {
    background-image: url("../images/rating/icon_rating_vicious_selected.svg");
}

#unratedDriver {
    position: fixed;
    background-color: white;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
}

#unratedDriver > div {
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
    padding: 40px 20px 40px 20px;
} 

#unratedDriver .driverImage {
    float: left;
    margin: 0 35px 0 0;
}

#unratedDriver p {
    padding: 0 0 10px 0 ;   
}    

#unratedDriver h3 {
    margin-top: 0; 
}

.switch {
    margin-top: 10px;
    width: 100%;
}

.switch .button {
    font-size: 18px;
    font-weight: normal;
    width: 50%;
    float: left;
    border-radius: 0;
    box-shadow: none;
}

.switch .button.inactive {
    background-color: #e7e7e7;
    color: black;
}

@media only screen and (max-width: 374px) {
    .icon-person, .icon-person.selected, .icon-person:hover,
    .icon-scoot, .icon-scoot.selected, .icon-scoot:hover,
    .icon-wheelchair, .icon-wheelchair.selected, .icon-wheelchair:hover,
    .icon-wheelchair-folded, .icon-wheelchair-folded.selected, .icon-wheelchair-folded:hover,
    .icon-walker, .icon-walker.selected, .icon-walker:hover,
    .icon-bag, .icon-bag.selected, .icon-bag:hover,
    .icon-child, .icon-child.selected, .icon-child:hover,
    .icon-dog, .icon-dog.selected, .icon-dog:hover,
    .icon-pet, .icon-pet.selected, .icon-pet:hover
    {
        background-image: none;
    }

    .options >label span {
        padding-left: 10px;
    }

    header, footer, .block, .nextTripBlock, .greetingBlock, .contentBlock, .newTrip, #editHeader .left {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dialog {
        margin-left: -16px;
        margin-right: -16px;
    }

    .phoneInput > div, .dashboard-date, .line {
        margin-left: -16px;
        margin-right: -16px;
    }

    .booking-list h3.list, .booking-list ul.list li {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
    }
}

@media only screen and (min-width: 560px) {
    #editHeader.fixed {
        left: 50%;
    }

    .contentContainer.summary .editBlock h1 {
        margin-top: 35px;
    }

    span.greeting {
        font-size: 26px;
    }
    
    .dashboard-date {
        font-size: 26px;
        line-height: 79px;
    }
    
    .borderBlocksContainer {
        height: 255px;
    }

    .borderBlocksContainer .borderBlock {
        height: 46%;
        float: left;
        padding: 10px 0;
    }

    .borderBlocksContainer .borderBlock.big {
       width: 48%; 
       height: 97%;
    }

    p.verticalValue.big span  {
        font-size: 110px;
        line-height: 110px;
    }
    
    #navigation.expanded {
        margin-left: -40px;
        margin-right: -40px;
    }  
    
    .notificationBlock.warning {
        color: #4c3c2d;
        margin-top: 0;
        font-size: 30px;
        background: #ffe169 url("../images/icon_alert.svg") no-repeat 60px center;
        background-size: 65px 65px;
        padding: 20px 20px 20px 180px;
    }

    #rateDriver ol li button {
        background-size: 35px 35px;
    }

    #rateDriver ol  li {
        width: 75px;
        margin-right: 11px;
    }

    #rateDriver ol li button {
        width: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 519px) {
    footer.login, #push.login {
        top: 275px;
    }

    .phoneInput .edit {
        height: 135px;
    }

    .contentBlock.detailBlock {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 520px) {
    footer {
        padding-top: 20px; 
    }

    .container {
        margin-bottom: -160px;
    }

    footer, #push {
        height: 160px;
    }

    footer .copyright {
        padding-bottom: 0;
    }

    .blockContainer {
        padding-bottom: 100px;
    } 

    .dialog .warning {
        padding: 0;
    }

    .poi ul li.icon-poi {
        background-image: url('../images/planner/icon_suggestion_poi.svg');
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 30px;
    }

    ul.poi-list li {
        padding-left: 70px;
    }

    .tabContainer {
        max-width: 434px;
        margin: 15px auto;
        width: 100%;
    }

    .button.small.grey {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 1199px) {
    .dialog {
        margin-left: -72px;
        margin-right: -72px;
    }
      
    .phoneInput button {
        margin-right: 60px;
    }

    .phoneInput p, .phoneInput .warning, .phoneInput span.error, #editHeader .left {
        padding-left: 60px;
    }

    header .logo {
        height: 21px;
        padding-top: 20px;
    }

    .dialog h3 {
        padding-left: 72px;
    }

    .suggestions ul li.icon-poi, .suggestions ul li.icon-address, .suggestions ul li.icon-home, .poi ul li.icon-poi {
        background-position: 72px center;
    }

    .suggestions ul li, .poi ul li {
        padding-left: 122px;
        padding-right: 60px;
    }

    .dialog .top, .dateDropdown ul li, .poi .toggle {
        padding-left: 72px;
        padding-right: 72px;
    }

    .booking-list h3.list, .booking-list ul.list li {
        margin-left: -60px;
        margin-right: -60px;
        padding-left: 60px;
    }

    .line {
        margin-left: -60px;
        margin-right: -60px;
    }
    
    .notificationBlock.warning {
        font-size: 20px;
    }
}

@media only screen and (min-width: 800px) {
    .block {
        margin-left: 0;
    }

    .container {
        min-height: 100%;
    }

    .login-background {
        background-image: url(../images/background-image.jpg);
    }

    h1 img.check {
        top: -9px;
    }
}

@media only screen and (min-width: 560px) and (max-width: 799px) {
    #editHeader.fixed {
        width: 560px;
        margin-left: -280px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 799px) {
    .block {
        margin: 0 auto 0 auto;
        padding: 22px 40px 35px 40px;
        max-width: 460px;
    }

    footer .copyright {
        max-width: 61%;
    }

    .contentContainer, .dashboardContainer {
        max-width: 560px;
    }

    .contentBlock {
        padding: 40px 60px 60px 60px;
    }
    
    .contentBlock .fullWidth {
        margin: 0 -60px -60px -60px;
    }

    .greetingBlock, .nextTripBlock {
        padding-left: 60px;
        padding-right: 60px;
    }

    .phoneInput > div {
        margin-left: -60px;
        margin-right: -60px;
    }

    .login-background {
        height: 450px;
        top: 409px;
    }

    footer.login, #push.login {
        top: 303px;
    }

    .login-background {
        background-image: url(../images/background-image-small.jpg);
    }

    footer .site {
        margin-right: 10px;
        padding-top: 19px;
    }

    footer .logo_small {
        padding-top: 19px;
    }

    span.date, .arrow-right {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 1199px) {
    .contentContainer, .dashboardContainer {
        margin-bottom: 30px;
    }

    footer .site {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1199px) {
    header, header.header-login {
        height: 60px;
        text-align: left;
    }

    header.header-login .logo {
        padding-top: 22px;
    }

    header, footer {
        padding-left: 26px;
        padding-right: 26px;
    }
    .contentBlock h1, .dashboardBlock h1 {
        text-align: left;
    }
    
    .blockContainer {
        margin: 0 70px 0 70px;
    }

    .block {
        max-width: 330px;
        margin-top: 60px;
    }

    .contentContainer, .dashboardContainer {
        max-width: 650px;
    }

    #editHeader.fixed {
        width: 650px;
        margin-left: -325px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content {
        width: 590px;
        left: 50%;
        margin-left: -295px;
    }

    .contentBlock {
        padding: 40px 60px 60px 60px;
    }

    .contentBlock .fullWidth {
        margin: 0 -60px -60px -60px;
    }

    .greetingBlock, .nextTripBlock {
        padding-left: 60px;
        padding-right: 60px;
    }

    .phoneInput > div {
        margin-left: -60px;
        margin-right: -60px;
    }

    .login-background {
        height: calc(100% - 220px);
        top: 60px;
    }

    footer .site {
        padding-top: 1px;
    }

    span.date, .arrow-right {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    header, header.header-login {
        height: 75px;
        text-align: left;
    }

    header .logo {
        padding-top: 25px;
        height: 25px;
    }

    a.logout {
        padding: 9px 12px 6px 12px;
        font-size: 16px;
        margin-top: 16px;
    }

    .spacer30 {
        height: 50px;
    }

    .select-button {
        padding-top: 50px;
    }

    .button {
        padding: 12px 40px;
    }

    .block h1, .contentBlock h1, .dashboardBlock h1 {
        font-size: 34px;
        text-align: left;
    }

    label, form h3 {
        margin-top: 32px;
        font-size: 20px;
    }

    input[type=tel], input[type=text], input[type=email] {
        margin-top: 10px;
        padding: 10px 12px 9px 12px;
        font-size: 22px;
        min-height: 52px;
    }

    .amount-component input {
        min-height: 0;
    }

    .noMargin, input[type=tel].noMargin, input[type=text].noMargin, input[type=email].noMargin {
        margin-top:0
    }

    .dropdown {
        height: 50px;
        font-size: 22px;
        margin-top: 10px;
    }

    .dialog {
        margin-left: -82px;
        margin-right: -82px;
    }

    .block {
        margin: 75px 0 0 22px;
        max-width: 374px;
        padding: 47px 40px 50px 40px;
    }

    .contentContainer, .dashboardContainer {
        max-width: 784px;
        margin-bottom: 55px;
    }

    #editHeader.fixed {
        width: 784px;
        margin-left: -392px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content {
        width: 724px;
        left: 50%;
        margin-left: -362px;
    }

    .contentBlock {
        padding: 62px;
    }
    
    .contentBlock .fullWidth {
        margin: 0 -62px -62px -62px;
    }

    .greetingBlock, .nextTripBlock, #editHeader .left {
        padding-left: 62px;
        padding-right: 62px;
    }

    .planForm .options, .planForm .call-service {
        max-width: 454px;
    }
    
    .phoneInput > div, .line {
        margin-left: -62px;
        margin-right: -62px;
    }
    
    .phoneInput button {
        margin-right: 62px;
    }
    
    .phoneInput p, .phoneInput .warning, .phoneInput span.error {
        padding-left: 62px;
    }

    .phoneInput .warning, .phoneInput span.error {
        width: 100%;
    }

    .summary h3 {
        margin-top: 30px;
    }

    .dialog {
        margin-top: -137px;
    }

    .dialog h3 {
        padding-left: 82px;
    }

    .suggestions ul li.icon-poi, .suggestions ul li.icon-address, .suggestions ul li.icon-home, .poi ul li.icon-poi {
        background-position: 82px center;
    }

    .suggestions ul li, .poi ul li {
        padding-left: 132px;
        padding-right: 60px;
    }

    .suggestions ul li {
        font-size: 20px;
        padding-top: 9px;
    }

    .suggestions ul li span {
        font-size: 16px;
        font-weight: normal;
    }

    .dialog .top, .dateDropdown ul li, .poi .toggle {
        padding-left: 82px;
        padding-right: 82px;
    }

    .login-background {
        height: calc(100% - 235px);
        top: 75px;
        left: 0;
    }

    .booking-list h3.list, .booking-list ul.list li {
        margin-left: -62px;
        margin-right: -62px;
        padding-left: 62px;
    }

    span.date, .arrow-right {
        padding-right: 20px;
    }

    .suggestions ul li span.icon-add-address {
        margin-top: -18px;
    }

    .suggestions ul li.no-results {
        height: 90px;
    }
        
    .options > label {
        padding: 26px 0;
    }
    .amount-component {
        top: 19px;
    }

    p, table td {
        font-size: 20px;
    }

    .input {
        font-size: 22px;
    }
    .suggestions ul li span {
        font-size: 16px;
    }
    
    .button.small {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    
    .vertical-line {
        margin-left: 9px;
    }

    .circle {
        width: 15px;
        height: 15px;
    }

    h1 img, h2 img {
        top: 2px;
    }
    
    .driverImage {
        margin: 20px;
        height: 70px;
        width: 70px;
    }
    
    #rateDriver .header p.driverName {
        margin-top: 7px;
    }
}

@media only screen and (min-width: 1252px) {
    .blockContainer {
        margin: 0;
    }

    header, footer {
        padding-left: 0;
        padding-right: 0;
    }

    .centerContainer {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

    .block {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 575px) {
    .buttonHeader {
        padding-left: 0;
    }

    .logout-button {
        padding-right: 0;
    }
}