/* html */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");

html { overflow-x: hidden; }

/*body {background: #00468c; font-size: 14px; }*/
body { background: #003249; font-size: 14px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; color: #717171; }
img { max-width:100%; max-height:100%; }

a { color:#2e3e4e; text-decoration:none; }
a:hover, a:focus { color: #4a647e; text-decoration: none; }

/* layout */
#header { border-bottom: 1px solid #888;}
#logo {text-align: center;}
#topnav { }
#topnav a { color: #fff; }
/*#topnav a:hover {}*/
#main {background: #fff; min-height: 25em;}
.main-dark {background: #000 !important; min-height: 25em;}
#crumb { line-height: 2.4em; }
#bottom { background: #003249;}
#footer {}
#content p { font-size: 1em; }

#notif-area {
  color: #fff;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 1000;
}
#notif-area .bubble {
  position: relative;
  left: -50%;
  padding: 6px 5px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#notif-area.success .bubble {
  background-color: #0aa700;
  border: 1px solid #099600;
}
#notif-area.error .bubble {
  background-color: #f00;
  border: 1px solid #f00;
}
#notif-area.warning .bubble {
  background-color: #00f;
  border: 1px solid #00f;
}
#notif-area .bubble .message {
  margin-right: 20px;
}
#notif-area .bubble .close-button {
  font-size: 10px;
  padding: 1px 4px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  border-color: transparent;
}

