﻿
body {
	font-size: 11px;
}
.login_page .login_heading {
	text-align: center;
	margin-bottom: 5px; 
}
.top_bar_active {
	padding-top: 138px;
}

#page_preloader {
	display:none;
}

.page_preloader_close {
	left: 0px;
	
}
#page_preloader {
	background: #ececec;
	top: 120px;
	left: 201px;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 2000;
	-webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
	transition: all 280ms cubic-bezier(.4,0,.2,1);
}

#page_preloader>img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
}
#page_preloader {
	z-index: 1094;
}

body>.content-preloader.preloader-active {
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
}

#loading-bar .bar {
	background: #2c3e50;
}
#loading-bar-spinner .spinner-icon {
	border-top-color:  #2c3e50;
	border-left-color: #2c3e50;
}
#loading-bar .peg {
	-moz-box-shadow: #2c3e50 1px 0 6px 1px;
	-ms-box-shadow: #2c3e50 1px 0 6px 1px;
	-webkit-box-shadow: #2c3e50 1px 0 6px 1px;
	box-shadow: #2c3e50 1px 0 6px 1px;
}
#top_bar {
	/* box-shadow: 0 0px 0px rgba(0,0,0,.16), 0 0px 0px rgba(0,0,0,.23); */
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);

}
#top_bar_icon {
	background: #D5DEF2;
	/* box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); */
	border-bottom: 1px solid rgba(0,0,0,.12);
	height: 30px;
	position: fixed;
	top: 88px;
	left: 0;
	right: 0;
	z-index: 98;
	padding: 0 25px;
}

#top_bar_icon i {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	cursor: pointer;
}
#top_bar_icon i:hover {
	color: #1976d2;

}

#top_bar_left {
	background: #D5DEF2;
	border-right: 1px solid rgba(0,0,0,.12);
	border-top: 1px solid rgba(0,0,0,.12);
	width: 200px;
	height: 100%;
	position: fixed;
	top: 118px;
	left: 0;
	right: 0;
	z-index: 98;

}
.content_top_bar_left {
	position: relative;
	height: 100%;
}
#top_bar_left h3 {
	/* background-color: #1976d2; */
	margin: 0;
	color: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;  
	background: #1976d2; /* Old browsers */
	background: -moz-linear-gradient(top,  #1976d2 0%, #1976d2 46%, #1c4c9f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1976d2 0%,#1976d2 46%,#1c4c9f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1976d2 0%,#1976d2 46%,#1c4c9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976d2', endColorstr='#1c4c9f',GradientType=0 ); /* IE6-9 */
}
.item_tabs_menu_left{
	position: fixed;
	bottom: 0;
	width: 200px;
}
.item_tabs_menu_left >li {
	background: #1976d2;
	text-align: left;


	background: #6babea; /* Old browsers */
	background: -moz-linear-gradient(top,  #6babea 0%, #63a8ed 46%, #1976d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6babea 0%,#63a8ed 46%,#1976d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6babea 0%,#63a8ed 46%,#1976d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6babea', endColorstr='#1976d2',GradientType=0 ); /* IE6-9 */

}
.item_tabs_menu_left li>a {
	border-right: 5px solid transparent;
	border-bottom: none;
	text-align: left;
	top: auto;
	bottom: auto;
	text-shadow: 0 0px 0 #111; 
	text-transform: none;
}

.item_tabs_menu_left li.uk-active>a {
	border-right-color: #E5C786;
}
.itens_menu_left {
	border-bottom: 1px solid rgba(0,0,0,.12);
	color: #111;
	padding: 5px;
	background: #ccddf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccddf4 0%, #c6d9f2 50%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ccddf4 0%,#c6d9f2 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ccddf4 0%,#c6d9f2 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccddf4', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.itens_menu_left:hover {

	background: #fff6cf; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff6cf 0%, #fde19b 50%, #fbcb67 70%, #fbcb67 70%, #fbcb67 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff6cf 0%,#fde19b 50%,#fbcb67 70%,#fbcb67 70%,#fbcb67 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff6cf 0%,#fde19b 50%,#fbcb67 70%,#fbcb67 70%,#fbcb67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6cf', endColorstr='#fbcb67',GradientType=0 ); /* IE6-9 */

}
.uk-margin-small-top {
	margin-top: 0px!important;
}
#loader {
	display: none;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 20px;
}
#retorno {
	color: #1976d2;
	text-align: center;
	padding-bottom: 10px;
}
.login_page {
	

	/*background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: right;
    */
    
    background-image: url(../img/bg.jpg);
    /*background-image: url(../img/imgFundoLogin.png);*/
	background-size: cover;
	
}
.bg-login-fundo {
	/*
	 background-color: rgba(255, 255, 255, 0.1);
	z-index: 9;
	position: absolute;
	height: 100%;
	width: 100%;
	*/
	background-color: rgba(236, 236, 236, 0.4);
	width: 100%;
    height: 100%;
    position: absolute;
	
}
.login_page_wrapper {
	z-index: 10;
	position: absolute;
	left: 12%;
	margin-top: 100px;
	width: 380px;
}
.caixaicon {
	text-align: center;
	margin-top: 30px;
}
.caixaicon p {
	color: rgba(0,0,0,.50);
	font-size: 12px;
}

