.footer {
    display: none;
}

.float_right {
    float: right !important
}

.block {
    display: block !important
}

.align_left {
    text-align: left !important
}

.align_center {
    text-align: center !important
}

.small {
    font-size: .9em
}

.overflow_ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.no_margin {
    margin: 0 !important
}

.no_bottom_margin {
    margin-bottom: 0 !important
}

.small_bottom_margin {
    margin-bottom: .5em !important
}

.small_left_margin {
    margin-left: .5em !important
}

.small_right_margin {
    margin-right: .5em !important
}

.bottom_margin {
    margin-bottom: 1em !important
}

.right_margin {
    margin-right: 1em !important
}

.medium_bottom_margin {
    margin-bottom: 1.5em !important
}

.large_bottom_margin {
    margin-bottom: 2em !important
}

.margin_auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.auto_left_margin {
    margin-left: auto !important
}

.large_left_padding {
    padding-left: 2em !important
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.display_flex {
    display: flex
}

.align_items_center {
    align-items: center
}

.justify_content_center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex_one {
    flex: 1
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal_input_note {
    font-size: .8em;
    color: #717274;
    margin-left: 132px;
    display: block;
    line-height: 1em;
    margin-top: .25em
}

@-moz-document url-prefix() {
}

html {
    height: 100%
}

#rollup_modal_bg {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1040;
    opacity: 0;
    -webkit-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms, left 750ms ease-in-out;
    -moz-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms, left 750ms ease-in-out;
    transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms, left 750ms ease-in-out
}

#rollup_modal_bg.active {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1), top 0s linear 0s, left 750ms ease-in-out;
    -moz-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1), top 0s linear 0s, left 750ms ease-in-out;
    transition: opacity 750ms cubic-bezier(.2, .8, .5, 1), top 0s linear 0s, left 750ms ease-in-out
}

.rollup_modal {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1041;

    -webkit-animation:fadein .5s;
    -o-animation:fadein .5s;
    animation:fadein .5s;
    
    font-size: 18px;
    height: 100%;
    line-height: 1.5em;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -moz-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms;
    transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms;
    -webkit-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, -webkit-transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, top 0s linear 750ms
}

.rollup_modal.active {
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, left 750ms ease-in-out;
    transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, left 750ms ease-in-out;
    -webkit-transition: opacity 750ms cubic-bezier(.2, .8, .5, 1) .1s, -webkit-transform 750ms cubic-bezier(.2, .8, .5, 1) .1s, left 750ms ease-in-out
}

.ws_wrapper {
    z-index: 3440;
    background: white;
    position: fixed;
    height: calc(100% - 55px);
    width: 360px;
    top: 55px;
}

.ws_wrapper .rollup_modal {
    max-width: 360px;
}

.ws_wrapper .rollup_modal .contents_container {
    padding: 130px 30px 40px !important;
}

.ws_wrapper .rollup_modal_btn {
    top: 4em !important;
    right: .5em !important;
    opacity: .4;
}

.ws_wrapper .rollup_modal h1 {
    font-size: 24px;
    margin-bottom: 40px;
}

.ws_wrapper label {
    font-weight: 400;
}

@media screen and (max-width: 758px){
    .ws_wrapper {
        width: 100%;
    }

    .ws_wrapper .rollup_modal {
        max-width: none;
    }

    .ws_wrapper .rollup_modal .contents_container {
        padding: 110px 15px 20px !important;
    }
}

.rollup_modal h1 {
    color: #2C2D30
}

