/* CSS Document */
html {
    height: 100%;
}

body {
    -ms-overflow-style: scrollbar;
    background: #e8e8e8;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.page-header {
    border: 0 none;
    margin: 5px auto;
    padding: 10px 0px;
}

    .page-header h1.logo {
        padding: 0px;
        margin: 0px;
    }

.home-icon {
    float: right;
    margin-top: -4px;
    margin-right: 17px;
    width: 60px;
    height: 60px;
    background: url(../images/BSP%20Home%20Button-Circle_99x99.png) center center;
    background-size: 145%;
    cursor: pointer;
}

@media (max-width: 667px) {
    .home-icon {
        margin-right: 6px;
        margin-top: 0px;
        width: 50px;
        height: 50px;
    }
}

.top-right .progress-bar-block {
    float: right;
    width: 96px;
}

.survey-progress {
    height: 46px;
    margin-left: -30px;
}

    .survey-progress > svg {
        height: 100%;
        display: block;
    }

    .survey-progress .progressbar-text {
        top: -16px !important;
    }

.page-footer {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .page-footer h3 {
        color: #00bdf5;
        font-size: 26px;
        line-height: 34px;
        margin: 0;
        padding-left: 70px;
        position: relative;
    }

        .page-footer h3 span.page-number {
            border-bottom: 4px solid #00bdf5;
            font-size: 28px;
            font-weight: 700;
            left: 0;
            position: absolute;
            top: -4px;
        }

            .page-footer h3 span.page-number::after {
                background: #00bcf5 none repeat scroll 0 0;
                content: "";
                display: block;
                height: 80%;
                position: absolute;
                right: -13px;
                top: 21%;
                width: 2px;
            }


/*.welcome-page { 
    text-align: center;
    vertical-align: middle;
    width: 100%;
}*/

    .welcome-page .welcome-page-inner .bootstrap-select {
        width: 80px;
    }

    .welcome-page h2 {
        color: #00bcf5;
        font-size: 30px;
        font-weight: 700;
        margin: 0 auto 7px;
    }

    .welcome-page h4 {
        color: #00bcf5;
        font-size: 22px;
        font-weight: 400;
        margin: 0 auto 5px;
    }

    .welcome-page .form-inline input.form-control {
        width: 225px;
        margin-left: 10px;
    }

    .welcome-page hr {
        border-color: #00bdf2;
        max-width: 560px;
        /*max-width: 96%;*/
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .welcome-page.first hr {
        width: 660px;
    }

    .welcome-page a.btn {
        background: #00bdf2 none repeat scroll 0 0;
        border: 2px solid #00bdf2;
        color: #fff;
        font-size: 22px;
    }

        /*.welcome-page a.btn:hover {
            background: #fff none repeat scroll 0 0;
            border: 2px solid #00bdf2;
            color: #00bdf2;
        }*/


h3.section-separator {
    background: #a5a5a5;
    color: #a5a5a5;
    font-size: 16px;
    margin: 10px 0px;
}

    h3.section-separator span {
        background: #e8e8e8;
        display: inline-block;
        padding: 0px 10px;
    }

/*.listOfQuestionnaireID .question-div-wrap { 
    background: #00bcf5;
}*/


.question-div-wrap {
    padding: 15px;
    /*background: #00bcf5;*/
    color: #fff;
    /*min-height: 545px;*/
}
/*@media (max-width: 767px) {*/
/*.question-div-wrap.mo-mh {*/
/*position: absolute;*/
/*height: 100%;*/
/*}*/
/*}*/
/*@media (max-width: 1024px) {*/
/*.question-div-wrap.mo-mh {*/
/*height: 100%;*/
/*margin: 0;*/
/*position: absolute;*/
/*}*/
/*}*/
@media only screen and (min-device-width: 768px) {
    .half-height.question-div .question-div-wrap.mo-mh {
        height: 100%;
        margin: 0;
        position: absolute;
    }
}

@media only screen and (min-device-width: 1024px) {
    .question-div-wrap.mo-mh.mb20 {
        min-height: 260px;
    }
}


.question-div h4 {
    margin: 0 0 10px;
    padding: 5px 10px 10px 70px;
    position: relative;
    font-size: 168%;
    font-weight: 600;
    color: #fff;
    min-height: 50px;
}

    .question-div h4.no-number {
        padding-left: 0;
    }

    .question-div h4 span.number {
        border-bottom: 4px solid #fff;
        color: #ffffff;
        display: block;
        font-size: 40px;
        font-weight: 700;
        left: 10px;
        padding-bottom: 0;
        position: absolute;
        top: 1px;
    }

        .question-div h4 span.number.error {
            color: #ef6b6c;
            border-bottom-color: #ef6b6c;
        }
/*!!!*/
.no-number.error {
    color: #ef6b6c;
}



input#departure,
input#timepicker,
input#departure1,
input#timepicker1,
input#departure2,
input#timepicker2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 5px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 30px auto;
    padding: 10px 30px;
    width: 250px;
    text-align: center;
}

#selectTimePicker .btn {
    border: 4px solid #fff;
}


/* time picker customizing*/
.ui-timepicker-wrapper {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    width: 250px;
    height: 235px;
}

.ui-timepicker-list li {
    border-bottom: 1px solid #fff;
    color: #00bcf5;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

    li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
        color: #00bcf5;
        background-color: #fff;
    }

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #00bcf5;
}

/*select time picker customizer*/
#selectTimePicker {
    position: absolute;
    padding-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
}

    #selectTimePicker .bootstrap-select {
        width: 80px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #selectTimePicker .dropdown-menu.open {
        max-height: 312px !important;
    }

    #selectTimePicker .dropdown-menu.inner {
        max-height: 300px !important;
    }

/*datepicker customizing start*/
.dd-w .dd-c .dd-d {
    border-top: 3px solid #00bcf5;
}