.timeline_icon_primary {
	background: #c9963a;
}
.user_heading_avatar .thumbnail {
	width: 62px;
	height: 62px;
	line-height: 74px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #ededed;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.caixa-logado {
	margin-top: 40px;
}
.caixa-usuario-logado {
	margin-top: 20px;
	margin-bottom: 20px;  
}
.dados-logado {
	color: #1976d2;
}
.color-fff {
	color: #fff;
}
#TeclaMaster {
	display: none;
}
.clear {
	clear: both;
}
.bnt-login {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	color: #444;
}
.lock {
	float: left; 
	width: 10%; 
	height: 40px; 
	text-align: center; 
	padding-left: 15px; 
	padding-top: 8px;
}
.lock img{
	width: 100%;
}
.clean {
	clear: both;
}
#retorno_lock img {
	/*    display: none;*/
	cursor: pointer;
}
.sweet-alert input {
	font-size: 13px;
}
#sidebar_main .sidebar_main_header .sidebar_logo {
	height: auto;
	line-height: auto;
	overflow: none;
}
#sidebar_main .sidebar_main_header {
	height: 89px;
	border-bottom: 1px solid rgba(0,0,0,.12);
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: -20px -124px;
	background: #1976d2;
	position: fixed;
	top: 0;
	width: 240px;
	z-index: 10;
}
#sidebar_main .menu_section {
	margin-top: 89px;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 89px);
	padding-top: 20px;
}
#sidebar_main .menu_section::-webkit-scrollbar {
	width: 8px;
}
#sidebar_main .menu_section::-webkit-scrollbar-track {
	background: #f1f1f1;
}
#sidebar_main .menu_section::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}
#sidebar_main .menu_section::-webkit-scrollbar-thumb:hover {
	background: #555;
}
#sidebar_main .sidebar_main_header .sidebar_logo a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.menu_section ul li {
	display: none;
}
.menu_principais a {
	display: none;
}
.user_action_image span {
	padding-left: 10px;
	color: #f2f2f2;
}
.rodape-menu {
	position: fixed;
	bottom: 0;
	background-color: #1976d2;
	/*width: 100%; */
	color: #fff;
	font-size: 11px;
}
.marg-10 {
	margin-top: 10px;
}
.marg-20 {
	margin-top: 20px;
}
.marg-25 {
	margin-top: 25px;
}
.marg-30 {
	margin-top: 30px;
}
.brt-padrao {
	width: 110px;
	float: left;
}
.brt-padrao-lg {
	width: 170px;
	float: left;
}
.icon-padrao {
	color: #fff;
	font-size: 20px;
	float: left;
}
.md-btn {
	min-height: 29px;
	font: 500 13px/24px Roboto,sans-serif!important;
	text-transform: capitalize;
	
}
.md-btn-dis {
    min-height: 26px;
    font: 500 13px/24px Roboto,sans-serif!important;
    text-transform: capitalize;
}
.btn-tela {
	min-height: 50px;
}
.caixa-titulo {
	width: 100%; 
	height: 60px;
	text-transform: capitalize;	
}
.caixa-titulo-rel {
	width: 100%; 
	height: 34px;
	text-transform: capitalize;	
}
.caixa-btn-tela {
	float: left;
	margin-right: 5px;
}
.caixa-btn-tela-sub {
	float: left;
	margin: 10px;
}
.icon-title {
	font-size: 30px;
	color: #b98174;
}
.h2-title {
	font-size: 25px;
	font-style: initial;
	font-weight: 700;
	padding-top: 5px;
}
.h2-title-rel {
	font-size: 25px;
	font-style: initial;
	font-weight: 700;
	padding-top: 0px;
}
.form-saikoo   {
	margin-top: 5px;
}

.k-tabstrip>.k-tabstrip-items>.k-item {
	text-transform: capitalize;
}
.k-grid>.k-grouping-header, .k-grid-header:first-child, .k-grid-toolbar:first-child, .k-scheduler>.k-scheduler-toolbar:first-child {
	border-radius: 0px 0px 0 0;
	background: #26237c;
}
.k-grid-header th.k-header>.k-link {
	display: block;
	min-height: 18px;
	line-height: 18px;
	margin: -0.5em -0.6em -0.4em -0.6em;
	padding: .5em .6em .4em .6em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;

}
.k-grid-header th.k-header>.k-link {
	color: #111;
}
#page_content_inner {
	padding: 24px 24px 24px;
}
#header_main {
	background: #26237c;
}
#sidebar_main .sidebar_main_header {
	background: #fff;
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
	min-width: 30px;
	padding-top: 2px;
	padding-bottom: 2px; 
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	border-radius: 0px 0px 0 0; 
}
.k-button[disabled]:hover {
    background-color: #e0e0e0;
}

