
    body{
    font-family:"source_sans_proregular" !important;
    }
    .clear {
    clear: both;
    float: none;
}
.clear5 {
    height: 5px;
}
.clear10 {
    height: 10px;
} 
.clear20 {
    height: 20px;
}  
.clear30 {
    height: 30px;
}
.clear40 {
    height: 40px;
}
.clear50 {
    height: 50px;
}
.clear60 {
    height: 60px;
}
.clear70 {
    height: 70px;
}
.clear80 {
    height: 80px;
}
.clear90 {
    height: 90px;
}
.clear100 {
    height: 100px;
}
.pad-0 {
    padding: 0 !important;
}
::-webkit-scrollbar {
    width: 0.5em;
}
.question-box textarea{
    overflow: hidden;
    resize: none;
    word-break: break-all;
}
input:focus{
    outline: none;
}
.form-control{
    box-shadow: 0 0 0 0 !important;
}
.form-control:focus{
    outline: none;
    box-shadow: 0 0 0 0;
    border-color: #ccc
}
textarea.form-custom{
    font-size: 15px;
    padding:3px 0 5px 0;
    min-height: 45px;
}
/*    Wizard Css*/
.wizard-container{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.wizard {
    margin: 0 auto;
    background: #fff;
    width: 55%;
}
.wizard .nav-tabs>li>a:hover{
    border-color:#ffffff;}

.wizard .nav-tabs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom:0;
    text-align: center;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 1px;
    background: #dce2e4;
    position: absolute;
    width: 54%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    z-index: 1;
}

.connecting-line  .connecting-line-active{
    background: #35abe1;
    width: 0%;
    height: 1px;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard .nav-tabs > li.active{
    color: #35abe1 !important;
}
.wizard span.round-tab {
    width: 22px;
    height: 22px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #35abe1;
    border:5px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.wizard span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #35abe1;
    border: 5px solid #ffffff;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    background: #35abe1;
    border: 5px solid #ffffff;
}

.wizard .nav-tabs > li {
    width: 18%;
    text-align:center;
    font-family: 'source_sans_proregular';
    font-size: 12px;
    color: #dce2e4;
    display: inline-block;
    float: none;
}

.wizard .nav-tabs > li.disabled .round-tab{
    background: #dce2e4
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 25px;
    height: 25px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
/*    Wizard Css*/

/*    Switch*/
.required-Switch{
    margin-top: -2px;
    margin-right: 8px;
}
.edit-btn, .clone{
    cursor: pointer;
}
.required-Switch .switch {
    position: relative;
    float: right;
    width: 41px;
    height: 15px;
    margin-top: 5px;
}
.switch input {display:none;}

.required-Switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #797979;
    -webkit-transition: .4s;
    transition: .4s;
}

.required-Switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    top: -3px;
    background-color: #eaebec;
    -webkit-transition: .4s;
    transition: .4s;
}

.required-Switch input:checked + .slider {

    background-color: #eaebec;
}
.required-Switch input:checked + .slider:before {

    background-color: #2fa9e0;
}

.required-Switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.required-Switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);

}

/* Rounded sliders */
.required-Switch .slider.round {
    border-radius: 34px;
}

.required-Switch .slider.round:before {
    border-radius: 50%;
}
.required-Switch .switch-label{
    color: #797979;
    font-family: 'source_sans_proregular';
    font-size: 15px;
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
}
/*    Switch End*/
.check-button-info{
    color: #787777;
}
.question-heading{
    font-family: 'source_sans_proregular';
    font-size: 15px;
    color: #a7aeb1;
}
.question-heading span{
    color: #cfd4d6;
    text-decoration: underline;
}
.heading-inner-block{
    font-family: 'source_sans_proregular';
    font-size: 14px;
    color: #757575;/* 8e8e8e */
    display:block
}
.browse-container{
    width: 104px;
    height: 104px;
    position: relative;
    z-index: 1;
    background: url("{{ asset('public/img/antlere-survey/browse-image.png') }}") no-repeat ;
}
.browse-btn{
    position: absolute;
    top: 10px;
    left: 0;
    border: 0;
    background: none;
    display: block;
}
.browse-container img{
    max-height:104px;
    max-width: 104px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
label#survey_logo{
    padding: 4px 0;
    background: url("{{ asset('public/img/antlere-survey/browse-btn.png') }}") no-repeat ;
    display: table;
    color: #fff;
    z-index: 1;
    margin:4px 0 0;
    text-indent: -9999px;
    cursor:pointer;
    width: 100%;
    height: 100%;
}
input#inputId[type="file"] {
    display: none;
    cursor:pointer;
}

