/* IMPORT ADDITIONAL CSS */

/* ------ CLIENT CHAT WINDOW ------ */
#status_box {
		 height: 25px;
	    margin: 41px auto 46px;
	    padding: 3px 10px 10px;
}
.ls_available {
	
	padding:5px;
	-moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
	text-align:center;
	font-size:18px;
	background: #dff3a8;
        background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
        background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dff3a8, endColorstr=#c4fb92);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dff3a8, endColorstr=#c4fb92)";

	border:1px solid #ABE195;

}
.ls_available a { color:#222;text-decoration: none;}
.ls_unavailable {
        border:1px solid #000;
        padding:5px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        text-align:center;
        font-size:18px;
	background: #f4d4d4;
        background: -moz-linear-gradient(top,#f4d4d4,#e18383);
        background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3c7c7, endColorstr=#eea2a2);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3c7c7, endColorstr=#eea2a2)";
        border:1px solid #db6868;
}
.ls_unavailable a { color:#222; text-decoration: none;}

#chat_window {
	position:relative;
	margin:10px auto;
	padding-top:5px;
	width:490px;
	height:415px;
	background-color:#fff;
	color:#222;
	-moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;

}
/*.container {
	position:relative;
	margin:10px;
}
.centered_container {
	margin:10px auto;
	border:1px solid red;
	padding:10px;
	-moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
}*/

#chatOutput {
	margin:10px 10px 45px 10px;
	border:1px solid #A8B9CB;
	height:310px;
	overflow-x:hidden;
	font-family: Verdana, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.5em;
}


/* ------ GLOBALS ------- */
.error {
        background-color:#fdc3c3;
        border:1px solid #b10000;
        padding:5px 1px 5px 50px;
        margin: 10px 0px 10px 0px;
        background-image:url(../images/icons/stop.png);
        background-repeat:no-repeat;
        background-position:10px 7px;
        color:#000;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        min-height:40px;
}
.success {
        background-color:#dff3a8;
        border:1px solid #ABE195;
        padding:5px 1px 5px 50px;
        margin: 10px 0px 10px 0px;
        background-image:url(../images/icons/ok.png);
        background-repeat:no-repeat;
        background-position:10px 7px;
        color:#000;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        min-height:40px;
}

.inline {display:inline;}
.small_text {font-size:14px;}
.red { color:red;}
.bblue {
	background-color:#a6c9e4;
	border-radius:inherit;
}
.pale_blue {
	background-color:#E4F0F5;
	border:1px solid #D6EFF8;
}
.response_sum {	
	font-size:10px;
	color:#555;
}
.admin {
	
}
.user {
	
}
#chatOutput .notice .wrap-msg.greater{
	background-color: transparent;
	color: #2196F3;
	width: 100%;
	display: inline;
	border-bottom: 1px solid #2196F3;

}
#chatOutput .notice .wrap-msg.greater a{
	color: blue;
}
.notice {
        padding:10px 5px 10px 5px;
        background-position:98% 50%;
        background-repeat:no-repeat;
		background-color: transparent;
}
.text_block {
	padding:10px 5px 5px 10px;
}	
.error {
        background-color:#fdc3c3;
        border:1px solid #b10000;
        padding:1px 1px 1px 45px;
        margin: 10px 0px 10px 0px;
        background-image:url(../img/icons/stop.png);
        background-repeat:no-repeat;
        background-position:10px 7px;
        color:#000;
	-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
}

