@charset "UTF-8";
@import url('bootstrap.css');
@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700');
@import url("components.css");
@import url("colors.css");

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin: 0 auto;
	font-size: 14px;
	background-color: #f0f0f0;
}

@media screen and (max-width: 1200px) {
	html, body { font-size: 12px !important; }
	.dropdown-menu { font-size: 12px; }
	.form-control { font-size: 12px; }
	.navbar-right li a .fa { padding: 0 5px; }
	select.form-control { padding: 6px 0; }
}

#menu .navbar-header { float: right; margin-left: 0; margin-right: -15px; }

label {
	margin: 0;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: Roboto, sans-serif;
}
.form-control {
	height: 24px;
	padding: 0 5px;
	line-height: 140%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 5px;
}

.uppercase {
	text-transform: uppercase;
}
td.button-cell {
	padding: 2px !important;
}

h5 {
   color: #2d6f90;
}
select.form-control {
	line-height: 1.5;
	padding: 0;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	line-height: 1.6;
}
input, select {
	outline: 0 !important;
}
select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}
.form-control::-webkit-input-placeholder {
	color: #d0d0d0;
}
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.input-group-addon {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0;
	margin-bottom: 1px;
	font-family: Roboto, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	padding: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #e6e6e6;
}

@media screen and (max-width: 1200px) {
	label {
		font-size: .8rem;
	}
}

td.v-pad-not, th.v-pad-not {
	padding-top: 2px;
	padding-bottom: 2px;
}

.btn {
	border: none;
	border-radius: 2px;
	position: relative;
	margin: 0;
	min-width: 64px;
	padding: 0 16px;
	display: inline-block;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	will-change: box-shadow;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;

	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn-group-lg>.btn, .btn.btn-lg {
	padding: 6px 16px;
	font-size: 16px;
}
.btn-group-sm>.btn, .btn-sm {
	min-width: auto;
	line-height: 32px;
}
.btn-group-xs>.btn, .btn-xs {
	min-width: auto;
	line-height: 24px;
}

.btn-group-sm>.btn, .btn.btn-sm {
	padding: 0 10px;
	font-size: 12px;
	line-height: 2.4;
	min-width: auto;
}

.btn-danger {
	background-color: #F7412D;
	border-color: #D52D28;
}
.btn-success {
	background-color: #48B04B;
	border-color: #348F37;
}

.btn-link {
	box-shadow: none;
}
.btn-link.btn-danger {
	background-color: transparent;
	border-color: transparent;
	color: #D52D28;
	outline: none;
}

.alert {
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid transparent;
	border-radius: 2px;
	border-width: 0 0 3px;
}

.alert-danger {
	color: white;
	background-color: #F7412D;
	border-color: #D52D28;
}

.alert-warning {
	color: white;
	text-shadow: 1px 1px 0 #FFA000 !important;
	background-color: #FFC10D;
	border-color: #FFA000;
}

.alert-info {
	color: white;
	background-color: #1194F6;
	border-color: #0C74D5;
}

.alert.alert-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.alert .alert-container {
	width: 960px;
	margin: 0 auto;
}

body > .navbar-fixed-top {
	border: none !important;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
}

body > #conteudo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
}

body > #conteudo > #loading-full {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	flex: 1 1 auto;
	background-color: rgba(255,255,255,.8);
	z-index: 999;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	display: none;
}

@media screen and (max-width: 1200px) {
	body > #conteudo {
		margin-top: 40px;
	}
}

body > #conteudo > #loading-full span {
	font-size: 28px;
}


.loading {
	position: absolute;
	top: 0;
	bottom: -40px;
	left: -20px;
	right: -20px;
	background-color: rgba(255,255,255,.8);
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading span {
	font-size: 28px;
}

body#page-login {
	display: flex;
	background-color: #c4c4c4;
	background-image: none !important;
}

body#page-login .wrapper {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	flex: 1;
	padding: 50px;
	/*background-size: auto;*/
	/*background-image: url(imagens/background/faixa-franchising.jpg);*/
	/*background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;*/
}