.dd-w .dd-c .dd-d, .dd-w .dd-s-b-ul li {
    border-bottom: 3px solid #00bcf5;
}

.dd-bottom .dd-w-c, .dd-bottom .dd-ul li, .dd-bottom .dd-s-b-ul ul {
    color: #00bcf5;
    font-size: 30px;
}

.dd-bottom .dd-b.dd-y ul li {
    font-size: 24px;
}

.dd-w .dd-c .dd-d .dd-ul {
    height: 120px;
}

.dd-w .dd-c .dd-d, .dd-w .dd-c .dd-d ul {
    height: 100px;
}

    .dd-w .dd-c .dd-d strong {
        font-size: 54px;
    }

    .dd-w .dd-c .dd-d span {
        font-size: 22px;
    }

.dd-bottom .dd-w-c .dd-s {
    border: 3px solid #fff;
    line-height: 60px;
    height: 60px;
}

.dd-bottom ul li {
    font-family: 'Raleway', sans-serif;
}

/*datepicker customizing end*/

/* Clock customizing */
.td-clock .td-time span {
    font-size: 55px;
    line-height: 55px;
    height: 55px;
    width: 55px;
}

.td-clock .td-time {
    font-size: 55px;
    font-family: 'Raleway', sans-serif;
}

#td-clock-0 .td-clock {
    width: 250px;
    height: 250px;
    line-height: 250px;
}
/* responsive clock customizing */
@media (max-width: 600px) {
    .td-clock .td-time span {
        height: 35px;
        width: 35px;
        font-size: 35px;
        line-height: 35px;
    }

    .td-clock .td-time {
        font-size: 35px;
        font-family: 'Raleway', sans-serif;
    }

    #td-clock-0 .td-clock {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}


.owl-carousel .owl-item {
    margin-bottom: 25px;
}

.owl-md-6 {
    width: 600px;
}

.owl-md-4 {
    width: 400px;
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 10px;
    top: 50%;
    margin-top: -15px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.owl-theme .owl-controls .owl-nav div .fa {
    font-size: 40px;
    color: #fff;
}



ul.radio-options {
    display: block;
    width: 100%;
    /*margin: 120px auto auto;*/
}

    ul.radio-options li {
        margin: auto auto 10px;
        display: block;
        width: 100%;
    }

        ul.radio-options li label {
            display: block;
            width: 100%;
            background: #b5b5b5;
            cursor: pointer;
            background: none;
            margin: auto;
            font-family: 'Raleway', sans-serif;
            border: 1px solid #fff;
            font-size: 20px;
            height: 44px;
        }

         

            ul.radio-options li label input {
                visibility: hidden;
                position: absolute;
            }




.glyphicon-icon1:before,
.glyphicon-icon2:before,
.glyphicon-icon3:before {
    background: url(../images/icon-1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    background-size: 100% auto;
}

.glyphicon-icon2:before {
    background: url(../images/icon-2.png) no-repeat center center;
    background-size: 100% auto;
}

.glyphicon-icon3:before {
    background: url(../images/icon-3.png) no-repeat center center;
    background-size: 100% auto;
}

.dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default {
    background-color: transparent !important;
}

.options .dropdown-menu {
    border: 1px solid #fff;
    /*background: #00bcf5;*/
    background-color: transparent !important;
    box-shadow: 0 0;
    padding: 0 0;
}

    /*.options .dropdown-menu ul li {
        border-bottom: 1px solid #fff;
    }*/

    .options .dropdown-menu ul li:last-child {
        border: 0 none;
    }

    .options .dropdown-menu ul li a {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

        .options .dropdown-menu ul li a:hover,
        .options .dropdown-menu ul li a:focus,
        .options .dropdown-menu ul li.selected a {
            background: none;
            outline: none;
        }

    .options .dropdown-menu .glyphicon {
        position: absolute;
        left: 5px;
        top: 7px;
    }




.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

/*Customize bootstrap-select  style*/
.options .bootstrap-select .btn:focus {
    outline: none !important;
}

.options .btn-default:active {
    outline: 0 none !important;
    box-shadow: none;
}

.question-div-inner {
    position: relative;
}

.three-col-centered-options {
    width: 220px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 180px;
}

.options .btn-group.bootstrap-select .btn-default {
    height: 44px;
    /*background-color: #00bcf5;*/
    border-color: #fff;
    color: #fff;
    font-size: 20px;
}

.options .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*text-align: left;*/
}

    .options .bootstrap-select.btn-group .dropdown-toggle .filter-option span {
        /*text-align: center;*/
    }

    .options .bootstrap-select.btn-group .dropdown-toggle .filter-option .glyphicon {
        float: left;
        margin-right: 8px;
        margin-top: 5px;
    }

.options .ddcommon {
    display: block;
    /*margin: 120px auto 0px;*/
    max-width: 100%;
}

.options .dd .arrow:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
}
/*Carousel*/

#myCarousel .carousel-control {
    background: none;
    box-shadow: 0 0 0;
    width: 40px;
    opacity: 1;
    margin-top: 35px;
}

/*#myCarousel .carousel-control.left {
    background: #a5a5a5;
}
#myCarousel .carousel-control.right {
    background: #00bcf5;
}*/


.checkbox label, .radio label {
    color: #fff;
    font-size: 18px;
}

.icheckbox_square-grey,
.iradio_square-grey {
    margin-right: 10px;
}

#myCarousel {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    /**/
    margin-top: 0;
}

    #myCarousel.myCarousel-welcome-page {
        padding-right: 0;
        padding-left: 0;
        margin-top: -40px;
    }

.visible-none {
    visibility: hidden;
}


textarea.form-control {
    background: #4dd0f8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
}

    textarea.form-control::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    textarea.form-control:-ms-input-placeholder {
        color: #fff;
    }

    textarea.form-control::-webkit-input-placeholder {
        color: #fff;
    }



.options-mt120 .smile-control {
    margin-top: 120px;
}

