﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*.modal.custom-question-modal .add-data-input-sec {
    max-width: 700px !important;
}*/

/* Custom ui components */
.checkBtn {
    background-color: #ffffff;
    border: 1px #6c757d solid;
    box-shadow: none;
    min-width: 16px;
    min-height: 16px;
    border-radius: 3px;
    transition: .1s;
}

.checkBtn-focus {
    background-color: #0093FE;
    border: 1px #0093FE solid;
    box-shadow: none;
    min-width: 16px;
    min-height: 16px;
    border-radius: 3px;
    transition: .1s;
}

.flex-cell {
    display: flex;
    align-items: center;
}

    .flex-cell img {
        width: 18px;
        height: 18px;
    }

.transparent-cell {
    background-color: transparent !important;
    border: none !important;
    width: 150px;
    padding: 0 !important;
}

.btn-upload {
    background: #FFFFFF;
    border: 1px solid #0093FE;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #0093FE;
    cursor: pointer;
    min-width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-upload:hover {
        background: #FFFFFF;
        border: 1px solid #0093FE;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        color: #0093FE;
        cursor: pointer;
    }

.partner .upload-icon {
    margin-left: 5px;
    width: 13px;
}

.partner .partner-upload-img {
    max-height: 100px;
    border: 0.5px solid #C1BDBD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 15px;
    background: #ffffff;
    margin-bottom: 12px;
}

.partner .partner-upload-icon {
    width: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.partner .partner-upload-text {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
}

.partner .upload-flex-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.textarea {
    overflow: hidden !important;
}

.textarea-scroll {
    overflow: auto !important;
}

.form-options {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

    .form-options input {
        overflow: auto;
        border-right: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .form-options button {
        /*user-select: none;*/
        border: 0.5px solid #E2E2E2 !important;
        background-color: #f8f9fa;
        box-sizing: border-box;
        color: #000000;
        font-size: 13px;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 35px;
        padding: 2px 5px;
        min-width: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        word-break: break-word;
    }

        .form-options button.mw-100 {
            min-width: 100px !important;
        }

        .form-options button.mw-150 {
            min-width: 150px !important;
        }

/*.mvc-grid-popup {
    background-color: red !important;
}*/

.toggleSubMenu {
    cursor: pointer;
}

.restrictedTextContent, .tooltip {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.throbber {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0.6;
    background-color: white;
}

    .throbber .throbber-content {
        margin: 0 auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 300px;
        height: 150px;
    }

.upload-img-display {
    max-height: 100px;
    border: 0.5px solid #C1BDBD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 15px;
    background: #ffffff;
    margin-bottom: 12px;
}

.upload-icon {
    width: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.upload-text {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
}

.change-icon,
.remove-icon {
    margin-right: 10px;
    width: 16px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .modal-xl {
        min-width: 90vw !important;
    }
}

.txt-editAnswer {
    height: 50vh !important;
}

.parentWithOption {
    display: flex;
    height: 21px;
    margin-bottom: 20px;
}

textarea.textareaWithOption {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    resize: none;
    height: 35px !important;
    line-height: 1.7;
}

button.optionOfTextarea {
    border: 0.5px solid #E2E2E2;
    border-left: none;
    border-radius: 0 5px 5px 0;
    height: 35px;
    background: white;
}