.k-button[disabled] {

}
.k-grid-Excluir {
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	color: #fff;
}
.k-grid-Excluir:hover {
	background: #e53935;
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.k-grid-Alterar {
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	color: #fff;
}
.k-grid-Alterar:hover {
	background: #c9963a;
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.k-grid-Consultar {
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	color: #212121;
}
.k-grid .k-grid-toolbar .k-button-icontext {
	border: none;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	min-height: 31px;
	min-width: 70px;
	padding: 2px 16px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
	transition: all 280ms cubic-bezier(.4,0,.2,1);
	color: #212121;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	font: 500 10px/31px Roboto,sans-serif!important;
}

.k-grid .k-grid-toolbar .k-grid-NovoCadastro {
	background: #00dad6;
	color: #fff;
	width: 150px;
}

.k-grid .k-grid-toolbar .k-grid-NovoCadastro:hover {
	background: #fff6cf;
	color: #111;
	width: 150px;
}

.k-grid .k-grid-toolbar .k-grid-excel {
	color: #fff;
	float: right; 
}
.k-grid .k-grid-toolbar .k-grid-pdf {
	color: #fff;
	float: right; 
}

.k-grid td {
	padding: .400em 1.286em;
}



.PageViews {
	display: none;
}

input[type="submit"]:disabled {
	background: #dddddd;
}
input:not([type]).md-input, input[type=text].md-input, input[type=password].md-input, input[type=datetime].md-input, input[type=datetime-local].md-input, input[type=date].md-input, input[type=month].md-input, input[type=time].md-input, input[type=week].md-input, input[type=number].md-input, input[type=email].md-input, input[type=url].md-input, input[type=search].md-input, input[type=tel].md-input, input[type=color].md-input, select.md-input, textarea.md-input {
	text-transform: uppercase;
}
.uk-navbar-info-top {
	float: right;
	color: #fff;
	text-shadow: none;
	border: none;
	padding-top: 3px;
	padding-left: 15px;
	line-height: 44px;
	height: 48px;
	z-index: auto;
	cursor: pointer;
}
#GridImpressao .k-grid-header {
	border-radius: 0px 0px 0 0;
	background: transparent;
}

.left-footer-print {
	float: left;
}
.right-footer-print {
	float: right;
}

.pdf-body {
	font-size: 10px;
}


.company-name {
	font-size: 14px;
	font-weight: bold;
	color: #111; /*3aabf0*/
}
.saikoo-name {
	font-size: 12px;

}
.relatorio-name {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.left-header-print {
	float: left;
}
.right-header-print {
	float: right;
}

.pdf-template {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pdf-template .header {
	position: absolute;
	top: 15px;
	left: 0.5cm;
	right: 0.5cm;
	border-bottom: 1px solid #888;
	font-size: 12px;
}
.pdf-template .footer {
	position: absolute;
	bottom: 5px;
	left: 0.5cm;
	right: 0.5cm;
	color: #787878;
	font-size: 12px;
}

.k-tabstrip-items li .k-button {
	line-height: 1;
	padding: 0;
	vertical-align: top;
	margin-bottom: -2px;
}

.k-tabstrip-items li .k-icon {
	margin: 0;
}

.k-grid-content-locked {
	float: right;
}

.k-grid-header-locked {
	float: right;
}
.k-grid {
	scroll-behavior: none;
	border-radius: 0px;
}    

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
	background-color: #5c6dc4;
	background-image: none;
	border-bottom-color: #00b0ff;
}

#tabstripPF > .k-tabstrip-items
{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#tabstrip > .k-tabstrip-items
{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.checkbox-box-10 {
	padding-top: 10px;
}
.checkbox-box {
	padding-top: 26px;
}

.checkbox-box-rel {
	padding-top: 31px;
}

.checkbox-box-pesq {
	padding-top: 8px;
}
input[type="text"]:disabled {
	background: #f5f5f5;
}
input[type="number"]:disabled {
	background: #f5f5f5;
}
input[type="select"]:disabled {
	background: #f5f5f5;
}
.k-textbox {
	width: 100%;
}
.k-input-width {
	width: 97%;
}
.col-input {
	padding-top: 15px;
}

.k-tabstrip:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.caixa-area-form {
	border: solid 1px #f1f1f1;
	padding: 20px;
	margin: 15px;
}
.caixa-area-form-rel {
	border: solid 1px #f1f1f1;
	padding: 20px;
	margin: 0px;
	background: #D5DEF2;
}

.bg-rel {
	background: #D5DEF2;
}


.k-panelbar .k-tabstrip>.k-content, .k-tabstrip>.k-content {
	padding: 0;
}

.k-input, .k-multiselect-wrap, .k-textbox>input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
	background-color: #fff;
	color: #444;
	border: solid 1px #ddd;
}
/* Modificado com ':not(.notOnlyUpper)' para possibilitar lowercase em input */
form input:not(.notOnlyUpper) {
	text-transform: uppercase;
}

form label {
	display: block;
	padding-bottom: 4px;
	font-weight: bold;
	/* text-transform: capitalize; */
	font-size: 12px;
	color: #444;
	padding-top: 4px;
}
.login_page_wrapper form label {
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 0;
}
input.k-checkbox+label {
	padding-top: 0;
}

.uk-input-group-addon {
	padding: 0 5px;
}

.k-list-container > .k-footer {
	padding: 10px;
}
.caixa-row-inputs-interna {
	
	border: solid 1px #f1f1f1;
	padding: 15px;
	margin-top: 15px;
}

#NOME_PROFISSIONAL-list .k-item {
	line-height: 1em;
	min-width: 300px;
}

/* Material Theme padding adjustment*/

.k-material #NOME_PROFISSIONAL-list .k-item,
.k-material #NOME_PROFISSIONAL-list .k-item.k-state-hover,
.k-materialblack #NOME_PROFISSIONAL-list .k-item,
.k-materialblack #NOME_PROFISSIONAL-list .k-item.k-state-hover {
	padding-left: 5px;
	border-left: 0;
}

#NOME_PROFISSIONAL-list .k-item > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 10px 5px;
}

#NOME_PROFISSIONAL-list .k-item > span:first-child {
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	margin: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

#NOME_PROFISSIONAL-list h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0;
}

#NOME_PROFISSIONAL-list p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}



.row {
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	
}
.col-1 input, .col-2 input, .col-3 input, .col-4 input, .col-5 input, .col-6 input, .col-7 input, .col-8 input, .col-9 input, .col-10 input, .col-11 input, .col-12 input {
	/* margin: 2px; */
	width: 96%;
	
}
.col-1 {
	width: 8.33333333%;
}
.col-2 {
	width: 16.66666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333%;
}
.col-5 {
	width: 41.66666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333333%;
}
.col-8 {
	width: 66.66666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333333%;
}
.col-11 {
	width: 91.66666667%;
}
.col-12 {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
		
	}
}
#HorarioAtendimento p {
	color: #f00;
}	
.caixa-row-interna-label {
	border: solid 1px #f1f1f1;
	padding: 5px;
	margin-top: 5px;
	clear: both;
	float: left;
}
.caixa-horario-semana {
	margin: 10px;
	text-align: justify;

}
.spc-btn {
	margin-top: 20px;
}
.k-timepicker {
	width: 100%;
}
.c-required {
	background-color: #FEFDE7;
}
input.c-required {
	background-color: #FEFDE7;	
}



#edtNOME_listbox .k-item {
	line-height: 1em;
	min-width: 300px;
}


#edtNOME_listbox .k-item > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 10px 5px;
}

#edtNOME_listbox .k-item > span:first-child {
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	margin: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

#edtNOME_listbox h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0;
}

#edtNOME_listbox p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}





#edtNOME_PESSOA_listbox .k-item {
	line-height: 1em;
	min-width: 300px;
}


#edtNOME_PESSOA_listbox .k-item > span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 10px 5px;
}

#edtNOME_PESSOA_listbox .k-item > span:first-child {
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	box-shadow: inset 0 0 30px rgba(0,0,0,.3);
	margin: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

#edtNOME_PESSOA_listbox h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0;
}

#edtNOME_PESSOA_listbox p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}