.options-mt120 .question-div-inner h4 {
    min-height: 70px;
}


.smile-control {
    display: block;
}

    .smile-control .smile {
        width: 80px;
        height: 80px;
        display: block;
        margin: auto;
        padding: 0px;
    }

    .smile-control.lg .smile {
        width: 110px;
        height: 110px;
    }

    .smile-control .smile input {
        position: absolute;
        /*visibility: hidden;*/
        opacity: 0.00001;
        width: 80px;
        height: 80px;
        z-index: 1000;
    }

    .smile-control .smile .smile1 {
        background: url(../images/Survey-Faces-A-1_99x99.png) no-repeat scroll 0 0;
        background-size: 80px auto;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        position: absolute;
    }

    .smile-control .smile .smile2 {
        background: url(../images/Survey-Faces-A-3_99x99.png) no-repeat scroll 0 0;
        background-size: 80px auto;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        position: absolute;
    }

    .smile-control .smile .smile3 {
        background: url(../images/Survey-Faces-A-5_99x99.png) no-repeat scroll 0 0;
        background-size: 80px auto;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        position: absolute;
    }


    .smile-control.lg .smile .smile1,
    .smile-control.lg .smile .smile2,
    .smile-control.lg .smile .smile3 {
        background-size: 110px auto;
    }

@media only screen and (min-device-width: 980px) and (max-device-width: 1050px) {
    .item.fullsmall .row .col-md-4 {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1050px) {
    .item.fullsmall .row .col-md-4 {
        width: 100%;
    }
}

.smile-control .smile input:checked + span {
    opacity: 1.0;
    border-radius: 60px;
}

.smile-control.lg .smile input:checked + span {
    background-position: 0 -115px;
}





.options-mt120 .heart-control {
    margin-top: 120px;
}

.heart-control {
    display: block;
}

    .heart-control .heart {
        width: 80px;
        height: 80px;
        display: block;
        margin: auto;
        padding: 0px;
    }

        .heart-control .heart input {
            position: absolute;
            visibility: hidden;
            opacity: 0;
        }

        .heart-control .heart .heart1 {
            background: url(../images/hearts.png) no-repeat -88px 0px;
            background-size: auto 72px;
            display: block;
            width: 100%;
            height: 100%;
        }

        .heart-control .heart input:checked + span {
            background-position: 0px 0px;
        }


#stars-herats {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-herats .ratingicon {
        background: url(../images/hearts.png) no-repeat scroll -122px 0 / auto 100px;
        display: inline-block;
        height: 110px;
        margin: 0 30px;
        width: 110px;
        cursor: pointer;
    }

        #stars-herats .ratingicon.active {
            background-position: 0px 0px;
        }

#stars-herats1 {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-herats1 .ratingicon {
        background: url(../images/hearts.png) no-repeat scroll -78px 0 / auto 64px;
        display: inline-block;
        height: 70px;
        margin: 0 15px;
        width: 72px;
        cursor: pointer;
    }

        #stars-herats1 .ratingicon.active {
            background-position: 0 0;
        }

#stars-herats2 {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-herats2 .ratingicon {
        background: url(../images/hearts.png) no-repeat scroll -122px 0 / auto 100px;
        display: inline-block;
        height: 110px;
        margin: 0 30px;
        width: 110px;
        cursor: pointer;
    }

        #stars-herats2 .ratingicon.active {
            background-position: 0px 0px;
        }

#stars-pipe {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-pipe .ratingicon {
        display: inline-block;
        height: 110px;
        margin: 0 30px;
        width: 30px;
        cursor: pointer;
        border: 2px solid #fff;
    }

        #stars-pipe .ratingicon.icon1 {
            height: 25px;
        }

        #stars-pipe .ratingicon.icon2 {
            height: 50px;
        }

        #stars-pipe .ratingicon.icon3 {
            height: 75px;
        }

        #stars-pipe .ratingicon.icon4 {
            height: 100px;
        }

        #stars-pipe .ratingicon.icon5 {
            height: 125px;
        }

        #stars-pipe .ratingicon.active {
            background: #fff;
        }


#stars-star {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-star .ratingicon {
        background: url(../images/BPS_stars_off.png) no-repeat 0 0;
        background-size: 100%;
        display: inline-block;
        height: 110px;
        margin: 0 30px;
        width: 110px;
        cursor: pointer;
    }

        #stars-star .ratingicon.active {
            background: url(../images/BPS_star_active.png) no-repeat 0 0;
            background-size: 100%;
        }

#stars-thumb {
    margin: 120px auto 0;
    text-align: center;
}

    #stars-thumb .ratingicon {
        background: url(../images/Vote.png) no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 110px;
        margin: 0 30px;
        width: 110px;
        cursor: pointer;
    }

        #stars-thumb .ratingicon.active {
            background: url(../images/BPS_thumb_active.png) no-repeat 0 0;
            background-size: 100%;
        }

@media (max-width: 1300px) {
    .question-div h4 {
        font-size: 156%;
    }

        .question-div h4 br {
            display: none;
        }
}

@media (max-width: 1170px) {
    .question-div h4 {
        font-size: 140%;
        padding-left: 40px;
    }
    /*.question-div h4 span.number {
            left: 0px;
            font-size: 26px;
        }*/


    ul.radio-options {
        max-width: 96%;
        min-width: 150px;
    }

    .carousel-inner .item:nth-child(3) .question-div-inner h4 {
        height: 120px;
    }


    .options-mt120 .smile-control,
    .options-mt120 .heart-control {
        margin-top: 20px;
        min-width: 80px;
    }

    #stars-herats .ratingicon {
        width: 70px;
        height: 70px;
        background-size: auto 62px;
        background-position: -75px 0;
    }

        #stars-herats .ratingicon.active {
            background-position: 0 0;
        }

    #stars-star .ratingicon {
        width: 70px;
        height: 70px;
        background-size: auto 62px;
    }

        #stars-star .ratingicon.active {
            background-position: 0 0;
        }

    #stars-thumb .ratingicon {
        width: 70px;
        height: 70px;
        background-size: auto 62px;
    }

        #stars-thumb .ratingicon.active {
            background-position: 0 0;
        }
}

