@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

 
html{   width: 320px;
//	background:url(bg.jpg);
        background:#f9fafc;
        font: 17px Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
      
}
body{
position: absolute;
width:320px;
}

.urltag img{
	width: 320px;
}
//.tabs{
 //   display: block;
//   width: 400px;
//	background: #3E8A66;
//background:blue;
//	color: #fff;
//	position: fixed;
	//width:50%;
//top: 0px;
//left: 0px;
//z-index: 99999999999999
//}
.tab{
    display: inline-block;
    padding: 0px;
    width: 200px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	cursor: pointer
}
.tab .aktip,.tab:hover{
    background:#5DB68D
}

.feedback-input1 {
   
        position: absolute;
	left:10px;
	top:120px;  
 	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 15px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	//padding: 13px;
	margin-bottom: 20px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}

.feedback-input {
        position: absolute;
	left:10px;
	top:80px;  
 	color:#3c3c3c;
 	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	//padding: 13px;
	margin-bottom: 20px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}



.btn{
    position:fixed;
    bottom:30px;
    left:225px;
    font: 1rem 'Fira Sans', sans-serif;
    float:left;
    width: 90px;
    bottom:0px
    padding: .35rem;
    background: #FCEAEA;
    border: none;
    border-radius: 2px;
    margin: 4px;
   
}

.btn1{
    position:fixed;
    left:215px;
    top:0px;
    font: 0.8rem 'Fira Sans', sans-serif;
    float:left;
    width: 90px;
    bottom:0px
    left:200px;
    padding: .3rem;
    background:#f7fbfc;
    border: none;
    border-radius: 2px;
    margin: 4px;
   }

.btn2{
    position:fixed;
    left:5px;
    top:0px;
    font: 0.8rem 'Fira Sans', sans-serif;
    float:left;
    width: 100px;
    bottom:0px
    left:320px;
    padding: .35rem;
    background: #f7fbfc;
    border: none;
    border-radius: 4px;
    margin: 4px;
    }

.btn3{

    position:fixed;
    left:255px;
    top:50px;
    font: 0.8rem 'Fira Sans', sans-serif;
    float:left;
    width: 50px;
    bottom:0px
    left:200px;
    padding: .3rem;
    background:#f7fbfc;
    border: none;
    border-radius: 2px;
    margin: 4px;
   }

.btn4{
    position:fixed;
    left:2px;
    bottom:30px;
    font: 0.3rem 'Fira Sans', sans-serif;
    float:left;
    width:110px;
    left:!0px;
    padding: .2rem;
    background: #fefcff;
    border: none;
    border-radius: 4px;
    margin: 4px;
   }
.btn5{
    position:fixed;
  //  left:110px;
    bottom:30px;
    font: 0.3rem 'Fira Sans', sans-serif;
    float:left;
    width: 110px;
    left:110px;
    padding: .2rem;
    background: #f7fbfc;
    border: none;
    border-radius: 4px;
    margin: 4px;
   }
.btn6{
    position:fixed;
    left:110px;
    top:0px;
    font: 0.8rem 'Fira Sans', sans-serif;
    float:left;
    width: 90px;
    bottom:0px
    left:200px;
    padding: .3rem;
    background:#f7fbfc;
    border: none;
    border-radius: 2px;
    margin: 4px;
   }
.btn7{
    position:fixed;
    left:10px;
    top:30px;
    font: 0.8rem 'Fira Sans', sans-serif;
    float:left;
    width: 90px;
    bottom:0px
    left:200px;
    padding: .3rem;
    background:#f7fbfc;
    border: none;
    border-radius: 2px;
    margin: 4px;
   }

#button-blue{
        position: absolute;
	left:10px;
	top:150px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width:300px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #f9fafc;
	color:#f9fafc;
	font-size:24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:5px;
	font-weight:700;
}

.chat #msg_form input{
        font-size: 12px;
        width:320px;
        position:fixed;
	left:5px;
	bottom:0px;
        border-radius: 0;
	background-color: #fefefe;
	padding: 5px;
	box-sizing: border-box;
	border: 2px solid #232322;
//border: 2px solid #f71400;
    
	
}

//.chat #msg_form input:focus{
//	background: #fff;
//	box-shadow: 0;
//	border: 3px solid #000000;
//	color: #3498db;
//	outline: none;
//	padding: 13px;
//}

.users{
	position:relative;
	top:50px;
	background:#fff;
}

.users .user{
 border-bottom:1px solid #f1f1f1;
 padding:15px;

}

.chat .msgs {
    
    font-size: 15px;
    white-space: pre-line;
    line-height:0;
	position:relative;
	bottom:50px;

}

.bubble-left,
.bubble-right {
    width:300px;
    position:fixed;
    line-height: 100%;
    display: block;
    position: relative;
    padding: .2em;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    margin-bottom: 0.1em;
    clear: both;
  

}
p{
    margin: 0;
}
.bubble-left {
    float: left;
    margin-right:20%;
    background: #fefefe;
}
.bubble-right {
  //  float:right;
  //  margin-left:20%;
    background: #fefefe;
}
.chat .msgs .name{
 color: #4695fc;
 display: block;
 margin-bottom: 6px

}
a.keluar{
	float:right;
	background:#FF8F8F;
	color:#fff;
	padding:5px;
	border-radius:2px;
	text-decoration:none
}
.chat .msgs .msgc{
     color: #333;
font-size: 15px;
}

.chat .msgs .dat{
 color: #777;
 display: block;
 margin-top: 3px;
 font-size: 10px;
 text-align: right;
}

.chat .msgs .bubble-right .name{
    display: none;

}

.chat #msg_form{
 padding-top:1px;
    display: block;

}



sup{
	background:#fff;
	color:#222;
	border-radius:50%;
	padding:1px 5px
}



div.error{
	background-color: #FF8F8F;
	padding: 0px 20px;
	color:#fff;
	text-align:center
}



