@import url('https://fonts.googleapis.com/css?family=Exo:300,400');

/* 

    =================|=================================
    class/id         | description
    ===================================================
    master-section   | to change sensor background
    emote-title      | change question title
    emo-text         | change emoticon text
    emo-cont         | change emoticon style. You can change emoticon button background color etc.
    clicked-emo-cont | Add the style after the emoticon button get clicked
    sensor-title     | change sensor title
    form-group label | This will change the all label colors including label for loyalty and comments.
    loyalty-message  | Change loyalty description style
    thank-you-note   | change thank you note text color
    footer           | Change footer color
    pdGroupTitle     | change group title properties
    progressfill     | change page progress color
    NPS style        | uncomment this code to show color coded NPS
*/

/* Replace background url to add sensor background image */
#master-section {
     background:url('https://storage.emojot.com/pictures/skinImages/5cdbc94191429f0010b4ea21-skin45.png');
     min-height: 657px;
     background-size:cover;
     background-repeat: no-repeat;
     background-position: center;
     position: relative;
}

/*#master-section {
    background:url('https://s3-us-west-2.amazonaws.com/emojotdevstorage/themes_newmobile/images/backgroundimage/people_images_20180809.png');
    min-height: 790px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}*/

 #headerCompanyInfo {
     color:white !important;
     min-height:70px;
}

.container[style]{
     padding-left:0px !important;
     padding-right:0px !important;
}

/* replace color to change question title color */
.emote-title {
     color: white;
     font-family: 'exo 2.0', Helvetica, Arial, sans-serif;
     font-size:13pt;
     font-weight: bold;
}

/* replace color to change emoticon colors */
.emo-text {
    font-size: 12pt;
    color: #f3ecec;
    font-family: 'Exo 2.0',Helvetica, Arial, sans-serif;
    font-weight: 300;
}
 .middle-box {
     margin-top: 10px;
     padding: 10px;
     border: 1px solid #f3f3f3;
}
 
/* change background color to change emoticon button color. */
 .emo-cont {
     border: 1px solid rgb(241, 219, 219);
     margin: 3px 0px;
     text-align: center;
     display: inline-block;
     box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
     padding: 7px 0;
     border-radius: 4px;
     color:#f5f5f5;
     background: rgba(37, 33, 33, 0.31);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#e2e2e2', GradientType=1 );
}

 /* .emo-cont:hover {
    border: 3px solid white;
} */

.clicked-emo-cont {
	background: rgba(56, 50, 50, 0.7);
    border: 3px #E7AD31 solid !important;
}

.emo-ico img {
    width: 80%;
    display: inline-block;
    text-align: center;
    max-width: 55px;
    margin: 5px;
}
 .btn {
     
     color: ed1c24;
     
}

 .btn-next {
     color: #ed1c24;
}
 .btn-submit {
     color: #ed1c24;
}
 .btn-prev {
     color: #333;
}
 .btn-clear {
     color: #333;
}

.btn-next,.btn-submit,.btn-prev,.btn-clear,.btn-skip,.btn-ok,.loyalty-redeem-button{
    border: 1px solid rgba(255,255,255, 0.5);
    margin: 10px 5px;
    text-align: center;
    min-width: 90px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    padding: 9px 25px;
    font-family: 'Exo 2.0', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    background: rgba(249,249,249,1);
     background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(227,227,227,1)));
     background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
}

 .clear-submit-row{
    text-align:center !important;
}
 .btn:hover {
     color: #ed1c24;
     text-decoration: none;
}
.btn-ok{
    color:#333 
}
.btn-skip{
    color:#333;
}
.btn-fb{
    color:white;
}

.loyalty-redeem-button{
    border-color: #ed1c24;
    color:#333;
}

 .logo-cust {
    margin: 3px 0 -3px 9px;
     height: 50px;
}

/* change color property to change sensor title font color */
 .sensor-title {
     color: #e0dede;
     font-size: 17pt;
     padding: 10px 10px 0px 10px;
     margin-bottom: 10px;
     font-family: 'Exo 2.0', Helvetica, Arial, sans-serif;
     border-bottom: 0.2px solid #f7f4ef;
     letter-spacing: -0.5px;
     background: rgba(255, 255, 255, 0);
     line-height: 40px;
     font-weight: bold;
     display:none;
}

.form-control {
    border-radius: 0px;
}

