@charset "UTF-8";
/* CSS Document */
.ui-datepicker-header .ui-datepicker-title select {
	color: black;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}
.banner {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.banner .logo {
	position: absolute;
	top: -35px;
}
.banner .doctor {
	margin-left: 35px;
}
.chat-online h1 {
	font-size: 21px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #277926;
	text-transform: uppercase;
	padding-right: 120px;
}
.chat-online h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #3a3b3a;
	padding-right: 120px;
}
.badge-image {
	position: absolute;
	position: absolute;
	top: -24px;
	z-index: 1;
	right: -22px;
}
.chat-online {
	background-color: #FFF;
	padding: 20px 25px;
	margin-top: 0px;
	color: #333333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	max-width: 695px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.chat-online .textVidente img {
	float: left;
	margin-right: 15px;
	width: 58px;
}
.chat-online .form_fields {
	position: relative;
	background-color: #e1e3e7;
	max-height: 260px;
	min-height: 260px;
	padding: 2%;
	width: 100%;
	overflow-y: scroll;
}
.chat-online .textVidente {
	float: left;
	width: 100%;
	padding: 15px 0;
	clear: left;
}
.chat-online .space_info {
	position: relative;
	background-color: #e1e3e7;
	padding: 2%;
	width: 100%;
	height: 35px;
	border-top: 1px solid #FFFFFF;
}
.chat-online .space_info-status {
	position: relative;
	background-color: #ededed;
	padding: 5px 10px;
	width: 100%;
	height: auto;
	color: #18b32a;
}
.circle {
	width: 8px;
	height: 8px;
	background: #18b32a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}
.chat-online .writeVidente {
	position: absolute;
	bottom: 10px;
}
.chat-online .fieldsUser {
	background-color: #e1e3e7;
	padding: 2%;
	width: 100%;
	margin-top: 10px;
	min-height: 36px;
}
.chat-online #dados_form {
	clear: none;
	width: 65%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	color: #000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
}

.chat-online label{ font-weight: 400; margin-right: 10px}
.chat-online .field input[type=text] {
	background-color: #fff;
	color: #333;
	border: 0;
	outline: 0;
	width: 100%;
}
.chat-online .btn_default a {
	width: 30%;
	font-size: 18px;
	float: right;
	padding: 7px;
	background: #33a33b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.btn_default a:hover, .btn_default a:focus {
	background-color: #277926;
	color: #FFF;
	text-decoration: none;
}
.chat-online .row {
	padding: 0;
	margin: 0;
}
.chat-online input[type=radio], input[type=checkbox] {
	margin: 3px 3px 0;
	line-height: normal;
}
.footer {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #7e7e7e;
	padding-bottom: 0px;
	margin-top: 95px;
	padding-bottom: 15px;
}
.footer a {
	font-size: 13px;
	font-weight: normal;
	color: #7e7e7e;
	text-decoration: underline;
}
.footer a:hover, .footer a:focus {
	font-weight: normal;
	color: #7e7e7e;
	text-decoration: underline;
}
.image-md {
	margin-top: -120px;
	width: 100%;
	z-index: 1;
	position: absolute;
	height: 120px;
}
.image-xl {
	display: none;
}
/*********/
/*modal*/
/*********/
.modal-content {
	padding: 30px 20px;
	padding-bottom: 40px;
	border-radius: 0px;
	color: #333333
}
.modal .close {
	opacity: 1;
	outline: none;
	position: absolute;
	right: -10px;
	top: -10px;
}
.modal h2 {
	font-size: 25px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.modal hr {
	border: none;
	margin: 20px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
}
 @media (min-width:1300px) {
.image-xl {
	display: block;
	margin-top: -90px;
	width: 100%;
	z-index: 1;
	position: absolute;
	height: 90px;
}
.image-md {
	display: none;
}
}
 @media (max-width:1200px) {
.chat-online h2, .chat-online h1 {
	padding-right: 90px;
}
.banner .doctor {
	margin-left: 0px;
}
}
 @media (max-width:992px) {
.banner .doctor {
	margin-left: -40px;
}
.chat-online h1 {
	font-size: 19px;
}
.chat-online h2 {
	font-size: 13px;
}
}
 @media (max-width:768px) {
.chat-online .btn_default a {
	width: 100%;
	margin-top: 8px;
}
.chat-online #dados_form {
	width: 100%;
	height: auto;
}
.chat-online {
	margin-top: 0px;
	padding: 15px;
}
.container.no-padding, .col-xs-12.no-padding {
	padding: 0px;
}
.chat-online h1, .chat-online h2 {
	padding: 0px;
}
.image {
	width: 100%;
	margin-top: 0px;
}
.header {
	text-align: center;
}
.banner {
	padding-top: 15px;
}
.banner .logo {
	position: relative;
	width: 70px;
	top: inherit;
	margin-bottom: 15px;
}
.badge-image {
	top: -100px;
	right: 15px;
	width: 90px;
}
.footer {
	margin-top: 25px;
}
}

#nota{
	font-size: 10px;
	padding-top: 10px;
}