	.chatbtn-info {
		color: white;
		background-color: #075f8b;
		border-color: #075f8b;
	}
	
	.chatbtn-info, .btn-info:focus {
		background-color: #075f8b;
		border-color: #075f8b !important;
		color: #fff;
	}
	.chatbtn {
		cursor: pointer;
		padding: 6px 12px;
		border-radius: 3px;
		border: 1px solid transparent;
		font-size: 13px;
		line-height: 1.475;
		vertical-align: middle;
		transition: all 0.25s;
	}
	
	.chatbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	
	.chatbtn:not(.disabled):not(:disabled):hover {
    box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	}

	
	.shadow-box {
    box-shadow: 0 3px 2px rgba(0,0,0,0.15),-2px 0 0 rgba(0,0,0,0.03),2px 0 0 rgba(0,0,0,0.03),0 2px 0 rgba(0,0,0,0.12)!important;
    }
	
	#chatbody {
	background: #fff;
	color: #000000;
	font: 100%/1.5em "Droid Sans", sans-serif;
	margin: 0;
	z-index: 90000;
    }
    
    fieldset {
    	
	border: 0;
	margin: 0;
	padding: 0;
    }
    
    .chatinput {
    
    	background: #ffffff;
    }  
    
    .chat {
	background: white;
    } 
    
    .btn-info {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
    }
    
    input {
	border: 0;
	color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    }
    
    #live-chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
    }
	
	#live-chat input[type="text"]:focus {
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 8px;
		outline: none;
		width: 234px;
		border-color: rgb(233, 78, 76);
		box-shadow: 0 1px 1px rgb(255, 255, 255) inset, 0 0 8px rgb(204, 185, 184);
	}
	
	#live-chat #chatMsg {
	position: fixed;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 8px;
    outline: none;
    width: 250px;
    bottom: 40px;
    }
    
    #live-chat form {
	padding: 10px;
	
    }
	
	#live-chat {
	bottom: 0;
	font-size: 12px;
	/*right: 24px;*/
	/*position: fixed;*/
	width: 100%;
	}
	
	#live-chat header {
	background: #4885ed;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 16px;
    }
    
    #live-chat h4 {
	font-size: 12px;
    }
	
/////////////////////////////////////////////////////////////////////////////////////
.chatbox{transition:all .4s ease-in-out}
#close-chat,.minim-button,.maxi-button,.chat-text{cursor:pointer;font-family:Arial,sans-serif;text-align:center;height:20px;line-height:31px}
.chatbox{border:0px solid #A8A8A8}


.chatbox{
	border-radius: 18px 18px 15px 15px;
	padding-top: 46px;
    color: #ffffff;
	position:fixed;
	bottom:0;
	right:25px;
	margin:0 0 -1500px;
	background: #075f8b;
	border-bottom:none;
	/*padding:28px 10px 10px;*/
	/*    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;*/
    padding-top: 40px;
	box-shadow: 0 0px 5px rgba(5, 0, 0, 0.68),0 2px 32px rgba(0,0,0,.16) !important;
	z-index:12000000000;
	}
	
#close-chat{position:absolute;top:2px;right:2px;font-size:24px;width:20px;z-index:2}
#minim-chat,#maxi-chat{position:absolute;top:0;left:0;width:100%;height:20px;line-height:20px;cursor:pointer;z-index:1}
.minim-button{    position: absolute;
    color: white;
    top: 8px;
    right: 6px;
    font-size: 24px;
    width: 20px;
	}
.maxi-button{    position: absolute;
    color: white;
    top: 8px;
    right: 6px;
    font-size: 24px;
    width: 20px;
	}

.chat-text{
	position: absolute;
    top: 5px;
    font-family: Verdana, Geneva, sans-serif;
    left: 10px;
    font-size: 17px;
	}
	
.chat-textb{
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:16px;
	}
	
	/*
#chat{border-radius:3px;padding:2px 8px;font-size:12px;background:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}
#chat:before{border-width:10px 11px 0 0;border-color:#A8A8A8 transparent transparent;left:7px;bottom:-10px}
#chat:after{border-width:9px 8px 0 0;border-color:#fff transparent transparent;left:8px;bottom:-8px}
#chat:hover{background:#ddd;-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}
#chat:hover:after{border-color:#ddd transparent transparent!important}*/

.animated-chat{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(.9)rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg)}
100%{-webkit-transform:scale(1)rotate(0)}
}
@keyframes tada{0%{transform:scale(1)}
10%,20%{transform:scale(.9)rotate(-3deg)}
30%,50%,70%,90%{transform:scale(1.1)rotate(3deg)}
40%,60%,80%{transform:scale(1.1)rotate(-3deg)}
100%{transform:scale(1)rotate(0)}
}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Radio Button Animation */
/*////////////////////////////////////////////////////*/

.load7 .loader {
	color: #344b97 !important;
	bottom: 83px !important;
}
               
.chat-comment-option {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border: 1px solid #0077e5;
    border-radius: 1.3em;
    padding: 11px 14px 11px 32px;
    margin: 5px;
    min-width: 55px;
    color: #0077e5;
    line-height: 1;
    -webkit-transform-origin: 25% 0;
    transform-origin: 25% 0;
  	cursor: pointer;
}
               
.chat-comment-option:hover:before {
    background-color: #2dc464 !important;
}

.chat-comment-option:before {
    content: "";
    background-color: #e1e1e1;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50%;
}
         
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}


.bubble-animate {
    transition-duration: .375s,.75s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275),cubic-bezier(.215,.61,.355,1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
               
.datetextb {
    position: relative;
    top: 0px;
    margin-left: 20px;
    font-size: 10px;
    color: #b0bec5;

}

.datetextbr {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 10px;
    color: #b0bec5;
}
               
.select2-selection {
  border-radius: 10px !important;
}
               
textarea#otherreq {
      border-radius: 8px;
}
         
p#options {
	margin: 5px 0 5px;
}

.talk-bubble input[type="text"] {
    border-radius: 25px !important;
    margin-top: 5px;
}