.table-search-kendo {
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid #ddd;

}
.table-search-kendo-head {
	background: rgb(63, 81, 181);
	width: 100%;
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.md-btn:hover, .uk-button-dropdown.uk-open>.md-btn {
	background: #26237c;
	color: #fff;
}
.uk-dropdown .uk-nav {
	text-align: left;
}

.caixa-foto-perfil {
	background-color: #d4d4d3;
	border: 1px solid #a5a5a4;
	padding: 20PX;
}

.k-dropzone {
	text-align: center;
	padding: 0;
}
.k-upload {
	background-color: transparent;
}

.k-header {
	/*background: transparent;*/
	border-color: transparent;
}
.caixa-foto-perfil  em {
	display: none;
}
.k-dropzone .k-upload-status-total {
	top: 130%;
	color: #7cb342;
}
.k-upload-status {
	left: 5%;
}
.imgIMAGEMPESSOA  {
	height: 100px;
	overflow: hidden;
}

.imgIMAGEMPESSOA img {
	width: 100%;
}

.btn-sp1 {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-numerictextbox, span.k-timepicker {
	border: solid 1px #ddd;
}
.select-k {
	height: 2.214em;
	line-height: 2.214em;
	border: solid 1px #ddd;
	height: 3.2em;
	padding-left: 10px;
}
.right-align {
	float: right;
	text-align: right;
}

.fc-unthemed .fc-button:after {
	top: 13px;
}

.fc-unthemed .fc-button {
	min-width: 52px;
	height: 52px;
}
.fc-toolbar {
	height: 80px;
}
.fc-toolbar .fc-button {
	margin-top: 0px; 
}

.fc-view-container .fce-col-header {
	text-align: center;
	margin-top: 10px;
}
.clearfix {
	float: left;
	clear: both;
}


/* team efficiency */
#dateFilter {
	padding: 30px;
	text-align: right;
}

#employee-list,
#employee-details-wrapper {
	padding: 0;
}

#employee-details-wrapper {
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
}

#employee-details {
	overflow-y: auto;
	overflow-x: hidden;
}

#employee-list,
#EmployeesList {
	background-color: #fff
}

#employee-list h3 {
	padding: 2.5em 2.727em;
	font-size: 11px;
	color: #35373d;
	border-bottom: 1px solid #dbdbdb;
}

.employee-wrapper {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #dbdbdb;
	padding: 1.25em 0;
	margin-left: 1.5em;
}

.employee.k-state-selected {
	background-color: #6abd2d;
}

.employee.k-state-selected .employee-wrapper{
	border-top: 1px solid #6abd2d;
	border-bottom: 1px solid #6abd2d;
}

#EmployeesList {
	border: none;
	overflow: auto;
	height: 100%;
	height: calc(100% - 154px);
}

#employee-details-wrapper {
	border: none;
	overflow: auto;
	height: 100%;
	height: calc(100% - 86px);
}

.name {
	font-size: 14px;
	color: #35373d;
}

.title {
	font-size: 9px;
	line-height: 9px;
	color: #8a8b8f;
	text-transform: uppercase;
	display: inline-block;
}

.phone {
	font-size: 10px;
	line-height: 10px;
	color: #35373d;
}

.k-state-selected .name,
.k-state-selected .title {
	color: #fff;
}

.bioTooltip {
	font-size: 9px;
	line-height: 9px;
}

#employee-quarter-sales-label,
#employee-average-sales-label {
	font-size: 36px;
	display: inline-block;
	margin: 0 auto 10px;
}

.employee-list-image,
.employee-details-image,
.employee-list-details,
.employee-bio-details {
	display: inline-block;
}

.employee-list-image {
	border-radius: 30px;
	margin-right: 5px;
}

.employee-details-image {
	border-radius: 45px;
	border: 2px solid #737374;
	margin-right: 20px;
}

#employee-about {
	border-bottom: 1px solid #eaeaeb;
}

#employee-about .row {
	padding: 30px 0;
}

#employee-about h3,
#employeeSchedule h3,
.section-header{
	font-size: 11px;
	color: #35373d;
	text-transform: uppercase;
	padding-bottom: 1.091em;
	padding: 15px 0;
}

#employeeSchedule {
	padding-left: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}

.placeholder {
	margin-bottom: 20px;
}

.employee-list-details,
.employee-bio-details {
	vertical-align: middle;
}

.employee-bio-details dt{
	font-size: 18px;
	line-height: 18px;
	margin: 4px auto;
}

.employee-bio-details dd {
	margin: 4px auto;
}

.period-wrapper {
	display: inline-block;
}

.select-period {
	margin-right: 0.833em;
	margin-left: 2.500em;
	text-transform: uppercase;
	font-weight: normal;
}

.fc-toolbar {
	padding-left: 30px;
	padding-right: 30px;
}

.caixa-info-agenda {
	border: #DFDFDF solid 1px;
	/* height: 69px; */
	float: left;
	
}

.fc-unthemed .fc-agendaDay-button:after {
	content: none;
}

.fc-unthemed .fc-agendaWeek-button:after {
	content: none;
}


.status-agenda {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size:10px;
	z-index: 1000;
}

.status-legenda {
	position:relative;
	float:left;
	padding-right:5px;
	padding-left:20px;
}

