#question-list-wrapper .question{
    border: 1px solid #ddd;
    padding: 5px 5px 15px 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 3px;
    background-color: white;
}
#question-list-wrapper{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 0px 0 10px 0;
}
.new-question-btn-wrapper{
    clear: both;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}
.new-question-btn-wrapper .btn{
    margin-bottom: 0px;
}
.question.not-selected .opaque{
    opacity: 0.3;
}
.question.not-selected .select-question{
    opacity: 1;
}
.question.ui-sortable-helper{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    background-color: white;
}
.ui-state-highlight{
    height: 91px;
    border: 1px dashed #aaa;
    background-image: none;
    border-radius: 5px;
    margin-bottom: 3px;
    background-color: transparent;
    display: inline-block;
    width: 100px;
}
.question .question-title{
    position: relative;
    padding-left: 44px;
    padding-right: 150px;
    min-height: 50px;
    padding-top: 3px;
}
.question-icon{
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 50px;
}
.question-question{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;

}
.question-remark{
    font-size: 11px;
}
.question-buttons{
    position: absolute;
    right: 3px;
    top: 3px;
}
.select-question, .deselect-question{
    position: absolute;
    right: 80px;
    top: 3px; 
    display: block;
}
.question-business-logic-field{
    position: absolute;
    right: 3px;
    top: 36px;
}
.question-conditional-question{
    margin-top: 2px;
}

.chart{
    width: 900px;
    margin: 3px;
    border: 1px solid #aaa;
    padding: 3px;
    border-radius: 3px;
    overflow: hidden;
}

#chart{
    width: 90%;
    height: 190px;
}
#control{
    width: 90%;
    height: 50px;
}

.conditional{
    background-color:#CFE8F5;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}
.no-conditional{
    background-color: #F5F5F5;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}
.question .checkbox_fs .pull-right{
    display: none;
}
.question .hint{
    position:static;
    width: auto;
    border: none;
    margin: 0px;    
    margin:0px;
    height: 2rem;
}
.question .hint:hover{
    border: none;
    box-shadow: none;
    padding: 2px;
    height: auto;
    margin:0px;
    height: 2rem;
}

.gmap img {
    max-width: none;
}
#sbsc{
    width: 800px;
    margin-left: -400px;
}
.teamWrapper{
    margin: 0px;
    padding: 0;
    list-style: none;
}
.teamWrapper li{
    display: inline-block;
    margin: 2px;
}
.answerWrapper{
    width: auto;
    height: 340px;
}
#totalLead{
    height: 245px;
}
#newQuestion0Mdl .modal-dialog{
    width: 800px;
}
.delImg{
    cursor: pointer;
    color: red;
    margin-right: 10px;
}
.questionForm .input-group-addon {
    background-color: #7BB184;
}
.perfect-client-answer b{
    color: #7BB184;
}
.listOfAnswers{
    margin: 10px;
    padding: 0;
    list-style: none;
    width: 250px;
}
.listOfAnswers li{
    cursor: move;
    display: block;
    min-height: 30px;
    line-height: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 55px 4px 15px;
    font-weight: bold;
    background-color: white;
}
.option-buttons{
    position: absolute;
    right: 4px;
    top: 4px;
}
.listOfAnswers .perfect,.listOfAnswers  .notperfect{
    padding-left: 0;
}
.option_name{
    cursor: pointer;
}
.perfect .fa-star{
    color: #7BB184;
}
.perfect_match{
    color: #7BB184;
}
.basicQuestionRuleLink,.additionalQuestionRuleLink{
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    padding: 0px 4px;
}
.rulelink_required:hover,.rulelink__required:hover{
    color: white;
}
.rulelink_required,.rulelink_required{
    color: white;
    border-radius: 3px;
    background-color: #428bca;
}
.leadAnswersTable img{
    max-width: 400px;
}
.perfect_answers{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.perfect_answers li{
    float: left;
    margin-right: 10px;
    display: inline-block;
}
.tag-wrapper{
    cursor: pointer;
    font-size: 9px;
}
.tag-wrapper .label{
    font-size: 9px;
}
.answerImage{
    display: block;
    margin-bottom: 5px;
}
.answerImage img, .leadtable img{
    max-width:  100%;
    max-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);

}


.question-type-table td{
    border-bottom: none !important;
    text-align: center;
    vertical-align: middle;
}
.question-type, .question-type-table a{
    color: #2c2e2f;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.question-type{
    width: 130px;
}
.question-type-table a:hover{
    background-color: #efefef;
}
.question-type-table a i, .question-type i{
    font-size: 20px;
    display: block;
    margin: 2px auto;
    line-height: 30px;
}
.user_photo{
    width: 50px;

}
.user-img .user_photo{
    width: 100%;

}
.thumbnail-row img{
    width: 50px;
}
.pointer{
    cursor: pointer;
}
.favicon{

}
.linkRow{
    cursor: pointer;
}

.list-wrapper{

}

