/* 
// Chatbox v1
// Coded by MadGuyGFX / Thom Garcia
*/

@import url("fonts.css");
@import url("rainbow.css");
@import url("staff-vip.css?r=2110911");
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

html, body {
	height: 100%;	
}

body {
	font-family: 'Poppins', Arial, Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	padding: 0;
}
table, tr, td {
border: none;
}

div#scGFX-chat {
	height: 100%;
	margin: 0 auto;
}

div#scGFX-composer {
	position: absolute;
	width: 100%;
	height: 75px;
	padding-bottom: 5px;
	z-index: 95;
}

div.composer-wrapper {
	width: 100%;
	height: 70px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0.5);
	border-bottom: 3px solid rgba(0,0,0, 0.2);
}
span.smlys {
	height: 50px;
}
a.composer-user-pic {
	float: left;
	margin-left: 7px;
	margin-top: 7px;
	padding: 4px;
	border: 1px solid rgba(0,0,0, 0.3);
	background: #f5f5f5;
}
a.composer-user-pic img {
    width: 50px;
    height: 50px;
}
div.composer-input {
	padding-left: 70px;
	padding-right: 20px;
}

div.composer-input div.composer-text {
	padding-left: 5px;
	padding-top: 7px;
}

div.composer-input div.composer-submit {
	float: right;
}

div.composer-buttons {
	float: left;
	margin-top: 5px;
}

input.composer-text {
	width: 100%;
	height: 20px;
	color: #1d1d1d;
	outline: none;
	padding: 5px;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
    background: #f5f5f5;
}

input.composer-submit {
	background: #0053bc;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	border: none!important;
	font-weight: 700!important;
	font-family: 'Poppins', Arial, Tahoma, Geneva, sans-serif!important;
}
input.send-butt {
	background: #0071bc;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	float: right;
	padding: 5px 7px 5px 7px;
	border: solid #c3c3c3 1px;
	text-decoration: none;
	cursor: pointer;
	margin-right: -13px;
	margin-top: 2px;
}
input.butt {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
	background-image: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
	background-image: linear-gradient(to bottom, #f7f7f7, #e6e6e6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #ffffff;
	color: #7a7a7a;
	font-size: 12px;
	padding: 5px 7px 5px 7px;
	border: solid #c3c3c3 1px;
	text-decoration: none;
	cursor: pointer;
	margin-top: -3px;
}
input.smile-butt:active {
	background: #f5f5f5;
}

input.composer-submit2 {
	background: #002d47;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, #00466e), color-stop(1, #002d47) );
	background: -moz-linear-gradient( center bottom, #00466e 12%, #002d47 100% );
	color: #fff;
    margin-top: -2px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
	margin-left: 5px;
}

input.composer-submit3 {
	background: #046fad;
	border: 1px solid #035889;
	color: #fff;
	margin-top: 3px;
	margin-right: -11px;
	font-size: 11px;
	cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
	height: 25px;
    line-height: 25px;
}
input.composer-submit3:active {
	-moz-box-shadow: inset 0 0 10px #024267;
	-webkit-box-shadow: inset 0 0 10px #024267;
	box-shadow: inset 0 0 10px #024267;
}
div.cb-reply {
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
	z-index: 999;
}
div.cb-reply-blank {
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 999;
}
div.cb-reply:hover {
	background: url(img/cbox/reply.png) no-repeat;
	-moz-transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
   z-index: 999;
}
/** NEW CBOX STYLE **/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #c7c7c7;
	text-decoration: none;
}
table.mgGfx-cBox {
	width: 100%;
	word-wrap: break-word;
	border: none;
}
table {
	border-collapse:collapse;
	border: none;
	margin-bottom: 8px;
}

div.cb-global {
	position: relative;
	width: 99%;
	word-wrap:break-word;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background: rgba(0,0,0, 0.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	text-align: center;
	display: block;
}
div.cb-global-type {
	font-size: 16px;
	color: #0071bc;
	margin-top: -2px;
	margin-right: 3px;
	text-align: center;
}
div.cb-global-box {
	width: 97%;
    background: rgba(0,0,0, 0.5);
    padding: 7px 10px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
	text-align: center;
	text-shadow: 1px 1px #000;
}
div.cb-message-box {
	width: 95%;
	background: rgb(0 0 0 / 48%);
	padding: 7px 10px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 10px;
	text-shadow: 1px 1px #000;
}
span.cb-time {
	position: relative;
	width: auto;
	color: #000000 !important;
	margin-top: 8px;
	font-size: 9px !important;
	text-transform: uppercase !important;
	text-shadow: none!important;
	float: right;
}
@media only screen and (max-width: 550px) {
	div.smiley-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		width: 90%;
		margin: 33px auto 0;
	}
	
	div.cb-name {
    	font-size: 13px!important;
    }
    div.cb-message-box {
        width: 89%!important;
        font-size: 12px!important;
    }   
    div.cb-global-box {
        width: 93%!important;
        font-size: 11px!important;
    }
    small.position {
        display: none!important;
    }
    input.butt, input.send-butt {
        font-size: 9px;
    }
    div.composer-buttons {
        margin-top: 0!important;
    }
    div#cb-noconnect h1 {
        font-size: 26px!important;
    }
    div#cb-noconnect ul {
        font-size: 14px!important;
    }
}
div.cb-name {
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 3px;
	background: rgb(34 0 3);
	padding: 2px 7px;
	margin-bottom: 3px;
	border-radius: 10px;
}
div.clear {
	clear: both;
}
div.cb-position {
	position: relative;
    width: auto;
	color: #5f5f5f;
	margin-top: 8px;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
}
div.ban {
	width: 20px;
	height: 20px;
	background: url(img/cbox/ban.png) no-repeat;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}
