body {
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    color: #46b0f4;
    text-shadow: none;
}

.sec-space {
    margin: 15px 0;
}

.pageTitle {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
}

a.btn-custom {
    margin-top: 20px;
    float: right;
    background-color: #0071bc;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

a.btn-custom:hover {
    background-color: #004c92;
    color: #fff;
    text-decoration: none;
}

hr.line-b {
    margin-top: 5px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #dedede;
}

hr.line-b-one {
    margin-top: 5px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #e8e8ed;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.left-sec {
    background-color: #f5f5f9;
    padding: 15px;
    margin: 15px 0 0 0;
    float: left;
}

.left-sec h5, .qsnr-leftSec h5 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.right-sec {
    background-color: #fff;
    margin: 15px 0 0 0;
    float: left;
}

#breadcrumb {
    background-color: #939395;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li a, .breadcrumb>.active {
    color: #fff;
}

.greyBox {
    background-color: #f5f5f9;
    padding: 15px;
    border: 1px solid #e8e8ed;
    float: left;
    width: 100%;
}

.btn-preview {
    /* margin-top: 20px; */
    border-radius: 0;
    background-color: #0071bc;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    /* display: block; */
    text-align: center;
    text-transform: uppercase;
}

.btn-preview:hover {
    background-color: #004c92;
    color: #fff;
    text-decoration: none;
}

.btn-previewOne {
    border-radius: 0;
    border-color: #0071bc;
    background-color: #0071bc;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.btn-previewOne:hover {
    border-color: #004c92;
    background-color: #004c92;
    color: #fff;
    text-decoration: none;
}

.btn-send {
    border-radius: 0;
    border-color: #26d197;
    background-color: #26d197;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.btn-send:hover {
    border-color: #1da578;
    background-color: #1da578;
    color: #fff;
    text-decoration: none;
}

.btn-cancel {
    /* margin-top: 20px; */
    border-radius: 0;
    background-color: #7c7c89;
    border-color: #7c7c89;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    /* display: block; */
    text-align: center;
    text-transform: uppercase;
}

.btn-cancel:hover {
    background-color: #8d8d9f;
    color: #fff;
    text-decoration: none;
}

.btn-small {
    padding: 5px 10px;
    line-height: 7px;
    font-size: 10px;
    font-weight: 600;
}

/* .radioAlign label {
    margin-right: 10px;
} */

.label-custom {
    color: #333;
    font-size: 15px;
    font-weight: normal;
}

.label-custom-lg {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    /* display: block; */
}

.marg-t10 {
    margin-top: 10px;
}

.marg-t15 {
    margin-top: 15px;
}

.marg-tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marg-tb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marg-l15 {
    margin-left: 15px;
}

.border-top {
    border-top: 1px solid lightgray;
    padding-top: 10px;
}

.border-bottom {
    border-bottom: 1px solid lightgray;
}

footer {
    background-color: #939395;
    padding: 25px;
}

.switchSec {
    float: right;
}

.txtSwitch {
    font-size: 16px;
    color: #787878;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 1px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #26d197;
}

input:focus+.slider {
    box-shadow: 0 0 1px #26d197;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.previewTxt {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    color: #333;
}

.previewIcon i {
    display: block;
    color: #c8c8c8;
    font-size: 32px;
}

.infoIcon {
    color: #757575;
    font-size: 12px;
    cursor: pointer;
}

.btnMove {
    color: #fff;
    background-color: #c8c8c8;
}

.btnMove:hover {
    background-color: #bbbbbb;
}

.form-groupCustom {
    margin-bottom: 0;
}

.smGreyTxt {
    font-size: 13px;
    color: #999;
}

.redBorder {
    border: 1px solid #d12a26 !important;
}

/* Grid CSS Overwrite */

.grid-sec .k-grid th {
    border-width: 0 0 0 0 !important;    
    font-size: 14px !important;
    font-weight: 600 !important;
    word-break: break-word;
    white-space: normal !important;
}

.grid-sec .k-grid td {
    border-width: 0 0 0 0 !important;
    vertical-align: middle;
}

.grid-sec .k-widget {
    font-size: 1.3rem !important;
    border-width: 0 !important;
}

.grid-sec .k-grid-footer-wrap, .grid-sec .k-grid-header-wrap {
    border-width: 0 0 0 0 !important;
}

.grid-sec .k-grid, .k-grid .k-grid-content, .grid-sec .k-grid .k-grid-content-locked, .grid-sec .k-grid .k-grid-header-locked, .grid-sec .k-grid td {
    border-bottom: 1px solid rgba(33, 37, 41, .125) !important;
}