body#page-login #login {
	width: 450px;
	margin-top: 50px;
	padding: 30px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 0 0 5px rgba(0,0,0,.2), 0 -35px 0 -20px rgba(0,0,0,.1);
}

body#page-login #login .logo {
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 10px;
	padding: 10px;
}

#logo2 {
	position: absolute;
	width: 250px;
	height: 250px;
	left: 15px;
	top: 50px;
}

#logo2 img {
	max-width: 450px;
	max-height: 180px;
}

#aviso{
	width:350px;
	color:#FFF;
	position: relative;
	top: 50px;
	left: 70%;
	border: solid 5px #E6E3E3;
	padding: 10px;
	background:rgba(247,133,37,0.9);
	text-align: justify;
	margin-bottom: 15px;
}
#user{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
	z-index:9999;
	margin-top: 0px;
	display: none;
}

#rodape {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px;
	background: rgb(100, 100, 100);
	color: #fbfbfb;
}

#rodape_esquerdo{
	float: left;
	width: 40%;
	padding-left: 1%;
	padding-top: 3px;
}
#rodape_direito{
	float: right;
	padding-right: 1%;
	padding-top: 3px;
}
#rodape_centro{
	float: right;
	width: 20%;
	padding-top: 3px;
}
/* Telas */

.janela {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex: 1 1 auto;
}
.janela, #janela, .ui-tabs {
	background-color: #f0f0f0;
}

#janela, #pre_relatorio, #relatorio {
	padding: 0;
}

#janela.janela-xs, #pre_relatorio {
	/*width: 355px;*/
}

#janela.janela-sm {
	/*width: 700px;*/
}

#janela.janela-md, #relatorio {
	/*width: 985px;*/
}

#janela.janela-white {
	background-color: #fff;
}

#janela #titulo, #pre_relatorio #titulo, #relatorio #titulo {
	position: relative;
	margin: 0;
	padding: 15px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #515151;
	text-transform: uppercase;
}

#janela #titulo .fechar, #pre_relatorio #titulo .fechar, #relatorio #titulo .fechar {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50px;
	height: 40px;
	border: none;
	background-color: #e60060;
	color: #fff;
	font-size: 25px;
	text-align: center;
	outline: none;
}

#janela .actions-tab-top {
	margin: -20px -20px 20px;
	background: #efefef;
	padding: 20px 10px;
	border-bottom: 3px solid #ccc;
}
#janela .no-tabs .actions-tab-top {
	margin: 0 -20px 20px;
}

#janela .actions-tab {
	margin: 40px -30px -30px;
	padding: 15px 30px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	box-shadow: inset 0 1px 0 #999;
}
#janela.janela-white .actions-tab {
	background-color: #efefef;
}


@media screen and (max-width: 1200px) {
	#janela, #pre_relatorio, #relatorio {
		border: 0;
	}

	#janela #titulo, #pre_relatorio #titulo, #relatorio #titulo {
		margin: 0;
		padding: 8px 15px;
		font-size: 16px;
	}

	#janela #titulo .fechar, #pre_relatorio #titulo .fechar, #relatorio #titulo .fechar {
		height: 31px;
		font-size: 20px;
		border-left: 1px solid white;
	}
}

form{
	display:table;
	margin-top:5px;
	width: 100%;
}
form[id^="cadastro"] {
	margin-top: 0;
}
.no-tabs form[id^="cadastro"] {
	padding: 30px;
}
input[type="date"] {
	display: -webkit-box !important;
	align-items: center;
	overflow: hidden;
	padding: 0px;
	-webkit-padding-start: 1px;
}
::-webkit-datetime-edit {display: flex;}
::-webkit-datetime-edit-fields-wrapper {width:100%;}
::-webkit-datetime-edit-text {}
::-webkit-datetime-edit-month-field {}
::-webkit-datetime-edit-day-field {}
::-webkit-datetime-edit-year-field {}
::-webkit-inner-spin-button { display:none;float: left;}
::-webkit-calendar-picker-indicator {float: left; margin-top: 1em;}
.campo{
	margin-bottom: 6px;
	float: left !important;
	padding-right: 3px !important;
}
.tab_01 {
	width: 457px;
	border: solid 1px #CCC;
	margin-top:30px;
	display:table;
	font-family:Verdana;
	text-shadow:1px 1px white;
	margin-bottom:20px;
	margin-left:-7px;
}
textarea{
	float: left;
	width: 260px;
	height: 100px;
	margin-bottom:5px;
}
.tab_02 {
	width: 133px;
	height: 20px;
	display:table;
	border-right: #CCC solid 1px;
	float: left;
	background-color: #F1F1F1;
	padding: 4px 0 0 12px;
	font-weight: bold;
	font-size: 10px;
}

