html, body {
	/* height: 99%; */
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e8e8e8 !important;
	color: #666 !important;
	font-size: 12px !important;
}

body, html, a, p, div, td, span, input {
	font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	/* font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
}

a, button, pre, input, textarea, select {
	font-size: 12px !important;
}

/* input[type!='checkbox'] {
	padding: 5px 5px !important;
	height: 25px !important;
} */

textarea.form-control {
	min-height: 70px;
}

.kv-fileinput-caption {
	border-radius: 4px;
}

/* Width */

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

/* Track */

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
	border: 2px solid transparent;
	border-radius: 8px;
	background-clip: content-box;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
	border: 2px solid transparent;
	border-radius: 8px;
	background-clip: content-box;
}

::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 993px) {
	#dummy {
		display: none;
	}

	#logoindex {
		display: none;
		position: absolute;
		top: 15%;
		left: 40%;
		z-index: -1;
		max-width: 350px;
	}
	#containerLogin {
		display: table;
		/*width: 100%;
		padding: 30px 70% 30px 7%;*/
		width: 35%;
		/*max-width: 300px;*/
		margin-top: 3%;
		margin-left: 7%;
	}
}

@media only screen and (max-width: 992px) {
	#contlogoindex {
		margin-top: 10px;
		text-align: center;
	}
	#logoindex {
		display: none;
		z-index: -1;
		max-width: 250px;
	}
	#containerLogin {
		display: table;
		width: 100%;
		padding: 30px;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear !important;
	-moz-transition: opacity 0.15s linear !important;
	-ms-transition: opacity 0.15s linear !important;
	-o-transition: opacity 0.15s linear !important;
	transition: opacity 0.15s linear !important;
}

.btn {
	border-radius: 30px;
	overflow: hidden;
	/*-webkit-box-shadow: inset 0px -54px 11px -50px rgba(0,0,0,0.12) !important;
	-moz-box-shadow: inset 0px -54px 11px -50px rgba(0,0,0,0.12) !important;
	box-shadow: inset 0px -54px 11px -50px rgba(0,0,0,0.12) !important;*/
}

.input-sm {
	height: 25px !important;
	border-radius: 4px;
	padding: 3px 5px !important;
}

.bootstrap-select.btn-group .dropdown-menu {
	margin-top: -4px !important;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.col-main {
	padding: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.col-centered {
	text-align: center;
}

.col-middled {
	vertical-align: middle !important;
}

.navbar-brand {
	font-size: 20px !important;
}

.title-menu {
	font-size: 12px !important;
	margin: 0px;
	line-height: inherit;
}

.sys-inp-filter {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.sys-mensagem {
	width: 100%;
	position: fixed;
	z-index: 70;
	top: 45px;
	left: 0px;
	float: left;
}

#mensagem {
	top: 10px;
	position: fixed;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	cursor: pointer;
}

#mensagem-texto {
	font-size: 13px;
	padding: 13px !important;
	position: relative;
	float: left;
	max-width: 96%;
	min-width: 96%;
	text-align: center;
	border-radius: 45px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
}

#btnCancelar {
	float: right;
}

#container {
	width: 99%;
	min-height: calc(100vh - 105px);
	margin-top: 45px;
	padding-bottom: 40px;
}

#containerMenuMain {
	width: 100%;
	position: fixed;
	z-index: 50;
	top: 0px;
}

#menu, #footer {
	font-size: inherit;
	border-radius: 0px !important;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(197, 197, 197, 0.76);
	-moz-box-shadow: 0px 4px 5px 0px rgba(197, 197, 197, 0.76);
	box-shadow: 0px 4px 5px 0px rgba(197, 197, 197, 0.76);
}

#menu {
	height: 40px !important;
	min-height: 40px !important;
}

#containerPrincipal {
	padding-top: 10%;
	height: 90%;
}

#containerPrincipal h5 {
	margin-left: 10%;
}

#containerLogin .btn {
	margin-top: 10px;
	width: 100%;
}