/*Select Custom*/
.choose-question-type{
    position: relative;
}
.choose-question-type ul {
    list-style: none;
    position:absolute;
    left: 0;
    top: 0;
    width: 96%;
    z-index: 11;
}
.choose-question-type ul li {
    font-size: 14px;
    padding:7px 15px;
    font-family: 'source_sans_proregular';
    cursor: pointer;
    border-top: 0px;
    margin: 0;
    color: #686868;
    border:1px solid #e6e6e6;
}
.choose-question-type ul li img{
    margin-top: -5px;
    display: inline-block;
    margin-right: 15px;
}
.choose-question-type ul li:not(.init) {
    display: none;
    background: #ffffff;
    border-top: 0px;
}
.choose-question-type ul li:not(.init) .fa-sort-down {
    display: none;
}
.choose-question-type ul li:not(.init) .selected i.fa-sort-desc  {
    display: block;
}
.choose-question-type ul li:not(.init):hover, ul li.selected:not(.init) {
    background: #f3f4f6;
    border-radius: 0px;
}
.choose-question-type ul li.init {
    background-color: #f3f4f6 !important;
    border-radius:3px!important;
}
.choose-question-type ul li.init .fa-sort-down{
    float: right;
    margin-top: -1px;
}
/*Select Custom End*/

.container-filter button.btn-filter{
    border-radius: 0px !important;
    border: 1px solid #d1d1d1;
    height: 34px;
    font-family: 'source_sans_proregular';
    color: #b2b2b2;
    font-size: 11.7px;
    width: 100%;
    text-indent: -9999px;
    cursor: pointer;
    background:url("{{ asset('public/img/antlere-survey/filter-icon.png') }}") no-repeat center center;
}
.options-container{
    border-top: 1px solid #e6e6e6;
    padding: 14px 0;
}
.custom-option-box{
    margin-right: 10px;
}
.custom-option-box a{
    text-decoration: none;
    margin-right: 15px;
    padding: 0;
    display:block;
    color: #000;
    line-height: 19px;
    cursor: pointer;
}

/*Input Radio*/