.tab_03 {
	width: 55px;
	height: 20px;
	float: left;
	display:table;
	border-top: #CCC solid 1px;
}

.tab_04 {
	width: 133px;
	height: 30px;
	border-right: #CCC solid 1px;
	float: left;
	background-color: #F9F9F9;
	border-top: #CCC solid 1px;
	font-size: 10px;
	padding: 6px 0 0 12px;
}
.opcao_label{
	margin-left:0;
	float:none;
}
.opcao_input{
	margin-right:0;
	float:none;
	margin-left:25px;
	width: auto;
}
.opcao_pergunta{
	width:100%;
}
.hlabel{
	float: left;
	margin-top: -4px;
	width: 40px;
	margin-left:0;
}
.htext{
	float: left;
	width: 255px;
	margin-left: 5px;
	margin-right: 5px;
	height: 70px;
}
.hinput{
	float: left;
	margin-left: -39px;
	margin-top: 14px;
	margin-right:0;
	width: 85px;
}
#remove_contato{
	float:right;
}
#foto_colaborador{
	text-align: center;
	width: 128px;
	min-height: 145px;
	position: absolute;
	top: 80px;
	right: 10px;
	border: solid 1px;
}

/* Abas */

.ui-tabs { position: relative; }
.ui-tabs .ui-tabs-nav {
	background-color: #505050;
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 -1px 0 #999;
}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; }
.ui-tabs .ui-tabs-nav li a { padding: 1rem 2rem; text-decoration: none; color: #fff; display: inline-block; outline: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; border-bottom: 0; margin-bottom: 10px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { background-color: #f0f0f0; border: solid #919191; border-width: 1px 1px 0 1px; font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #333; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; padding: 30px; clear:both; }
.ui-tabs .ui-tabs-hide { display: none !important; }

@media screen and (max-width: 1200px) {
	.ui-tabs .ui-tabs-nav { padding: 3px 10px 0; }
	.ui-tabs .ui-tabs-nav li a { padding: .7rem 1.2rem; }
}

/*redimenciona*/

.ui-resizable {}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/*foto colaborador*/

.qq-upload-list{
	display:none;
}
#upload{
	margin-top:4px;
	width: 150px;
}
.leitura{
	background:#fff;
	color:#000;
}

iframe{
	margin-left:-4px;
}

#de_resposta{
	margin-left: 60px;
	background-color: #fff;
	border: solid 1px #999;
	margin-top: 7px;
	min-width: 151px;
	font-size:13px;
}
#de_resposta a:hover{
	background-color:#CCC;
}
.item_linha{
	float:none;
	margin-right:0px;
}
.botao{
	cursor:pointer;
}
.rolagem{
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	max-height:1130px;
	width: 100%;
}
.data{
	width:70px;
}
.dia{
	width:40px;
}

fieldset {
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	margin: 20px 0;
}

fieldset .actions-toolbar {
	border-top: 1px solid #aaa;
	padding: 1rem;
	background-color: #eee;
	margin: 10px -10px -10px;
}

legend {
	width: auto;
	font-size: 16px;
	margin-bottom: 0;
	background-color: white;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

thead{
	background-color: #F1F1F1;
}
tbody{
	background-color: #F9F9F9;
}
#opcoes a{
	color: #000;
	font-size: 2em;
}

