.clientes-input-small{
width: 15px;
}
.btok4 {
border: 1px solid #D3D3D3;
background: #E6E6E6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
color: #555;
position: relative;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible;
font-family: Verdana,Arial,sans-serif;
padding: 4px 10px;
font-weight: bold;
margin: 0 auto;
display: block;
width: 100px;
transition:all 0.5s;
-webkit-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
}
.btok4:hover {
background: #708B77;
color: #FFF;
}

#dialog4 table{
width: 248px !important;
}

.adm-no{
      background: #8A2B2F;
      border: 1px solid #000;
}
#dialog4{
position: absolute;
top: 230px;
left: -247px;
width: 229px;
border: 1px solid #AAA;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
.bg-fundo{
width: 100%;
height: 100%;
background: #000;
position: absolute;
z-index: -9999;
opacity: 0.7;
}

#dialog4 tr td{
width: 231px;
display: block;
clear:both;
}
#dialog4 .horas-dialog4 td:first-child,
#dialog4 .data-dialog4 td:first-child{
float: left;
clear: none;
width: 25px;
}
#dialog4 .ui-slider-horizontal{
width: 200px;
margin-left: -24px;
margin-top: 8px;
}
#dialog4  .data-dialog4{
      height: 25px !important;
}
#dialog4  .horas-dialog4,
#dialog4  .data-dialog4{
margin: 10px 0;
display: block;
clear: both;
height: 47px;
}
#dialog4 textarea{
      width: 212px;height: 100px;
}
#dialog4 .acao-cad{
background: #E2E2E2;
background: -moz-linear-gradient(top, #e2e2e2 0%, #708B77 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#708B77));
background: -webkit-linear-gradient(top, #E2E2E2 0%,#708B77 100%);
background: -o-linear-gradient(top, #e2e2e2 0%,#708B77 100%);
background: -ms-linear-gradient(top, #e2e2e2 0%,#708B77 100%);
background: linear-gradient(to bottom, #E2E2E2 0%,#708B77 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#708B77',GradientType=0 );
border: 1px solid #AAA;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
padding: 6px 8px;
width: 207px !important;
text-align: center;
font-size: 14px;
display: block;
height: 24px;
margin: 1px 0 0 0;
float: left;
}
#dialog4 .acao-cad b{
font-size: 13px;
}
#dialog4 .acao-cad td{
width: 203px;
}
.ui-datepicker{
z-index: 9999 !important;
}
#dialog4{
      display:none;
}
#dialog4 .ui-slider-horizontal a,
#dialog4 .ui-slider-horizontal{
border: 1px solid #000;
}
#dialog4 .btok{
margin: 0 auto;
display: block;
}
#dialog4 .horas-dialog4 input,
#dialog4 .data-dialog4 input{
width: 182px;
margin-left: 2px;
}
#dialog4 .horas-dialog4  td:last-child,
#dialog4 .data-dialog4 td:last-child{
float: left;
clear: none;
width:  130px;
}
.agenda-new-adm{
display: block;
background: #DDD;
}
.sel_repr_adm{
display: block;
position: absolute;
top: -65px;
left: 25px;
font-size: 25px;
color: #725244;
text-shadow: -1px 0px 0px #708B77;
box-shadow: 96px 4px 0px #708B77;
width: 830px;
padding: 4px 8px;
border-left: 6px solid;
}

.clientes-input-medium{
width: 80px;
}
.clientes-input-medium2{
width: 160px;
}
.clientes-input-larg{
width: 446px;
}
#agenda-adm,
#dialog4 td b,
#datepicker2 .ui-datepicker .ui-datepicker-title{
text-shadow: 1px 1px 0px #FFF,-1px -1px 0px #FFF,-1px 1px 0px #FFF,1px -1px 0px #FFF;
}
.clientes-divisoes{
background: #DFDFDF;
width: 97.8%;
clear: both;
padding: 10px;
font-size: 14px;
font-weight: bold;
}
.cli-info input{
padding: 4px;
margin: 6px 2px;
}
.cli-info{
border: 1px solid #BBB;
box-shadow: 0px 0px 10px #B1ABAB;

opacity:0;
transition:opacity 1s ease-in;
-webkit-transition:opacity 1s ease-in;
}
.ccv{
      opacity:100;
      margin:20px 0 40px 0;
      padding:6px;
}
#cc-alteracao{
border: 2px solid #FF6D6D
}
#cc-salvar,
#cc-alteracao{
      cursor:pointer;
      
}
#cc-salvar{
      
      border: 2px solid #7571E4
}
#cc-alteracao{

}
BODY {
	background-color: #D8D8D8;
	background-image: url('images/fundo.png');
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: black;
	background-repeat: repeat-y;
	background-position: 50%;
}

