
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');








* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, body {
	height: 100%;	
}

body {
			background: none;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 18px;
	color: #FAFAFA;
	color: #333;

}

div#BNTWORX-chat {
	height: 100%;
}


div#bntworx-login {
	background: url() 50% 100% / 100% auto no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
@media only screen and (max-width: 550px) {
	div#bntworx-login {
		background-size: 100% 200px;
	}
}

.login-connect span {
	font-size: 14px;
}

.login-connect h1 {
	margin: 20px auto 5px;
	font-family: 'Pacifico', cursive;
	font-size: 34px;
}

.login-connect h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 16px;
	font-weight: 600;
}

input.connect-submit {
 margin: 0 auto;
 color: #fff;
 background: rgb(215, 0, 86);
 
    border-color: #dc3545;
}
input#fbconnect {
-webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 3.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
}


ul.rules {
    list-style: none;
    list-style-type: none;
    margin-bottom: 50px;
}
ul.rules li {
    color: #fff;
   font-family: 'Roboto';
    font-size: 18px;
    margin-top: 5px;
}


@media only screen and (max-width: 410px) {
	input.connect-submit {
		
	}
}

img.connect-logo {
	display: block;
	width: 210px;
	margin: 45px auto 10px;
}



/*==================================================*/



div#bntworx-composer {
	position: relative;
	width: 100%;
	height: 75px;
	box-shadow: 0 2px 2px transparent;
}

div.composer-wrapper {
	background: transparent;
	width: 100%;
	height: 100%;
}

div.composer-user-pic {
	width: 75px;
	height: 75px;
	padding: 10px 10px;
	overflow: hidden;
	float: left;
}
.composer-user-pic img { 
   display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: #58D3F7;
	border-radius: 60%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);

}

div.composer-user-text {
	width: calc(100% - 75px);
	padding: 0 5px;
	float: left;
}
input.composer-text {
	background: white;
    width: 100%;
    margin: 10px 0 5px;
    padding: 12px 20px;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    font: 400 12px Arial;
	
}
input.composer-button {
	background: #0082d9!important;
	padding: 3px 18px;
	border: 1px solid black;
	border-radius: 3px;
	color: black;
	font: 400 12px Arial;

	cursor: pointer;
	float: right;
}
div.composer-buttons {
	float: left;
}
.composer-buttons input {
	background: blue;
	margin-right: 2px;
	padding: 3px 8px;
	border: 1px solid black;
	border-radius: 2px;
	color: #FAFAFA;
	font: 400 11px Arial;

	cursor: pointer;
	float: left;
}

@media only screen and (max-width: 375px) {
	input.composer-button {
		padding: 3px 8px;
	}
	
	div.composer-buttons input {
		padding: 3px 5px;
	}
}

div.smiley-wrapper {
	position: absolute;
	margin-top: 22px;
	width: 80%;
	height: 400px;
	background: white;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
	border-top: 2px solid #001457;
	padding: 10px;
	z-index: 9999;
	display: none;
	margin-left: 5px;
	overflow-x: auto;
}

div.smiley-wrapper img {
	cursor: pointer;
}

div.smiley-wrapper img:hover {
	opacity: 0.3;
}
/*Media Query for smaller device to see all smiley*/
@media only screen and (max-width: 550px) {
	div.smiley-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		width: 90%;
		margin: 33px auto 0;
	}
	
	div.smiley-wrapper img {
		height: 36px;
	}
}


/*==================================================*/


table {
	width: 100%;
	transform: translateX(100px);
	transition: transform 200ms linear;
}

td.bntworx-avatar {
	vertical-align: top;
}
.bntworx-avatar-con {
    margin-top: 10px;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;
	
	    background: #e57716;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);

    float: left!important;
}


