﻿li.list-group-item.d-flex.justify-content-between.align-items-center {
    width: 100%;
    height: 70px;
}

.dz-remove {
    flex: 0 1 200px;
    font-size: 14px;
}
.modal {
    overflow-x: initial;
    overflow-y: initial;
}
#drp-files span {
    font-size: 14px;
}
#file-upload .form-control::placeholder {
    color: #495057 !important;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}

.file-field input.file-path {
    width: 100%;
    height: 36px;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.file-field span {
    cursor: pointer;
    font-size: 18px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.file-field .btn {
    float: left;
}

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem;
}

.btn-primary {
    background-color: #4285f4 !important;
    color: #fff;
}

.file-field {
    position: relative;
}

input[type="text"], textarea {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.drp {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
    margin-bottom: 1rem;
}

.btn-primary {
    line-height: normal;
    text-align: left;
    color: #fff;
    background-color: #b0312a !important;
    border: none;
    text-align: center;
    width: 200px;
    height: 44px;
    font-weight: bold;
    font-size: 20px !important;
    text-transform: none;
    font-size: 18px !important;
}

#file-upload .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#file-upload .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#file-upload .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    #file-upload .list-group-item:before {
        content: none !important;
    }

#file-upload .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#file-upload .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

#file-upload .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


#file-upload .drp {
    min-height: 200px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
    margin-bottom: 20px;
}

    #file-upload .drp ul {
        padding: 0;
        margin-top: 15px;
    }

        #file-upload .drp ul li > * {
            margin: 0 1em;
        }

#file-upload h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

#file-upload .btn {
    display: inline-block;
}

#file-upload input, #file-upload textarea {
    box-sizing: border-box;
}

#file-upload label {
    display: inline-block;
    margin-bottom: .5rem;
}

#file-upload .form-control::placeholder, #file-upload .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

#file-upload .form-group {
    margin-bottom: 1rem;
}

#file-upload textarea {
    overflow: auto;
    resize: vertical;
}

#file-upload .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


@@keyframes progress-bar-stripes {
    from {
        background-position: 16px 0;
    }

    to {
        background-position: 0 0;
    }
}

#file-upload .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}

#file-upload .progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

#file-upload .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #5dbb46 !important;
    transition: width .6s ease;
}

a.dz-remove {
    color: #0a2946;
    text-decoration: underline;
}


.chairside_services ul {
    padding-left: 0 !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

#file-upload .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    overflow: hidden;
    font-size: .75rem;
    width: 55%;
    background-color: darkgray;
    border-radius: .25rem;
    margin: 0 0 0 15px;
}

.progress-bar {
    font-size: 11px !important;
    line-height: 20px !important;
}

.btn-container {
    text-align: left;
    margin-top: 20px;
}

/*.progress-text {
    padding-left: 20px !important;
}*/

i {
    border: none !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 300px !important;
    overflow-y: auto;
    height: auto !important;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    /*margin: 0.5rem;*/
    pointer-events: none;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

@media screen and (max-width: 510px) {
    ul#drp-files li span, span[data-dz-name=""] {
        flex: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    li.list-group-item.d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }
    li.list-group-item.d-flex.justify-content-between.align-items-center {
        padding-left: 0 !important;
    }
    #file-upload .drp {
        padding: 36px 30px;

    }
}