html,body,#wrapper {
    
    padding:0;
    margin:0;
}

#middle{
    position:absolute;
}

#middle {
    top:50px;
    bottom:50px;
    width:90%;
}

body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
div {
    display: block;
}

#webchat-customer-header {
	padding: 20px;
	color: #333;
	font-size: 1.5em;
	border-bottom: 1px solid #ffb617;
	text-align: center;
	margin-right: -15px;
	margin-left: -15px;
	position: absolute;
	top:0;
	right: 0;
    left: 0;
	z-index: 1030;
	border-width: 0 0 1px;
	line-height: 1.42857143;
}
#webchat-customer-header img {
    max-width: 100%;
    max-height: 62px;
    margin: auto;
    margin-top: -20px;
    margin-bottom: -15px;
    height: auto;
}

#webchat-customer-footer {
	background-color: #ffb617;
	padding: 20px;
	bottom:0;
	position: absolute;
	margin-right: -15px;
	margin-left: -15px;
	right: 0;
    left: 0;
}

.box {
	margin-top:25px;
	margin-bottom:25px;
	padding: 20px;
	height: 90%;
	position: relative;
	width:45%;
	margin:70px auto;
  }

#webchat-customer-content {
	margin-top: 74px;
	margin-bottom: 74px;
	padding: 20px;
	position: relative;
	width:45%;
    margin: auto;
}


.form-group {
	margin: 15px
}

.form-control {
	margin: auto;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 0;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

.btn {
	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
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.invalid{border-color:#d43f3a}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
}