/*lista de pesquisa para selecao*/
.lista_seleciona {
	background: white;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 -15px 0 -10px rgba(0,0,0,.15);
	margin-top: 5px;
}

.lista_seleciona::before {
	content: "Selecione abaixo";
	padding: 5px 20px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	background-color: #2175cc;
	color: white;
}

.lista_seleciona li {
	list-style: none;
	cursor: pointer;
	padding: 5px 20px;
	border-top: 1px solid #ddd;
	color: #337ab7;
}

.lista_seleciona li a {
	display: block;
}


.acao{
	width: 68px;
	text-align: center;
}
@media (min-width: 767px) {
	.navbar-nav .dropdown-menu .caret {
	transform: rotate(-90deg);
	}
}

#img{
	float: left;
}

@media (min-width: 768px) {
	.navbar-header {
		margin-right: 20px;
	}
	.navbar-right {
		margin-right: 0
	}
}

#menu {
	background: #fff;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #666;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #666;
}

.navbar-nav>li>a {
	padding: 15px 10px;
}

.navbar-nav>li>a>b {
	color: #999;
	margin-left: 5px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: white;
	color: #ea7700;
	font-weight: bold;
}

.dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.dropdown-menu>li>a {
	background: white;
	border-bottom: solid 1px rgba(0,0,0,.1);
	color: #444;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #f0f0f0;
	color: #ea7700;
}
.dropdown-menu > li > a {
	position: relative;
}
.dropdown-menu > li > a > .fa-caret-right {
	position: absolute;
	top: 6px;
	right: 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: rgba(0,0,0,.15);
}

body > .navbar > #menu .dropdown-menu {
	background-color: #E16700;
	padding: 4px 0;
	border: none;
	box-shadow: 4px 0 0 0 rgba(0,0,0,.2), -4px 0 0 0 rgba(0,0,0,.2);
	border-radius: 0;
}
body>.navbar>#menu .dropdown-menu>li>a {
	position: relative;
	margin: 1px 0;
	border: none;
	padding: 5px 30px 5px 20px;
}
body>.navbar>#menu .dropdown-menu>li>a>.fa-caret-right {
	position: absolute;
	right: 6px;
	top: 7px;
	/*color: #E16700;*/
	color: #fff;
	font-size: 18px;
}

body>.navbar>#menu .nav .open>a {
	background-color: #E16700;
	color: white;
}

#menu.navbar ul.navbar-right > li > a:hover { background-color: rgba(0,0,0,.2) 	max-height: 60vh;
}

.navbar-collapse {
	padding: 0;
}

@media screen and (max-width: 1200px) {
	#img img { height: 40px; }
	.navbar { min-height: auto; }
	.navbar-nav>li>a { padding: 10px; }
}

#lista_hora .breaktime {
	padding: 0;
	background-color: #fff;
}
#lista_hora .breaktime .break-content {
	padding: 15px;
	border: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#lista_hora .column-hour {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
#lista_hora .column-status {
	vertical-align: middle;
}
#lista_hora .column-status .label {
	font-size: 1.8rem;
}


.parametrizacao-agenda .periodo-intervalo .form-control:not([readonly]) { text-align: center; font-size: 18px; }
.parametrizacao-agenda .periodo-intervalo td .form-control:first-child { margin-bottom: 5px; }

.parametrizacao-agenda .table-bordered>tbody>tr.periodo-intervalo>td,
.parametrizacao-agenda .table-bordered>tbody>tr.periodo-intervalo>th,
.parametrizacao-agenda .table-bordered>tfoot>tr.periodo-intervalo>td,
.parametrizacao-agenda .table-bordered>tfoot>tr.periodo-intervalo>th,
.parametrizacao-agenda .table-bordered>thead>tr.periodo-intervalo>td,
.parametrizacao-agenda .table-bordered>thead>tr.periodo-intervalo>th {
	border-bottom: 4px solid #ccc;
}