@media (max-width: 979px) {
    .btn-group.bootstrap-select {
        max-width: 100%;
    }

    .question-div h4 {
        font-size: 110%;
        min-height: 50px;
    }

    ul.radio-options li {
        width: 100%;
    }

    h3.section-separator {
        font-size: 14px;
    }

    #stars-herats2 .ratingicon,
    #stars-herats .ratingicon,
    #stars-star .ratingicon,
    #stars-thumb .ratingicon {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {

    .page-footer h3 {
        font-size: 14px;
        padding-left: 40px;
    }

        .page-footer h3 span.page-number {
            font-size: 18px;
        }

    .page-footer .btn {
        max-width: 250px;
        min-width: unset;
        width: 100%;
    }

    #myCarousel {
        padding-left: 30px;
        padding-right: 30px;
    }

        #myCarousel .carousel-control {
            width: 25px;
        }

        #myCarousel.myCarousel-welcome-page {
            padding-right: 0;
            padding-left: 0;
            margin-top: -5px;
        }

    input#departure, input#departure1, input#departure2, input#timepicker, input#timepicker1, input#timepicker2 {
        max-width: 96%;
        font-size: 18px;
    }

    .carousel-inner .item:nth-child(3) .question-div-inner h4 {
        height: 75px;
    }


    .carousel-inner .item:nth-child(3) .question-div-wrap {
        min-height: 250px;
    }

    .page-footer h3 span.page-number::after {
        right: -6px;
    }

    .checkbox label, .radio label {
        font-size: 14px;
    }

    .welcome-page .form-inline input.form-control {
        margin: auto;
    }

    #stars-herats,
    #stars-star,
    #stars-thumb {
        margin: 10px auto 0;
    }

        #stars-herats .ratingicon {
            background-position: -122px 0;
            background-size: auto 100px;
            display: block;
            height: 110px;
            margin: 0 auto;
            width: 110px;
        }

    #stars-pipe {
        margin-top: 50px;
    }

        #stars-pipe .ratingicon {
            border: 2px solid #fff;
            margin: 0 8px;
            width: 20px;
        }
}

body.IE .td-select svg {
    top: -60px;
    right: -60px;
}

.question-div .td-overlay {
    position: absolute;
}

.question-div .dd-w .dd-o {
    display: none !important;
}

.modal-backdrop {
    z-index: 99999999;
}

.modal-open .modal {
    z-index: 9999999999;
}

/*oec Update 2016-08-03*/
.td-deg, .td-medirian {
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
}

.td-select:after {
    width: 46px;
    height: 46px;
    top: -27px;
}

h3.no-text {
    margin: initial;
    height: 8px;
}
/*@media (max-width: 767px) {
    h3.no-text {
        margin: 10px 0;
    }
}*/


.item.hasdt .full-height,
.item .full-height {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}


    .item.hasdt .full-height:nth-child(2),
    .item .full-height:nth-child(2),
    .item .full-height:nth-child(3) {
        padding-left: 7.5px;
    }

@media (max-width: 767px) {
    .item.hasdt .full-height:nth-child(2),
    .item .full-height:nth-child(2),
    .item .full-height:nth-child(3) {
        padding-left: 0;
    }
}

.sectionText {
    margin: auto;
    padding-top: 50px;
    color: #fff;
    text-align: center;
}

    .sectionText p {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
    }

    .sectionText h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 43px;
        color: #fff;
    }

/*Page Login*/
.page-list-of-surveys, .page-profile, .page-error {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
}

@media (max-width: 767px) {
    .page-list-of-surveys {
        padding-top: 35px;
    }

    .page-login, .page-list-of-surveys, .page-profile, .page-error {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        /*background-color: #00bcf5;*/
    }

        .page-login h4.page-login-title {
            padding-top: 35px;
        }

        .page-profile h4.page-login-title {
            padding-top: 35px;
        }

        .page-error h4.page-login-title {
            padding-top: 35px;
        }
}

@media only screen and (max-width: 1024px) {
    #profile-page, #customer-not-found-page, #id-page, #page-list-of-surveys {
        /*overflow-y: auto;*/
    }
}