.grid-sec .k-switch {
    width: 3.2em !important;
}

.grid-sec .k-switch-container {
    padding: 0 !important;
}

.grid-sec .k-grid td:first-child, .grid-sec .k-grid th:first-child {
    width: 10% !important;
}

.grid-sec .k-switch-handle {
    width: 1em !important;
    height: 1em !important;
}

.grid-sec .k-grid-content {
    overflow-y: auto !important;
}

.grid-sec .k-grid {
    background-color: transparent;
}

.grid-sec .k-grid-pager, .grid-sec .k-group-cell, .grid-sec .k-grouping-row {
    background-color: transparent !important;
}

.grid-sec .k-multiselect-wrap .k-searchbar {
    margin-top: 8px !important;
}

.grid-sec .k-grid {
    background-color: transparent !important;
}

.grid-sec .k-grid .k-alt {
    color: #666;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#myQueueContainer .grid-sec .k-grid .k-alt {
    /* background-color: #c9ebe6; */
    color: black;
}

.grid-sec .k-grid-pager, .grid-sec .k-group-cell, .grid-sec .k-grouping-row {
    border-color: transparent !important;
    color: #666 !important;
    background-color: transparent !important;
    margin-top: 20px !important;
    border-bottom: none !important;
}

.grid-sec .k-grid td:first-child, .grid-sec .k-grid th:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.grid-sec .k-grid th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.grid-sec .k-pager-wrap .k-link, .grid-sec .k-pager-wrap .k-state-selected {
    width: calc(1em + 2px) !important;
    height: calc(1em + 2px) !important;
}

.grid-sec .k-pager-wrap select {
    height: 30px;
    border: solid 1px #ddd;
    /*margin-top: -4px;*/
    display: block;
    width: 100%;
    border-radius: 3px;
    padding-left: 5px;
}

.error {
    border: 1px solid red;
}

.qs-edit-sec {
    width: 100%;
    float: left;
}

.qs-edit-sec h4 {
    font-size: 21px;
    font-weight: normal;
    padding-bottom : 5px
}

.qs-title {
    background-color: #e7eaec;
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid lightgray;
    border-bottom: none;
}

.qsnr-title,.s-title {
    /* background-color: #fff;
    color: #316cb4; */
    background-color: #316cb4;
    color: #fff; 
    border: 1px solid lightgray;
    border-bottom: none;
    font-weight: 800;
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.qsnr-title{
    border-bottom: 1px solid lightgray;
}

.qs-b-title {
    background-color: #4b86ce;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.qs-edit-sec-inner {
    background-color: #fff;
    padding: 0 20px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid lightgray;
}

.qs-edit-label {
    font-size: 14px;
    color: #0071bc;
    font-weight: 600;
}

.qs-edit-label-ttl {
    font-size: 16px;
    color: #0071bc;
    font-weight: 600;
}

.qs-edit-label-ttl span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.qs-edit-label span {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.version-label {
    font-weight: normal
}

.radioAlign {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.radioAlign label {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-right: 20px;
}

.radioSec {
    float: left;
    width: 100%;
}

[type="radio"]:checked, [type="radio"]:not(:checked), [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label, [type="checkbox"]:checked+label, [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before, [type="checkbox"]:checked+label:before, [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    border-radius: 100%;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after, [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #009fda;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    border-radius: 100%;
}

[type="radio"]:not(:checked)+label:after, [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after, [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hide {
    display: none !important;
}

.green, .green a {
    background-color: lightgreen !important;
    /* color:lightgreen !important; */
}

i.green {
    color: lightgreen !important;
}

.color-green {
    color: green !important;
}

.color-amber {
    color: orange !important;
}

.color-red {
    color: red !important;
}

.blue, .blue a {
    background-color: lightblue !important;
    /* color:lightblue !important; */
}

i.blue {
    color: lightblue !important;
}

.pink, .pink a {
    background-color: lightpink !important;
    /* color:lightpink !important; */
}

i.pink {
    color: lightpink !important;
}

.orange, .orange a {
    background-color: gold !important;
    /* color:gold !important; */
}

i.orange {
    color: gold !important;
}

.red {
    color: red !important;
}

.addBtn {
    display: inline-block;
    background-color: #26d197;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    outline: 0;
    border: none;
}

.addBtn:hover {
    background-color: #1b966c;
    color: #fff;
    text-decoration: none;
}

.addBtnOne {
    display: inline-block;
    background-color: #26d197;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0;
}

.branchQuesBtn {
    border-radius: 0;
    border-color: #0071bc;
    background-color: #0071bc;
    padding: 5px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.branchQuesBtn:hover {
    border-color: #004c92;
    background-color: #004c92;
    color: #fff;
    text-decoration: none;
}

.branchQuesBtnD {
    border-radius: 0;
    border-color: #7c7c89;
    background-color: #7c7c89;
    padding: 5px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.branchQuesBtnD:hover {
    background-color: #646470;
    border-color: #646470;
    color: #fff;
    text-decoration: none;
}

.branchAddBtn {
    display: inline-block;
    background-color: #26d197;
    color: #fff;
    border-color: #26d197;
}

.branchAddBtn:hover {
    background-color: #496a96;
    color: #fff;
    text-decoration: none;
}

#branchingSec {
    width: 100%;
    float: left;
    padding: 20px;
}

#branchingSec ul.branchParent {
    margin: 0;
    padding: 0 0 0 40px;
    list-style-type: none;
    border-left: 2px solid #dedede;
    float: left;
    width: 100%;
}

#branchingSec ul.branchParent li {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0;
}

#branchingSec ul.branchParent li .box-line {
    float: left;
    width: 100%;
    border: 2px solid #dedede;
    padding: 15px 0;
}

#branchingSec ul.branchParent li:last-child {
    margin: 15px 0 0 0;
}

#branchingSec ul.branchParent li.box-line:last-child {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
    padding: 15px 0;
}

#branchingSec ul.branchParent li:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 15px;
    width: 42px;
    height: 2px;
    background-color: #dedede;
}

/* #branchingSec ul.branchParent li:last-child:before { content: ''; position: absolute; left: -42px; top: inherit; bottom: 0; width: 42px; height: 2px; background-color: #dedede; } */

#branchingSec ul.branchParent li ul.subBranch {
    margin: 0 0 0 40px;
    padding: 0 0 0 40px;
    list-style-type: none;
    border-left: 2px solid #dedede;
    float: left;
    width: 90%
}

#branchingSec ul.branchParent li ul.subBranch li {
    float: left;
    width: 100%;
}

#branchingSec ul.branchParent li ul.subBranch li .box-line {
    float: left;
    width: 100%;
    border: 2px solid #dedede;
    padding: 15px 0;
}

