﻿



.type4 {
    overflow: hidden !important;
}

.modal-content {
    margin-top: 150px !important;
}
/* The Modal (background) */
.modal {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }



.custom-close {
    font-size: 22px;
    background: white;
    border: 0px;
    bottom: 28px;
}

    .custom-close span {
        font-size: 29px;
    }

#spnModalHeader {
    font-size: 20px;
}

.qReset {
    margin-left: 10px
}

.invalid-feedback {
    color: red;
}

#primary {
    min-height: 400px;
}

.form-anchor {
    font-size: 23px !important;
}

.modal-dialog {
    top: 87px !important;
}



.forum-detail-header{
    text-align:left
}