DIV.pagina {
	position: absolute;
	width: 1000px;
	left: 50%;
	top: 0;
	margin-left: -500px;
	min-height: 100%;
}

DIV.topo {
	position: absolute;
	left: 0;
	top: 0;
}

.concluido{
cursor:default !important;
}
DIV.menu {
	width: 600px;
	position: absolute;
	left: 370px;
	top: 53px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: right;
}
.date-pendente{
margin: 0;
background: #F00;
padding: 4px;
border: 1px solid #000;
color: #FFF;
text-shadow: 1px 1px 1px #000;
font-size: 10px;
text-align: center;
}

#timer{
position: absolute;
right: 30px;
top: -38px;
z-index: 999;
text-shadow: 1px 1px 0px #FFF,-1px -1px 0px #FFF,-1px 1px 0px #FFF,1px -1px 0px #FFF;
font-size: 23px;
font-weight: bold;
}
DIV.login {
	position: absolute;
	padding-left: 10px;
	background-color: #cccccc;
	left:810px;
	top: 78px;
	width: 179px;
	border-width: 0 0 1px 1px;
	border-color: black;
	border-style: solid;
	display: none;
}

DIV.nome {
	position: absolute;
	left: 0px;
	top: 85px;
	width: 970px;
	text-align: right;
	color: #999999;
}

DIV.label {
	position: absolute;
	left: 45px;
	top: 49px;
	font-size: 22px;
	color: white;
	font-weight: bold;
	z-index: 50;
}

DIV.conteudo {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 1000px;
	margin-left: 0px
}

DIV.resumo_previsao {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin-left: 50px
}

DIV.resumo_desempenho {
	position: absolute;
	left: 0px;
	top: 230px;
	width: 500px;
	margin-left: 50px
}

DIV.resumo_grafico {
	position: absolute;
	left: 500px;
	top: 230px;
	width: 400px;
	height: 270px;
	margin-left: 50px;
	z-index: 50;
}

DIV.bt_novo_relacionamento {
	position: absolute;
	left: 20px;
	top: 0px;
}

DIV.novo_relacionamento {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
}

DIV.nova_acao {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
}

DIV.executar_tarefa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
}


DIV.tabela_rel {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 990px;
	margin-left: 5px;
}

DIV.ontem {
	position: absolute;
	left: 50px;
	top: 100px;
}
DIV.amanha {
	position: absolute;
	left: 100px;
	top: 100px;
}
DIV.atividades {
	position: absolute;
	left: 150px;
	top: 100px;
}
DIV.nova_tarefa {
	position: absolute;
	left: 350px;
	top: 100px;
}

DIV.tarefa {
	border: 1px solid #999999;
	text-align: left;
	padding: 6px;
}
#dialog4 tr td,
#dialog4 .data-dialog4 td:first-child
{
line-height: 17px ;
font-size: 10px;
}
#dialog4 .ui-button-text-only .ui-button-text
{
      padding: 0.4em 1.3em;
}

.previsao-excedente-box{
width: 673px;
background: #DEDEDE;
color: #000;
font-size: 18px;
padding: 10px 10px 0px 10px;
border: 2px solid #C0C8F6;
box-shadow: 0px 0px 2px #000;
-webkit-box-shadow: 0px 0px 2px #000;
-ms-box-shadow: 0px 0px 2px black;
-moz-box-shadow: 0px 0px 2px black;
-o-box-shadow: 0px 0px 2px black;
margin: 0 0 15px 2px;
}
.agenda_tabs > #tabs-1 > table{
width: 699px !important;
}
.previsao-excedente-p{
font-size: 12px;
border: 1px solid #FFF;
padding: 10px;
font-weight: normal;
}
DIV.agenda_tabs {
	position: absolute;
	width: 700px;
	top: 12px;
	left: 270px;
}

DIV.sel_repr {
	position: absolute;
	width: 925px;
	top: -30px;
	left: 50px;
}

H1 {
	font-size: 13px;
	font-weight: bold;
}

TABLE {
	border: 1px solid #aaaaaa;
}

TH {
	padding: 3px;
	margin: 0;
}

TD {
	padding: 3px;
	margin: 0;
}

TR.preto {
	background-color: #666666;
	color: white;
	font-weight: bold;
}

TR.branco {
	background-color: white;
	color: black;
	font-weight: bold;
}

TR.cinza {
	background-color: #f0f0f0;
	color: black;
	font-weight: bold;
}

TD.agenda_horas {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

A.menu:link {
	color: white;
	text-decoration: none;
}
A.menu:hover {
	color: white;
	text-decoration: underline;
}
A.menu:visited {
	color: white;
	text-decoration: none;
}

A.azul:link {
	color: blue;
	text-decoration: none;
}
A.azul:hover {
	color: blue;
	text-decoration: underline;
}
A.azul:visited {
	color: blue;
	text-decoration: none;
}

INPUT {
	font-size: 10px;
}

TABLE {
	padding: 0;
	margin: 0;
}

#left {
	text-align: left;
}
#right {
	text-align: right;
}
#center {
	text-align: center;
}
#cor1 {
	background-color: white;
}
#cor2 {
	background-color: #efefef;
}



