﻿.mr-35 {
    margin-right: 35px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-125 {
    margin-top: 125px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-50 {
    padding-bottom: 50px;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.m-0 {
    margin: 0 !important;
}

.b-1 {
    border: 1px solid #ddd;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.b-0 {
    border: 0 !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.w-150 {
    width: 150px;
}

.no-style {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.overflow-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.url-picker.input-group > .controls {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#google-map {
    width: 100%;
}
#google-map > iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.iframe {
    border: 0;
}

label.error {
    font-weight: normal;
    color: red;
}
label:before,
label.error:after {
    display: table;
    content: " ";
}
label.error:after {
    clear: both;
}