﻿.container.template.custom-container{
    position:relative;
}

#generated-name {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

    #generated-name span {
        align-items: center;
        border: 0.5px solid #E2E2E2;
        background-color: #f8f9fa;
        box-sizing: border-box;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #000000;
        display: flex;
        font-size: 13px;
        height: 35px;
        justify-content: center;
        min-width: 85px;
        overflow: hidden;
        padding: 2px 5px;
        /*user-select: none;*/
        word-break: break-word;
    }

#generated-name span.mw-100 {
    min-width: 100px !important;
}

#generated-name span.mw-150 {
    min-width: 150px !important;
}

#generated-name input {
  
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
      overflow: auto;
}

.banner.bg-blue {
    align-items: center;
    background: #F7F7F7;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 120px;
    justify-content: center;
}

.banner .banner-title {
    color: #ffffff;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.banner .slide-content-text.orange-text {
    color: #F99D1C;
    font-size: 18px;
}

.banner .banner-title .s-title{
    font-size: 30px;
}

.banner .banner-arrow-img {
    height: 95px;
    margin: 30px;
}

.banner .carousel-indicators li {
    border-radius: 35px;
    border: 1px solid #0093FE;
    background-color: transparent;
    height: 12px;
    width: 12px;
}

.banner .carousel-indicators li.active {
    background-color: #0093FE;
}


select {
    background-image: url(/Content/Images/arrow-down.png);
    background-position-x: 96.5%;
    background-position-y: 50%;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.banner .banner-title .bold {
    font-weight: 700;
}

.banner .btn-wrap .light-text {
    color: #92A5C3;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 100px;
    width: 52%;
}

.banner .btn-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    left: 63px;
    position: absolute;
    top: 182px;
    width: 70%;
}

.banner .btn-wrap .btn-outline {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 5px;
    color: #ffffff;
    height: 35px;
    width: 200px;
}