.event-mak-agendado-status {
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #2BFF2B;
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.event-mak-disponivel-status{
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #fff;
	border: solid #ccc 1px;
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.event-mak-indisponivel-status {
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #D2D2D2;
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.event-mak-espera-status {
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #B0C7EC;
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}

.event-mak-andamento-status {
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #FFFF9F;
	border: solid #ccc 1px;
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}
.event-mak-atendido-status {
	position: absolute;
	bottom:3px;
	left: 3px;
	background-color: #FFB9B9; 
	font-size: 9px;
	color: #fff;
	height: 11px;
	width: 11px;
	line-height: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}
.horario-confirmado {
	text-decoration: underline;
}
.agenda-com-obs {
	color: #0000FF;
	font-weight: 800;
}
.sem-preferencia {

}
.text-leg-noiva {
	color: #FF39FF;
}
.text-leg-encaixe {
	color: #FF0000;
}
.caixa-itens-agenda {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 8px 4px;
	min-height: 50px;
	max-height: 80px;
	width: 100%;
	background-color: #DDE4F4;
	position: relative;
	gap: 4px;
}
.caixa-itens {
	height: 750px;
    overflow: auto;
}

.k-gantt-toolbar, .k-scheduler-footer, .k-scheduler-toolbar {
	line-height: 20px; 
	vertical-align: middle;
}
.k-scheduler-toolbar>ul:first-child {
	height: 37px;
}
.k-gantt-toggle, .k-gantt-toolbar li .k-link, .k-scheduler-toolbar li .k-link {
	vertical-align: middle;
	line-height: 36px;
}

/*CUSTOM AGENDA*/
.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
     background-color: #FFFFF0; 
}
/**/
.lua-agenda {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.k-event, .k-task-complete {
    color: #111;
}
.k-scheduler-toolbar .k-nav-current .k-link  {
	padding-left: 10px;
    padding-right: 10px;
}
/*CUSTOM PROF LIST*/
.employee.k-state-selected {
    background-color: #6abd2d;
    clear: both;
    float: left;
    width: 100%;
}
.employee-list-details .name {
 font-size: 10px;
}
.employee-wrapper img {
	width: 25%;
}
.employee-wrapper {
    padding: 0.25em 0;
}
/**/
.k-event {
	text-align: center;
	color: #000000;
}
.prof-nao-atende-dia {
	text-align: center;
    font-size: 2em;
    color: #bbb;
    margin-top: 20%;
}
.k-scheduler-table td, .k-scheduler-table th {
    padding: .02em .02em;
    height: 2em;
}

#loaderPessoaObs {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1000;
}

#RestPessoaObs {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #111;
	font-size: 9px;
	min-height: 80px;
}

.employeeGrp.k-state-selected {
	background-color: #6abd2d;
	clear: both;
    float: left;
    width: 100%;
}

.employeeGrp.k-state-selected .employee-wrapper {
    border-top: 1px solid #6abd2d;
    border-bottom: 1px solid #6abd2d;
}

 dl, fieldset, figure, ol, p, pre, ul {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bnt-agenda-top {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
.caixa-check-agenda {
	display: flex;
    align-items: center;
	font-size: 11px;
	margin-top: 8px;
	padding: 3px;
	white-space: nowrap;
	flex-shrink: 0;
	/* border: solid #fff 1px;
	border-radius: 5%; */

}
.caixa-check-agenda input {
	width: auto;
}
.caixa-check-agenda .k-radio + .k-radio-label {
    margin-right: 3px;
}
.caixa-pesq-agenda {
	margin-top: 8px;
    width: 180px;
	flex-shrink: 0;
}
.caixa-pesq-agenda input {
	width: 100%;
	font-size: 12px;
	padding: 4px 8px;
	height: 28px;
}
.caixa-rodizio-agenda {
	margin-top: 8px;
}
.caixa-rodizio-agenda button {
	padding: 4px 8px;
	font-size: 11px;
	min-height: 28px;
}
.caixa-rodizio-agenda .icon-padrao {
	font-size: 14px;
}

.md-fab.md-fab-small {
    width: 28px;
    height: 28px;
	background: none;
	box-shadow: none;
}

.material-icons .cached {
	color: #c9963a;
}

  .md-fab.md-fab-small>i {
    line-height: 28px;
    font-size: 20px;
 }
 .icone-check-agenda {
 	float: right;
    margin-right: 10px;
    margin-top: 12px;
    color: #5EA727;
 }

 /**/
 /* .k-event.k-state-selected {
box-shadow: 5px 5px 16px 3px #000;	
} */
.k-event-time {
    /*display: block;*/
}
.caixa-pesquisa-cliente {
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
	position: static;
	clear: both;
	background: #DDE4F4;
	display: none !important;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
	flex-basis: 100%;
	order: 999;
}

/* Mostra a caixa APENAS quando há pesquisa ativa */
.caixa-itens-agenda.pesquisa-ativa .caixa-pesquisa-cliente {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	width: 100%;
	max-width: 100%;
	padding: 5px;
	overflow: hidden !important;
	box-sizing: border-box;
	flex-basis: 100%;
	order: 999;
}

.caixa-itens-agenda.pesquisa-ativa {
	height: auto !important;
	min-height: auto !important;
	max-height: none !important;
	padding-bottom: 2px;
	flex-wrap: wrap;
	margin-bottom: 2px !important;
	position: relative;
}

.caixa-itens-agenda .clear {
	flex-basis: 100%;
	width: 100%;
	height: 0;
	clear: both;
	order: 100;
}

#gridPesqClienteAgenda {
	border: 2px solid #FF6B00;
	border-radius: 4px;
	overflow: auto !important;
	background: white;
	position: static;
	max-height: 160px !important;
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#gridPesqClienteAgenda.k-grid {
	height: auto !important;
	max-height: 160px !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

#gridPesqClienteAgenda .k-grid-content {
	max-height: 105px !important;
	min-height: 35px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	display: block !important;
	box-sizing: border-box;
	width: 100%;
}

#gridPesqClienteAgenda .k-grid-header {
	display: block !important;
	width: 100%;
	overflow: visible !important;
	background: #f5f5f5;
	padding: 8px;
	font-weight: bold;
	box-sizing: border-box;
}

#gridPesqClienteAgenda .k-grid-header table {
	width: 100% !important;
	box-sizing: border-box;
}

#gridPesqClienteAgenda table {
	display: table !important;
	width: 100% !important;
	max-width: 100% !important;
	table-layout: auto !important;
	box-sizing: border-box;
}

#gridPesqClienteAgenda tbody tr {
	height: 35px !important;
	min-height: 35px !important;
}

/* Destaque para eventos do cliente pesquisado */
.evento-pesquisado {
	border: 3px solid #FF6B00 !important;
	box-shadow: 0 0 15px rgba(255, 107, 0, 0.6) !important;
	animation: pulseEvento 2s infinite;
	/* position: relative; REMOVIDO - interfere no posicionamento do Kendo Scheduler */
	z-index: 100 !important;
}

@keyframes pulseEvento {
	0%, 100% {
		box-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
	}
	50% {
		box-shadow: 0 0 25px rgba(255, 107, 0, 0.9);
	}
}