#body-hash  img{
width: 25px;
height: 25px;
}
#acoes-cliente{
font-size: 15px;
line-height: 16px;
border: 1px solid #ECE2E2;
padding: 10px;
box-shadow: 0px 0px 7px #F1F1F1;
}
#body-hash .visto{cursor:pointer;}
#body-hash > tr:first-child{
background: aliceblue;
}
#dialog2 thead tr td{
font-weight: bold;
}
#body-hash tr td{
font-size: 11px;
}
.ui-tabs tr td .history{
width: 22px;
padding: 0 10px;
}
.ui-tabs tr td .visto,
.ui-tabs tr td .history
{
width: 25px;
float: left;
padding-bottom: 0px;
cursor: pointer;
clear: both;
padding-right: 8px;
padding-left: 0px;
}
.ui-tabs tr td .visto{
box-shadow: 0px 0px 10px #E9E9E9;
-webkit-box-shadow: 0px 0px 10px #E9E9E9;
-ms-box-shadow: 0px 0px 10px #E9E9E9;
-o-box-shadow: 0px 0px 10px #E9E9E9;
-moz-box-shadow: 0px 0px 10px #E9E9E9;
padding-right: 0;
margin: 0px 5px;
margin-bottom: 10px;
width: 45px;
border: 1px solid #A3A3A3;
background: #E4E4E4;
}

.ui-tabs tr td .concluido{
width: 27px;
padding-left: 8px;
padding-right: 28px;
background: none;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
-moz-box-shadow: none;
}

.btok{
transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
}
.btok-salve{
background: #C3D4FF;
border: 1px solid #707070;
border-radius: 2px;
cursor: pointer;
box-shadow: 0px 0px 4px #000;
border: 1px solid #F9F9F9;
}

.nova-acao{
border: 1px solid #AAA !important;
background: #FFF !important;
font-weight: normal !important;
color: #212121 !important;
}


.title-agenda{
padding: 0;
margin-bottom: 0;
list-style: none;
float: left;
background: #DADADF;
padding: 5px;
border-top: 1px solid;
border-left: 1px solid;
box-shadow: 3px 2px 0px #000;
border-radius: 4px 4px 0px 0;
cursor: pointer;
position: relative;
z-index: 99;
transition:all 1s;
-webkit-transition:all 1s;
-o-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
font-weight: bold;
}
.title-agenda-inative{
opacity: 0.4;
z-index: 9;
}
.title-agenda:hover{
opacity: 0.7;
}

.div-title-agenda{
position: absolute;
top: 72px;
left: 24px;
border-bottom: 2px solid #000;
width: 926px;
box-shadow: 0px 1px 0px rgba(196, 196, 196, 0.8),0px 4px 0px rgba(196, 196, 196, 0.5),0px 6px 0px rgba(196, 196, 196, 0.2);
transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
}
.div-title-agenda ul{
padding: 0;
}

#datepicker-admin .ui-datepicker-header,
.background-adm{
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #708B77 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#708B77)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#708B77 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#708B77 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#708B77 100%); /* IE10+ */
background: linear-gradient(to bottom, #e2e2e2 0%,#708B77 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#708B77',GradientType=0 ); /* IE6-9 */
}
.agenda-content{
position: absolute;
left: 0px;
width: 1000px;
margin-left: 0px;
}
.agenda-sombra{
width: 926px;
box-shadow: 0px 1px 0px rgba(112, 139, 119, 0.8),0px 4px 0px rgba(112, 139, 119, 0.5),0px 6px 0px rgba(112, 139, 119, 0.2);
}
.ui-datepicker .ui-datepicker-header,
body{
transition:all 2s;
      -webkit-transition:all 2s;
-o-transition:all 2s;
-moz-transition:all 2s;
-ms-transition:all 2s;
}
.agenda-bg{
background-color: rgba(112, 139, 119, 0.5);
}

#datepicker2 .ui-datepicker-header{
background: #E2E2E2;
background: -moz-linear-gradient(top, #e2e2e2 0%, #708B77 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#708B77));
background: -webkit-linear-gradient(top, #E2E2E2 0%,#708B77 100%);
background: -o-linear-gradient(top, #e2e2e2 0%,#708B77 100%);
background: -ms-linear-gradient(top, #e2e2e2 0%,#708B77 100%);
background: linear-gradient(to bottom, #E2E2E2 0%,#708B77 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#708B77',GradientType=0 );
}



#datepicker2 .ui-state-disabled  .ui-state-default{
      
      background: #E6E6E6  !important;

}