.page-list-of-surveys .container {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.page-login .container,
.page-list-of-surveys .container,
.page-profile .container,
.page-error .container {
    width: 100%;
}

.page-error .container {
    /*background: #00bcf5;*/
    text-align: center;
    padding: 100px;
    min-height: 520px;
}

@media (max-width: 1024px) {
    .page-error .container {
        padding: 50px 10px;
    }
}

h4.page-login-title { 
    font-size: 34px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

    h4.page-login-title span {
        border-bottom: 4px solid #fff; 
        display: block;
        font-size: 40px;
        font-weight: 700;
        left: 10px;
        padding-bottom: 3px;
        position: absolute;
        top: 1px;
    }

form.formLogin {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

    form.formLogin .form-group label {
        text-align: center;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        font-size: 22px;
    }

    form.formLogin .or {
        font-family: 'Raleway', sans-serif;
        width: 100%;
        text-align: center;
        display: block;
        padding: 0;
        font-size: 22px;
        font-weight: normal;
    }

.intl-tel-input {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
}


    .intl-tel-input input {
        border: 1px solid #CCC;
        font-family: inherit;
        font-size: 100%;
        color: inherit;
    }

    .intl-tel-input .country-list {
        z-index: 999;
        position: absolute;
    }

    .intl-tel-input.allow-dropdown .flag-container {
        z-index: 9999;
    }

.input-group-addon {
    color: #00bcf5;
}

form.formLogin .input-group .form-control {
    height: 44px; 
}

form.formLogin ::-webkit-input-placeholder, form.formRegister ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #00bcf5;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

form.formLogin :-moz-placeholder, form.formRegister :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #00bcf5;
    opacity: 1;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

form.formLogin ::-moz-placeholder, form.formRegister ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #00bcf5;
    opacity: 1;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

form.formLogin :-ms-input-placeholder, form.formRegister :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #00bcf5;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

form.formLogin .input-group .input-group-addon {
    background: #fff;
    border-color: #fff;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
}

.login-card, .login-phone, .login-email {
    width: 35px;
    height: 35px;
    border-radius: 18px;
}

.login-card {
    background: url(../images/BPS_login_card.png) #E8E8E8 no-repeat;
    background-size: 100%;
}

.login-phone {
    background: url(../images/BPS_login_phone.png) #E8E8E8 no-repeat;
    background-size: 100%;
}

.login-email {
    background: url(../images/BPS_login_email.png) #E8E8E8 no-repeat;
    background-size: 100%;
}

form.formLogin .input-group .input-group-addon span {
    /* border-radius: 50%;
     border: 1px solid #00bcf5;*/
    /* padding: 7px; */
    min-width: 25px;
    min-height: 25px;
    display: block;
    line-height: 23px;
    margin-right: 5px;
}

form.formLogin .input-group .input-group-addon {
    padding: 3px;
}

/*Page Surveys */
.list-items-Surveys {
    color: #fff;
    padding-top: 5px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    /*.list-items-Surveys {
        font-size: 10px;
        text-align: center;
    }*/

    p.item-description {
        display: none;
    }

    .divItemDescription {
        display: none;
    }

    .listOfQuestionnaireID .textImageBlock {
        width: 100%;
    }

    .listOfQuestionnaireID .buttonWrp {
        width: 80px;
    }
}



span.item-name {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

@media (max-width: 768px) {
    span.item-name {
        font-size: 16px !important;
    }
}

span.item-name > i {
    font-size: 35px;
    /* line-height: 121px; */
    margin-top: -3px;
    margin-right: 5px;
}



.btn-start-survery, .btn-submit-profile {
    background: #fff;
    color: #00bcf5;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .btn-start-survery {
        position: static;
        width: 80px !important;
        font-weight: bold;
        font-size: 14px !important;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        margin: auto auto 5px;
    }
}

.btn-start-survery {
    padding: 6px 12px;
    font-weight: bold;
    font-size: 20px;
}

    .btn-start-survery:hover {
        color: #00bcf5;
    }

.list-items-Surveys .row {
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgb(255, 255, 255);
}

    .list-items-Surveys .row:last-child {
        border-bottom: 1px solid rgb(255, 255, 255);
    }

/*Profile page*/
.btn-submit-profile {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal;
}

    .btn-submit-profile:hover {
        color: #fff;
    }

.btn-submit {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 29px;
}

    .btn-submit:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .btn-submit-profile {
        font-size: 16px;
        width: 200px;
        padding: 10px 7px;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .btn-submit {
        font-size: 16px;
        width: 200px;
        margin-bottom: 5px;
    }
}

.group-submit {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
}

.col-md-custom-1-5 {
    width: 20%;
    float: left;
    padding: 0 10px 0 0;
    margin-bottom: initial;
    min-height: 114px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
    .col-sm-custom-1-5 {
        width: 50%;
        float: left;
        padding: 0 12px 5px 0;
        margin-bottom: initial;
        min-height: 80px;
        margin-rigth: 5px;
    }

    #profile-page {
        overflow-y: auto;
    }

    .page-profile {
        /*background-color: #00bcf5;*/
    }
}

@media (max-width: 767px) {
    .col-xs-custom-1-5 {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: initial;
        min-height: 80px;
        margin-rigth: 5px;
    }
}

.col-md-custom-1-5 .form-group {
    padding-bottom: 0 !important;
}

.form-textarea {
    padding-right: 10px !important;
}

form.formRegister .form-control, form.formRegister .options,
.form-control.btn-group.bootstrap-select .btn-default {
    height: 44px;
}

.col-md-custom-1-5 label, form.formRegister .form-group label {
    /*text-align: left !important;*/
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 28px;
    white-space: nowrap;
}

#Your_Mood span.ratingicon {
    color: #fff !important;
    padding-left: 5px;
    font-size: 40px !important;
}

form.formRegister .checkbox label, form.formRegister .radio label {
    font-size: 18px;
}

#Your_Mood {
    text-align: left;
    min-width: 200px;
}

    #Your_Mood span.ratingicon.active:before {
        content: "\f004";
    }


.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;
    /* Styles */
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
    color: #00bcf5;
}

    .wrapper-dropdown-4:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #00bcf5 transparent;
    }

    .wrapper-dropdown-4 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        margin-top: 1px;
        left: -1px;
        right: -1px;
        /* Styles */
        background: white;
        border: inherit;
        border-top: none;
        list-style: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-4 .dropdown li {
            position: relative; /* Enable absolute positioning for checkboxes */
            border: 1px solid #fff;
        }

            .wrapper-dropdown-4 .dropdown li label {
                display: block;
                /*padding: 10px 10px 10px 30px;*/
                /* Same padding as the button */
                border-bottom: 1px dotted #1ccfcf;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .wrapper-dropdown-4 .dropdown li:last-of-type label {
                border: none;
            }

            .wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
                position: absolute;
                display: block;
                right: 10px;
                top: 50%;
                margin-top: -8px;
            }

            /* Hover state */

            .wrapper-dropdown-4 .dropdown li:hover label {
                /*background: #f0f0f0;*/
            }

            /* Checked state */

            .wrapper-dropdown-4 .dropdown li input:checked ~ label {
                color: grey;
                text-decoration: line-through;
            }

    /* Active state */

    .wrapper-dropdown-4.active:after {
        border-width: 0 6px 6px 6px;
    }

    .wrapper-dropdown-4.active .dropdown {
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        margin-left: 0px;
        padding-left: 0px;
        border: 1px solid #fff;
    }