div.warn {
	width: 20px;
	height: 20px;
	background: url(img/cbox/warn.png) no-repeat;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}
div.male-gender {
	width: 20px;
	height: 20px;
	background: url(img/cbox/male.png) no-repeat;
	float: left;
	margin-left: 3px;
}
div.female-gender {
	width: 20px;
	height: 20px;
	background: url(img/cbox/female.png) no-repeat;
	float: left;
	margin-left: 3px;
}
div.cb-avabg {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	border: 3px solid rgb(34 0 3);
}
img.cb-avabg {
	width: 50px;
	height: 50px;
	z-index: 99;
	margin-top: -50px;
}
div.cb-info {
	position: relative;
	width: 97%;
	word-wrap:break-word;
	height: 23px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
	display: block;
}

div.cb-rankholder {
	width: 26px;
	height: 7px;
	float: left;
	margin-left: 3px;
	margin-top: 10px;
}
.holder{        
    width:100%;
    display:block;
}
.srViewer {
    width:280px;
    border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
    background:#808080;
    margin:30px auto 0;
    padding:15px;
    position:absolute;
    left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: 125px; /* This should be half of the total height of your div */
}
/** END OF NEW CBOX STYLE **/
.buttons {
	width: auto;
	height: 20px;
	background: grey;
}
input#fbconnect {
	padding: 30px 50px;
	width: 100%;
}

div.fbc {
	text-align: center;
}

div#scGFX-container {
	height: 100%;
	width: 100%;
}

.chat-wrapper {
	width: 100%;
    height: 100%;
	float: left;
	margin-top: 90px;
	overflow-x: hidden;
	overflow-y: visible;
	clear: both;
	margin-bottom: 10px;

}
.position {
    color: #ffffff;
    float: left;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 3px;
    margin-top: 5px;
    background: rgb(34 0 3);
}
.pos-vip-11 a {
	-webkit-animation: colorRotate 6s linear 0s infinite;
	-moz-animation: colorRotate 6s linear 0s infinite;
	-o-animation: colorRotate 6s linear 0s infinite;
	animation: colorRotate 6s linear 0s infinite;
	background: url(img/cbox/linkback.gif) repeat;
}
img.vipimg {
	height: 25px;
}
img.smlys {
	height: 40px;
}

div.smiley-wrapper {
	position: absolute;
	margin-top: 4px;
	width: 85%;
	height: 300px;
	right: 20px;
	background: #cccccc;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
	border-top: 2px solid #cccccc;
	padding: 10px;
	z-index: 9999;
	display: none;
	margin-left: 5px;
    overflow-x: hidden;
    overflow-y: visible;
}

div.smiley-wrapper img {
	cursor: pointer;
}

div.smiley-wrapper img:hover {
	opacity: 0.3;
}

::-webkit-scrollbar {
    width: 7px;
	margin-right: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #9e9e9e;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 2px;
    background: #9e9e9e; 
    -webkit-box-shadow: inset 0 0 6px #333); 
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #9e9e9e; 
}