.spacing-bottom-md {
    margin-bottom: 20px;
}
.spacing-top-md {
    margin-top: 20px;
}
.col-form-label.required:after {
    content:" *";
    color: red;
}
.footprint-icon {
    max-height: 40px;;
}
.file-link, .file-link .col-sm-offset {
    padding-top: 0 !important;
}
.file-link a {
    color: green;
}
#viewContact, #editContact, #refreshSepaList {
    position: relative;
    height: 34px;
    width: 34px;
}
#viewContact i, #editContact i, #refreshSepaList i {
    position: absolute;
    top: 7px;
    left: 8px;
}
#addContactCompany, #addContactPerson {
    height: 34px;
}
.form-horizontal .control-label {
    text-align: left;
}
.modal-dialog {
    max-width: 1000px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/* Popup container */
.contact-popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.contact-popup .contact-popup-text {
    visibility: hidden;
    width: 940px;
    background-color: rgb(245, 245, 245);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 10040;
    top: 0;
    left: 50%;
    border: 1px gray solid;
}

.contact-popup .contact-popup-text .close{
    padding-right: 15px;
    color: red;
    opacity: 1;
}

.contact-popup .contact-popup-text iframe {
    border: none;
}

/* Popup arrow */
.contact-popup .contact-popup-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.contact-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

#confirm {
    display: none;
    background-color: #f2f4ef;
    border: 1px solid #aaa;
    position: fixed;
    width: 400px;
    height: 170px;
    left: 50%;
    top: 40%;
    margin-left: -100px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    z-index: 99;
}
#confirm .heading {
    text-align: left;
    padding: 10px 20px;
}
#confirm .content {
    text-align: left;
    padding: 0 20px 10px 20px;
}
#confirm .footer {
    padding: 10px 20px;
    text-align: center;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 400px;
}
.selectAll {
    border: 1px solid gray;
    padding: 5px 4px 0 4px;
}
.btn-heading {
    border: 1px solid gray;
    padding: 6px 7px 0 7px;
    margin-right: 7px;
}
.form-group.uploaded-file {
     padding-top: 0;
 }
.form-group.uploaded-file .col-sm-offset-3 {
    padding-top: 0;
}
.form-group.uploaded-file .col-sm-offset-3 a {
    color: #007bff;
}
.subheading h2 {
    color: #e83e8c;
    font-weight: bold;
}
.form-control {
    border: 1px solid #ccc;
}