/* No CSS3 support */

.no-opacity wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}

.formRegister {
    padding-top: 20px;
}

.col-md-custom-1-5 .options .ddcommon, #formCustomerNotFound .options .ddcommon {
    margin-top: 0;
}

.thx-page .question-div-wrap {
    /*background-color: #fff;
    color: #00bcf5;*/
    text-align: center;
}

    .thx-page .question-div-wrap h1, .user-erro-page .question-div-wrap h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
    }

.msgthx, .msgerror {
    /* padding: 156px 0 157px; */
    /* padding-bottom: 10px; */
    /* border-bottom-color: rgb(0, 188, 245); */
    /* border-bottom-style: solid; */
    /* border-bottom-width: 3px; */
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 30%;
    text-decoration: underline;
    margin: auto;
}

.msgerror {
    border-bottom-color: red;
}

    .msgerror h1 {
        color: red;
    }

.user-erro-page .question-div-wrap {
    background-color: #fff;
    text-align: center;
}

.col-md-1-5 {
    width: 20%;
    float: left;
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: #fff;
    height: 5px;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        position: relative;
        top: -1px;
        z-index: 1;
        width: 15px;
        height: 15px;
        cursor: pointer;
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf1f6), color-stop(50%, #abd3ee), color-stop(51%, #89c3eb), color-stop(100%, #d5ebfb));
    }

    input[type="range"]:hover ~ #rangevalue, input[type="range"]:active ~ #rangevalue {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        top: -75px;
    }

label.smile.rangeevent1.active {
    background: #fff;
    color: #00bcf5;
    /* width: initial; */
    height: initial;
    /* padding: 5px; */
}

label.smile.rangeevent1 {
    width: 90px;
}

.smile-control .smile.active .smile0,
.smile-control .smile.active .smile1,
.smile-control .smile.active .smile4,
.smile-control .smile.active .smile2,
.smile-control .smile.active .smile3 {
    background-color: #fff;
    background-position: 0 -83px;
    border-radius: 60px;
}

.smile-control .smile .smile0 {
    background: url(../images/no-feeling0.png) no-repeat scroll 0 0;
    background-size: 80px auto;
    display: block;
    width: 100%;
    height: 100%;
}

.smile-control .smile .smile4 {
    background: url(../images/no-feeling1.png) no-repeat scroll 0 0;
    background-size: 80px auto;
    display: block;
    width: 100%;
    height: 100%;
}

#emoji-text.ui-slider, #emoji-icon.ui-slider {
    margin-top: 16px;
    height: 6px;
    background: #dddddd;
    border: none;
    border-radius: 0;
}

.ui-slider-pips .ui-slider-line {
    visibility: hidden;
}

#emoji-text.ui-slider .ui-slider-handle, #emoji-icon.ui-slider .ui-slider-handle {
    background: #e8e8e8;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-radius: 100%;
    transition: box-shadow 0.2s ease;
}

    #emoji-text.ui-slider .ui-slider-handle.ui-state-hover,
    #emoji-text.ui-slider .ui-slider-handle.ui-state-focus,
    #emoji-text.ui-slider .ui-slider-handle.ui-state-active,
    #emoji-icon.ui-slider .ui-slider-handle.ui-state-hover,
    #emoji-icon.ui-slider .ui-slider-handle.ui-state-focus,
    #emoji-icon.ui-slider .ui-slider-handle.ui-state-active {
        box-shadow: 0 0 0 2px #e8e8e8;
    }

#emoji-text.ui-slider .ui-slider-pip, #emoji-icon.ui-slider .ui-slider-pip {
    top: -3px;
}

    #emoji-text.ui-slider .ui-slider-pip .ui-slider-line {
        background: white;
        width: 12px;
        height: 12px;
        margin-left: -6px;
        box-shadow: 0 0 0 2px #e8e8e8;
        border-radius: 100%;
        transition: all 0.4s ease;
    }

    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label,
    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label i,
    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label span,
    #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label,
    #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label i,
    #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label span {
        width: 100px;
        margin-left: -50px;
        text-align: center;
    }

    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label, #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label {
        color: #888888;
    }

        #emoji-text.ui-slider .ui-slider-pip .ui-slider-label i, #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label i {
            font-style: normal;
            font-size: 1.8em;
            position: absolute;
            top: -36px;
        }

@media screen and (max-width: 500px) {
    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label i, #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label i {
        font-size: 1.4em;
    }
}

#emoji-text.ui-slider .ui-slider-pip .ui-slider-label span, #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label span {
    opacity: 0.6;
    font-size: 1.2em;
    line-height: 1.3;
    position: absolute;
    top: 18px;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 500px) {
    #emoji-text.ui-slider .ui-slider-pip .ui-slider-label span, #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label span {
        font-size: 1.1em;
    }
}

#emoji-text.ui-slider .ui-slider-pip:hover .ui-slider-label span,
#emoji-text.ui-slider .ui-slider-pip:focus .ui-slider-label span,
#emoji-text.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span,
#emoji-icon.ui-slider .ui-slider-pip:hover .ui-slider-label span,
#emoji-icon.ui-slider .ui-slider-pip:focus .ui-slider-label span,
#emoji-icon.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
    opacity: 1;
}

#emoji-text.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label,
#emoji-icon.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: black;
}

.custumeslider {
    float: initial;
    /*margin: auto;*/
    color: #fff;
    /*padding-top: 20px;*/
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
}
/*Fix slider for the IE*/
.IE .custumeslider {
    margin-left: 50px;
    margin-right: 50px;
}

.IE #emoji-text.ui-slider .ui-slider-pip .ui-slider-label,
.IE #emoji-text.ui-slider .ui-slider-pip .ui-slider-label i,
.IE #emoji-text.ui-slider .ui-slider-pip .ui-slider-label span,
.IE #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label,
.IE #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label i,
.IE #emoji-icon.ui-slider .ui-slider-pip .ui-slider-label span,
.IE #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label,
.IE #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label i,
.IE #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label span,
.IE #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label,
.IE #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label i,
.IE #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label span {
    margin-left: -25px;
    text-align: center;
}