/* Destaque para coluna do profissional com agendamento pesquisado */
.coluna-com-pesquisa {
	background: repeating-linear-gradient(
		90deg,
		rgba(255, 107, 0, 0.05),
		rgba(255, 107, 0, 0.05) 10px,
		rgba(255, 165, 0, 0.1) 10px,
		rgba(255, 165, 0, 0.1) 20px
	) !important;
	box-shadow: inset 0 0 20px rgba(255, 107, 0, 0.1) !important;
}

/* Melhora visualização do scheduler */
.k-scheduler-content {
	overflow-x: auto !important;
}

/* Garante que o scheduler fique abaixo da área de pesquisa */
#scheduler {
	position: static;
	margin-top: 10px;
	clear: both;
}

/* PRIMEIRA LINHA - Headers com degradê, estrela e destaque */
.k-scheduler-table th.coluna-header-pesquisa,
.k-scheduler-header th.coluna-header-pesquisa,
th.coluna-header-pesquisa {
	background: linear-gradient(135deg, #FF6B00 0%, #FFA500 100%) !important;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 13px !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
	box-shadow: 0 2px 8px rgba(255, 107, 0, 0.4) !important;
}

/* Primeira coluna - SEM borda à esquerda */
/* Removido para não aparecer borda entre horários e profissionais */

/* Última coluna - SEM borda */
/* Removido - sem bordas vermelhas */

/* Estrela na primeira linha */
.k-scheduler-table th.coluna-header-pesquisa::before,
th.coluna-header-pesquisa::before {
	content: "⭐ ";
	font-size: 14px;
	margin-right: 4px;
}

/* SEGUNDA LINHA (e demais) - Headers com aparência padrão */
.k-scheduler-table th.coluna-header-pesquisa-secundaria,
.k-scheduler-header th.coluna-header-pesquisa-secundaria,
th.coluna-header-pesquisa-secundaria {
	background: #f5f5f5 !important;
	color: #333 !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	font-weight: normal !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

/* Primeira coluna - SEM borda à esquerda - SEGUNDA LINHA */
/* Removido para não aparecer borda entre horários e profissionais */

/* Última coluna - SEM borda - SEGUNDA LINHA */
/* Removido - sem bordas vermelhas */

/* Destaca slots (células de horário) das colunas pesquisadas */
.k-scheduler-table td.slot-coluna-pesquisada {
	background: repeating-linear-gradient(
		90deg,
		rgba(255, 107, 0, 0.03),
		rgba(255, 107, 0, 0.03) 10px,
		transparent 10px,
		transparent 20px
	) !important;
}

/* Remove TODAS as bordas das células após pesquisa */
.k-scheduler-table td.slot-coluna-pesquisada,
.k-scheduler-content td.slot-coluna-pesquisada,
td.slot-coluna-pesquisada {
	border-left: none !important;
	border-right: none !important;
}

/* Primeira coluna - SEM borda à esquerda nas células */
/* Removido para não aparecer borda entre horários e profissionais */

/* Borda removida das células - apenas nos headers */
/* td.slot-ultima-coluna-pesquisada - REMOVIDO */
.color-primary {
	color: #c9963a;
}
.caixa-cancelar-pesq-agenda {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	display: none;
}
.caixa-cancelar-pesq-agenda a {
	padding: 4px 12px;
	font-size: 12px;
	background: #FF6B00;
	color: white;
	border-radius: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.caixa-cancelar-pesq-agenda a:hover {
	background: #FF8533;
}
.caixa-cancelar-pesq-agenda .material-icons {
	font-size: 16px;
}

.caixa-foto {
	text-align: center;
	margin: auto;
	padding: 3px;
	border: solid 1px #ccc;
	height: 180px;
	width: 100%;
	position: relative;

	align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/*
.k-scheduler-table th {
	color: #000;
}
*/
.loader_dados {
	float: left;
    text-align: center;
    margin-left: 15px;
    margin-top: 15px;
    width: 25px;
}
.k-timepicker {
     width: 97%; 
}
.k-multiselect-wrap .k-input {
    font-size: 12px;
    text-transform: capitalize;
}

.k-multiselect-wrap li span {
     margin-right: 0em; 
}
.bnt-grupo-agenda {
	display: flex;
    justify-content: center; /* This will replace 'text-align: center' for flex children */
    align-items: center;
    flex-wrap: nowrap; /* Prevent buttons from wrapping */
    
    /* Existing properties */
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.md-btn.md-btn-small-sko {
    flex: 0 1 auto; /* Allow buttons to shrink if necessary */
    margin: 0 4px; /* Adjust space between buttons */
    padding: 4px; /* Adjust padding as necessary */
    min-width: 0; /* Allow the buttons to shrink below their natural width */
}

.multiple-select-grupo {
	height: 250px;
}
.btn-center {
	float: none;
	margin: auto;
}
.text-center {
	text-align: center;
}
.text-left {
	float: left;
}
.col-12 input.text-left-checkbox {
	width: 15px;
}
.marca-lido {
	display: none;
	 
}
.caixa-btn-cliente-agendamento {
	margin-top: 32px;
}
.k-scheduler-edit-form label+input {
     margin-left: 0em; 
}
#edtULTIMOVEZ {
	color: #f00;	
}
.caixa-foto-agendamento {
	text-align: center;
	width: 150px;
	margin: auto;
	margin-top: 20px;
}
.caixa-foto-mod {
    text-align: center;
    margin: auto;
    padding: 3px;
    border: solid 1px #ccc;
    height: 150px;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.k-edit-form-container .k-edit-buttons {
    background-color: #fff;
}
.CAMPO_COD_FILIAL {
	width: 100%;
}
 .k-scheduler .k-today.k-state-selected, .k-scheduler-layout .k-state-selected, .k-state-selected.k-line {
     background-color: transparent;
}

/* Permitir quebra de linha no título dos eventos da agenda */
.k-event > div {
    white-space: pre-line !important;
    line-height: 1.2 !important;
}

/*COMANDA*/
.caixa-info-comanda {
	border: #DFDFDF solid 1px;
	background-color: #FCF9C5;
	/* height: 90px; */
	float: left;	
	width: 99%;
}
.caixa-info-comanda-vd-Rapida {
	border: #DFDFDF solid 1px;
	background-color: #FCF9C5;
	height: 90px;
	float: left;	
	width: 99%;
	margin-bottom: 10px;
}
.caixa-pesq-cliente-comanda {
	margin-top: 8px;
    width: 100%;
}
.caixa-pesq-comanda {
	margin-bottom: 10px;
    width: 100%;
}

input.k-input-width-100 {
	width: 100%;
}

input.k-input-width-99 {
	width: 99%;
}

.k-input-width-99 {
	width: 99%;
}
.k-input-width-100 {
	width: 100%;
}
.md-btn-small-sko {
	min-height: 20px;	
	min-width: 20px; 
	padding: 0px 6px;
}
.md-btn-small-skoC {
	padding: 0px 6px;
	margin-top: 3px;
}
.employeeComanda.k-state-selected {
	background-color: #6abd2d;
	clear: both;
    float: left;
    width: 100%;
}

.employeeComanda.k-state-selected .employee-wrapper {
    border-top: 1px solid #6abd2d;
    border-bottom: 1px solid #6abd2d;
}
#RestComandaPessoaObs {
	padding-top: 5px;
	padding-left: 10px;
}
.NomePessoaObs {
	color: #0000FF;
	text-decoration: underline;
}
.SaldoCreditoPessoaObs span {
	color: #6ABD2D;
}
.ContaReceberPessoaObs span {
	color: #f00;
}
.caixa-comanda1 {	
	height: 86.4%;
	background-color: #D5DEF2;
	position: absolute;
}
.text-color1 {
	color: #666;
    font-weight: 800;
}
.employeeComanda.k-state-selected span {
	color: #111;
}
.bnt-grupo-comanda {
margin: 10px;
clear: both;
 /*border-bottom: #26237c solid 10px;*/
 padding-bottom: 10px;
 
}
.caixa-linha-total-comanda {
	width: 97%;
	background-color: #f1f1f1;
	padding: 10px;
}
.md-card+.md-card, .md-card+.uk-grid, .uk-grid+.md-card {
     margin-top: 0; 
}
.btn-receber {
	padding: 24.6px;
    padding-left: 35%;
    padding-right: 35%;
    margin-left: 15px;
}

.btn-receber-vd {
	padding: 18.6px;
	width: 90%;
	margin-top: 10px;
    margin-left: 15px;
}

.btn-item-vd {
    padding: 8px;
    text-align: center;
    width: 90%;
    margin-top: 10px;
    margin-left: 15px;   
}

.btn-item-vd-cmd {
    padding: 8px;
    text-align: center;
    width: 90%;   
    margin-bottom: 10px;
    margin-left: 4px;   
}
.sadas{
	display: block;
}

.caixa-item-vd {
    width: 90%;
    margin-top: 10px;
    margin-left: 15px;   
}

.k-grid-header:first-child {
	background: transparent;
}
.k-grid .k-alt {
     background-color: #f2f2f2;
}

.k-grid-content table tr:first-child td, .k-grid-content-locked table tr:first-child td {
    overflow: hidden;
    white-space: nowrap;
}
.k-grid tr td, .k-pivot-layout .k-grid tr td {
    overflow: hidden;
    white-space: nowrap;
}
.k-grid-toolbar:first-child {
	background: #D5DEF2;
    color: #333;
    border-color: #D5DEF2;
}
.bg-comanda-color {
	 background: #D5DEF2;
}
input.k-textbox.acrescimo {
	color: #5c6dc4;
}
input.k-textbox.desconto {
	color: #f00;
}
.NomeItemComanda {
	background: #FEFDE7;
    color: #333;
    padding: 5px;
}
/*COLOR COMANDA VALOR
.cart-cm1 {
	background: #c9963a; 
}
.cart-cm2 {
	background: #c9963a;
}
.cart-cm3 {
	background: #8bc34a; 
}
.cart-cm4 {
	background: #1976d2;
}
*/
.font-cart-cm1,
.font-cart-cm2,
.font-cart-cm3,
.font-cart-cm4 {
	font-size: 1.5em;
}
.font-cart-cm1 {
	color: #c9963a;
}
.font-cart-cm2 {
	color: #c9963a;
}
.font-cart-cm3 {
	color: #8bc34a;
}
.font-cart-cm4 {
	color: #f00;
}
.color-white {
	color: #fff;
}
.uk-text-muted {
    color: #000!important;
}
.uk-text-disabled {
    color: #999!important;
}
.caixa-profissionais-item-comanda {
    background-color: #D5DEF2;
    padding: 2%;
    width: 46%;
    margin-top: 15px;
}
.md-btn:disabled {
    color: #999;
}
.CaixaPagamento {
	height: 240px;
	background-color: #D5DEF2;  
}
.CaixaValoresPagamento {
	height: 302px;
	background-color: #D5DEF2;
    padding: 5px;
}
.imgPagamento {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.txt1VlrPagar {
	color: #333;
}
.txt2VlrRecebido {
	color: #009900;
}
.txt3VlrDiferenca {
	color: #f00;
}

.VlrDebitoGerado {
	color: #f00;
}
.txt3Color3 {
	color: #f00;
}
.heading_c .sub-heading {
    color: #f00;
}
.caixa-btn-pagamento {
	margin-right: 5px;
	text-align: right;
}
.caixa-box-lebel-top {  
	padding-top: 2px; 
}
.CaixaPagamento {
    padding: 15px;   
}
.btnIncluirPgtDinheiro {
	
}
.btnIncluirPgtCheque {
	display: none;	
}
.btnIncluirPgtCartao {
	display: none;	
}
.btnIncluirPgtCartao {
	display: none;	
}
.btnIncluirPgtDebCreditoCliente {
	display: none;
}
.btnIncluirPgtContasReceber {
	display: none;
}
.btnIncluirPgtBoleto {
	display: none;
}
.btnIncluirPgtBoleto {
	display: none;
}
.btnIncluirPgtDepositoConta {
	display: none;
}
input.k-textbox.txt2Color2 {
	color: #009900;
}
input.k-textbox.txt3Color3 {
	color: #f00;
}
.md-btn-small-sko2 {
    min-height: 25px;
    min-width: 25px;
    padding: 2px 10px;
}
.TotalContaReceberComanda {
	color: #f00;
	text-align: right;
	margin-right: 10px;
	display: none;
}
.AlertContasReceber {
	display: none;
	float: right;
	padding-bottom: 0px;
	cursor: pointer;

}
.ft14 {
font-size: 14px;
}

.k-prompt .k-window-titlebar::before {
    content: '';
}

.k-prompt .k-window-titlebar .k-dialog-title {
        visibility:collapse;
    } 

.k-confirm .k-window-titlebar::before {
    content: 'Confirmação';
}

.k-confirm .k-window-titlebar .k-dialog-title {
        visibility:collapse;
    }  
 .btn-left {
 	float: left;
 }  
  .caixa-btn-padd-top2 {
 	padding-top: 33px;
 	padding-left: 4px;
 } 
  .caixa-btn-padd-top3 {
 	padding-top: 21px;
 	padding-left: 4px;
 } 
 .caixa-btn-padd-top {
 	padding-top: 26px;
 	padding-left: 4px;
 }
 .caixa-btn-padd-top-dis {
 	padding-top: 35px;
 	padding-left: 4px;
 }
 .color-white {
 	color: #fff;
 }
 .caixa-btn-padd-left {
 	padding-left: 4px;
 }
 .padd-left {
 	padding-left: 15px;
 }
 .caixa-btn-padd-top10 {
 	padding-top: 10px;
 }

 .caixa-btn-padd-top13 {
 	padding-top: 13px;
 }

 .caixa-btn-padd-top-5 {
    padding-top: 5px;  
}

.caixa-btn-padd-top-10 {
    padding-top: 10px;  
}
.caixa-btn-padd-top-20 {
    padding-top: 20px;  
}

.caixa-btn-padd-top-25 {
    padding-top: 25px;
}
 .caixa-btn-padd-top-00 {
    padding-top: 20px;  
}

.caixa-btn-padd-top-01 {
    padding-top: 44px;  
}
 .caixa-t {
 	height: 500px;
 	border-left: #e6e6e6 solid 1px;
 	width: 24.6%;
 }

.caixa-t2 {
 	height: 708px;
 	border-right: #e6e6e6 solid 1px;
 	width: 24.6%;
 	overflow: auto;
 }

.caixa-r-2 {
 	height: 755px;
 	border-left: #e6e6e6 solid 1px; 
 	width: 16.6%;	
 }
 .caixa-r-3 {
 	height: 755px;
 	border-left: #e6e6e6 solid 1px; 
 	width: 24.6%;	
 }
 .caixa-left-grid {
 	padding-left: 15px;
 }
 .caixa-left {
 	float: left;
 }
 .caixa-item-vd { 	
 	background-color: #EEEEEE
 }
 .box-col {
 position: relative;
  min-height: 1px;
  margin: 10px;
 }
.md-card-header-c {
	width: 100%;
	background-color: #F2F2F2;
}
.md-card-footer-c {
	text-align: center;
	width: 100%;
	background-color: #DADADA;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contaMovCaixa {
	padding-left: 20px;
	padding-top: 20px;
}
 .txt2ColorVerde {
    color: #009900;
}

input.k-textbox.txt2ColorVerde{
	color: #009900;
}

.txt3ColorVermelho {
    color: #f00;
}
.txt3Colorzul {
    color: #0623ef;
}
.colorCaixa {
	color: #71132D;
}
input.k-textbox.txt3ColorVermelho{
	color: #f00;
}
input.k-textbox.colorCaixa {
    color: #71132D;
}


.padding10 {
	padding: 10px;
}

.Cancelar-Baixa {
	margin-right: 5px;
	margin-left: 5px;
}
.left-align-label {
	float: left;
	width: 70px;
}
.left-align {
	float: left;
}
.right-margin15 {
	margin-right: 15px;
}
.descricao-prod-vd {
	height: 50px;
	font: 400 14px/20px Roboto,sans-serif;
}
.quick-btn {
    background: #eee;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    color: #444;
    display: inline-block;
    height: 80px;
    margin: 10px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    position: relative;
}
.quick-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4d7589;
}
.quick-btn .label {
    position: absolute;
    right: -5px;
    top: -5px;
}
.quick-btn span {
    display: block;
}
.quick-btn .label {
    position: absolute;
    right: -5px;
    top: -5px;
}
.quick-btn span {
    display: block;
}
.label-default {
    background-color: #777;
}
.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.btn-enviar {
    padding: 24.6px;
    padding-left: 35%;
    padding-right: 35%;
    margin-left: 15px;
}

.text-red {
	color: #f00;
}

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

.marg-0 {
	margin: 0;
}
.text-title-gestao {
	background: #008080;
    color: #fff;
    padding: 2px;
}

/** Tirado da Agenda.class **/
.k-event {
	width: 117px !important;
	margin-left: -1px;
}

.caixa-titulo {
	padding-top: 0;
	padding-left: 0;
}

.sunny, .cloudy, .rainy {
	display: block;
	margin: 30px auto 10px;
	width: 128px;
	height: 128px;
}

.cloudy {
	background-position: -128px 0;
}

.rainy {
	background-position: -256px 0;
}

.weather {
	margin: 0 auto 30px;
	height: 600px;
}

#tabstrip h2 {
	font-weight: lighter;
	font-size: 5em;
	line-height: 1;
	padding: 0 0 0 30px;
	margin: 0;
}

#tabstrip h2 span {
	background: none;
	padding-left: 5px;
	font-size: .3em;
	vertical-align: top;
}

#tabstrip p {
	margin: 0;
	padding: 0;
}

#edtSEXO {
	width: 150px;
	height: 20px;
	padding: 5px;
	font-size: 14px;
}

.multiple-select-grupo {
	width: 130px;
}
.k-scheduler-layout {
	table-layout: fixed;
}

.k-scheduler-layout:not(.k-scheduler-agendaview) {
	table-layout: fixed;
}

.k-scheduler-layout > tbody > tr > td:first-child
{
	width: 80px;
}

.k-nav-today {
	display: none;
}

/** COMANDAS **/
.bnt-grupo-agenda a {
	margin-left: 0!important;
}

.md-card-content h2 {
	letter-spacing: -1px;
}

/* CSS OBSOLETO DO .popup REMOVIDO - Conflitava com #agendaContextMenu */