.panel {
    margin: 0 10px;
}

 .panel-group .panel {
     margin-bottom: 0;
     border-radius: 5px;
     box-shadow: none;
     background: rgba(250, 247, 247, 0.64);
}
 
 .panel-group .panel-heading {
     box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
     border-radius: 5px;
     color: black;
     background: rgba(249,249,249,1);
     background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(227,227,227,1)));
     background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
     background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(227,227,227,1) 100%);
}
 .panel-title {
    font-size: 11pt;
     max-width: 90%;
     font-family: 'Exo', Helvetica, Arial, sans-serif;
     line-height: 1.6;
}
 .row {
     background: transparent !important;
}
 .my-emojots{
     display:none;
}
 .panel-body {
     background: transparent !important;
}
 
 #headerCompanyInfo > .access-user{
     text-align: center;
     float: right;
     text-shadow: 1px 1px 1px #000;
     font-family: 'Exo 2.0', Helvetica, Arial, sans-serif;
     font-style: italic;
     font-size: 15px;
     background-size: 120px 80px;
     background-repeat: no-repeat;
     background-position: right center;
     position: relative;
}
 .company-logo img{
 	margin:10px;
     height: 50px;
}

/* change background color to change sensor footer color */
 .footer {
     background: #2d2a2d !important;
     color: #fff;
     position: absolute;
     right: 10px;
     left: 0;
     z-index: 800;
     bottom: 0;
     height: 40px;
     padding: 12px 13px;
     font-size: 8pt;
     margin: 0 -10px 0px 0;
     font-family: 'Exo', Helvetica, Arial, sans-serif;
}

/* change label color to change label color of the entire sensor */
 .form-group label{
     color: #e0dede !important;
     font-family: 'Exo 2.0', Helvetica, Arial, sans-serif;
     font-size:12pt;
}

/* Change color to change loyalty description text color */
 .loyalty-message{
     color:#e0dede;
     font-size: 13pt;
     text-align:center;
}

 .loyalty-bottom{
     text-align:center;
}
 
 .loyalty-dialog div:nth-child(3){
    
}
 
 .email-emote-message{
     color:white !important;
}

/* change this to change page progress color */
#progressfill{
    background-color: #E7AD31;
}

#groupCommentBuzzModal .modal-header{
	background:#fff ;
	color:#e4e4e4;
}

#groupCommentBuzzModal .modal-body{
	background:#fff;
	color:#333333;
}

#groupCommentBuzzModal .modal-footer{
	background:#fff;
	color:white;
}

#groupCommentBuzzModal .panel-body.comment-panel{
	background:#f6f6f6 !important;
}

#groupCommentBuzzModal .panel-footer.comment-footer{
	color:#333333;
}

/* change color to change thankyou note text color */
.thank-you-note{
    color: #f4f4f4 !important; 
}

.access-user-name {
	width:80%;
}

.pdGroupTitle{
	color:#e0dede;
	
}

.progress_bar .pro-bar {
	margin-top:15px !important;
}

.company-logo{
	padding:2px !important;
}
.title-image{
    margin-left:auto;
    margin-right:auto;
    width:80px;
color:#ffffff;
}


/*  view question - uncomment this to show big view question button if there are only one comment field */

/* 
#commentBuzzPanel i span{
	font-size:18px !important;
	display: none;
}

#commentBuzzPanel{
	text-align: center;
    padding: 7px;
    background: #ee4b30;
    border-radius: 10px;
    margin-top: 96px;
    color:white;
    box-shadow: black;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    border: 1px solid #ee4b30;
    position: absolute;
    width: 60%;
    margin-left: 15%;
    margin-right: 15%;
    z-index:100;
}

#commentBuzzPanel i:after{
	content:'View questions';
	font-family: 'Lato', sans-serif;
	font-size:18px;
} */

/*  tab width - uncomment below code to add full width when load sensor only in tab */

/*.lean{
    width:100% !important;
    max-width:100% !important;
}*/

/* NPS style*/
/*.evz-nps-position-0,
.evz-nps-position-1,
.evz-nps-position-2,
.evz-nps-position-3,
.evz-nps-position-4,
.evz-nps-position-5,
.evz-nps-position-6{
    background: #ff2942;
    color: white;
    border: 1px solid rgba(255, 0, 55, 0.61);
}

.evz-nps-position-7,
.evz-nps-position-8{
    background: #ff7924;
    color: white;
    border: 1px solid rgba(195, 117, 34, 0.61);
}

.evz-nps-position-9,
.evz-nps-position-10{
    background: #1ca757;
    color: white;
    border: 1px solid rgba(17, 144, 74, 0.61);
}

.clicked-nps-icon{
    border: 3px solid #333;
    box-shadow: 0px 2px 6px #716868;
} */
#facebook-login-section{
	display:none;
}

.thankYouImage{
	width:200px;
}