.template .title {
    color: #333333;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}

.template .mb-30 {
    margin-bottom: 30px !important;
}

.template .mb-40 {
    margin-bottom: 40px !important;
}

.template .bg-blue {
    background-color: #F8F9FA;
    padding: 30px;
    margin-bottom: 30px;
}

.template .blue-line {
    border-top: 3px solid #0093FE;
    margin: 0;
    width: 80%;
}

.template .input-group {
    font-size: 15px;
    margin-bottom: 14px;
}
/*
    .template .input-group .form-check {
        margin-top: 10px;
    }
*/
.input-group .form-control {
    border: 0.5px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #797777;
    font-size: 14px;
    height: 35px;
    padding-left: 16px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    line-height: 19px;
}

.template .form-check-label {
    color: #616161;
    font-size: 14px;
}

.input-group select.form-control {
    padding-right: 30px;
}

.template .mr-5 {
    margin-right: 5px !important;
}
.template .mr-30 {
    margin-right: 30px !important;
}

.template .pr-50 {
    padding-right: 50px !important;
}

.template .dropdown-arrow-toggle {
    background-image: url(/Content/Images/arrow-down.png);
    background-position-x: 96.5%;
    background-position-y: 50%;
    background-size: 12px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
}

.template .dropdown-label-content {
    color: #797777;
    font-size:14px;
    font-weight:400;
}
.template select {
    border: 0.5px solid #C1BDBD;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    height: 35px;
    max-height: 43px !important;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.template .obsolete-select {
    background-position-x:94%;
    height: 35px !important;
    padding-right: 79px !important;
    
}
/*.template .description {
   height: 50px !important;
}
*/

.template .border-none input {
    border: none;
    color: #797777;
    width: -webkit-fill-available;
}


.template .header-wrap {
    overflow-x: auto;
    white-space: nowrap;
}

.template .column-bg {
    align-items: center;
    display: flex;
    background: white;
    height: 49px;
    padding: 30px 14px;
    margin: 11px 30px;
}

.survey-template td, .survey-template th {
    padding: 0
}

.template .survey-template thead th {
    padding: 0px 30px;
    padding-top: 21px;
}

.template .btn-save {
    height: 35px;
    min-width: 130px;
    margin-left: 5px;
}

.template .input-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.template .btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.template .title-wrap {
    margin-bottom: 30px;
    margin-top: 13px;
}

.template .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.template .import-question-btn {
    padding: 0px !important;
    justify-content: center;
    width: 177px;
}

.template .import-question-btn .dropdown-icon {
    margin-right: -3px;
}

.template .import-question-btn .import-text {
    padding: 7px 30px !important;
}

.template .help-information-img {
    height: 16px;
    position: absolute;
    top: 0px;
    margin-left:3px;
    width: 16px;
}

.template .help-img {
    position: absolute;
    top: 0px;
    right: -19px;
    width: 14px;
}

.template .help-custom-img {
    top: 0 !important;
}

.template .bg-blue-title {
    font-weight: 500;
    font-size: 15px;
    color: #616161;
    margin-bottom: 0;
}

.template .bg-blue-title label {
    margin-bottom: 2px;
}

.template .flex-end {
    align-items: flex-end !important;
}

.template .icon-wrap {
   /* display: flex;
    justify-content: flex-end;
    text-align: right;
    flex-wrap: wrap;
    min-width: 30%;*/
}

.template .icon-wrap .icon-text {
    color: #73777A;
    cursor: pointer;
    font-size: 14px;
}

    .template .icon-wrap a {
        color: #438AFE;
        font-size: 14px;
        vertical-align: middle;
    }

a.disabled {
    pointer-events: none;
    color: #999 !important;
    text-decoration: none;
    cursor: default;
}

.template .icon-wrap .img {
    cursor: pointer;
    margin-right: 8px;
    margin-left: 25px;
    width: 18px;
}

.template .icon-wrap .obsolete-img {
    cursor: pointer;
    margin-right: 8px;
    margin-left: 25px;
    height: 17px;
}


    .template .icon-wrap .view-img {
        cursor: pointer;
        height: 18px;
        margin-right: 5px;
        margin-left: 12px;
        width: 24px;
    }

.template .text-area {
    height: 49px;
    width: 100%;
}

.template .back-wrap {
    position: relative;
    max-width: 35px;
    z-index: 1000;
}

.template .back-img {
    height: 21px;
}

.template .more-icon {
    height: 12px;
    margin-left: 5px;
}

.template .icon-wrap .dropdown-item {
    border-bottom: 0.5px solid #DADADA;
    padding: 5px 0;
    text-align: left;
}

.template .icon-wrap.dropdown-menu {
    padding: 0 20px;
    min-width: 10rem;
}

.template .approver img {
    width: 12px;
}

.template .icon-wrap .dropdown-item:last-child {
    border-bottom: none !important;
}

.template #divWorkItemParent label {
    font-size: 14px !important;
    line-height: 3px;
}

.template .btn-more {
    background-color: transparent !important;
    border: 1px solid #0093FE !important;
    box-shadow: none !important;
    color: #0093FE;
    font-size: 14px;
    min-height: 35px;
    font-weight: 500;
    min-width: 100px;
}

.template .more-text {
    color: #3A86FF;
    font-size: 15px;
    margin-right: 5px
}

.template .redorder-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.template .reorder-img {
    height: 24px;
    width: 26px;
    margin-right: 5px;
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-radius: 5px;
}
.template .page-link {
    color: #8C8F8B;
    border: 1px solid #D9D9D9;
    font-size:13px;
    font-weight:400;
    margin:2px;
}

.template .page-link:hover {
    background-color: #0093FE !important;
    color: white;
}

textarea {
    border: 0.5px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    color: #797777;
    font-size: 14px;
    height: 35px;
    padding: 6px 0;
    padding-left: 16px;
    padding-right: 15px;
}

.template .mvc-grid {
    white-space: nowrap;
    overflow-x: auto;
}

.template .mvc-grid table {
    background-color: #F8F9FA;
    border-collapse: separate;
    border-spacing: 15px 11px;
    padding: 20px 0px;
    background: #F8F9FA;
    border-radius: 5px;
}

.template .mvc-grid table .gridtemp-add-border input {
    max-width: inherit;
    margin-bottom: 5px;
}

.template .mvc-grid table .gridtemp-add-border select {
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 6px;
}

.template .mvc-grid th {
    background-color: transparent;
    border: none !important;
    padding: 0px;
    color: #333333;
    font-weight: 700;
}

.template .mvc-grid .mvc-grid-filter {
    color: #979797;
    margin: 0;
    padding: 0px;
    width: 20px;
}

.mvc-grid-pager {
    text-align: right !important;
    margin-top: 10px;
    font-size: 14px;
}

.mvc-grid-sort::before, .mvc-grid-sort::after {
    font-size: 12px;
    vertical-align: top;
}

.mvc-grid-filter::before {
    font-size: 12px;
    vertical-align: top;
}

.template .custom-question .seq-title .mvc-grid-title   {
    margin-right:30px;
}

.template .custom-question .mvc-grid {
    overflow-x: auto;
    white-space: nowrap;
}

.template .custom-question .sequence-col {
    min-width:65px;
}


.template .mvc-grid td {
    background-color: #ffffff;
    border: 0.5px solid #E2E2E2;
    border-radius: 5px;
    color: #797777;
    font-size: 14px;
    padding: 7px 16px;
    line-height: 19px;
}

.template .mvc-grid td.related-questions-chckbx {
    background-color: transparent;
    border: none;
    width: 5%;
}

.template .mvc-grid td.related-questions-list {
    background-color: transparent;
    border: none;
    padding-left: 0px;
}

.template .mvc-grid td.related-questions-list select {
    background-position-x: 98.5%;
}

.template .mvc-grid td a {
    vertical-align: middle;
}

.template .mvc-grid .gridtemp-add-border {
    border: none !important;
    min-width: 300px !important;
    width: 250px !important;
}

.mvc-grid-sort, .mvc-grid-filter {
    background-color: transparent !important;
    color: #333333;
}

.template .mvc-grid-sort, .mvc-grid-filter {
    background-color: transparent;
    color: #333333;
}
td.question-modal.button-control {
    background-color: transparent !important;
    border: none !important;
    max-width: 100px;
    padding: 0 !important;
}


.template .empty-row-grey-bg {
    background-color: #F8F9FA;
    border-collapse: separate;
    border-spacing: 20px 11px;
    padding: 10px 10px;
}

.template .mvc-grid .empty-row-white-bg {
    background-color: #ffffff;
    border: 1px solid #ECEEF0;
    border-radius: 5px;
    color: #797777;
    font-size: 14px;
    padding: 10px 14px
}

:focus-visible {
    outline: none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #f3969a;
    text-decoration: none;
}

.template .mb-20 {
    margin-bottom: 20px;
}

.template .mb-10 {
    margin-bottom: 10px;
}

.template .mr-10 {
    margin-right: 10px;
}

.template .mh-50 {
    max-height: 40px;
}

.d-block {
    display: block;
}

.template .pr-20 {
    padding-right: 20px;
}

.template .mt-10 {
    margin-top: 10px !important;
}

.template .survery-check-wrap {
    width: 50%;
}

.template-section .form-check:nth-child(1) {
    padding-left: 20px !important;

}

.modal #dltMessage {
    color: #979797;
    margin-bottom: 10px;
    font-weight: 500;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.template .checkbox-control {
    background-color: transparent !important;
    border: none !important;
    margin: 20px;
    padding: 0 !important;
}

.template td.detail-arrow-wrap {
    background-color: transparent !important;
    border: none !important;
    min-width: 85px;
    max-width: 85px;
    padding: 0;
}

    .template td.detail-arrow-wrap a {
        border: 1px solid #0093FE !important;
        background-color: #ffffff;
        border-radius: 5px;
        color: #0093FE;
        cursor: pointer;
        display: block;
        min-width: 85px;
        max-width: 85px;
        padding: 7px 14px !important;
        text-align: center;
        font-weight: 500;
    }

.template .custom-question-tab {
    width: 100%;
}

.template .terminologyViewColumn p {
    margin-bottom: 0 !important;
}

.template td.limitedlongtext {
    max-width: 150px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.template .col-padding-sm {
    padding-right: 1.25em !important;
}

.template .col-padding-sm-2 {
    padding-right: 3em !important;
}

.template .col-padding-sm-0 {
    padding-right: 0em !important;
}

.template .col-width-sm {
    padding-right: 3em !important
}

.template .col-width-sm-2 {
    padding-right: 3em !important;
}

.template .col-width-lg {
    min-width: 350px !important;
}

.template .col-padding-lg{
    min-width: 150px !important;
}

.template .terminologyViewColumn span[title] {
    width:200px;

}
.template td.col-scroll {
    overflow-x: auto;
    max-width: 60px;
    white-space: nowrap
}

.template .custom-question-tab .nav-link {
    background-color: #F2F6FA;
    border-radius: 0;
    color: #333333;
    font-size: 14px;
}

.template .custom-question-tab .nav-link.active, .nav-item.show .nav-link {
    border-top-color: #438AFE !important;
    border-top-width: 2px;
    background-color: #ffffff;
}

    @media only screen and (max-width: 1290px) {
        .banner .banner-title {
        font-size: 30px;
    }
}

.template .status-col {
    min-width: 93px;
}

.template .custom-question table {
    border-spacing: 11px 11px;
}

.template .custom-question th, .template .custom-question td {
    font-size: 14px;
}

.template .custom-question .checkbox-control {
    padding-right: 10px !important;
    width: 2.5%;
}

.template .custom-question .mvc-grid-excel-mode .sortable.filterable {
    padding-right: 3rem;
}

.template .mw-120 {
    min-width: 120px !important;
}

.template .assign-table-wrap {
    background-color: #F8F9FA;
    border-spacing: 15px 11px;
    border-radius: 5px;
    padding: 20px 15px;
}

.template .assign-table-wrap input{
    max-width:100% !important;

}

.template .assign-table-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.template .assign-label {
    color: #797777;
    font-size: 14px;
    padding: 7px 16px;
    margin-bottom:0;
}
/*common chnages - grid table
*/
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
    .template .sequence-col {
        padding-right: 0.5rem !important;
        width: 13%;
    }

    .template .mw-30 {
        width: 30%;
    }

    .template .mw-15 {
        width: 15%;
    }

    .template .mw-35 {
        width: 35%;
    }

    .template .checkbox-control {
        width: 1.5%;
    }

    .template .mw-20 {
        width: 20%;
    }

    .template .mw-25 {
        width: 25%;
    }

    .template .mw-9 {
        width: 12%;
    }
    
    .template .mw-7 {
        width: 7%;
    }

    .template .mw-50 {
        width: 50%;
    }


}

@media only screen and (min-width: 1500px) {
    .template .sequence-col {
        padding-right: 0.5rem !important;
        width: 10%;
    }

    .template .mw-50 {
        width: 50%;
    }

    .template .mw-30 {
        width: 30%;
    }

    .template .mw-35 {
        width: 35%;
    }

    .template .checkbox-control {
        width: 1.5%;
    }

    .template .mw-20 {
        width: 20%;
    }

    .template .mw-25 {
        width: 25%;
    }

    .template .mw-9 {
        width: 9%;
    }

}

.upload-item-border {
    background: #FFFFFF;
    border: 1px dashed rgba(56, 78, 183, 0.3);
    border-radius: 4px;
    border-width:2px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 94px;
    margin-top: 30px;
    align-items: center;
}

.upload-img-title {
    color: #979797;
    font:500;
    font-size:14px;
    margin-bottom:0px !important;
}

.upload-alert-warning {
    font-size: 12px;
    background: #FFFFFF;
    border: 0.5px solid #E3E3E3;
    border-radius: 4px;
    color: #797777;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 0px;
}

.upload-alert-warning-content{
    padding:8px 15px;
    display:flex;
    align-items:center;
    justify-content:space-between;


}
.upload-percentage {
    color: #0093FE;
    font-size:12px;
    font-weight:400;
    margin-left:5px;
}

.flex-import {
    display: flex !important
}

.upload-progress {
    height: 3px !important;
}

.upload-progress-bar-blue {
    background-color: #0093FE;
}

.upload-progress-bar-green {
    background-color: #7BCB0A;
}

.upload-progress-bar-red {
    background-color: #F74E4D;
}

#loading {
    align-items: center;
    background-color: #fff;
    display: flex;
    min-height: calc(100vh - 110px);
    justify-content: center;
    text-align: center;
    width: 100%;
}

.spinner {
    animation: spin 1s linear infinite;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7BCB0A;
    height: 50px;
    margin-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 50px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-animation {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}


.template .partial-search-selection .select2-container {
    width:100% !important
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #DADADA !important;
    border-radius: 5px;
    margin-top: 4px;
}

.select2-search--dropdown {
    padding: 12px 15px;
}

.select2-search--dropdown .select2-search__field {
    border: 0.5px solid #C1BDBD !important;
    border-radius: 5px !important;
    max-width: 100% !important;
}

.select2-results__option {
    color: #797777;
    font-weight: 400;
    font-size: 14px;
    padding-left: 17px;
}

.template .partial-search-selection .select2-selection--single {
    border: 0.5px solid #E2E2E2 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #797777;
    font-size: 14px;
    height: 35px;
    padding-left: 16px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    line-height: 19px;
    background-color: #fff;
}

.template .partial-search-selection .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}

.template .partial-search-selection .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797777;
    line-height: 34px;
}

.template .partial-search-selection .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(/Content/Images/arrow-down.png);
    background-position-x: 96.5%;
    background-position-y: 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    top: 5px;
    right:10px;
    -webkit-appearance: none;
}

.template .partial-search-selection .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none;
}