.icon-addon {
    position: relative;
    color: #686868;
    display: block;
    margin-left: 20px;
    padding:0 0 0 20px !important;
    margin-bottom: 10px;
    text-align: left;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon .icon-style {
    position: absolute;
    z-index: 2;
    left: 0;
    font-size: 14px;
    width: 20px;
    margin-left: -20px;
    text-align: center;
    padding: 10px 0;
    top: 5px;
}
.radio-btn{
    background: url("{{ asset('public/img/antlere-survey/radio-uncheck.png') }}") no-repeat ;
}
.checkbox-btn{
    background: url("{{ asset('public/img/antlere-survey/checkbox-uncheck.png') }}") no-repeat ;
}
.dropdown-btn{
    background: url("{{ asset('public/img/antlere-survey/drop.png') }}") no-repeat ;
}
.icon-addon .form-control {
    padding-left: 0px;
    float: left;
    font-weight: normal;
    font-size: 14px;
}
.FieldContainer .form-control[disabled],   .FieldContainer .form-control[readonly],   .FieldContainer fieldset[disabled] .form-control{
    background-color: transparent;
    cursor: pointer;
    border:0px;
}
.FieldContainer  .form-control.form-number[disabled],   .FieldContainer .form-number[readonly],   .FieldContainer fieldset[disabled] .form-number{
    background-color: transparent;
    cursor: pointer;
    border:1px solid #e6e6e6 !important;
}
.icon-addon button.close{
    position: absolute;
    top: 0;
    right: 0;
}
.icon-addon .form-button{
    width: 138px;
    color: #757575;/* a7aeb1 */
    text-align: left;
    font-size: 14px;
    border-bottom: 0px;

}
.icon-addon .form-button span{
    color: #2fa9e0;
}
/*Input Radio End*/

.radio-toolbar{
}
.radio-toolbar input[type=radio].css-checkbox {
    position: absolute !important;
    z-index: -1000 !important;
    left: -1000px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}
.radio-toolbar input[type=radio].css-checkbox + label.css-label {
    padding: 6px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin: 15px 1% !important;
    width: 34px;
    height: 34px !important;
    border: 1px solid #d5d5d5;
    border-radius: 34px;
    font-family: 'source_sans_prosemibold';
    font-size: 14px !important;
    color: #686868;
    text-align: center;
    line-height: normal !important;
}
.radio-toolbar input[type=radio].css-checkbox:checked + label.css-label {
    background:#2fa9e0 !important;
    color: #ffffff;
}
.radio-toolbar input[type=radio].css-checkbox + label.css-label:hover{
    background:#2fa9e0 !important;
    color: #ffffff;
}
.radio-toolbar input[type=radio].css-checkbox + label.css-label.active{
    background:#2fa9e0 !important;
    color: #ffffff;
}

label.css-label {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.custom-option-box a:hover{
    color:#f37478;
}
.custom-option-box a.icon-close{
    padding-top: 3px;
    padding-bottom: 0px;
    margin-top: -2px;
}
.form-number{
    display: inline-block;
    width: 40% !important;
}
.number-label{
    margin: 0 2.5%;
}

/*    Rating*/
.rating {
    border: none;
    float: left;
}
.rating > input { display: none; }
.rating > label:before {
    margin: 5px 20px 5px 0;
    font-size:1.8em;
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #eaebec;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #2fa9e0;  } /* hover previous stars in list */
.rating > label:hover ~ label { color: #2fa9e0;  }
.rating > label.active { color: #2fa9e0;  }
/*   Rating End*/
.sort-container{
    display: none !important;
}
.RightFloat{
    margin-right: 15px;
    margin-top: -6px;
    text-align: center;
    color: #898989;
}
.RightFloat button{
    background: transparent;
    border: 0px;
    display: block;
    padding: 0;
    margin: 0 0 0 1.6px !important;
    height: 8px;
}
.custom-option-box a.remove-clone{
    padding-top: 4px;
    font-size: 15px;
}
.custom-option-box a.disable-remove-clone{
    padding-top: 5px;
}
.RightFloat button .fa{
    height: 6px;
    display: block;
    color: #898989;
}
.RightFloat button.btn-down{
    margin-top:-13px !important;
}
.RightFloat button.btn-down .fa{
    line-height: 1px;
}

/*    Modal Style*/
.file {
    visibility: hidden;
    position: absolute;
}
.customer-upload .modal-content .modal-header h2{
    color: #39ade1;
    font-size: 18px;
    font-family: 'source_sans_prosemibold';
    margin-top: 20px;
}
.customer-upload .modal-content{
    border-radius: 0px;
}
.customer-upload .modal-content button.close, .model-container .modal-content button.close{
    background: #39ade1;
    text-shadow:0 0 0;
    opacity: 1;
    color: #ffffff;
    padding: 12px 12px 9px;
    line-height: 14px;
    position: initial;
}
.filer-question-list{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.filer-question-list li{
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.choose-option-label{
    font-size: 16px;
    color: #787777;
    font-family: 'source_sans_proregular';
}
.skip-box-option{
    word-break: break-all;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text{
    word-break: break-all;
    white-space: normal
}
.skipping-details{
    text-align: center;
    color: #939798;
    font-size: 12px;
    font-family: 'source_sans_proregular';
    font-style: italic;
    margin-top: 15px;
}
.skipping-details-btn, .piping-details-btn{
    text-align: right;
    border-top: 1px solid #dedede;
    padding:15px 15px 0;
}
.skipping-details-btn .btn{
    padding: 4px 20px 2px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}

.FieldContainer  .close:focus,.FieldContainer  .close:hover{
    color: #0073a6;
    opacity: 1;
}
.skip-container-head{
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}
.skiping-header{
    color: #8e8e8e;
    font-size: 16px;
    font-family: 'source_sans_proregular';
}
.skiping-header i{
    margin-left: 5px;
}
.skiping-header a{
    color: #39ade1;
    font-size: 16px;
    font-family: 'source_sans_proregular';
    text-align: right;
}
.skip-box{
    color: #8e8e8e;
    font-size: 16px;
    font-family: 'source_sans_proregular';
    padding: 15px 0;
}
.skip-box a{
    color: #39ade1;
    font-size: 16px;
    font-family: 'source_sans_proregular';
}
.skip-box .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align: center;
}
.bootstrap-select .btn-default.active, .bootstrap-select .btn-default.focus, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:hover, .bootstrap-select .dropdown-toggle.btn-default{
    border-radius: 4px;
}
.survey-form-control form{
    display: inline-block;
}
.skipping-btn{
    background:url("{{ asset('public/img/antlere-survey/h-icon.png') }}") no-repeat;
    width: 20px;
    height: 14px;
    text-indent: -99999px;
    cursor: pointer;
    margin-top: 5px !important;
    text-indent: -9999px;
}
.skipping-btn.active{
    background:url("{{ asset('public/img/antlere-survey/h-icon-active.png') }}") no-repeat;
    width: 20px;
    height: 14px;
    text-indent: -99999px;
    cursor: pointer;
    margin-top: 9px !important;
}
.container-filter button.btn-filter.active{
    background:url("{{ asset('public/img/antlere-survey/filter-icon-active.png') }}") no-repeat center center #337ab7;

}
.question_no{
    float: left;
    width: 34px;
    font-size: 18px;
    color: #787777;
}
.question-activition-model .modal-content button.close{
    background: #39ade1;
    text-shadow:0 0 0;
    opacity: 1;
    color: #ffffff;
    padding: 12px 12px 9px;
    line-height: 14px;
    position: initial;
}
.question-activition-btn button{
    padding:2px 28px;
    margin: 0 10px;
}
.active-question{
    padding: 0 !important;
    margin-top: 5px !important;
    height: 12px !important;
}
.modal-heading-head{
    padding-bottom:10px;
    line-height: 26px;
}
.modal-heading{
    border-bottom: 1px solid #ccc;
    padding-bottom:4px;
    margin-bottom: 7.5px;
    line-height: 26px;
}
.croppie-container{
    padding: 0;
}
/*    .croppie-container .cr-boundary{
        padding: 0;
        margin:inherit;
    }*/

input#upload[type=file] {
    display: none;
}
.upload-img-btn {
    background-color: #2fa9e0;
    padding: 10px 2px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    cursor:pointer;
}
.crope-btn{
    background-color: #5cb85c;
    padding: 10px 2px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    margin-top: 20px;
}
.crope-btn:hover, .upload-img-btn:hover{
    color: #fff;
}
.feedback-question textarea, .form-area{
    resize: vertical;
    max-height: 300px;
    min-height: 85px;
}

/*Modal Template Start*/
#preview-template .modal-dialog{
    position:relative;
}
.modal-header-tmp{
    position:absolute;
    right:0;
    top:10px;
}
.survey-create-box{
    width: 38.8%;
    margin: 0 auto;
    text-align: center;
}
.stylish-input-group .input-group-addon{
    background: #f4f4f4 !important;
    border-color: #f4f4f4;
    color: #2fa9e0;
}
.stylish-input-group .form-control{
    border:0px;
    box-shadow:0 0 0;
    background:#f4f4f4;
    color: #686868;
    border-radius: 0px;
    height: 44px;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    border-radius: 0px;
    font-size: 18px;
}

/*Tabs*/
.tabbable-line{
    margin-top: 13px;
}
.tabbable-row{
    max-height: 356px;
    overflow-y: scroll;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    text-align: center;
}
.tabbable-line > .nav-tabs > li {
    margin:0 3%;
    float: none;
    display: inline-block;
    font-family: 'source_sans_proregular';
    font-size: 14px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #686868;
    padding:18px 15px 7px;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 3px solid #2fa9e0;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #2fa9e0;
}
.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: 3px solid #2fa9e0;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #2fa9e0;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -1px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding:10px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/*Tabs End*/
/*accourdion*/
.panel-heading {
    padding: 0;
    border:0;
    cursor: pointer;
    background-color: transparent !important;
    font-family: 'source_sans_proregular';
}
.panel-title>a, .panel-title>a:active{
    display: block;
    padding: 14px 15px 8px;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* word-spacing: 3px; */
    text-decoration: none;
    font-family: 'source_sans_proregular';
}
.panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}




.template-box{
    background: #f9f9f9;
    padding:20px;
}
.template-box h4{
    font-family: 'source_sans_proregular';
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 14px;      /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.template-line{
    background: #f2f2f2;
    height: 2px;
    width: 50%;
    margin: 10px 0;
}
.template-box p{
    font-family: 'source_sans_proregular';
    font-size: 14px;
    margin: 0;
    color: #757575;/* a7aeb1 */
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    height: 31px;      /* fallback */
    -webkit-line-clamp:2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.template-box button{
    background: none;
    display: block;
    border: 0px;
    font-family: 'source_sans_probold';
    font-size: 12px;
    color: #686868;
    padding: 0;
    float: left;
    margin-right: 15px;
}
.template-box button img{
    float: right;
    margin-top: 5px;
    margin-left:20px;
}
.bootstrap-select .dropdown-menu li a{
    white-space: inherit !important;
}
/*Modal Template Start*/
@media (min-width:768px) {
    .modal-sm {
        width:400px
    }

}
/*    Modal style End*/
@media( max-width :959px ) {
    /*    Wizard Css*/

    .wizard {
        width: 90%;
        height: auto !important;
    }
    .connecting-line{
        top: 16%;
    }
    .wizard span.round-tab {
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
@media( max-width :767px ) {
    .choose-question-type ul li{
        font-size:10px;
        padding:10px;
    }
    .choose-question-type ul li img{
        width: 12px;
        margin-right: 7px;
    }
    .choose-question-type, .container-filter{
        margin-top: 15px;
    }
    .skiping-header, .skiping-header a{
        font-size: 12px;
    }
    .radio-toolbar input[type=radio].css-checkbox + label.css-label{
        display: block !important;
        width: auto;
    }
    .skip-box a, .question-pipe-clear{
        font-size: 12px;
    }

}
@media( max-width :480px ) {
    .radio-toolbar input[type=radio].css-checkbox + label.css-label{
        margin: 15px 0.2% !important;
    }
}
@media( max-width :380px ) {
    .choose-question-type ul li{
        font-size: 9px;
    }
    .edit-done-btn, .required-Switch{
        margin-bottom: 15px;
    }
    .custom-option-box a{
        margin: 0 15px;
    }
}

/* custom file css*/
.white-bg{
    background:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    border:1px solid #dedede !important;
    border-radius:0px;
}
.container-box{
    max-width:1140px;
    margin:0 auto;
}
.form-custom{
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'source_sans_proregular';
    font-size: 14px;
    padding-left: 0;
    padding-top: 0;
}
/*Check box*/
/*.check-container{

}
.check-button {
    display: block;
    position: relative;
    padding-left:35px;
    font-weight: normal;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #686868;
    font-family: 'source_sans_proregular';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

/* Hide the browser's default checkbox */
/*.check-button input {
    position: absolute;
    opacity: 0;
}*/

/* Create a custom checkbox */
/*.check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 0;
}*/

/* When the checkbox is checked, add a blue background */
/*.check-button input:checked ~ .checkmark {
    background-color: #eee;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
/*.check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/

/* Show the checkmark when checked */
/*.check-button input:checked ~ .checkmark:after {
    display: block;
}*/

/* Style the checkmark/indicator */
/*.check-button .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #2196F3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/*Chak box End*/

.caption-question{
    position:relative;
}
.caption-question h4{
    position: absolute;
    top: -16px;
    background: #fff;
    padding: 7px 15px;
    margin: 0;
}
.reason-label-display{
    display:none;
}
.col-dm-5 {
    width: 20%;
}
.skill-box {
    border: 1px solid #ccc;
    display: flex;
}
.skill-box .form-control {
    border: 0px;
}
.container-skill{
    display: flex;
}
.skill-box .skill-div{
    display: block;
    background: #ddd;
    width: 46px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    margin-top: 7px;
    margin-left: 5px;
    line-height: 24px;
}
.abcd{
    float: left;
    margin-right: 10px !important;
}
.test-information {
    float: left;
    margin-right: 10px !important;
}
.survey-information {
    float: left;
    margin-right: 10px !important;
}
.check-label {
    /* font-size: 20px;*/
    /*font-weight: normal;
    margin-right: 30px;*/
}
.ques-tags {
    border: 1px solid #ddd;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}
.ques-tags h3{
    margin:15px 0;
}
.ques-btn {
    text-align: center;
}
.action-btn {
    border-radius: 20px;
    padding: 6px 31px;
    background: transparent;
    color: black;
}

.action-btn:after {

    border-radius: 20px;
    padding: 6px 31px;
    background: #35abe1;
}

.text-pgr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin:0;
}
.btn-div {
    height: 33rem;
    position: relative;
}
.test-container {
    max-width: 600px !important;
}
.survey-container {
    max-width: 600px !important;
}
/*input[type=checkbox] {
    margin: 2px 0 0;
}*/

/* Check Boxes New */

/* The container */
.container-check {
    display: block;
    position: relative;
    padding:0px 0px 10px 30px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 15px;
    margin: 10px 0px 0;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-check .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 4px solid #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 4px solid #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 4px;
    top: -4px;
    width: 9px;
    height: 16px;
    border: solid #2196f3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Checboxes End */

/* Radio Button Start*/
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 15px;
    margin: 10px 0px 0;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}
/* Radio Button End*/

/* The Button Outline Style  */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.survey-div-btn, .test-div-btn{
    width: 70px !important;
}
/* .btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #33a9e0 !important;
} */
.heading-line{
    border-bottom: 2px solid #2fa9e0;
    display: initial;
    font-size: 14px;
}
.bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default.hover{
    background: transparent !important;
}
/*.bootstrap-select .btn-default:hover, .btn-default:active, .btn-default.hover{
    background: #33a9e0 !important;
}*/
.survey-listing{
    padding: 0;
    margin:0;
    list-style: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.survey-listing li{
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    width: 18%;
    padding: 15px;
}
.survey-listing li img{
    width: 25%;
}
.survey-listing li h4 {
    color: #231F20;
    font-size: 20px;
    margin: 17px 0 0;
}
.survey-listing li h5 {
    color: #8C8B8B;
    font-size: 14px;
    margin: 11px 0 23px;
    line-height: 23px;
}
.survey-listing li a{
    border-radius: 29px;
    padding: 1px 31px;
    background: transparent;
    color: black;
    border: 2px solid #2fa9e0;
}
.survey-listing li a:hover{
    background-color: #0e91cc;
    border-color: #0e91cc;
    color: #fff;
}
.standard-level{
    padding-left: 26px;
}
.standard-level-radio{
    padding-left: 75px;
}
#standard-level-div{
    padding-left: 23px;
}
.warning-div{
    color: RED;
    font-weight: bold;
    text-align: center;
}
.configuration-data{
    color: white;
    border: 1px solid #ddd;
    border-radius: 0pc;
    font-size: 12px;
    float: right;
    background-color: #33a9e0;

}
.listing-info{
    padding:10px;
}
.center {
    text-align: center;
    font-size:32px;
    padding:100px;
}
#professional{
    min-height:130px;
}
.edu_file, .exp_file, .cert_file{
    width:100%;
}
.form-check-label{
    padding-left:8px;
    padding-top:3px;
    width:95%;
}

.force-color{
    color:red;
}
.form-check-input, .form-check-label{
    float:left;
}
.navbar-default{
    background-color: white !important;
}
.logo{
    margin:1rem auto;
    width: 15rem;
}