.custumeslider .ui-slider-label {
    font-weight: normal;
    color: #fff !important;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

img.iconimgslider {
    width: 80px;
    height: auto;
}

.iconcustompos img {
    margin-left: -40px;
}

span.ui-slider-pip.ui-slider-pip-last.ui-slider-pip-label.ui-slider-pip-4 span.ui-slider-label {
    margin-left: -78px !important;
}

div#emoji-icon span.ui-slider-label {
    font-size: 50px;
}

div#emoji-icon span.ui-slider-pip-0 {
    margin-left: 10px;
}

#emoji-text .ui-slider-pip, #emoji-icon .ui-slider-pip {
    top: 30px;
}

/*duplicate emojis slide start*/
#emoji-text1.ui-slider, #emoji-icon1.ui-slider {
    margin-top: 16px;
    height: 6px;
    background: #dddddd;
    border: none;
    border-radius: 0;
}

    #emoji-text1.ui-slider .ui-slider-handle, #emoji-icon1.ui-slider .ui-slider-handle {
        background: #e8e8e8;
        border: none;
        width: 18px;
        height: 18px;
        margin-left: -9px;
        border-radius: 100%;
        transition: box-shadow 0.2s ease;
    }

        #emoji-text1.ui-slider .ui-slider-handle.ui-state-hover,
        #emoji-text1.ui-slider .ui-slider-handle.ui-state-focus,
        #emoji-text1.ui-slider .ui-slider-handle.ui-state-active,
        #emoji-icon1.ui-slider .ui-slider-handle.ui-state-hover,
        #emoji-icon1.ui-slider .ui-slider-handle.ui-state-focus,
        #emoji-icon1.ui-slider .ui-slider-handle.ui-state-active {
            box-shadow: 0 0 0 2px #e8e8e8;
        }

    #emoji-text1.ui-slider .ui-slider-pip, #emoji-icon1.ui-slider .ui-slider-pip {
        top: -3px;
    }

        #emoji-text1.ui-slider .ui-slider-pip .ui-slider-line {
            background: white;
            width: 12px;
            height: 12px;
            margin-left: -6px;
            box-shadow: 0 0 0 2px #e8e8e8;
            border-radius: 100%;
            transition: all 0.4s ease;
        }

        #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label,
        #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label i,
        #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label span,
        #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label,
        #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label i,
        #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label span {
            width: 100px;
            margin-left: -50px;
            text-align: center;
        }

        #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label, #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label {
            color: #888888;
        }

            #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label i, #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label i {
                font-style: normal;
                font-size: 1.8em;
                position: absolute;
                top: -36px;
            }

@media screen and (max-width: 500px) {
    #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label i, #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label i {
        font-size: 1.4em;
    }
}

#emoji-text1.ui-slider .ui-slider-pip .ui-slider-label span, #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label span {
    opacity: 0.6;
    font-size: 1.2em;
    line-height: 1.3;
    position: absolute;
    top: 18px;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 500px) {
    #emoji-text1.ui-slider .ui-slider-pip .ui-slider-label span, #emoji-icon1.ui-slider .ui-slider-pip .ui-slider-label span {
        font-size: 1.1em;
    }
}

#emoji-text1.ui-slider .ui-slider-pip:hover .ui-slider-label span,
#emoji-text1.ui-slider .ui-slider-pip:focus .ui-slider-label span,
#emoji-text1.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span,
#emoji-icon1.ui-slider .ui-slider-pip:hover .ui-slider-label span,
#emoji-icon1.ui-slider .ui-slider-pip:focus .ui-slider-label span,
#emoji-icon1.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
    opacity: 1;
}

#emoji-text1.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label,
#emoji-icon1.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: black;
}

div#emoji-icon1 span.ui-slider-label {
    font-size: 50px;
}

div#emoji-icon1 span.ui-slider-pip-0 {
    margin-left: 10px;
}

#emoji-text1 .ui-slider-pip, #emoji-icon1 .ui-slider-pip {
    top: 30px;
}


/*duplicate emojis slide end*/


.form-group-submit {
    text-align: center;
    padding-top: 10px;
}

.zonesicon {
    /*width: 80px;
    height: 75px;*/
    float: left;
    text-align: center;
    margin-right: 9px;
}


select#Salutations, select#Gender, select#Marital_Status {
    color: #00bcf5;
}

form.formRegister textarea.form-control {
    background: #fff;
    height: initial;
    color: #00bcf5;
}



.from-group-phone .col-md-2.col-sm-2.col-xs-2 {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.from-group-phone .col-md-10.col-sm-10.col-xs-10 {
    padding-right: 0;
}

#mobile_phone {
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.SectionImg404 {
    display: block;
    width: 60%;
    text-align: center;
    margin: auto;
}

    .SectionImg404 img {
        width: 100%;
        height: auto;
    }

form.formRegister input, form.formCustomerNotFound input {
    color: #00bcf5;
}

input#Birthday, input#Birthday1 {
    background-color: #fff;
    color: #00bcf5;
}

