body {
    background-color: #F2F0F0;
    padding-top: 80px;
    height: 100%;
    overflow-x: hidden;

    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top + 80px);

    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top + 80px);
}
.navbar {
    /* Status bar height on iOS 10 */
    padding-top: 20px;

    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);

    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);

}
.navbar-brand img.logo {
    margin: 10px 0 0 0;
    padding: 0
}

@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (height > 635px)
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : portrait)  {
.container {
margin-top: 50px;
}
}
.red {
    background-color: #B8282A!important;
}

.btn-red {
    background-color: #696565!important;
}

.btn-outline-red {
    border: 2px solid #B8282A;
    color: #B8282A !important;
    background-color: transparent;
}

.btn-gray {
    background-color: #696565!important;
}

.btn-outline-gray {
    border: 2px solid #696565;
    color: #696565 !important;
    background-color: transparent;
}

.logo {
    display: block;
    width: 167px;
}

nav {

}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
    height: 1.7rem;
}

.adders-table .form-group {
    padding: 0;
    margin: 0
}

.adders-table table {
    width: 100%;
}

.adders-table table,
.adders-table th,
.adders-table tr,
.adders-table td {
    padding: 0;
    margin: 0;
}

.scrollbar {
    float: left;
    height: auto;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 262px;
}

.scrollbar-gray::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-gray::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-gray::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #696565
}

.door .md-form {
    margin-bottom: 0rem
}

[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    top: 50;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #8a8a8a;
    border-radius: 1px;
    margin-top: -8px;
    -webkit-transition: .2s;
    transition: .2s;
}
.fileSelect {
    padding-top: 125px;
}

.fileSelect {
    max-width: 1140px;
}

.fileSelect {
    max-width: 960px;
}

.fileSelect {
    max-width: 720px;
}

.fileSelect {
    max-width: 540px;
}

.fileSelect {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#quote {
    display: none;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#invoice-card {
    padding: 10px;
}

#invoice {
    margin-bottom: 10px;
}

.error{
    color: #B8282A !important;
}

input.error{
    border-bottom: 1px solid #B8282A !important;
}

#msg{
    font-size: 12px;
    color: #B8282A;
    font-style: italic;

}