#branchingSec ul.branchParent li ul.subBranch li.box-line:last-child {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
    padding: 15px 0;
}

#branchingSec ul.branchParent li ul.subBranch li:last-child {
    margin: 15px 0 0 0;
    width: 100%;
}

#branchingSec ul.branchParent li ul.subBranch li:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 15px;
    width: 42px;
    height: 2px;
    background-color: #dedede;
}

/* #branchingSec ul.branchParent li:last-child:before { content: ''; position: absolute; left: -42px; top: inherit; bottom: 0; width: 42px; height: 2px; background-color: #dedede; } */

.add-branch-buttons {
    float: right;
}


button:focus {
    outline: none !important;
}

:focus {
    outline: none !important;
}

.required::before {
    content: "*";
    color: red;
    font-size: 18px
}

.ng-invalid:not(.form-control.ng-invalid), 
.invalid {
    border: 1px solid red !important;
}

.checkboxcont {
    margin-top: 8px;
    float: right;
}

.checkboxSec {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

.checkboxSec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    border-radius: 15px;
}

.checkboxSec:hover input~.checkmark {
    background-color: #ccc;
    border-radius: 15px;
}

.checkboxSec input:checked~.checkmark {
    background-color: #009fda;
    border-radius: 15px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxSec input:checked~.checkmark:after {
    display: block;
}

.checkboxSec .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

/*06/22/2018 changes*/

.tabbable-panel {
    border: 1px solid transparent;
    padding: 0;
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px 0 15px 0;
    border-bottom: 1px solid #eee;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #999;
    padding: 0 0 10px 0;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #8899b3;
}

.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #0071bc;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #000;
    font-weight: 600;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    /*border-top: 1px solid #eee;*/
    padding: 15px 0 0 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

.custom-tab>li.active>a, .custom-tab>li.active>a:focus, .custom-tab>li.active>a:hover {
    background-color: transparent;
}

.custom-tab>li {
    margin-bottom: 3px;
}

.btn~.btn {
    margin-left: 3px
}

.k-grid-header .k-header>.k-link>.k-icon.k-i-sort-asc-sm
{
    margin-left: 0 !important;
    /* white-space:  normal !important; */
}

.k-grid-header .k-header>.k-link>.k-icon.k-i-sort-asc-sm, .k-grid-header .k-header>.k-link>.k-icon.k-i-sort-desc-sm
{
    margin-left: 0 !important
}

.k-multiselect .k-clear-value{
    top: 0.75rem !important
}

.k-dropdown .k-dropdown-wrap{
    /* padding: .375rem .75rem !important; */
    font-size: 14px !important
}

.allsection .panel-body
{
  padding: 0 !important;
}

 .k-upload .k-dropzone .k-upload-status:contains("Done"){
    display: none !important
} 

.no-padding {
    padding: 0 !important;
}



.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}
.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}