li>a>ul>li:hover {
	background: #060 !important;
}

.main-container-form {
	border: 1px solid #ccc;
	padding: 1.3em;
	background: #fff !important;
}

.thumb-user {
	width: 36px;
	height: 40px;
	margin-top: -10px;
	float: left;
}

.acao {
	padding: 5px 0px;
}

.btn-acao {
	text-align: right;
}

.btn-xxs {
	padding: 3px 5px;
}

.btn-xxs-round {
	border-radius: 20px;
}

.sys-btn-reto {
	border-radius: 0px !important;
}

.sys-btn-group, .sys-btn-group2 {
	padding: 4px 10px !important;
	max-height: 30px !important;
}

.sys-btn-group2 {
	width: 150px;
	margin-top: 0px !important;
}

.input-group-btn {
	vertical-align: top !important;
}

.file-caption {
	height: 28px;
	padding-top: 3px;
}

button[class*='fileinput-'] {
	padding: 5px;
}

.cabecalho {
	text-shadow: .05em .05em #555;
	padding-left: 20px !important;
}

.divisor {
	border-bottom: 1px solid #e7e7e7;
}

.divisor>span {
	color: #666;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.divisor2 {
	width: 99% !important;
	margin: 0px 10px 0px 10px !important;
	position: unset;
}

.divisor3 {
	border-bottom: 1px solid #e7e7e7;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 0px !important;
	margin-left: 0px;
	font-weight: bold;
	font-style: italic;
}

.divisor3>span {
	padding-left: 0px !important;
}

.divisorb {
	margin-bottom: 15px;
}

.cabecalho h5 {
	margin-top: 5px;
}

.bg-green {
	color: #fff;
	background-color: #13673B;
}

.bg-black {
	color: #fff;
	background-color: #333;
}

.bg-gray {
	color: #fff;
	background-color: #848484;
}

.bg-lightgray {
	color: #fff;
	background-color: #c0c0c0;
}

.bg-lightgray:hover {
	color: #fff !important;
	background-color: #c0c0c0 !important;
}

.sys-label {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: -5px;
}

.sys-label-for {
	font-size: inherit;
	cursor: pointer;
	margin-top: inherit;
	margin-bottom: inherit;
}

.sys-label-low {
	font-size: 7px !important;
}

.sys-label-list {
	font-weight: bold;
}

.sys-label-nowrap {
	white-space: nowrap;
	overflow-x: hidden !important;
}

.sys-label-tab {
	cursor: pointer;
	font-size: 10px;
	margin-top: 2px !important;
	margin-bottom: 0px !important;
}

.sys-tools {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-top: 0px;
}

.sys-left {
	text-align: left !important;
}

.sys-right {
	text-align: right;
	float: right;
}

.sys-total-paginacao {
	margin: 15px 0;
	float: right;
}

.sys-nav {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 5% !important;
	width: 90% !important;
}

/* Ajuste menu Área Médica */
@media (min-width: 993px) {
	.sys-nav {
		width: 96vw !important;
		margin-left: 2% !important;
	}
}

.sys-logo-main {
	cursor: pointer;
	height: 40px;
	margin-right: 10px;
}

.sys-acao {
	padding: 5px 0px 10px 0px;
}

.sys-col-action {
	/*width: 80px;max-width: 80px;*/
	width: 6%;
}

.sys-divisor {
	padding: 3px;
	border-bottom: 1px solid #f1f1f1;
}

.sys-divisor:hover {
	background: #FFFAE5;
}

.sys-divisor>div {
	line-height: 26px;
}

.divider {
	padding: 0px;
	margin: 0px !important;
}

.sys-tab-info {
	float: right !important;
}

.sys-hide {
	display: none;
}

.sys-show {
	display: block;
}

.sys-container-completo {
	min-height: 800px;
}

.sys-footer {
	bottom: 0px !important;
	margin: 15px 0px 0px 0px !important;
	border-radius: 0px !important;
	width: 100% !important;
	color: #fff;
	min-height: 40px !important;
	z-index: 0;
}