.parametrizacao-agenda .selectable .ui-selecting { background: #FECA40; }
.parametrizacao-agenda .selectable .ui-selected { background: #F39814; color: white; }
.parametrizacao-agenda .selectable { list-style-type: none; margin: 0; padding: 0; width: 350px; }
.parametrizacao-agenda .selectable li {padding: 5px; float: left; width: 50px; height: 50px; font-size: 2em; text-align: center; border: solid 1px #777; }


.agenda-atendimento .table>tbody>tr>td.acao,
.agenda-medica .table>tbody>tr>td.acao { padding: 8px 0; }
.agenda-atendimento .table>tbody>tr>td.acao,
.agenda-atendimento .table>tbody>tr>td.acao .btn,
.agenda-medica .table>tbody>tr>td.acao,
.agenda-medica .table>tbody>tr>td.acao .btn { font-size: 20px; }
.agenda-atendimento .table>tbody>tr>td span.label,
.agenda-medica .table>tbody>tr>td span.label { font-size: 1.6rem; }

.agenda-atendimento .table>tbody>tr.primary>td,
.agenda-atendimento .table>tbody>tr.primary>th,
.agenda-atendimento .table>tbody>tr>td.primary,
.agenda-atendimento .table>tbody>tr>th.primary,
.agenda-atendimento .table-hover>tbody>tr.primary:hover>td,
.agenda-atendimento .table-hover>tbody>tr.primary:hover>th,
.agenda-atendimento .table-hover>tbody>tr:hover>.primary,
.agenda-atendimento .table-hover>tbody>tr>td.primary:hover,
.agenda-atendimento .table-hover>tbody>tr>th.primary:hover,
.agenda-medica .table>tbody>tr.primary>td,
.agenda-medica .table>tbody>tr.primary>th,
.agenda-medica .table>tbody>tr>td.primary,
.agenda-medica .table>tbody>tr>th.primary,
.agenda-medica .table-hover>tbody>tr.primary:hover>td,
.agenda-medica .table-hover>tbody>tr.primary:hover>th,
.agenda-medica .table-hover>tbody>tr:hover>.primary,
.agenda-medica .table-hover>tbody>tr>td.primary:hover,
.agenda-medica .table-hover>tbody>tr>th.primary:hover {
	box-shadow: inset 0 -6px 0 #009cff;
}

.agenda-atendimento .table>tbody>tr.success>td,
.agenda-atendimento .table>tbody>tr.success>th,
.agenda-atendimento .table>tbody>tr>td.success,
.agenda-atendimento .table>tbody>tr>th.success,
.agenda-atendimento .table-hover>tbody>tr.success:hover>td,
.agenda-atendimento .table-hover>tbody>tr.success:hover>th,
.agenda-atendimento .table-hover>tbody>tr:hover>.success,
.agenda-atendimento .table-hover>tbody>tr>td.success:hover,
.agenda-atendimento .table-hover>tbody>tr>th.success:hover
.agenda-medica .table>tbody>tr.success>td,
.agenda-medica .table>tbody>tr.success>th,
.agenda-medica .table>tbody>tr>td.success,
.agenda-medica .table>tbody>tr>th.success,
.agenda-medica .table-hover>tbody>tr.success:hover>td,
.agenda-medica .table-hover>tbody>tr.success:hover>th,
.agenda-medica .table-hover>tbody>tr:hover>.success,
.agenda-medica .table-hover>tbody>tr>td.success:hover,
.agenda-medica .table-hover>tbody>tr>th.success:hover {
	cursor: pointer;
	background-color: #48B04B;
	color: white;
}

.agenda-atendimento .table>tbody>tr.warning>td,
.agenda-atendimento .table>tbody>tr.warning>th,
.agenda-atendimento .table>tbody>tr>td.warning,
.agenda-atendimento .table>tbody>tr>th.warning,
.agenda-atendimento .table-hover>tbody>tr.warning:hover>td,
.agenda-atendimento .table-hover>tbody>tr.warning:hover>th,
.agenda-atendimento .table-hover>tbody>tr:hover>.warning,
.agenda-atendimento .table-hover>tbody>tr>td.warning:hover,
.agenda-atendimento .table-hover>tbody>tr>th.warning:hover
.agenda-medica .table>tbody>tr.warning>td,
.agenda-medica .table>tbody>tr.warning>th,
.agenda-medica .table>tbody>tr>td.warning,
.agenda-medica .table>tbody>tr>th.warning,
.agenda-medica .table-hover>tbody>tr.warning:hover>td,
.agenda-medica .table-hover>tbody>tr.warning:hover>th,
.agenda-medica .table-hover>tbody>tr:hover>.warning,
.agenda-medica .table-hover>tbody>tr>td.warning:hover,
.agenda-medica .table-hover>tbody>tr>th.warning:hover {
	cursor: default !important;
	background-color: #EDAD4E;
	color: white;
}

.agenda-atendimento .table>tbody>tr.warning.bloqueio>td,
.agenda-atendimento .table>tbody>tr.warning.bloqueio>th,
.agenda-atendimento .table>tbody>tr>td.warning.bloqueio,
.agenda-atendimento .table>tbody>tr>th.warning.bloqueio,
.agenda-atendimento .table-hover>tbody>tr.warning.bloqueio:hover>td,
.agenda-atendimento .table-hover>tbody>tr.warning.bloqueio:hover>th,
.agenda-atendimento .table-hover>tbody>tr:hover>.warning.bloqueio,
.agenda-atendimento .table-hover>tbody>tr>td.warning.bloqueio:hover,
.agenda-atendimento .table-hover>tbody>tr>th.warning.bloqueio:hover
.agenda-medica .table>tbody>tr.warning.bloqueio>td,
.agenda-medica .table>tbody>tr.warning.bloqueio>th,
.agenda-medica .table>tbody>tr>td.warning.bloqueio,
.agenda-medica .table>tbody>tr>th.warning.bloqueio,
.agenda-medica .table-hover>tbody>tr.warning.bloqueio:hover>td,
.agenda-medica .table-hover>tbody>tr.warning.bloqueio:hover>th,
.agenda-medica .table-hover>tbody>tr:hover>.warning.bloqueio,
.agenda-medica .table-hover>tbody>tr>td.warning.bloqueio:hover,
.agenda-medica .table-hover>tbody>tr>th.warning.bloqueio:hover {
	cursor: default !important;
	background-color: #ff402d;
}


span.label.is-encaixe { font-size: 11px !important; }


/**
 * Modal
 */
.modal-backdrop {
	background-color: white;
}
.modal-backdrop.in {
	opacity: .8;
}
.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}
.modal-header {
	background-color: #474747;
	border-bottom: 3px solid #999;
	color: white;
}
.modal-title {
	font-weight: bold;
	text-transform: uppercase;
}
.modal-footer {
	background-color: #f0f0f0;
	border-top: 3px solid #e5e5e5;
}

/**
 * FLEXBOX TABLE
 */
.container-box {
	display: flex;
	flex-direction: column;
	background-color: #f6f6f6;
}
.container-box {
	display: flex;
	flex-direction: column;
	background-color: #f6f6f6;
}
.container-box > .box-row {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	border-bottom: 1px solid #ccc;
}
.container-box > .box-row:first-child {
	border-top: 1px solid #ccc;
}
.container-box > .box-row.box-click {
	cursor: pointer !important;
}
.container-box.box-hover > .box-row:hover {
	background-color: #fff;
}
.container-box > .box-row.box-row-title {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
}
.container-box > .box-row > .box-column {
	flex: 1;
	padding: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
.container-box > .box-row > .box-column > abbr {
	cursor: inherit;
	text-decoration: none;
	border: none;
}
.container-box > .box-row > .box-column:first-child {
	border-left: 1px solid #ccc;
}

.container-box > .box-row > .box-column.column-atende {
	flex: 0 0 60px
}
.container-box > .box-row > .box-column.column-valor {
	flex: 0 0 100px
}
.container-box > .box-row > .box-column.column-acao {
	flex: 0 0 60px
}
.container-box > .box-row > .box-column.column-filter-actions {
	flex: 0 0 360px
}

.dashboard{
	margin-top: 10px;
}