kendo-multiselect.is-valid,.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745 !important;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}

/* Media Quries */

@media (min-width: 1600px){
    #questionnaireSummaryContainer {
        width: 1470px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media (min-width: 767px) and (max-width: 992px) {}

@media (min-width: 767px) {
    .sec-space {
        min-height: 70vh;
    }
}

@media only screen and (max-width:767px) {
    .row-eq-height {
        display: block;
        margin: 0;
    }
    #filterSec .form-search .form-control-search {
        width: 250px;
    }
    #filterSec .form-search .searchBtn {
        margin: 0 auto;
        display: block;
    }
    .branchQuesBtn {
        font-size: 10px;
    }
    #branchingSec ul.branchParent {
        border-left: none;
    }
    #branchingSec ul.branchParent li:before, #branchingSec ul.branchParent li ul.subBranch li:before, #branchingSec ul.branchParent li:last-child:before {
        background-color: transparent;
    }
    #branchingSec {
        padding: 0;
    }
    #branchingSec ul.branchParent {
        padding: 0;
    }
    #branchingSec ul.branchParent li ul.subBranch {
        margin: 0;
        padding: 0;
        border-left: none;
    }
}

@media (min-width:320px) and (max-width: 480px) {}

@media print { 
    /* body {-webkit-print-color-adjust: exact;} */
    /* All your print styles go here */
    #divHeader, #dv_footer, .breadcrumb,.btn,.language { display: none !important; } 
    /* *, :after, :before { color: inherit !important;
        text-shadow: inherit !important;
        background: inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;} */

        [type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
            border-radius: 100%;
        }
        
        [type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after, [type="checkbox"]:not(:checked)+label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: black !important;
            position: absolute;
            top: 3px;
            left: 3px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .qsnr-title, .s-title {
            background-color: #316cb4 !important;
            color: #fff !important;
        }
        .qs-title {
            background-color: #e7eaec !important;
            display: block;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            padding: 10px 15px;
            margin-top: 0;
            margin-bottom: 0;
            border: 1px solid lightgray !important;
            border-bottom: none;
        }
        .greyBox {
            background-color: #f5f5f9 !important;
            padding: 15px;
            border: 1px solid #e8e8ed !important;
            float: left;
            width: 100%;
        }
        .qs-edit-sec-inner {
            background-color: #fff !important;
            padding: 0 20px;
            float: left;
            width: 100%;
            margin-bottom: 15px;
            border: 1px solid lightgray !important;
        }
        .qs-edit-sec
        {
            padding: 0px !important;
            margin:0px !important

        }

        .previewIcon .fa-thumbs-up:hover, .previewIcon .active .fa-thumbs-up {
            color: #26d197 !important;
        }
        
        .previewIcon .fa-thumbs-down:hover, .previewIcon .active .fa-thumbs-down {
            color: #d14026 !important;
        }
        
        .previewIcon .active .fa-thumbs-up:before
        {
            color: #26d197 !important;
        }
         .previewIcon .active .fa-thumbs-down:before
        {
            color: #d14026 !important;
        }

        .greyBox , .qsnr-title, .s-title , .qs-edit-sec-inner,.qs-title {
            border: transparent !important;
        }

        .versionfnt
        {
            font-size: 18px !important;
            text-transform: none
        }

        [type="radio"]:checked, [type="radio"]:not(:checked), [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label, [type="radio"]:not(:checked)+label, [type="checkbox"]:checked+label, [type="checkbox"]:not(:checked)+label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before, [type="checkbox"]:checked+label:before, [type="checkbox"]:not(:checked)+label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            background: #fff;
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
            border-radius: 100%;
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after, [type="checkbox"]:not(:checked)+label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #009fda;
            position: absolute;
            top: 3px;
            left: 3px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
            border-radius: 100%;
            -webkit-print-color-adjust: exact !important; 
        }
        
        [type="radio"]:not(:checked)+label:after, [type="checkbox"]:not(:checked)+label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-print-color-adjust: exact !important;
        }
        
        [type="radio"]:checked+label:after, [type="checkbox"]:checked+label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-print-color-adjust: exact;
        }
        
        
        
   }