.rollup_modal .rollup_modal_btn {
    position: absolute;
    top: 7em;
    width: 4em;
    height: 4em;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    color: #717274;
    font-size: .8em;
    line-height: 1.5em;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rollup_modal .rollup_modal_btn.rollup_modal_close_btn {
    right: 3em
}

.rollup_modal .rollup_modal_btn.rollup_modal_back_btn {
    left: 3em
}

.rollup_modal .rollup_modal_btn .ts_icon {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    display: block;
    height: 60px;
    background-repeat:no-repeat;
    background-size: 20px auto;
    background-position: center top;
}

.rollup_modal .rollup_modal_btn .ts_icon:before {
    font-size: 2em
}

.rollup_modal .rollup_modal_btn .ts_icon.back {
    background-image: url(/static/images/docs/back-btn.png);
}

.rollup_modal .rollup_modal_btn .ts_icon.up {
    background-image: url(/static/images/docs/back-btn.png);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.rollup_modal .rollup_modal_btn .ts_icon.esc {
    background-image: url(/static/images/docs/esc-btn.png);
}

.rollup_modal .rollup_modal_btn .key_label {
    position: absolute;
    top: 2.25em;
    left: 0;
    width: 100%;
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

.rollup_modal .rollup_modal_btn:hover {
    color: #555459;
    background: #E8E8E8
}

.rollup_modal .contents_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 18vh 15px 15px
}

.rollup_modal .contents_container .contents {
    width: 370px;
    max-width: 100%;
    padding-bottom: 2em
}

@media only screen and (max-width: 767px) {
    .rollup_modal .rollup_modal_btn {
        top: 4em
    }

    .rollup_modal .rollup_modal_btn.rollup_modal_close_btn {
        right: 0
    }

    .rollup_modal .rollup_modal_btn.rollup_modal_back_btn {
        left: 0
    }
}

@media only screen and (max-width: 768px) {
    .rollup_modal .rollup_modal_btn {
        width: 3em;
        height: 3em;
        line-height: 1em
    }

    .rollup_modal .rollup_modal_btn .ts_icon {
        top: 1.1em
    }

    .rollup_modal .rollup_modal_btn .key_label {
        display: none
    }
}

.requestor_modal input[type=text] {
    font-size: 18px;
    margin-bottom: 0
}

.requestor_modal .ts_toggle {
    margin-bottom: .5em
}

.requestor_modal_footer {
    padding-top: .75em
}

.input_note_special {
    font-size: .89em;
    line-height: 1.25em;
    color: #717274;
    margin-top: 1em
}

#invite_members_container .lfs_input_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 46px;
    max-height: 230px;
    overflow-y: scroll;
    padding: 5px 0 5px 6px !important
}

#invite_members_container .lfs_input_container {
    min-height: 46px;
    padding: 0 0 0 .75em !important
}

#invite_members_container .lfs_input {
    padding: .75em .25em
}

body:not([class^="new_garage_"]):not([class^="handle_new"]):not([class*="dashboard-bcg"]):not([class*="book"]) .booking-input {
    border: 1px solid #DDD;
    padding: 10px 12px !important;
    font-size: 18px !important;
    height: auto;
    border-radius: 4px !important;
    font-weight: 400 !important;
    width: 100% !important;
}

body:not([class*="dashboard-bcg"]) .button-blue:not(.onboarding-Button) {
    height: auto;
    padding: 10px 12px;
    font-size: 18px;
}

body:not([class^="new_garage_"]):not([class^="handle_new"]):not([class*="dashboard-bcg"]):not([class*="book"]) .booking-input:hover,
body:not([class^="new_garage_"]):not([class^="handle_new"]):not([class*="dashboard-bcg"]):not([class*="book"]) .booking-input:focus {
    border-color: #CCC;
}

body:not([class^="new_garage_"]):not([class^="handle_new"]):not([class*="dashboard-bcg"]):not([class*="book"]) .booking-input:focus {
    outline-width: 0 !important;
    outline-width: 5px !important;
}

.form-signin {
    background-color: #FFFFFF;
    border-top-color: transparent;
}

.label {
    -webkit-font-smoothing: subpixel-antialiased;
    margin-left: 0;
}

.label-danger {
    margin-top: 14px;
    padding-bottom: 5px !important;
    height: auto;
}

#request_sent_note {
    padding-left: 80px;
}