.menu ul { list-style: none; margin: 0; padding: 0.5em 0; color: #fff; }
.menu ul li { display: inline;}
.menu li a {
    border-left: 1px solid #fff; /* cor borda link menu */
    padding: 0 .5em; /* 0 .8em */
}  
.menu li:first-child a { border-left: 0; }

.menu li a.noborder { border-left: 0; }

.menu-admin {}
.menu-utilidades{ }


.nowrap {white-space: nowrap;}
.block {display:  block;}
.apps {max-height: 55px;}

/* styles */
h1 { color: #333;}
h2 { color: #333;}
h3 { color: #333;}
h4 { color: #333;}
h5 { color: #333;}
h6 { color: #333;}

.display-table { display: table; table-layout: fixed; }
.display-cell  { display: table-cell; vertical-align: middle; float: none; }

.img-wrapper { width:64px; height:64px; line-height:64px; overflow: hidden !important; }
.img-wrapper img { width: 100%; height: 100%; }
.img-inline { position:relative !important; display:inline-block !important; }
.img-profile { width:150px; height:150px; line-height:150px; overflow: hidden !important; }

.text-clip 		{ text-overflow: clip; white-space: nowrap; overflow: hidden;     }
.text-ellipsis  { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.text-break		{ word-wrap: break-word; white-space: normal; overflow: hidden; }
.text-right		{ text-align: right; }
.text-clampin   { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.attachment-badge { position:absolute !important; background:#ff6700 !important; color:white !important; top:-7px !important; }
.notify-exam-badge{ background: #ff6700; position:relative; top: -44px; right: -110px; }
.techcrunch-badge { position: fixed; left: 0; top: 260px; width: 140px; z-index: 99999; background: #0da602; border-radius: 0px 5px 5px 0px;  text-align: center; }

.bold { font-weight: bold;}
.em-md { font-size: 1.5em; }
.em-2x { font-size: 2em;}
.em-3x { font-size: 3em;}

.header-bg-white { background: url('images/header-bg-white.png') top repeat-x; padding-right: 0;}
.header-bg-divide { background: url('images/header-bg-divide2.jpg') top right no-repeat; }
.header-bg-gray { background: url('images/header-bg-gray2.png') top repeat-x; }

.invisible { display:none !important; }

.line { *width: 100%; height: 2px; margin: 10px 0; font-size: 0; overflow: hidden; background-color: transparent; border-width: 0; border-top: 1px solid #e8e8e8; }
.line-lg { margin-top: 15px; margin-bottom: 15px; }
.line-xs { margin: 0; }
.line-dashed {  border-style: dashed; background: transparent; }

.color-faded-blue, a.color-faded-blue, .color-faded-blue:hover { color:#2c587a; }
.color-blue, a.color-blue, .color-blue:hover { color: #1c84f5; }
.color-dark-blue, a.color-dark-blue, .color-dark-blue:hover { color: #00468c; }
.color-red, a.color-red, .color-red:hover { color: red; }
.color-green, a.color-green, .color-green:hover { color: #6bce5f; }
.color-orange, a.color-orange, .color-orange:hover, .color-orange:focus, .color-orange:focus:active  { color: #ffa200; }
.color-dark-orange, a.color-dark-orange, .color-dark-orange:hover { color: #ff6700; }
.color-white, a.color-white, .color-white:hover  { color: #fff; }
.color-gray, a.color-gray, .color-gray:hover { color: #a4a4a4; }
.color-black, a.color-black, .color-black:hover { color: #333333; }

.bg-white { background: #fff; }
.bg-light-gray { background: #efefef; }
.bg-gray  { background: #ccc; }
.bg-blue  { background: #1c84f5; }
.bg-green { background: #6bce5f; }
.bg-dark-green { background: #074e2e; }

.bg-green.hover:hover, .bg-green.hover:focus, .bg-green.hover:active, .bg-green.hover.active { background: #6bce5f; border-color: #6bce5f; }
.bg-dark-green.hover:hover, .bg-dark-green.hover:focus, .bg-dark-green.hover:active, .bg-dark-green.hover.active { background: #6bce5f; border-color: #6bce5f; }

.bg-orange { background: #ffa200; }
.bg-dark-orange { background: #ff6700; }
/*.bg-orange.hover:hover, .bg-orange.hover*/
.bg-red { background-color: #ee554d; }
.bg-dark-red { background-color: #dd3333; }
.bg-dark-blue  { background: #003249; }
.bg-purple  { background: #714fc0; }
.bg-pink { background: #e84e85; }
.bg-light-yellow  { background: #FFF59D;}
.bg-light-blue { background:#659CEF; }
.bg-yellow { background: #ffca45; }
.bg-gradient { background: linear-gradient(to bottom, #ddd, #fff); border-bottom: solid 1px #ccc };

.border { border-width: 1px; }
.border-dark-gray { border-width: 1px; border-style: solid; border-color: #717171; }
.border-white { border-style: solid; border-color: #fff; }
.border-blue { border-style: solid; border-color: #1c84f5 !important; }
.border-green { border-style: solid; border-color: #6bce5f; }
.border-orange { border-style: solid; border-color: #ffa200; }
.border-red { border-style: solid; border-color: #ee554d; }
.border-dark-orange { border-style: solid; border-color: #ff6700; }
.border-dark-red { border-style: solid; border-color: #dd3333; }
.border-dark-blue { border-style: solid; border-color: #003249; }
.border-purple { border-style: solid; border-color: #714fc0; }
.border-yellow { border-style: solid; border-color: #ffca45; }
.border-circle {position:relative; padding: 10px; width: 120px; height: 120px; line-height:100px; font-size: 2.5em; border-radius: 50%; text-align: center; margin: 0 auto;}
.border-radius { border-radius: 25px; }

.dash-bg-blue  { background: #6dcff6; padding: 0.3em}
.dash-bg-green { background: #79eb37; padding: 0.3em}
.dash-bg-yellow { background: #ffdc10; padding: 0.3em}
.dash-bg-purple { background: #714fc0; padding: 0.3em}
.dash-bg-orange { background: #ffa200; padding: 0.3em}

.dash-left-bg-blue  { background: url('images/cliente/dash-bg-azul.jpg') center left no-repeat; padding: 0.3em 0.3em 0.3em 26px; margin-left: -17px;}
.dash-left-bg-green { background: url('images/cliente/dash-bg-verde.jpg') center left no-repeat; padding: 0.3em 0.3em 0.3em 26px; margin-left: -17px;}
.dash-left-bg-yellow { background: url('images/cliente/dash-bg-amarelo.jpg') center left no-repeat; padding: 0.3em 0.3em 0.3em 26px; margin-left: -17px;}
.dash-left-bg-purple { background: url('images/cliente/dash-bg-roxo.jpg') center left no-repeat; padding: 0.3em 0.3em 0.3em 26px; margin-left: -17px;}
.dash-left-bg-orange { background: url('images/cliente/dash-bg-orange.png') center left no-repeat; padding: 0.3em 0.3em 0.3em 26px; margin-left: -17px;}

.border-none {border: 0;}
.border-top { border-top: 1px solid #ccc; border-radius: 0; }
.border-bottom { border-bottom: 1px solid #ccc; border-radius: 0; }
.border-left { border-left: 1px solid #ccc; border-radius: 0;}
.border-right { border-right: 1px solid #ccc; border-radius: 0;}

.border-top-left { border-top-left-radius: 15px;}
.border-top-right { border-top-right-radius: 15px; }

.background-transparent { background: transparent; }
.background-transparency { background: rgba(255,255,255,0.3); }

.clear {clear: both;}
.clear-1em {clear: both; padding: 1em 0;}
.clear-2em {clear: both; padding: 2em 0;}

.dashboard-fixed-height { height: 220px; }

.width-100 { width:100%; }

.file-upload {
    position: relative;
    overflow:hidden;
    display:inline-block;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.photo-container
{
	max-width:109px;
	height:45px;
	background-image:url(images/nova-imagem.png);
	background-position:center center;
	background-size: cover;
	margin:10px auto;
	border-radius:2px;
}

.exam-container
{
	max-width:130px;
	height:36px;
	background-image:url(images/novo-resultado.png);
	background-position:top left;
	background-size: cover;
	border-radius:2px;
}

.message-container
{
	max-width: 130px;
	height: 36px;
	background-image: url(images/novo-anexo.png);
	background-position: top left;
	background-size: cover;
	border-radius: 2px;
}

.message-container-orange
{
	max-width: 130px;
	height: 35px;
	background-image: url(images/novo-anexo-orange.png);
	background-position: top left;
	background-size: cover;
	border-radius: 4px;
}

.add-to-favorite {
	color: #fff;
	background-color: #ce8000;
	border-color: #dd8000;
	outline: none;
}
.add-to-favorite:hover,
.add-to-favorite:focus,
.add-to-favorite.focus,
.add-to-favorite:active,
.add-to-favorite.active {
	color: #fff;
	background-color: #bd7000;
	border-color: #cc7000;
}

input.file {
  width: 100%;
  height: 100%;
  z-index: 999;
  line-height: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  _cursor: hand;
  margin: 0;
  padding: 0;
}
input[type="file"] {
  display: block;
}

img.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  max-width: 190px;
}
img.middle{ vertical-align:  middle;}

.video-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-no-resize { min-width:840px; }
.bg-footer {  background-color: #1c84f5; font-weight: 700; }
.bg-footer-dark { background-color: #1671CE; text-decoration:underline; }
.btn-footer-rounded { border-radius: 50px; border:3px solid #fff; color:#fff; padding-left: 0; padding-right: 0; width: 40px; height: 40px; text-align: center; padding: 7px 11px;}
.btn-footer-rounded:hover { color:#fff; }
.links-footer a { margin: 0 30px 0 0; color: #fff; text-transform: uppercase; font-weight: 600; }
.btn-scroll { position:fixed; right:2%; bottom: 5px; z-index: 999; }

.btn-sq { margin-bottom: 3px; width: 120px !important; height: 95px !important; font-size: 10px; }
.btn-sq-lg { margin-bottom: 3px; width: 160px !important; height: 150px !important; }
.btn-sq-sm { margin-bottom: 3px; width: 50px !important; height: 50px !important; font-size: 10px; }
.btn-sq-xs { margin-bottom: 3px; width: 25px !important; height: 25px !important; padding:2px; }

.crumb-title { font-size: 24px;}
.myphoto { width: 3em; height: 3em;   -webkit-border-radius: 500px;   -moz-border-radius: 500px;   border-radius: 500px;}
.bg-banner-top { background-color: #1671CE; }
.bg-home-band { background-image: url(images/home/band_home.jpg); }
.form-medico{ background: url('images/cliente/cliente_cadastro-medico.jpg') bottom right no-repeat;}
.form-paciente{ background: url('images/cliente/cliente_cadastro-mulher.jpg') bottom right no-repeat;}

.multiselect {
  width: 100%;
  height: 9em;
  border:solid 1px #c0c0c0;
  overflow: auto;
  margin-bottom: 1em;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(50,50,50,0.3);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50,50,50,0.6);
}
::-webkit-scrollbar-track {
  background-color: rgba(50,50,50,0.1);
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(50,50,50,0.2);
}

.bootstrap-tagsinput {
  background-color: transparent;
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color:#717171;
  background: rgba(255,255,255,0.3);
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/*.multiselect {
    width:20em;
    height:15em;
    border:solid 1px #c0c0c0;
    overflow:auto;
}*/
 
.multiselect label {
    display:block;
}
 
.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}

.depoimentos-wrapper {
  background-color: #e7e7e7;
  margin: 0;
  width: 100%;
}

.h3-dep, .h4-dep {
  color: #1053c6;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.avatar-depoimento {
  max-width: 110%;
  border-radius: 50%;
  border:5px solid #fff;
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.depoimentos h3 {
  font-size: 18px;
}

.depoimentos h4 {
  font-size: 12px;
}

.depoimentos p {
  font-size: 14px;
  color: #333;
}

.depoimentos-row {
  margin: 50px -15px 20px -15px;
}

.dialog-fixed {
	position: fixed;
  	top: 0;
  	left: 0;
  	bottom:0;
  	right:0;
  	overflow-y:auto;
  	overflow-x:hidden;
  	z-index:999;
}

.h1 { font-size: 2em !important; font-weight:  bold; }
.h2 { font-size: 1.6em !important; font-weight:  bold; }
.h3 { font-size: 1.4em !important; font-weight:  bold; }
.h4 { font-size: 1.2em !important; font-weight:  bold; }

/* bootstrap -------------------------------------------------------- */

.blue-tooltip + .tooltip > .tooltip-inner { background: #00458a; }
.blue-tooltip + .tooltip.top > .tooltip-arrow { border-top-color: #00458a; }
.blue-tooltip + .tooltip.bottom > .tooltip-arrow { border-bottom-color: #00458a; }

.badge { position:relative; }
.badge.bubble:after { content: ''; position: absolute; border-style: solid; border-width: 5px 5px 5px 0; border-color: transparent #ffa200; display: block; width: 0; z-index: 1; margin-top: -5px; left: -3px; top: 50%; }

/*).tab-content {
    border-left: 1px solid #1c84f5;
    border-right: 1px solid #1c84f5;
    padding: 10px;
}*/

.nav-tabs {
  border-bottom: solid 1px #cecece;
  margin-bottom: 0;
}
.nav-tabs>li>a {
  background: #cdcdcd;
  font-weight: bold;
  color: #222;
  transition: opacity .30s ease-in-out;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  outline: none;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  color: #222;
  opacity: 0.8;
  background: #cdcdcd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background: #00468c;
  border-color: #00468c;
  color: #fff;
  opacity: 1;
}

.panel {
  border: 0;
  background-color: #0000;
}

.panel-heading {  
}

.panel-footer {
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 2px 0;
  border-radius: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 2px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 2px solid #ddd;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 2px solid #ddd;
}

.panel-custom {border:2px; border-top:0; border-style: solid; border-color: #1c84f5;}

.panel-default {
  border-color: #ccc;
}
.panel-default-solid {
  border-color: #ccc;
  background-color: #ccc;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ddd;
  border-color: #ccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}

.panel-primary {
  border-color: #1c84f5;
}
.panel-primary-solid {
  color: #fff;
  border-color: #1c84f5;
  background-color: #1c84f5;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1c84f5;
  border-color: #1c84f5;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1c84f5;
}
.panel-primary > .panel-heading .badge {
  color: #1c84f5;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1c84f5;
}
.panel-success {
  border-color: #0aa700;
}
.panel-success-solid {
  color: #fff;
  border-color: #0aa700;
  background-color: #0aa700; 
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #0aa700;
  border-color: #0aa700;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0aa700;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #0aa700;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0aa700;
}

.panel-warning {
  border-color: #ffa200;
}
.panel-warning-solid {
  color: #fff;
  border-color: #ffa200;
  background-color: #ffa200;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa200;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #ffa200;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa200;
}

.dropdown-menu li a {
    border:none;   
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a
{
	background-image:linear-gradient(#1c84f5, #1c84f5);
	filter: none;
}

/* offcanvas - style */ 
.offcanvas-top {     
    background: #1c84f5;
    border-bottom: 1px #000 solid;
    color: #fff;
    opacity:0.95;
    filter:alpha(opacity=95);
}
.offcanvas-left { 
    background: #1c84f5;
    border-right: 1px #000 solid;
    color: #fff;
}
.offcanvas-right {    
    background: #1c84f5;
    border-right: 1px #000 solid;
    color: #fff;  
}
.offcanvas-bottom {
    background: #1c84f5;
    border-top: 1px #000 solid;
    color: #fff;
    opacity:0.95;
    filter:alpha(opacity=95);
}

a.offcanvas-out  {    
    height: 2.2em;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.3);

}

#menuoffcanvas {
            position: relative;
            font-size: 1.0em;
            padding: 1em 1em 1em 1em;            
            overflow: auto;    
            width: 100%; 
            height: 100%;
            min-height: 100%;  
            margin-top: 2px;    
            position: absolute;
	}
#menuoffcanvas h3 {
	display:block;
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:0.2em;
	margin: 1em 0 2em 1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	}        
        
#menuoffcanvas .box {
	list-style-type:none;
	margin-bottom:1em;;
	padding-bottom:1em;
	}


#menuoffcanvas li {padding:0; margin:0;}
#menuoffcanvas li a,  #menuoffcanvas li a:link {
	font-size:1.2em;
	color:rgb(255,255,255);
	text-decoration: none;
	padding: 0.8em 0 0.8em 1em;
	display: block;
	-moz-transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
         border-left: 0; 
	}
#menuoffcanvas li a:hover {
	color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.2);
	-moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
/* responsivo -------------------------------------------------------- */

/* margins and paddings----------------------------------------------- */

.b-2x 	{ border-width: 2px; }
.b-3x 	{ border-width: 3px; }

.r 		{ border-radius: 2px 2px 2px 2px; }
.r-l 	{ border-radius: 2px 0 0 2px; }
.r-r 	{ border-radius: 0 2px 2px 0; }
.r-t 	{ border-radius: 2px 2px 0 0; }
.r-b 	{ border-radius: 0 0 2px 2px; }

.m-xs 	{ margin: 5px; }
.m-sm 	{ margin: 10px; }
.m-auto { margin:auto; }
.m 		{ margin: 15px; }
.m-md 	{ margin: 20px; }
.m-lg 	{ margin: 30px; }
.m-n 	{ margin: 0; }
.m-n-f	{ margin: 0 !important; }
.m-l-none 	{ margin-left: 0; }
.m-l-xs 	{ margin-left: 5px; }
.m-l-sm 	{ margin-left: 10px; }
.m-l 		{ margin-left: 15px; }
.m-l-md 	{ margin-left: 20px; }
.m-l-lg 	{ margin-left: 30px; }
.m-l-xl 	{ margin-left: 40px; }
.m-l-n-xxs 	{ margin-left: -1px; }
.m-l-n-xs 	{ margin-left: -5px; }
.m-l-n-sm 	{ margin-left: -10px; }
.m-l-n 		{ margin-left: -15px; }
.m-l-n-md 	{ margin-left: -20px; }
.m-l-n-lg 	{ margin-left: -30px; }
.m-l-n-xl 	{ margin-left: -40px; }
.m-t-none 	{ margin-top: 0; }
.m-t-xxs 	{ margin-top: 1px; }
.m-t-xs 	{ margin-top: 5px; }
.m-t-sm 	{ margin-top: 10px; }
.m-t 		{ margin-top: 15px; }
.m-t-md 	{ margin-top: 20px; }
.m-t-lg 	{ margin-top: 30px; }
.m-t-xl 	{ margin-top: 40px; }
.m-t-xl-1 	{ margin-top: 50px; }
.m-t-xl-2 	{ margin-top: 60px; }
.m-t-xxl 	{ margin-top: 70px; }
.m-t-xxl-1 	{ margin-top: 75px; }
.m-t-xxxl 	{ margin-top: 100px; }
.m-t-n-xxs 	{ margin-top: -1px; }
.m-t-n-xs 	{ margin-top: -5px; }
.m-t-n-sm 	{ margin-top: -10px; }
.m-t-n 		{ margin-top: -15px; }
.m-t-n-md 	{ margin-top: -20px; }
.m-t-n-lg 	{ margin-top: -30px; }
.m-t-n-xl 	{ margin-top: -40px; }
.m-r-none 	{ margin-right: 0; }
.m-r-xs 	{ margin-right: 5px; }
.m-r-sm 	{ margin-right: 10px; }
.m-r 		{ margin-right: 15px; }
.m-r-md 	{ margin-right: 20px; }
.m-r-lg 	{ margin-right: 30px; }
.m-r-xl 	{ margin-right: 40px; }
.m-r-n-xxs 	{ margin-right: -1px; }
.m-r-n-xs 	{ margin-right: -5px; }
.m-r-n-sm 	{ margin-right: -10px; }
.m-r-n 		{ margin-right: -15px; }
.m-r-n-md 	{ margin-right: -20px; }
.m-r-n-lg 	{ margin-right: -30px; }
.m-r-n-xl 	{ margin-right: -40px; }
.m-b-none 	{ margin-bottom: 0; }
.m-b-xs 	{ margin-bottom: 5px; }
.m-b-sm 	{ margin-bottom: 10px; }
.m-b 		{ margin-bottom: 15px; }
.m-b-md 	{ margin-bottom: 20px; }
.m-b-lg 	{ margin-bottom: 30px; }
.m-b-xl 	{ margin-bottom: 40px; }
.m-b-n-xxs 	{ margin-bottom: -1px; }
.m-b-n-xs 	{ margin-bottom: -5px; }
.m-b-n-sm 	{ margin-bottom: -10px; }
.m-b-n 		{ margin-bottom: -15px; }
.m-b-n-md 	{ margin-bottom: -20px; }
.m-b-n-lg 	{ margin-bottom: -30px; }
.m-b-n-xl 	{ margin-bottom: -40px; }

.p-xs 	{ padding: 5px; }
.p-sm 	{ padding: 10px; }
.p-auto { padding:auto; }
.m 		{ padding: 15px; }
.p-md 	{ padding: 20px; }
.p-lg 	{ padding: 30px; }
.p-n 	{ padding: 0; }
.p-n-f	{ padding: 0 !important; }
.p-l-none 	{ padding-left: 0; }
.p-l-xs 	{ padding-left: 5px; }
.p-l-sm 	{ padding-left: 10px; }
.p-l 		{ padding-left: 15px; }
.p-l-md 	{ padding-left: 20px; }
.p-l-lg 	{ padding-left: 30px; }
.p-l-xl 	{ padding-left: 40px; }
.p-l-n-xxs 	{ padding-left: -1px; }
.p-l-n-xs 	{ padding-left: -5px; }
.p-l-n-sm 	{ padding-left: -10px; }
.p-l-n 		{ padding-left: -15px; }
.p-l-n-md 	{ padding-left: -20px; }
.p-l-n-lg 	{ padding-left: -30px; }
.p-l-n-xl 	{ padding-left: -40px; }
.p-t-none 	{ padding-top: 0; }
.p-t-xxs 	{ padding-top: 1px; }
.p-t-xs 	{ padding-top: 5px; }
.p-t-sm 	{ padding-top: 10px; }
.p-t 		{ padding-top: 15px; }
.p-t-md 	{ padding-top: 20px; }
.p-t-lg 	{ padding-top: 30px; }
.p-t-xl 	{ padding-top: 40px; }
.p-t-xl-1 	{ padding-top: 50px; }
.p-t-xl-2 	{ padding-top: 60px; }
.p-t-xxl 	{ padding-top: 70px; }
.p-t-xxl-1 	{ padding-top: 75px; }
.p-t-xxxl 	{ padding-top: 100px; }
.p-t-n-xxs 	{ padding-top: -1px; }
.p-t-n-xs 	{ padding-top: -5px; }
.p-t-n-sm 	{ padding-top: -10px; }
.p-t-n 		{ padding-top: -15px; }
.p-t-n-md 	{ padding-top: -20px; }
.p-t-n-lg 	{ padding-top: -30px; }
.p-t-n-xl 	{ padding-top: -40px; }
.p-r-none 	{ padding-right: 0; }
.p-r-xs 	{ padding-right: 5px; }
.p-r-sm 	{ padding-right: 10px; }
.p-r 		{ padding-right: 15px; }
.p-r-md 	{ padding-right: 20px; }
.p-r-lg 	{ padding-right: 30px; }
.p-r-xl 	{ padding-right: 40px; }
.p-r-n-xxs 	{ padding-right: -1px; }
.p-r-n-xs 	{ padding-right: -5px; }
.p-r-n-sm 	{ padding-right: -10px; }
.p-r-n 		{ padding-right: -15px; }
.p-r-n-md 	{ padding-right: -20px; }
.p-r-n-lg 	{ padding-right: -30px; }
.p-r-n-xl 	{ padding-right: -40px; }
.p-b-none 	{ padding-bottom: 0; }
.p-b-xs 	{ padding-bottom: 5px; }
.p-b-sm 	{ padding-bottom: 10px; }
.p-b 		{ padding-bottom: 15px; }
.p-b-md 	{ padding-bottom: 20px; }
.p-b-lg 	{ padding-bottom: 30px; }
.p-b-xl 	{ padding-bottom: 40px; }
.p-b-n-xxs 	{ padding-bottom: -1px; }
.p-b-n-xs 	{ padding-bottom: -5px; }
.p-b-n-sm 	{ padding-bottom: -10px; }
.p-b-n 		{ padding-bottom: -15px; }
.p-b-n-md 	{ padding-bottom: -20px; }
.p-b-n-lg 	{ padding-bottom: -30px; }
.p-b-n-xl 	{ padding-bottom: -40px; }

.padder-v-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

/* >= 1200  ---------------------------------------------------------- */
@media (min-width: 1200px) {
    
    .border-left-lg { border-left: 1px solid #ccc; border-radius: 0;}
    .border-right-lg { border-right: 1px solid #ccc; border-radius: 0;}
    
}
/* >= 992 and < 1200  ------------------------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {

    
}
/* >= 992  ----------------------------------------------------------- */
@media (min-width: 992px) {

    .border-left-md { border-left: 1px solid #ccc; border-radius: 0;}
    .border-right-md { border-right: 1px solid #ccc; border-radius: 0;}
    
}

/* >= 768 and < 992  ------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {

}

/* >= 768  ----------------------------------------------------------- */
@media (min-width: 768px) {

    .border-left-sm { border-left: 1px solid #ccc; border-radius: 0;}
    .border-right-sm { border-right: 1px solid #ccc; border-radius: 0;}

    .text-right-sm { text-align: right;}

}

/* < 767  ------------------------------------------------------------ */
@media (max-width: 767px) {
.avatar-depoimento {
	max-width: 30%;
	margin: 0 10px 10px 0;
	float: left;
}
.depoimentos {
	text-align: right;
}
}

#exam-form-group .tooltip-inner {
	background-color: #00458a;
}
#exam-form-group .tooltip-arrow {
	border-top-color: #00458a;
}

.badge2 {
	background: url(images/icone_numeros.png);
	display: inline-block;
	color: white;
	font-weight: bold;
	margin-right: 20px;
	width: 33px;
	text-align: center;
	padding-top: 7px;
}
/*#badge2_1 { padding-left: 2px; }
#badge2_2 { padding-left: 3px; }*/

.nomargin{
	margin:0px !important;
}

/* faq */

.faq-block:first-child {
	margin-top: 10px;
}

.faq-block {
	padding: 4px 14px 9px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.faq-block ol {
	padding-left: 30px;
	color: #fff;
	font-size: 0.9em;
}

.faq-block ol li {
	line-height: 20px;
}

.faq-block h3 {
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0 0 5px;
	line-height: 40px;
}

.faq-block h3, .faq-block a {
	color: #fff;
}

.faq-block a {
	font-weight: bold;
}

.faq-block a:hover {
	text-decoration: underline;
}

.faq-details h3 {
	margin-bottom: 20px;
}

.faq-details li {
	margin-bottom: 1em;
}

.faq-details a {
	color: #1c84f5;
	text-decoration: underline;
}

.faq-details a:hover {
	text-decoration: none;
}

.faq-details table, .faq-details td {
	border: solid 1px #1c84f5;
}

.faq-details table td {
	padding: 5px;
}

/** sub-banner */

#sub-banner-panel {
	background: #659CEF;
	min-width: 840px;
	max-width: 1373px;
	margin: auto;
	padding: 20px;
}
#sub-banner-panel-text {
	width: 800px;
	margin: auto;
	text-align: left;
}
#sub-banner-panel-text span:first-child {
	font-size: 20px;
	color: white;
	font-weight: bold;
}
#sub-banner-panel-text span:first-child+span {
	font-size: 18px;
	color: white;
}
#sub-banner-panel-question {
	font-size: 22px;
	font-weight: bold;
	color: white;
}
#sub-banner-panel button {
	color: white;
	font-size: 16px;
	margin-top: 10px;
}

#sub-banner-popup .modal-dialog {
	width: 350px;
}

#sub-banner-popup .modal-body {
	padding: 0px 0px 7px 0px;
}

.border-container {
	height: 100%;
	overflow: hidden; /* only needed if floating container */
	-moz-box-shadow: inset 15px 0 5px -16px rgba(0,0,0,.1), -1px 0 0 #FFF;
	-webkit-box-shadow: inset 15px 0 5px -16px rgba(0,0,0,.1), -1px 0 0 #FFF;
	box-shadow: inset 15px 0 5px -16px rgba(0,0,0,.1), -1px 0 0 #FFF;
	border-width: 0 0 0 1px;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,.09)), to(rgba(0,0,0,0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, rgba(0,0,0,.09), rgba(0,0,0,0)) 1 100%;
	-moz-border-image:
	-moz-linear-gradient(top, rgba(0,0,0,.09), rgba(0,0,0,0)) 1 100%;
}

#top-doctor-help .dropdown-menu > li > a:hover, #top-doctor-help .dropdown-menu > li > a:focus {
	background-image:none !important;
}
#top-doctor-help .dropdown-menu > li > a:hover, #top-doctor-help .dropdown-menu > li > a:focus {
	background-color: #ddd;
}


/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 350px;
    overflow-y: auto;
}
.p-20{
	padding:15px;
}
.p-5{
	padding:5px;
}
.m-b-20{
	margin-bottom:20px;
}
.tit-historico{
	font-size:18px;
	font-weight:bold;
}
.m-l-5{
	margin-left:5px;
}

.botoes-gray{
	width:180px;
}

.imgPod{
	width:350px !important;
}