.sys-label-name-about {
	font-size: 9px !important;
}

.sys-label-check {
	cursor: pointer;
	margin-left: 5px;
}

.sys-footer-label {
	top: 10px;
	line-height: 10px;
}

.sys-loader {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	top: 0px !important;
	left: 0px !important;
	z-index: 500000;
	cursor: wait;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wkDEQ0cjFIigAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAADUlEQVQI12NgYGDYDwAAxADAwDGXeQAAAABJRU5ErkJggg==);
}

.sys-label-loader {
	font-size: 0.9em;
	color: #ccc;
}

.sys-container-label-loader {
	margin: 0;
	width: 100% !important;
	text-align: center !important;
}

.sys-table th {
	font-size: 0.8em !important;
	font-weight: normal;
}

.sys-table td {
	font-size: 0.7em !important
}

.sys-cursor {
	cursor: pointer;
}

.sys-table-head {
	cursor: pointer;
}

.sys-label-cont {
	margin: 10px 15px 0px 0px;
	font-size: 0.8em;
	position: absolute;
	float: right;
}

.sys-pag-cont {
	display: none;
	float: right;
}

.sys-pag-cont div {
	float: right;
}

.sys-info {
	cursor: pointer;
}

.sys-lista-filter {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.sys-lista-marcar {
	padding-top: 10px;
	text-align: right;
}

.table {
	font-size: 11px !important;
	width: 100% !important;
	max-width: none !important;
	min-width: none !important;
}

.table tbody tr td {
	max-width: 300px !important;
}

.table-responsive {
	overflow-x: auto !important;
}

td>.btn-xs {
	padding: 1px 4px !important;
	border-radius: 25px;
}

.modal-body>h1, .modal-body>h2, .modal-body>h3, .modal-body>h4, .modal-body>h5, .modal-body>h6 {
	margin-top: 5px !important;
}

.modal-lg {
	width: 90%;
}

.list-group-item>span {
	font-weight: bold;
}

.sys-btn-top {
	margin-top: 2px;
	float: right;
	top: 87% !important;
	right: 3%;
	bottom: 5px !important;
	z-index: 101;
}

.sys-btn-top, .sys-btn-back {
	font-size: 20px !important;
	float: right;
	line-height: 30px !important;
	width: 50px;
	height: 50px;
	position: fixed !important;
	right: 3%;
	border-radius: 50px !important;
	bottom: 19px !important;
	z-index: 101;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}

.sys-info-bottom {
	display: none;
	font-style: italic;
	float: left;
	line-height: 20px;
	height: 20px;
	position: fixed !important;
	bottom: 0px !important;
	z-index: 101;
}

.sys-info-round {
	border-radius: 25px;
	padding: 5px 5px;
}

.sys-info-round-label {
	/* font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
	font-size: 10px !important;
	font-weight: bold !important;
	text-align: center;
	padding: 4px 1px;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
}

.sys-info-icon {
	font-size: 16px !important;
}

::-webkit-input-placeholder {
	color: #bbb !important;
	font-style: italic;
}

:-moz-placeholder {
	color: #bbb !important;
	font-style: italic;
}

::-moz-placeholder {
	color: #bbb !important;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #bbb !important;
	font-style: italic;
}

input[type='checkbox'] {
	cursor: pointer;
}

.sys-error-message {
	white-space: normal !important;
	display: inline-block !important;
	text-align: left !important;
	font-size: 100% !important;
}

.sys-btn-search {
	width: 100%;
	padding: 5px 12px !important;
	margin-top: -1px !important;
}

.sys-status-0 {
	text-decoration: line-through;
}

/*  CUSTOMIZACAO DO MENU 	*/

.navbar-default, .navbar-collapse {
	background-color: #113250;
}

.navbar-right {}

.navbar-nav>li>a {
	line-height: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.navbar-toggle {
	margin-top: -10.5px;
	margin-right: -5px;
}

.nav-tabs>li>a {
	padding: 8px !important;
}

.alert {
	padding: 5px 10px !important;
	font-style: italic;
	margin-bottom: 0px !important;
}

.pagination {
	margin: 5px 0;
}

/*.pagination>li>a{
	border: 1px solid #e7e7e7 !important;
}*/

.sys-select+div>ul>li>a {
	padding: 8px 15px !important;
}

.sys-select {
	background-color: #fff;
	padding: 1px 12px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-selection {
	height: 25px !important;
	line-height: 25px !important;
	border-color: #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 25px !important;
}

.glyphicon-ok:before {
	font-family: 'FontAwesome' !important;
	content: "\f00c";
}

.check-mark {
	top: 4px!important;
}

.bs-select-all, .bs-deselect-all {
	padding: 3px 6px !important;
}

.selectpicker+ul li {
	bottom: -11px !important;
}

.select2-hidden-accessible+ul li {
	bottom: -11px !important;
}

.sys-modal-error {
	background-color: #000;
}

.sys-error-label {
	color: red;
	font-weight: 100;
}

.img-thumbnail {
	padding: 2px !important;
}

.sys-img-thumbnail {
	max-height: 40px !important;
}

.panel-body {
	padding: 5px !important;
}

.panel-heading {
	padding: 5px 15px 8px 15px !important;
}

.form-group {
	margin-bottom: 5px !important;
}

.datepicker-dropdown {
	margin-top: 55px !important;
}

.bootstrap-select {
	height: 24px !important;
	/* 	margin-bottom: 5px !important; */
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.bootstrap-select>div {
	top: 30px;
}

.sys-box-message {
	padding: 10px 15px 15px 20px !important;
	margin-top: 10px !important;
	border: 1px solid #060;
	background: #fcfcfc;
	/*-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;*/
}

.sys-input-b {
	font-weight: bold !important;
	font-style: italic !important;
}

.table-middle {
	/*table-layout: fixed;*/
}

.table-middle>tbody>tr>td, .table-middle>tr>td {
	vertical-align: middle !important;
	white-space: nowrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	cursor: default;
	/*min-width: 20px !important;*/
}

.table-middle>tbody>tr>td:last, .table-middle>tr>td:last {
	margin-right: 5px;
}

.table>thead>tr>th, .table>tr>th {
	cursor: pointer;
	overflow: hidden !important;
	/*min-width: 15px !important;*/
	/*text-overflow: ellipsis !important;*/
}

.table-nowrap>tbody>tr>td, .table-nowrap>tr>td {
	white-space: nowrap;
}

.no-overflow-hidden {
	overflow: visible !important;
}

/*.modal-body{
	display: inline-table !important;
}*/

.modal-footer {
	display: inline-block;
	width: 100%;
}

.file-error-message ul {
	margin-left: -30px !important;
}

.file-error-message ul li {
	margin: 5px 0px 0px 0px !important;
	list-style-type: none !important;
}

.file-error-message {
	padding: 0px !important;
	margin: 5px 0px !important;
	border-radius: 0px !important;
}

/******************************
	DEFINICAO DO MULTIMENU
*********************************/

.dropdown-menu, .dropdown-menu>li>a:hover {
	/*border-bottom:1px solid #2e2e2e;
	border-left:1px solid #2e2e2e;
	border-right:1px solid #2e2e2e;*/
	/* border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; */
	border-radius: 4px;
}

.dropdown-menu>li>a {
	padding: 8px 15px !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	/*margin-top: -6px;*/
	margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 3px !important;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: #222 !important;
	color: #fff !important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.progress-bar {
	line-height: 19px;
	text-align: left;
	padding-left: 5px;
}

.progress {
	margin-bottom: 5px;
}

.sr-only {
	position: inherit;
	margin: 5px;
}

@media ( max-width: 767px) {
	.dropdown-submenu>.dropdown-menu {
		display: inherit !important;
		padding-left: 15px !important;
	}
	.open {
		border-bottom: 1px solid #222 !important;
	}
	.dropdown-menu>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		line-height: 21px !important;
	}
}

.btn-purple {
	color: #fff !important;
	background-color: #b712ff !important;
	border-color: #8500b7 !important;
}

.btn-purple:hover {
	background-color: #a410e4 !important;
	border-color: #6f0098 !important;
}

.btn-black {
	color: #fff !important;
	background-color: #0c0c0c !important;
	border-color: #000 !important;
}

.btn-black:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-white {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}

.btn-white:hover {
	background-color: #ddd !important;
}

.btn-orange {
	color: #fff !important;
	background-color: #ff5c00 !important;
	border-color: #ff5c00 !important;
}

.btn-green-circle {
	border: 2px solid #060!important;
}

.btn-yellow-circle {
	border: 2px solid #e99002 !important;
}

.btn-red-circle {
	border: 2px solid #f04124 !important;
}

.btn-red-circle-full {
	border: 2px solid #f04124 !important;
	padding: 3px 3px;
	background-color: #972a13;
}

.btn-orange:hover {
	background-color: #d84e00 !important;
}

.btn-smooth {
	color: #e7e7e7 !important;
	background-color: #e7e7e7 !important;
	border-color: #ccc !important;
}

.btn-pink {
	color: #fff !important;
	background-color: #fd94e3 !important;
	border-color: #fd7dff !important;
}

.btn-pink:hover {
	background-color: #f653f9 !important;
}

.text-orange {
	color: #ff5400;
}

.orange {
	background-color: #ffd3b4;
}

.text-purple {
	color: #8938b1;
}

.purple {
	background-color: #edd3ff;
}

.text-grey {
	color: #000000;
}

.grey {
	background-color: #e4e4e4;
}

.text-grey {
	color: #000000;
}

.grey {
	background-color: #e4e4e4;
}

.text-yellow {
	color: #caaa04;
}

.yellow {
	background-color: #fffbd6;
}

.alert-default {
	color: #666;
	background-color: #e7e7e7;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.sys-btn-action-base-container {
	position: fixed !important;
	/* 	top: 87%; */
	bottom: 3%;
	z-index: 49;
	left: 2%;
	padding-right: 5% !important;
	display: none;
}

.sys-btn-action-base-container-r {
	position: fixed !important;
	bottom: 3%;
	z-index: 102 !important;
	right: 40px;
}

.sys-loader-small {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 210;
}

.sys-loader-small img {
	left: 48%;
	float: left;
	position: relative;
	top: 20%
}

.sys-btn-action-base {
	font-size: 20px !important;
	float: left;
	line-height: 30px !important;
	width: 50px;
	height: 50px;
	border-radius: 50px !important;
	bottom: 5px !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}

.sys-label-header {
	font-size: 22px;
	font-style: italic;
}

.sys-label-tabs {
	/* 	width:260px; */
	font-size: 22px;
	font-style: italic;
	margin: 0px 0px 0px 5px;
}

.sys-footer-info-btn {
	font-family: 'Glyphicons Halflings' !important;
	font-size: 20px;
	position: relative;
	top: -20px;
	left: 49%;
	cursor: pointer;
	color: #000;
}

.sys-footer-info-input {
	border: 0px !important;
	border-bottom: 1px solid #ddd !important;
	padding: 2px !important;
	height: 20px !important;
}

.sys-footer-info-label {
	font-style: italic;
	font-size: 10px;
}

.sys-footer-info {
	box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ccc;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	z-index: 200;
	height: 160px;
}

.sys-footer-info-hide {
	margin-bottom: -160px;
}

.sys-footer-info>div>div>div, .sys-footer-info>ul {
	top: -25px;
}

.sys-footer-info>ul>li>a {
	padding: 5px !important;
}

.sys-footer-info-tab>tbody>tr>td {
	padding: 0px 4px !important;
	border: 0px;
}

.sys-icon-red::before {
	color: red !important;
}

.sys-shadow {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
}

.sys-label-audio {
	color: #666;
	padding: 15px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	white-space: nowrap;
}

.sys-content-audio {
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	width: 100%;
}

.sys-content-audio-action {
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}

.sys-content-audio-action>a {
	cursor: pointer;
	float: left;
	padding: 5px;
}

.sys-container-player-title {
	padding-left: 15px;
	text-align: left;
	margin-bottom: -10px;
	cursor: pointer;
}

.sys-container-player-toggle {
	font-family: 'FontAwesome' !important;
	float: left;
	margin-top: 5px;
	margin-left: -11px;
	border: 1px solid #ea2f10;
	background-color: #f04124;
	color: #fff;
	padding: 10px 7px 10px 10px;
	border-radius: 30px 0px 0px 30px;
	cursor: pointer;
	font-size: 20px;
	transform: translate(8px, 0.5px);
}

.sys-container-player-small {
	width: 48px !important;
	transform: translate(12px, 0px);
}

.sys-container-box {
	padding-left: 10px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	margin-top: 8px;
	width: 365px;
	max-width: 365px;
	max-height: 280px;
	min-height: 40px;
	line-height: 40px;
	bottom: 140px;
	right: 0px;
	position: fixed;
	z-index: 100;
}

.sys-container-player {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin: 5px -5px 5px 5px !important;
	padding: 5px !important;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 365px;
	max-height: 280px;
	z-index: 100;
	transform: translate(6px, 0px);
}

.sys-texto-padrao-iframe {
	background: #fff;
}

.sys-fieldset {
	margin-top: 10px;
}

.sys-fieldset legend {
	font-size: 14px;
	margin-bottom: 5px;
	font-style: italic;
}

.sys-horaatend {
	line-height: 11px !important;
	white-space: pre-wrap !important;
	width: 90px !important;
}

@media (max-width: 768px) {
	.table-condensed>tbody>tr>td {
		padding: 2px;
	}
	.sys-nomegrandetabela {
		line-height: 11px !important;
		white-space: pre-wrap !important;
		width: 120px !important;
	}
}

@media (max-width: 1365px) {
	.table-condensed>tbody>tr>td {
		padding: 5px;
	}
	.sys-nomegrandetabela {
		line-height: 11px !important;
		white-space: pre-wrap !important;
		width: 300px !important;
	}
	.sys-nomepaciente {
		width: 200px !important;
	}
	.sys-nomerecurso {
		width: 100px !important;
	}
	.sys-nomemedico {
		width: 200px !important;
	}
}

@media (min-width: 1359px) and (max-width: 1400px) {
	.sys-fldig>td {
		padding: 4px !important;
	}
}

@media (max-width: 1358px) {
	.sys-fldignomegrande {
		line-height: 11px !important;
		white-space: pre-wrap !important;
		width: 120px !important;
	}
}

@media (min-width: 993px) and (max-width: 1039px) {
	.sys-fldig>td {
		padding: 2px !important;
	}
}

.sys-temporestante {
	line-height: 11px !important;
	white-space: pre-wrap !important;
	width: 75px !important;
}

.mce-branding-powered-by, .mce-branding {
	display: none !important;
}

.sys-label-float {
	top: 40px;
	left: 0;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px 25px 5px 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	z-index: 10;
	border-radius: 0 0 20px 0;
}

.sys-search-paciente {
	background: #fff;
	border: 1px solid #ccc;
}

.sys-search-paciente-view {
	background: #eee;
	border: 1px solid #ccc;
}

.sys-tema-adjust {
	font-size: 20px;
	bottom: 10px;
	position: absolute;
	right: 25px;
	cursor: pointer;
}

.sys-fav-adjust {
	font-size: 20px;
	bottom: 10px;
	position: absolute;
	right: 50px;
	cursor: pointer;
}

.sys-title {
	border-bottom: 2px solid;
	padding-bottom: 3px;
	margin-bottom: 5px;
	box-shadow: 0px 1px 0px #ddd;
}

.sys-title-1 {
	border-color: #4e9a06;
}

.sys-title-2 {
	border-color: #0079a1;
}

.sys-title-3 {
	border-color: #e99002;
}

.sys-title-4 {
	border-color: #ea2f10;
}

.sys-title-5 {
	border-color: #ad7fa8;
}

.sys-padding-1 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.sys-sf-loader {
	position: absolute;
	float: left;
	z-index: 10;
	top: 26px;
	left: 15px;
	width: 15px;
	height: 15px;
}

.sys-radio {
	margin-top: 6px !important;
	cursor: pointer;
}

.sys-radio-label {
	font-size: inherit;
	position: inherit;
	top: -3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	cursor: pointer;
}

.modal-content .sys-radio-label {
	margin-left: 2px;
	margin-right: 8px;
}

.badgeNotify {
	position: relative;
}

.badgeNotify[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	top: -2px;
	right: -15px;
	font-size: 0.95em;
	width: 13px;
	height: 13px;
	background-color: #f04124;
	color: white;
	text-align: center;
	line-height: 12px;
	border-radius: 50%;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 30px;
	height: 30px !important;
	width: 100% !important;
	padding: 5px 12px !important;
	margin: -1px !important;
	min-height: 20px !important;
}

.toggle-on, .toggle-off {
	font-size: 12px !important;
	line-height: 1em !important;
}

.toggle.ios.toggleModal, .toggle-on.ios.toggleModal, .toggle-off.ios.toggleModal {
	height: 33px !important;
}

.toggle-on.toggleModal, .toggle-off.toggleModal {
	font-size: 12px !important;
	line-height: 1.4em !important;
}

@media (max-width: 992px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.collapse.in {
		display: block !important;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.labelradio-fontsize {
		font-size: 10.5px;
	}
}

@media (min-width: 1203px) and (max-width: 1300px) {
	.navbar>.container.sys-nav>.collapse>ul.nav>li.dropdown>a.dropdown-toggle {
		font-size: 12px !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	.labelradio-fontsize {
		font-size: 9px;
	}
}

@media (min-width: 1102px) and (max-width: 1202px) {
	.navbar>.container.sys-nav>.collapse>ul.nav>li.dropdown>a.dropdown-toggle {
		font-size: 12px !important;
		padding-left: 5px;
		padding-right: 5px;
	}
	.labelradio-fontsize {
		font-size: 7.5px;
	}
}

@media (min-width: 993px) and (max-width: 1101px) {
	.navbar>.container.sys-nav>.collapse>ul.nav>li.dropdown>a.dropdown-toggle {
		font-size: 10.5px !important;
		padding-left: 3px;
		padding-right: 3px;
	}
	.labelradio-fontsize {
		font-size: 7px;
	}
}

.dropdown-menu>li>a>i {
	width: 9px;
	margin-right: 5px;
}

.navbar-collapse.collapse.in {
	overflow-y: auto;
	max-height: calc(100vh - 50px);
}

.file-footer-buttons>.kv-file-upload {
	display: none;
}

body > .btn-group.bootstrap-select {
	z-index: 6001;
	margin: -25px;
}

body > .btn-group.bootstrap-select.dropup {
	margin: 0;
}

.footer-consulta {
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	display: grid;
}

.footer-atendimento {
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	display: grid;
}

.footer-consulta-radio {
	translate: 5px -13px;
}

@media (min-width: 993px) {
	.modal[data-vcenter="vcenter"] {
		text-align: center;
		padding: 0!important;
	}

	.modal[data-vcenter="vcenter"]:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}

	.modal-dialog[data-vcenter="vcenter"] {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.footer-consulta {
		grid-template-columns: repeat(8, 1fr);
	}

	.footer-atendimento {
		grid-template-columns: repeat(6, 1fr);
	}

	.footer-consulta-radio {
		translate: 5px -8px;
	}
}

.select2-container--disabled > .selection > .select2-selection {
	cursor: not-allowed;
}

.dropdown-submenu.open {
	background-color: #222;
    color: #ffffff;
}