.bntworx-avatar-con:after {
    
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent;
    display: block;
    width: 0;
    z-index: 1;
    right: -8px;
    top: 18px;
}
.bntworx-avatar-user-pic {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: #58D3F7;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}
.bntworx-avatar-reply {
    background: black;
	position: absolute;
	display: block;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
    color: white;
	font: 700 11px/50px sans-serif;
    text-transform: uppercase;
    text-align: center;
	opacity: 0;
    cursor: pointer;
	z-index: 2;
	transform: scale(1);
	transition: all 200ms linear;
}
.bntworx-avatar-reply:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.bntworx-avatar-reply2 {
    

	
 left: 0;
top:0;


    color: #565656;
	font: 700 11px/50px sans-serif;
   
    text-align: center;

    cursor: pointer;
	z-index: 2;

}
.bntworx-avatar-reply2:hover {

}








td.bntworx-message {
	width: 100%;
	padding-left: 10px;
	vertical-align: top;
line-height: normal;
	
	
}
.bntworx-message-con {
color: #1f1e1e;
   background: #96bde6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    width: 100%;
   padding: 5px 2px 12px 10px;
    border-radius: 0.5rem;
    word-break: break-all;
    	margin-bottom:10px;
    	margin-top:10px;
}
.bntworx-message-con:before {
background: #96bde6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
   position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
	
}
.bntworx-message-con:after {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: -24px;
	border: solid 15px transparent;
	border-right-color: none;
	z-index: -1;
}
.bntworx-message-user-name {
    color:white ;
	position: relative;
	font: 600 15px/1.5 'Montserrat', Arial;
	text-decoration: none;
	text-shadow: 1px 1px 1px #131304;
	z-index: 2;
	 line-height: normal;
}
.bntworx-message-user-name:hover {
	opacity: .75;
	-ms-filter: ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“alpha(opacity=75)ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â; 
	filter: alpha(opacity=75); 
	-khtml-opacity: .75;
	-moz-opacity: .75;
}
.bntworx-message-ban {
	position: relative;
	float: right;
    background: tomato;
	border: 2px solid transparent;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 3px 6px;
	font-size: 8px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	margin-top: 15px;
margin-left: 5px;
	z-index: 2;
}
.bntworx-message-user-position {

    position: relative;
    background: #222223;
    font-size: 8px;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    padding-right: 2px;
    padding-left: 2px;
    
    color: white;
    font: 400 8px 'Montserrat', Arial;
    text-transform: uppercase;
    z-index: 2;
     line-height: normal;
}
.bntworx-message-msg {
	position: relative;
color: black;
	font: 400 13px/2 Arial;
	word-wrap: break-word;
	z-index: 2;
	 line-height: normal;
}
.bntworx-message-time {

	color:#565656;
	font: 400 9px 'Montserrat', Arial;
	text-align: right;
	z-index: 2;
		left: 24px;
	
		margin-bottom: 20px;
}


td.bntworx-global-message {
	background: #222223no-repeat;
	vertical-align: top;
	
	
}
.bntworx-global-message-con {
	position: relative;
	padding: 14px 5px;
	color: black;
	font: 400 13px 'Montserrat', Arial;
	text-align: center;
	 background: #f3961c;
    background: -webkit-gradient(linear,left top,left bottom,from(#f9d835),to(#f3961c));
    background: -moz-linear-gradient(top,#f9d835,#f3961c);
    background: -o-linear-gradient(top,#f9d835,#f3961c);
margin:auto;
margin-top: 10px;
width:90%;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.bntworx-global-message-con:before{
   content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0 16px 16px 0;
    border-style: solid;
   border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #ffcb03 rgb(255, 214, 88);
    background: #f3961c;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),-1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

td.bntworx-welcome-message {
	vertical-align: top;
	background: transparent;
	 border-radius: 5px;
		 
}
.bntworx-welcome-message-con {
position: relative;
padding: 14px 5px;
color: black;
margin:auto;
   background: #f3961c;
    background: -webkit-gradient(linear,left top,left bottom,from(#f9d835),to(#f3961c));
    background: -moz-linear-gradient(top,#f9d835,#f3961c);
    background: -o-linear-gradient(top,#f9d835,#f3961c);
    width: 80%;
    padding: 1rem;
    border-radius: 5px;
    word-break: break-all;;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
	font: 400 13px 'Montserrat', Arial;
	text-align: center;
		border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
	border-top-left-radius: 4px;
		margin-bottom: 10px;
			margin-top: 10px;
}

.bntworx-welcome-message-con:before{
   content: " ";
   position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0 16px 16px 0;
    border-style: solid;
   border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) #ffcb03 rgb(255, 214, 88);
    background: #f3961c;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),-1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}


div#Scgfxcontainer {
	position: relative;
	width: 100%;
	height: calc(0% - 75px);
	/*height: calc(100% - 75px);*/
}

.chat-wrapper {
	position: relative;
	width: 100%;
		height: 100%;

	padding: 5px 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f9c301; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