/* ------ FORMS ------- */
.thin { width:250px; }
.wide { width:500px; }
label {
	font-size:15px;
	margin:0px 0px 0px 10px;
}
.input_field {
	margin:5px 0px 8px 10px;
	background-color: #fff;
	font-size: 14px;
	color: #444;
	padding: 6px;
	border:1px solid #A8B9CB;
	
	
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5em;
}
.input_field:focus {
	-moz-box-shadow: 0px 1px 3px #a6c9e4;
        -webkit-box-shadow: 0px 1px 3px #a6c9e4;
        box-shadow: 0px 1px 3px #a6c9e4;
	border:1px solid #6cb0e4;
}
.submit {
	height:auto;
	padding:5px;
	border:1px solid #5ab9dc;
	cursor:pointer; 
	background: #76aec3;
	background: -webkit-gradient(linear, left top, left bottom, from(#edf6fb), to(#5ab9dc));
	background: -moz-linear-gradient(top, #edf6fb, #5ab9dc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#edf6fb, endColorstr=#5ab9dc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#edf6fb, endColorstr=#5ab9dc)";
	
	font-weight:600;
	color:#2a4f64;
}
/* ------ TYPE ------ */
.wrap_form_chat.wrap_chat_offline .footer.sh{
	display: block;
}
.wrap_form_chat.wrap_chat_offline .footer{
	display: none;

}


.wrap_form_chat.wrap_chat_offline .input_form{
	display: block;
	margin-bottom: 15px;
	padding-left: 8px;

}
.wrap_form_chat.wrap_chat_offline .wrap-content-chat_off.sh{
	display: block;
}
.wrap_form_chat.wrap_chat_offline .wrap-content-chat_off{
	padding: 10px 0px 10px 10px;
	display: none;
}
.wrap_form_chat.wrap_chat_offline .input_field.submit.input_form{
	margin-left: 0px;
}
.wrap_form_chat.wrap_chat_offline textarea.input_form{
	height: 180px!important;
}
.wrap_form_chat.wrap_chat_offline input[type='text'].input_form,.wrap_form_chat.wrap_chat_offline textarea.input_form{
    max-width: 100%;
    width: 95%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 30px;
}
.wrap_form_chat{
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 340px;
	box-shadow:1px 2px 5px 0 rgba(0, 0, 0, 0.4);
	z-index: 999;
	background-color: white;
}
.wrap_form_chat .header{
	background-color: #007CC2;
	color: white;
	cursor: pointer;

}
.wrap_form_chat .header h2.title i.fa.sh{
	display: none;
}
.wrap_form_chat .header h2.title{
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
	margin-left: 15px;
    color:#fff;
}
.wrap_form_chat .header .wrap-icon{
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	
}
.wrap_form_chat .header .wrap-icon.sh{
	display: inline-block;
}
.wrap_form_chat .wrap-content-chat{
	
	display: none;
	box-shadow:0 0 1px #fff;
	border: 1px solid #e5e5e5;
}

.wrap_form_chat .footer.sh.sh2,.wrap_form_chat .wrap-content-chat.sh.sh2{
	display: none;
}
.wrap_form_chat .wrap-content-chat.sh{
	display: block;
}

.wrap_form_chat .wrap-content-chat .content_chat{
	height: 240px;
	overflow-y: auto;
}

.wrap_form_chat .wrap-footer-chat textarea{
	width: 100%;
	height: 50px;
	resize:none;
}

.wrap_form_chat .footer{
	background-color: #007CC2;
	height: 25px;
	border-top: 1px solid #f0f0f0;
	display: none;
}
.wrap_form_chat .footer.sh{
	display: block;
}
.wrap_form_chat .footer marquee h2{
	font-size: 12px;
	color: white;
	margin: 3px 0 0;

}
#MessageInput{
	position: fixed;
	bottom: 25px;
	background-color: white;
	width: 355px;
}
#MessageInput .wrap_input #message{
	width: 255px;
	display: inline-block;
	height: 40px;
}
#MessageInput .wrap_input .input_field.submit{
	display: inline-block;

}
#chatOutput{
	padding: 15px;
}
#chatOutput .response_sum img{
	height: 45px;
    width: 40px;
}
#chatOutput .user{
	text-align: right;
}
#chatOutput .user:after {
    clear: both;
    content: "";
    display: block;
}
#chatOutput .user .response_sum{
	display: inline-block;
	margin-bottom: 15px;
}
#chatOutput .user .response_sum img{
	height: 30px;
    width: 35px;
}
#chatOutput li{
	display: block;
	position: relative;
}
#chatOutput .admin{
	margin-bottom: 15px;
}

#chatOutput .admin .wrap-msg{
	margin-left: 15px;
    margin-top: 0px;
    vertical-align: top;

}
#chatOutput .user .wrap-msg.greater{
	margin-bottom: 10px;
}

#chatOutput .wrap-msg.greater{
	width: 190px;

}
#chatOutput .wrap-msg{
	 background-color: #2196f3;
    color: white;
    padding: 5px;
    display: inline-block;
    position: relative;
}
#chatOutput .user .wrap-msg {
    right: 15px;
    background-color: #00cfca;
    vertical-align: top;

}
#chatOutput .admin.ntf .wrap-msg{
	background-color: #F2CA27;
}
#chatOutput .admin.ntf .wrap-msg:before{
	border-color: transparent #F2CA27 transparent transparent;
}
#chatOutput .admin.ntf .wrap-msg:after{
	border-color: transparent #F2CA27 transparent transparent;
}
#chatOutput .admin .wrap-msg:before {
    border-color: transparent #2196f3 transparent transparent;
    border-style: solid;
    border-width: 8px;
    content: "";
    left: -15px;
    position: absolute;
    top:5px;
}
#chatOutput .user .wrap-msg:after {
    border-color: transparent transparent transparent #00cfca;
    border-style: solid;
    border-width: 8px;
    content: "";
    right: -15px;
    position: absolute;
    top:5px;
}

#chatOutput ul {
    padding-bottom: 80px;
}
.wrap-content-chat .confirm_destroy.sh{
	display: block;
}
.wrap-content-chat .confirm_destroy{
	background-color: #EFFCFC;
    height: 370px;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-top: 25px;
    display: none;
}
.wrap-content-chat .confirm_destroy span{
	display: block;
	text-align: center;
}
.wrap-content-chat .confirm_destroy span.wrap_btn{
	margin-top: 15px;
}
.wrap-content-chat .confirm_destroy span.wrap_btn a{
	padding: 6px 12px;
	border: 1px solid;
	cursor: pointer;
	display: inline-block;
	color: white;
}
.wrap-content-chat .confirm_destroy span.wrap_btn a.yes{
	background-color: #007CC2;
	border-color: #007CC2;
}
.wrap-content-chat .confirm_destroy span.wrap_btn a.no{
	background-color: #ccc;
	border-color: #ccc;

}
.wrap-content-chat #message{
	height: 20px;
	margin-top: 0px;
	margin-bottom: -7px;
}
.wrap_form_chat .header .wrap-icon i.fa{
	color: white;
}