.card{
    width: 190px;
    height: 230px;
    margin-bottom: 30px;
    display: inline-block;
    clear: none;
    margin-right: 30px;
    position: relative;
    text-align: center;
    margin-left: 0px !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.card .main-icon .fa{
    font-size: 60px;
    height: 60px;
    width: 60px;
    position: absolute;
    left:50%;
    top: 50%;
    margin: -30px 0 0 -30px;
}
.card .image{
    border: 0px;
    width: 70%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -50px;
    top: 25px;
}
.card span.tl{
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: left;
    max-width: 50%;
    height: 20px;
    padding: 0px 0px;
}
.card span.tr{
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: left;
    max-width: 50%;
    height: 20px;
    padding: 0px 0px;
    text-align: right;
}
.card span.br{
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: left;
    max-width: 50%;
    height: 20px;
    padding: 0px 0px;
    text-align: right;
    display: none;
    overflow: hidden;
}
.card:hover span.br{
    display: block;
}
.card span.bl{
    font-size: 12px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-align: left;
    max-width: 50%;
    height: 20px;
    padding: 0px 0px;
    overflow: hidden;
}
.card span.name-block{
    font-size: 20px;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    top: 50%;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card span.label-block{
    font-size: 15px;
    position: absolute;
    left: 0px;
    bottom: 55px;
    text-align: center;
    width: 100%;
    height: 20px;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card span.hint-block{
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 0px 10px;
}
#wsForm1 label{

}
.absolute-pull-right  {
    position: absolute;
    right: 11px;
    top: -3px;
}
.previewFrame{
    border: 0px;
    width: 100%;
    height: 400px;
}
.team-member-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.team-member-list li{
    margin: 1px 0px;
}
.team-member-list li a{
    display: block;
    border: 1px solid #ddd;
    position: relative;
    padding: 18px 20px 18px 55px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;

    background-color: white;
    color: black;
    font-weight: bold;
}
.team-member-list li .btn{
    position: absolute;
    right: 5px;
    top: 15px;
}
.team-member-list li a img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    max-height: 50px;
}
.card .user-name{
    padding: 2px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.8);
}
.card .removeBtn{
    display: none;
}
.card:hover .removeBtn{
    display: block;
}

.panel-heading .checkbox{
    display: inline-block;
}
.title .logo{
    max-height: 35px;
    margin-right: 5px;
    vertical-align: text-bottom;

}
.keyClass{
    width: 200px;

}
#mobile-app-pages{
    display: inline-block;
}
.mobile-app-page .name-block{
    cursor: move;
}
.multi .btn-group{
    display: block;
    width: 100%;
}
.brandlist{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: 2px;
    list-style: none;
}
.brandlist li{
    display: inline-block;
    font-size: 10px;

}
.brandlist li:after{
    content: "|";
    display: inline-block;
    padding: 0px 1.5px;
}
.brandlist li:last-of-type:after{
    content: "";
    display: none;
}
.is_public{
    position: absolute;
    left: 30px;
    top: 51px;
}
.remove-user-btn{
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 1px 1px 0 0;
    background-color: #333;
    color: #ddd;
    font-size: 12px;
}
.remove-user-btn:hover{
    color: white;
}
 
.smallVideo video, audio{
    width: 100%;
}
.answerEditBtn{
    display: none;
}
td:hover .answerEditBtn{
    display: block;
}

/* line 6, ../scss/pages/_pricing.scss */
#pricing {
  padding: 10px 0 0 0;
}
/* line 8, ../scss/pages/_pricing.scss */
#pricing h2 {
  font-size: 3rem;
  color: #454444;
  font-weight: 300;
  margin-bottom: 4.5rem;
}
/* line 13, ../scss/pages/_pricing.scss */
#pricing h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #454440;
  display: block;
  margin-bottom: 2.5rem;
}
/* line 23, ../scss/pages/_pricing.scss */
#pricing #package-details-wrapper {
  padding-bottom: 45px;
}
/* line 26, ../scss/pages/_pricing.scss */
#pricing .package-detail {
  padding-bottom: 30px;
  text-align: center;
}
/* line 32, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-description-block {
  padding-top: 17px;
  line-height: 1.6rem;
  font-size: 1.2rem;
  text-align: left;
  color: #9d9d9d;
}
/* line 38, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-description-block h2 {
  font-size: 2rem;
  color: #454444;
  margin-bottom: 1.5rem;
}
/* line 43, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-description-block ul {
  text-transform: uppercase;
  margin-left: 15px;
}
/* line 47, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-description-block .feature-link {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 54, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-price-block {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-raidus: 5px;
}
#pricing .package-detail .selectedPackage{
    border: 2px solid #00a5e3 !important;
}
/* line 58, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-price-block .price-verbiage {
  text-align: center;
  font-size: 2rem;
  color: #00a5e3;
}
/* line 63, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-price-block .price {
  text-align: center;
  font-size: 6rem;
  line-height: 8rem;
  color: #00a5e3;
}
/* line 64, ../scss/pages/_pricing.scss */
#pricing .package-detail .package-price-block .price .currency {
  font-size: 2rem;
  vertical-align: middle;
}
/* line 75, ../scss/pages/_pricing.scss */
#pricing .btn-package {
  padding: 15px !important;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  background-color: white;
  margin-bottom: 15px;
  font-size: 2rem;
  color: #454444;
  text-transform: uppercase;
}
/* line 83, ../scss/pages/_pricing.scss */
#pricing .btn-package small {
  display: block;
  font-size: 1.2rem;
  color: #9d9d9d;
}
/* line 88, ../scss/pages/_pricing.scss */
#pricing .btn-package:hover {
  background-color: white;
  border: #00a5e3 1px solid;
}
/* line 92, ../scss/pages/_pricing.scss */
#pricing .btn-package.selected {
  background-color: #00a5e3;
  border: #00a5e3 1px solid;
  color: white;
}
/* line 96, ../scss/pages/_pricing.scss */
#pricing .btn-package.selected small {
  color: white;
}
#pricing .duration-verbiage{
    font-size: 12px;
}