.form-group-country-code .options .ddcommon {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group-your-mood .col-sm-12 {
    padding-left: 0px;
}

.customewidth100 {
    width: 100%;
}

@media (min-width: 767px) {
    .second-question-block {
        margin-top: -20px !important;
    }
}


.form-group-country-code .options .ddcommon {
    width: 100% !important;
    max-width: 100% !important;
    /* display: inherit; */
}

.checkbox_icheck_c input[type=checkbox] {
    /*display: none;*/
    /*position:absolute;*/
    /*left:-9999px;*/
    visibility: hidden;
}

    .checkbox_icheck_c input[type=checkbox] + span {
        background: url(../images/BPS_checkbox_off.png) no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0px;
    }

    .checkbox_icheck_c input[type=checkbox]:checked + span {
        background: url(../images/BPS_checkbox_active.png) no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0;
    }

.checkbox_c_2 input[type=checkbox] + span {
    background: url(../images/square_NOcheckmark.png) no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.checkbox_c_2 input[type=checkbox]:checked + span {
    background: url(../images/square_checkmark.png) no-repeat;
    width: 30px;
    height: 30px;
}


.radio_icheck_c input[type=radio] {
    /*display: none;*/
    position: absolute;
    left: 20px;
    opacity: 0;
}

    .radio_icheck_c input[type=radio] + span {
        background: url(../images/BPS_radio_off.png) no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0;
    }

    .radio_icheck_c input[type=radio]:checked + span {
        background: url(../images/BPS_radio_active.png) no-repeat;
        background-size: contain;
        height: 32px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0;
    }

.radio_c_2 input[type=radio] + span {
    background: url(../images/circle_NOcheckmark.png) no-repeat;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.radio_c_2 input[type=radio]:checked + span {
    background: url(../images/circle_checkmark.png) no-repeat;
    width: 30px;
    height: 30px;
}


.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

div#otherQ21, div#otherQ11, div#otherQ12, div#otherQ22, div#otherQ1, div#otherQ2 {
    padding-left: 20px;
}

.glyphicon-icon_s {
    background: url(../images/icon_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.glyphicon-icon_s_1 {
    background: url(../images/icon_s_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.glyphicon-icon_s_2 {
    background: url(../images/icon_s_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#logininfo {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .25);
    color: #00bcf5;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcd9d9));
    background: -webkit-linear-gradient(top, #fff, #dcd9d9);
    background: -moz-linear-gradient(top, #fff, #dcd9d9);
    background: -ms-radial-gradient(top, #fff, #dcd9d9);
    background: -o-linear-gradient(top, #fff, #dcd9d9);
    background: linear-gradient(top, #fff, #dcd9d9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    cursor: help;
    /* display: block; */
    display: inline-block;
    top: -5px;
    position: relative;
}

.dropdown-menu.open {
    margin-top: -1px;
}

#id-page, #customer-not-found-page {
    padding-top: 35px;
}



    #customer-not-found-page .full-height,
    .page-profile-page .full-height,
    .page-login.full-height,
    .notFoundPage .full-height {
        /*background-color: #00bcf5;*/
    }

.page-error {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.Loading--Full-Page {
    margin-left: -3%;
}

.listsurvey, .MRXNotFound, .KindOfFoodPage,
.servicesPage, .pickerPage, .dayFeelingPage,
.moodPage, .likePage, .Thank-you-Page,
.notFoundPage {
    width: 101%;
}

#loading {
    margin-left: -4%;
    width: 102% !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#errorModal .text-center {
    color: #ef6b6c;
}

#successModal .text-center {
    color: #00bcf5;
}

#errorModal i.fa, #successModal i.fa {
    font-size: 100px;
}

#successModal i.fa {
    color: #72EA59;
}

#errorModal h3, #successModal h3 {
    margin: auto;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

#errorModal p, #successModal p {
    margin: auto;
    padding: 10px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#errorModal button {
    background: #ef6b6c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    margin: 25px auto 0;
    padding: 5px 15px;
    width: 150px;
}

#errorModal .modal-dialog, #successModal .modal-dialog {
    width: 500px;
    max-width: 96%;
}

    #errorModal .modal-dialog .modal-body, #successModal .modal-dialog .modal-body {
        padding: 50px;
    }

.testModalWindow {
    vertical-align: middle font-family: 'Raleway', sans-serif;
}

button#showSuccessModal, button#showErrorModal, button#closeSuccessModal {
    /*background: #00bcf5 none repeat scroll 0 0;*/
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    margin: 25px auto 0;
    padding: 5px 15px;
    width: 150px;
}


/*moved from the index.html*/
#loading {
    background-color: #00bcf5;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border: 5px solid #FFF;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}


#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
 
.container {
    width: 100%;
}

.header-logo {
    margin-left: 30px !important;
}

.row {
    margin-right: -7px !important;
}

.question-div-wrap {
    width: 100%;
}

.ui-slider-label > span {
    top: 28px !important;
}

/*fix country picker*/
.dd .ddTitle .ddTitleText {
    padding: 7px 24px 7px 12px;
    font-size: 20px;
}

.options .bfh-selectbox .bfh-selectbox-toggle {
    width: auto !important;
    height: 44px;
    background-color: #00bcf5;
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    display: block;
}

@media (max-width: 768px) {
    .options .bfh-selectbox .bfh-selectbox-toggle {
        min-width: 150px;
        max-width: 100%;
    }
}

.options .bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    height: 28px;
    white-space: nowrap;
}

.options .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
    margin-top: 14px;
}

.options .bfh-selectbox .bfh-selectbox-options {
    border: 1px solid #fff;
    background: #00bcf5;
    box-shadow: 0 0;
    padding: 0;
    max-width: 100%;
}

@media (max-width: 768px) {
    /*.options .bfh-selectbox .bfh-selectbox-options {*/
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*}*/
    /*.bfh-selectbox .bfh-selectbox-options ul {*/
    /*max-width: 100%;*/
    /*}*/
}

.options .bfh-selectbox-options ul {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin: 0;
}

    .options .bfh-selectbox-options ul li {
        border-bottom: 1px solid #fff;
        font-size: 18px;
    }

        .options .bfh-selectbox-options ul li a {
            color: #fff;
            white-space: initial;
            padding: 3px 10px;
        }

.error-field {
    border: 2px solid #ff5961 !important;
    border-radius: 5px !important;
}


@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@media (max-width: 767px) {
    .page-header h1.logo .header-logo {
        margin-left: 16px !important;
        max-width: 300px !important;
    }
}
