@import url('https://fonts.googleapis.com/css?family=Exo:400,700&display=swap');

/* CSS RESET */ 
html, body { margin:0; padding:0; height:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; background-color:rgba(250,250,250,1.00); font-size: 14px; font-family:"Exo", sans-serif; color:#1a1a1a; } 
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, button, textarea, a, select { outline:none;}
strong { font-weight:bold; }
canvas { float:left;}
canvas { display:none; }
video { background-repeat:no-repeat; background-position:center center; }
hr { width:100%; height:1px; border:0; background-color:rgba(238,238,238,1.00);}
select { background-color:#fff; cursor:pointer;}
select:disabled  { cursor: not-allowed;}
input, button, select, textarea { outline:none; font-family: 'Exo', sans-serif;  }
button { border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; padding:10px 20px; border:1px solid; cursor:pointer; font-weight:700; text-transform:uppercase; }
button[type='reset'] { float:left; background-color:#eee; border-color:#eee; color:#000; }
button[type='reset']:hover { background-color:#CCC; }
button[type='submit'] { float:right; background-color:#12bbbf; color:#fff; }
button[type='submit']:hover { background-color:#0f9da0; }
input, select { border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }
label a { color: #12bbbf; text-decoration:none; }
label a:hover { color:#0f9da0; }
.limpa { clear:both; }
.fVerde { background-color:rgba(18,187,191,1.00); }
.bgBranco { background-color:#fff;}

/* FORM LOGIN */
#login { width:100%; height:288px; position:absolute; top:50%; margin-top:-144px; left:0; }
#login .tarja form#frmLogin { width:750px; height:70px; position:absolute; right:0; top:55%; margin-top:-35px; }
#login .tarja form#frmLogin label { float:left; line-height:44px; margin-right:10px; }
#login .tarja form#frmLogin input { float:left; width:225px; padding:10px; height:22px; border:1px solid rgba(238,238,238,1.00); background-color:rgba(255,255,255,1.00); margin-right:20px; }
#login .tarja form#frmLogin input:focus { border-color:rgba(192,192,192,1.00); }
#login .tarja form#frmLogin button { float:right; width:120px; height:44px; border:1px solid rgba(238,238,238,1.00); text-transform:uppercase; font-size:13px; font-weight:700; color:rgba(255,255,255,1.00); }
#login .tarja #logotipo { width:200px; height:0px; position:absolute; top:5%; }
#login .tarja a { position:absolute; bottom:0; right:230px; color:#1a1a1a; text-decoration:none; }
#login .tarja a:hover { text-decoration:underline; }
#login .logouebtech { float:right; margin-top:20px; }
#login .logouebtech p { float:left; line-height:49px; margin-right:10px; }
#login .creditos { margin-top:20px; }
#login .creditos p { line-height:49px; text-align:center; }
#login .creditos p strong { font-weight:700; }
.login { width:100%; background-color:rgba(255,255,255,1.00); border-bottom:1px solid rgba(243,243,243,1.00); border-top:1px solid rgba(243,243,243,1.00); }
.tarja { margin:0 auto; width:980px; height:200px; position:relative; }

/* ESTRUTURA */
#conteudo { min-height:100%; position:relative; }
#topo { background:rgba(255,255,255,1.00); padding:10px; }
#estrutura { padding:10px; padding-bottom:69px; }
#rodape { position:absolute; bottom:0; width:100%; height:49px; padding-top:10px; padding-bottom:10px; border-top:1px solid rgba(238,238,238,1.00); }
#rodape .grande .creditos { text-align:center; }
#rodape .grande .creditos strong { font-weight:bold; }
#rodape .grande .creditos p { line-height:49px; }
#rodape .grande .uebtech { float:right; }
#rodape .grande .uebtech p { float:left; line-height:49px; margin-right:10px; }
#logo { float:left; }
#bemvindo { float:left; margin-left:20px; }
#bemvindo p { line-height:50px; }
#bemvindo p strong { font-weight:700; }
#tempo { font-weight:bold; }
.full { width:100%; }
.grande { width:980px; margin:auto; }
.meio { width:980px; margin:auto; }
.esp20 { padding-top:20px; padding-bottom:20px; }
.bordaBaixo { border-bottom:1px solid rgb(243, 243, 243); }
.bordaCima { border-top:1px solid rgba(238,238,238,1.00); }
.fundoBranco { background-color:rgba(255,255,255,1.00); }
.mce-branding-powered-by { display:none; }
.espaco { margin-top:10px; margin-bottom:10px; }

/* Alertas sucesso */
.alert { padding: 20px; background-color: #f44336; color: white; opacity: 1; transition: opacity 0.6s; position:fixed; top:20px; right:20px; display: inline-block; line-height:19px; min-width:300px; text-align:center; z-index:20 }
.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
a.closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; text-decoration:none; }
.closebtn:hover { color: black; }

/* Alertas (tabela) */
.alertas { font-weight:700; padding:3px 5px; font-size:9px; text-transform:uppercase; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px; }
.alertaVerde { color:#090; border:1px solid #090;  }
.alertaVermelho { color:#b43523; border:1px solid #b43523;  }
.alertaLaranja { color:#ff8d00; border:1px solid #ff8d00;  }
.alertaAmarelo { color:#e1c31d; border:1px solid #e1c31d; }
.alertaAzul { color:#45a5dc; border:1px solid #45a5dc; }

/* Menu Dropdown */
nav#menu { width:100%; }
nav#menu ul { list-style:none; position:relative; margin:0; padding:0; }
nav#menu ul a { display:block; color:#1a1a1a; text-decoration:none; font-weight:700; font-size:14px; text-transform:uppercase; line-height:32px; padding:0 10px; }
nav#menu ul li { position:relative; float:left; margin:0; padding:0; }
nav#menu ul li:hover { background:#12bbbf; }
nav#menu ul li:hover > a { color:#fff !important;}
nav#menu ul li a:hover {color:#fff !important;}
nav#menu ul ul { display:none; position:absolute; top:100%; left:0; background:#12bbbf; padding:0; z-index:10; }
nav#menu ul ul li a i { float:right; color:#fff !important; }
nav#menu ul ul li a { color:#fff !important;}
nav#menu ul ul li a:hover { background-color:#057882; }
nav#menu ul ul li { float:none; width:280px; border-bottom:1px dashed #f5f5f5; }
nav#menu ul ul a { line-height:120%; padding:10px 15px; }
nav#menu ul ul ul { top:0; left:100%; }
nav#menu ul li:hover > ul { display:block; }
nav#menu ul li i { color:#1a1a1a; }
nav#menu ul li a:hover > i, nav#menu ul ul li a:hover > i { color:#fff !important;}
nav#menu ul li:hover > a i { color:#fff !important; }

/* Tabela de listagem */
table.lista { border-collapse: collapse; width: 100%; }
table.lista label { margin:0; }
table.lista th, table.lista td { padding:5px; vertical-align:middle; }
table.lista tr { width:100%; }
table.lista tr:hover { background-color:#eee;}
table.lista tr:nth-child(even){background-color: #fafafa; }
table.lista thead th { background-color: #12bbbf; color: #fff; border-bottom:2px solid #f1f1f2;  }
table.lista tbody tr { border-bottom:1px solid #eee;}
table.lista thead th { font-weight:700; text-transform:uppercase;  }
table.lista thead .headerSortUp { background-image: url(../imagens/gestao/baixo.gif) !important; cursor:pointer; } 
table.lista thead .headerSortDown{ background-image: url(../imagens/gestao/cima.gif) !important; cursor:pointer;} 
table.lista thead .header { background-image: url(../imagens/gestao/bg.gif);cursor: pointer; background-repeat: no-repeat;background-position: center right;} 
table.lista thead .arrasta { color:#fff; font-size:18px; }
table.lista tbody .move { font-size:18px; color:#1a1a1a; cursor:move; }
table.lista tbody tr td a { color:#000; text-decoration:none; display:block; }
table.lista tbody tr td a:hover { color:#000; text-decoration:underline; }
table.lista tbody tr td strong { font-weight:700; }
table.lista caption {  padding:10px; width:936px; font-weight:700; margin-bottom:10px; font-size:16px;}
table.lista caption span { color:#12bbbf; }

/* Atendimento PS */
#novoAtendimento { float:right; padding:10px 20px; background-color:#12bbbf; text-transform: uppercase; font-weight: 700; font-size:18px; color:#fff; border:0; cursor:pointer;}
#novoAtendimento:hover { background-color:#0f9da0; }
ul.botoesPlantao { float:right;}
ul.botoesPlantao li { float:left; border:1px solid; margin-left:10px; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }
ul.botoesPlantao li a { display:block; padding:10px 20px; text-decoration:none; text-transform:uppercase;  font-weight:bold;  }
ul.botoesPlantao li:first-child {  border-color: #12bbbf; }
ul.botoesPlantao li:first-child a { color:#12bbbf;  }
ul.botoesPlantao li:first-child a:hover { background-color:#057882 !important; color:#fff !important; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }

ul.botoesPlantao li:nth-child(2) {  border-color: #0079bf; }
ul.botoesPlantao li:nth-child(2) a { color:#0079bf;  }
ul.botoesPlantao li:nth-child(2) a:hover { background-color:#005a8e !important; color:#fff !important; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }

ul.botoesPlantao li:last-child {  border-color: #da0000; }
ul.botoesPlantao li:last-child a { color:#da0000;  }
ul.botoesPlantao li:last-child a:hover { background-color:#a90909 !important; color:#fff !important; border-color:#a90909 !important; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }
.inicioPlantao { float:left; width:550px; line-height:33px;}
.inicioPlantao p { font-weight:bold;}
.inicioPlantao p span { color:#12bbbf; }
table#quadroGeral { width:100%; border:1px !important;  border-collapse: separate !important;   border-spacing: 2px; }
table#quadroGeral thead { background-color:rgba(231,231,231,1.00); color:#1a1a1a; font-weight:bold;}
table#quadroGeral td { padding:10px; text-align:center !important; width:33%; }
table#quadroGeral tbody td { font-size:18px;}
table#quadroGeral tbody td a { color:#fff; text-decoration:none;}
table#quadroGeral tbody td a:hover { text-decoration:underline; }
.tabVerde { background-color:#0C0; color:#fff; }
.tabAzul { background-color:#036aab; color:#fff; }
.tabLaranja { background-color:#ffa500; color:#fff; }
#diagnostico { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:100%; resize:none; height:80px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.naoTem      { text-align:center; font-size:24px; text-transform:uppercase; font-weight:bold; height:30px; position:absolute; width:980px;  top:50%; margin-top:-15px;  }		  
.naoTem span { color:rgba(18,187,191,1.00); }	
.atendTit      { text-align:center; font-size:24px; text-transform:uppercase; font-weight:bold; margin-bottom:20px; }		  
.atendTit span { color:rgba(18,187,191,1.00); }		  
.btAten        { float:right; margin-top:49px; }		  
.btAten button { height:42px;}
.selecao       { width: 133px; }
.selecao2       { width: 238px; }		  
#ondeSera      { margin:auto }		  	  
.mTop25        { margin-top:25px !important; }
.plan1 { width:316px; }
.plan1VH { width:382px; }
.plan2 { width:398px; }
.plan3 { width:250px; }
.campoMed { border: 1px solid rgba(238,238,238,1.00); padding: 10px; width:100%;}
.btTrans { margin-top:10px; margin-bottom:10px;  }

/* MIGALHAS */ 
#migalhas { margin-bottom:20px;}
#migalhas h1 { font-size:20px; font-weight:normal; text-transform:uppercase; margin-bottom:20px; font-weight:700; }
#migalhas p { background-color:rgba(255,255,255,1.00); padding:10px; border-top:1px solid rgba(238,238,238,1.00); border-bottom:1px solid rgba(238,238,238,1.00); border-right:1px solid rgba(238,238,238,1.00); border-left:5px solid rgba(238,238,238,1.00);}
#migalhas a { color:#12bbbf; text-decoration:none; font-weight:700; }
#migalhas p a:hover { text-decoration:underline;}


/* Botões exportar */
ul.opcoesLista { width:300px; margin:auto; }
ul.opcoesLista li { float:left; margin-right:5px;  }
ul.opcoesLista li a { text-decoration:none; color:rgba(255,255,255,1.00); padding:10px; background-color:rgba(250,250,250,1.00); border:1px solid rgba(238,238,238,1.00); border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; display:block; font-weight:700; }
ul.opcoesLista li a:hover { background-color:rgba(238,238,238,1.00); }

.selecao { float:left; line-height:44px; }
.selecao2 { float:left; line-height:44px; }
.envio { width:100%; height:44px; border:0; }
.oculta { display:none; }
.deleta { padding:10px 20px; float:right; height:44px; border:0; }
.esp60 { padding:60px; }
.aviso { width:920px; height:33px; line-height:33px; padding:10px; background-color:rgba(255,255,255,1.00); position:absolute; top:50%; left:50%; margin-top:-53px; margin-left:-470px; }
.aviso p {text-align:center; font-weight:bold;}
.iEsq { float:left; }
.iDir { float:right; }
.mSMS { float:left; text-align: center; padding: 10px; background-color: rgba(250,250,250,1.00); border: 1px solid rgba(238,238,238,1.00); width:428px; }
.mNFe { float:right; text-align: center; padding: 10px; background-color: rgba(250,250,250,1.00); border: 1px solid rgba(238,238,238,1.00); width:428px; }
.mSMS span, .mNFe span { font-weight:bold; }
.f1 { width:936px; }
.f1Box { width:858px; }
.f2 { width:422px; }
.f3 { width:270px; }
.f4 { width:194px; }
.f5 { width:149px; }
.f6 { width:119px; }
.f7 { width:97px; }
.f8 { width:75px; }
.f9 { width:66px; }
.f10 { width:60px; }
#ocoTitulo { width:656px;}
.cpf { width:90px; }
.rg { width:65px; }
.crm { width:50px; }
.mDir0 { margin-right:0 !important; }

.img { width:153px; height:115px; background-color:rgba(255,255,255,1.00); text-align:center; margin-top:10px;}
.img a { display:block; color:rgb(148, 148, 148);}
.img a:hover {color:rgb(244, 67, 54)}
.img i { font-size:28px; text-align:center; line-height:115px;}

/* FORMULÁRIO DE CADASTRO */
form#frmCadastro .removeDir { margin-right:0 !important;}
form#frmCadastro .campo { float:left; margin-right:10px; margin-top:15px; margin-bottom:5px; position:relative; height:90px;}
form#frmCadastro .campoText { margin-top:15px; margin-bottom:5px; position:relative; height:250px;}
form#frmCadastro .texto { margin-top:10px; margin-bottom:10px;}
form#frmCadastro { margin-top:10px;}
form#frmCadastro input[type="text"], form#frmCadastro select, form#frmCadastro input[type="email"], form#frmCadastro input[type="password"] { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; }
form#frmCadastro .campoTextAreaEsq textarea, form#frmCadastro .campoTextAreaDir textarea { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:422px; resize:none; height:135px; }
form#frmCadastro input[type='text'] { height:18px; }
form#frmCadastro select { height:40px;}
form#frmCadastro input[type="text"]:focus, form#frmCadastro select:focus, form#frmCadastro input[type="email"]:focus { border-color:rgba(192,192,192,1.00); }
form#frmCadastro .campoUpload { float:left; margin-right:10px; margin-top:15px; margin-bottom:5px; position:relative; font-weight:bold; }
.marginR { margin-right:0 !important}
a.inlineBanco  { color:#12bbbf; text-decoration:none; }

form.frm .removeDir { margin-right:0 !important;}
form.frm .campo { float:left; margin-right:10px; margin-top:15px; margin-bottom:5px; position:relative; height:90px;}
form.frm .campoText { margin-top:15px; margin-bottom:5px; position:relative; height:250px;}
form.frm .texto { margin-top:10px; margin-bottom:10px;}
form.frm { margin-top:10px;}
form.frm input[type="text"], form.frm select, form.frm input[type="email"], form.frm input[type="password"] { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; }
form.frm .campoTextAreaEsq textarea, form.frm .campoTextAreaDir textarea { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:422px; resize:none; height:135px; }
form.frm input[type='text'] { height:18px; }
form.frm select { height:40px;}
form.frm input[type="text"]:focus, form.frm select:focus, form.frm input[type="email"]:focus { border-color:rgba(192,192,192,1.00); }
form.frm .campoUpload { float:left; margin-right:10px; margin-top:15px; margin-bottom:5px; position:relative; font-weight:bold; }
.marginR { margin-right:0 !important}
a.inlineBanco  { color:#12bbbf; text-decoration:none; }

/* Abas */
.tbsSel, .tbs:hover { background-color:#12bbbf !important; color:#fff !important;  cursor:pointer; }		
ul#abasInternas li { float:left; }
.tbs { border:1px solid #eee; padding:10px 15px; background-color: transparent; font-weight:700; color:#12bbbf; text-transform:uppercase; margin-right:5px; }

/* FORMULÁRIOS DIVERSOS */ 
.formularios .removeDir { margin-right:0 !important;}
.formularios h4 { font-size:18px; letter-spacing:-2px; font-weight:700px; text-transform:uppercase;  margin-bottom:10px; margin-top:10px; color:#1a1a1a}
.formularios .campo { float:left; margin-right:10px; margin-top:10px; margin-bottom:10px; position:relative; height:85px;}
.formularios .texto { margin-top:10px; margin-bottom:10px;}
.espaco {margin-top:10px; margin-bottom:10px; }
.formularios input[type="text"], .formularios select, .formularios input[type="email"], .formularios input[type="password"] { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; }
.formularios input[type="text"]:focus, .formularios select:focus, .formularios input[type="email"]:focus, .formularios input[type="password"]:focus { border-color:rgba(192,192,192,1.00);}

/* LISTA IMAGENS */
ul#listaImagens li { float:left; width:189px; padding:10px; height:190px; background-color:rgba(238,238,238,1.00); margin-right:10px; margin-bottom:10px;}
ul#listaImagens li .icones { width:39px; height:39px; text-align:center; float:left; line-height:39px; margin-right:10px;}
ul#listaImagens li .icones a i { margin-top:5px; color:#1a1a1a;}
ul#listaImagens li:nth-child(4n) { margin-right:0;}
ul#listaImagens .divisor { width:100%; height:1px; border:0; background-color:rgba(204,204,204,1.00);}
ul#listaImagens li .removeDir { margin-right:0 !important; }
ul.tabs{ margin: 0px; padding: 0px; list-style: none; }
ul.tabs li{ background: none; color: #1a1a1a; display: inline-block; padding: 10px 15px; cursor: pointer; text-transform:uppercase; }

/* ABAS */ 
.tab-content{ display: none; background: rgba(255,255,255,1.00); padding: 10px; border-bottom:1px solid rgba(238,238,238,1.00); border-left:1px solid rgba(238,238,238,1.00); border-right:1px solid rgba(238,238,238,1.00); }
.tab-content.current{ display: inherit; } 
.tab-content h2, .tab-content h3 { font-size:18px; font-weight:700; text-transform:uppercase;  margin-bottom:10px; margin-top:10px; color:#1a1a1a}
.tab-content hr { width:100%; height:1px; border:0; background-color:rgba(238,238,238,1.00);}
.tab-content p { text-align:center; padding:10px; background-color:rgba(250,250,250,1.00); border:1px solid rgba(238,238,238,1.00);}
.tab-content p strong { font-weight:700;}
ul.tabs li.current{ background: rgba(255,255,255,1.00); color: #1a1a1a; border-top:2px solid rgba(41,188,192,1.00); border-left:1px solid rgba(238,238,238,1.00); border-right:1px solid rgba(238,238,238,1.00); font-weight:bold; }

#cboxLoadedContent h2 { text-transform:uppercase; font-size:18px; font-weight:700; }

/* UPLOAD */ 
#fotos { border:1px solid rgba(238,238,238,1.00); padding:20px;}
#uploadifive-botao-uploadinput[type="file"] { width:100%; height:50px; position:absolute !important; top:0 !important; left:0 !important; cursor:pointer;}
.uploadifive-button { width: 100%; height:50px; font-weight:700; line-height:50px; background-color:rgba(238,238,238,1.00); position:relative; border:1px solid rgba(192,192,192,1.00) }
.uploadifive-queue-item { background-color: rgba(245,245,245,1.00); border-bottom: 1px dotted rgba(213,213,213,1.00); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:5px; padding: 15px; }
.uploadifive-queue-item .close { background: url('/imagens/gestao/btCancelar.png') 0 0 no-repeat; display: block; float: right; height: 16px; text-indent: -9999px; width: 16px; }
.uploadifive-queue-item .progress { border: 1px solid rgba(208,208,208,1.00); height: 3px; margin-top: 5px; width: 100%; }
.uploadifive-queue-item .progress-bar { background-color: #1a1a1a; height: 3px; width: 0; }

/* CAMPO DE BUSCA */
#cBusca, #cBusca2 { position:relative;}
#busca, #busca2 { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:936px }
#busca:focus, #busca2:focus { border-color:rgba(192,192,192,1.00);}
#cBuscaAlerta { position:relative;}
#buscaAlerta { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:889px }
#buscaAlerta:focus { border-color:rgba(192,192,192,1.00);}
#cBusca i { position:absolute; font-size:22px; top:24px; right:6px; cursor:pointer;  }
#cBusca i:hover { color:#12bbbf}
.buscaFicha { position:absolute; font-size:22px; top:30px; right:6px; color:#12bbbf;  }
.buscaFicha:hover { color:#0f9da0; }

/* PAGINAÇÃO */ 
#listaItens { width:100%; position:relative; }
#pgPed { text-align:center; width:909px; height:44px; }
#pgPed li:first-child, #pgPed li:last-child { width:72px; }
#pgPed li:last-child { margin-right:0; }
#pgPed li { list-style: none; float: left; margin-right: 5px; height:24px; width:24px; line-height:24px; padding:10px; border:1px solid rgba(238,238,238,1.00); color:#1a1a1a; cursor:pointer; }
#pgPed li:hover, .selecionado { color:rgba(255,255,255,1.00); background-color:rgba(41,188,192,1.00) !important;cursor: pointer; }
#listaItens2 { width:100%; position:relative; }
#pgPed2 { text-align:center; width:754px; height:44px; float:left; }
#pgPed2 li:first-child, #pgPed2 li:last-child { width:50px; }
#pgPed2 li { list-style: none; float: left; margin-right: 5px; height:24px; width:24px; line-height:24px; padding:10px; border:1px solid rgba(238,238,238,1.00); color:#1a1a1a; cursor:pointer; }
#pgPed2 li:hover, .selecionado { color:rgba(255,255,255,1.00) !important; background-color:rgba(41,188,192,1.00) !important; cursor: pointer;}

/* BOTÃO DELETA */ 
#deletarRegistros:disabled { border:1px solid rgba(238,238,238,1.00); color:rgba(238,238,238,1.00); cursor: not-allowed;}

/* BOTÃO GERAR PDF */
.impressaoPDF { text-align:center; margin-top:20px; border:1px solid rgba(238,238,238,1.00); }
.impressaoPDF a { display:block; padding:10px 20px; background-color:rgba(255,255,255,1.00); text-transform:uppercase; color:#1a1a1a; text-decoration:none; font-weight:700; }
.impressaoPDF a:hover { background-color:rgba(238,238,238,1.00); }

/* jQuery Confirm */
.jconfirm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; font-family: inherit; overflow: hidden; }
.jconfirm { -webkit-perspective: 400px; perspective: 400px; }
.jconfirm .jconfirm-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: opacity .4s; transition: opacity .4s; }
.jconfirm .jconfirm-box { outline: 0; }
.jconfirm .jconfirm-box { opacity: 1; -webkit-transition-property: all; transition-property: all; }
.jconfirm .jconfirm-box.jconfirm-animation-zoom { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 0; }
.jconfirm.jconfirm-supervan .jconfirm-bg { background-color: rgba(0, 0, 0, 0.85); }
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c { text-align: center; color: rgba(255,255,255,1.00); font-size: 28px; font-weight: normal; }
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane { margin-bottom: 25px; }
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons { text-align: center; }
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button { font-size: 16px; background-color: transparent; border:1px solid #eee; color:#fff; text-shadow: none;  padding: 10px; min-width: 100px; font-weight:700; border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; cursor:pointer; outline:none; margin-right:10px; }
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button:hover { background-color:#fff; color:#000;}

/* jQuery Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:99; overflow:hidden;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); }
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxContent{position:relative;}
#cboxClose, #cboxSlideshow{cursor:pointer;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{ background-color:rgba(0,0,0, 0.85);}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxClose:active {outline:0;}
#cboxClose{position:absolute; top:10px; right:10px; background-image:url(/imagens/fechar.png); width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

/* Informações webcam */
#webcam {width:396px; height:210px; float:left; margin-top:5px; }
ul#itensCamera { float:left; margin-left:10px; margin-top:50px; }
ul#itensCamera li{ margin-bottom:6px;}
ul#itensCamera li a { color:#1a1a1a; text-decoration:none; border-bottom:1px solid rgba(238,238,238,1.00); padding:10px;display:block;}
.desabilita { pointer-events: none; }
.nadaImagem { background-image:url(/imagens/gestao/imgNada.png); background-repeat:no-repeat; background-position:center center; }
.moldura { float:left; background-color:rgba(255,255,255,1.00); padding:10px; border:1px solid rgba(242,242,242,1.00); }
.camera { float:left; }
.direita { float:right; width:550px;  }

/* Select múltiplo */
.ms-parent { display: inline-block; position: relative; vertical-align: middle; margin-top:10px; margin-bottom:10px; }
.ms-choice { display: block; width: 101%; height: 44px; padding: 10px; overflow: hidden; text-align: left; white-space: nowrap; line-height: 30px; color: rgba(68,68,68,1.00); text-decoration: none; background-color: rgba(255,255,255,1.00); border:1px solid rgba(238,238,238,1.00);  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; }
.ms-choice:focus{ border-color:rgba(192,192,192,1.00);}
.ms-choice.disabled { background-color: rgba(244,244,244,1.00); background-image: none; border: 1px solid rgba(221,221,221,1.00); cursor: default; }
.ms-choice > span { position: absolute; top: 6px; left: 0; right: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; padding-left: 8px; text-transform:none; font-size:13px; text-align:center; }
.ms-choice > div { position: absolute; top: 9px; right: 0; width: 20px; height: 25px; background: url('/imagens/multiple-select.png') left top no-repeat; }
.ms-choice > div.open { background: url('/imagens/multiple-select.png') right top no-repeat; }
.ms-drop { width: 100%; overflow: hidden; display: none;margin-top: -1px;padding: 0;position: absolute;z-index: 1000;background: rgba(255,255,255,1.00);color: rgba(0,0,0,1.00); border:1px solid rgba(238,238,238,1.00); }
.ms-drop.bottom { top: 100%; }
.ms-drop.top { bottom: 100%; }
.ms-search { display: inline-block; margin: 0; min-height: 26px; padding: 4px; position: relative; white-space: nowrap; width: 100%; z-index: 10000; }
.ms-search input { width: 100%; height: auto !important; min-height: 24px; padding: 0 20px 0 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: 1px solid rgba(170,170,170,1.00); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: rgba(255,255,255,1.00) url('/imagens/multiple-select.png') no-repeat 100% -22px; background: url('/imagens/multiple-select.png') no-repeat 100% -16px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, rgba(229,229,229,1.00))); background: url('/imagens/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, rgba(229,229,229,1.00) 99%); background: url('/imagens/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, rgba(229,229,229,1.00) 99%); background: url('/imagens/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, rgba(229,229,229,1.00) 99%); background: url('/imagens/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, rgba(255,255,255,1.00) 85%, rgba(229,229,229,1.00) 99%); background: url('/imagens/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, rgba(255,255,255,1.00) 85%, rgba(229,229,229,1.00) 99%); }
.ms-search input { margin-top:0 !important}
.ms-search, .ms-search input { -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;box-sizing: border-box; }
.ms-drop ul { overflow: auto; margin: 0; padding: 5px 8px; }
.ms-select-all { margin-bottom:10px; border-bottom:1px solid rgba(238,238,238,1.00); padding-bottom:10px; padding-top:10px; }
.ms-drop ul > li { list-style: none; display: list-item; background-image: none; position: static;  }
.ms-drop ul > li .disabled { opacity: .35; filter: Alpha(Opacity=35); }
.ms-drop ul > li.multiple { display: block; }
.ms-drop ul > li.group { clear: both; }
.ms-drop ul > li.multiple label { width: 100%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ms-drop ul > li label { font-weight: normal; display: block;white-space: nowrap; }
.ms-drop ul > li label.optgroup { font-weight: bold; }
.ms-drop input[type="checkbox"] { vertical-align: middle;}
.ms-drop .ms-no-results { display: none;}
.ativada { background-color: rgba(238,238,238,1.00) !important; }

.deletar { background-color:#b43523 !important; border-color:rgba(255,255,255,1.00) !important; color:rgba(255,255,255,1.00) !important; }
.deletar:hover { background-color:rgba(237,28,36,0.70) !important;}
.exportarPDF, .exportarPDFG { background-color:rgba(242,121,53,1.00) !important; border-color:rgba(255,255,255,1.00); color:rgba(255,255,255,1.00) !important;}
.exportarPDF:hover, .exportarPDFG { background-color:rgba(241,131,70,1.00) !important; }
.exportarXLS, .exportarXLSG { background-color:rgba(20,185,214,1.00) !important; border-color:rgba(255,255,255,1.00) !important; color:rgba(255,255,255,1.00) !important; }
.exportarXLS:hover, .exportarXLSG:hover { background-color:rgba(54,199,224,1.00) !important;}

/* Loading */
.carregaFundo { background-color:rgba(26,26,26,0.30); position:fixed; top:0; left:0; width:100%; height:100%; z-index:10000000000000000}
.iCarrega { position: absolute; top:50%; left:50%; margin-left:-20px;  margin-top:-20px; width: 40px; height: 40px; z-index:10000000000000 }
.iCarrega .iCarregaItens { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.iCarrega .iCarregaItens:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: rgba(51,51,51,1.00); border-radius: 100%; -webkit-animation: iCarregaBounceDelay 1.2s infinite ease-in-out both; animation: iCarregaBounceDelay 1.2s infinite ease-in-out both; }
.iCarrega .iCarrega2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
.iCarrega .iCarrega3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }
.iCarrega .iCarrega4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.iCarrega .iCarrega5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }
.iCarrega .iCarrega6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }
.iCarrega .iCarrega7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.iCarrega .iCarrega8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }
.iCarrega .iCarrega9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } 
.iCarrega .iCarrega10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.iCarrega .iCarrega11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }
.iCarrega .iCarrega12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }
.iCarrega .iCarrega2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } 
.iCarrega .iCarrega3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } 
.iCarrega .iCarrega4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.iCarrega .iCarrega5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.iCarrega .iCarrega6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.iCarrega .iCarrega7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.iCarrega .iCarrega8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.iCarrega .iCarrega9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.iCarrega .iCarrega10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.iCarrega .iCarrega11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.iCarrega .iCarrega12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }
@-webkit-keyframes iCarregaBounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } 
@keyframes iCarregaBounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } 	

/* PERSONALIZAR */
span.error { position:absolute; bottom:0; left:0; color:#da0000 !important;}
div.error { color:#da0000 !important;}
.btAcao { padding:10px 20px; width:909px; height:44px; border:1px solid rgba(238,238,238,1.00); text-transform:uppercase; color:rgba(255,255,255,1.00); cursor:pointer; background-color:rgba(41,149,152,1.00); font-size:11px; }
.btAcao:hover { background-color:rgba(41,149,152,1.00);}
.btAcao { outline: 1px solid rgba(255,255,255,1.00); outline-offset: -3px;}
.btOp { background-color: transparent; color: #12bbbf; padding: 5px 10px; border: 1px solid #12bbbf; cursor: pointer; border-radius: 50px 50px 50px 50px; -moz-border-radius: 50px 50px 50px 50px; -webkit-border-radius: 50px 50px 50px 50px; }
.menuOp { position: relative; display: inline-block; }
.menuOpConteudo { display: none; position: absolute; background-color: #f9f9f9; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.menuOpConteudo a { color: #4E5155; padding: 10px 20px; text-decoration: none; display: block; border-bottom:1px solid #eee; text-align:left; text-transform:uppercase; min-width:200px; }
.menuOpConteudo a:hover {background-color: #f1f1f1} 
.menuOp:hover .menuOpConteudo { display: block; }
.menuOp:hover .btOp { background-color: #12bbbf; color:#fff; }

/* IMG USUÁRIO */
#fotoUsuario { margin-top:10px; float:right;}
#imgUsuario { width:64px; height:64px; border:5px solid #60c7cd; border-radius: 64px 64px 64px 64px; -moz-border-radius: 64px 64px 64px 64px;-webkit-border-radius: 64px 64px 64px 64px; float:left;  background-position: center center; background-size:cover; margin-right:10px; }
#fraseUsuario { float:left; margin-left:10px; line-height:48px;}

/* MENU USUÁRIO */
#menuUsuario { float:left; margin-top:10px; }
#menuUsuario ul { list-style: none; position: relative; float: right; padding: 0; }
#menuUsuario ul a { display: block; color: #1a1a1a; text-decoration: none; line-height: 39px; padding: 0 15px; }
#menuUsuario ul li { position: relative; float: left; margin: 0; padding: 0; }
#menuUsuario ul li.current-menu-item { background: #ddd; }
#menuUsuario ul li:hover { background: rgba(18,187,191,1.00); }
#menuUsuario ul ul { display: none; position: absolute; top: 100%; right: 0; background: rgba(18,187,191,1.00); color: #fff; padding: 0; z-index: 500; }
#menuUsuario ul ul li { float: none; width: 100%; display: inline-table } 
#menuUsuario ul ul a { line-height: 120%; padding: 10px 15px; color:#fff !important; }
#menuUsuario ul ul a:hover { background-color:rgba(5,120,130,1.00); }
#menuUsuario ul ul ul { top: 0; left: 100%; }
#menuUsuario ul li:hover > ul { display: block; }
#menuUsuario ul li a:hover { color: #fff;  }
#menuUsuario ul li:hover > a { color: #fff; }

/* Botões upload */
.file-upload-container { width:290px; display:block; border: 1px solid #efefef; padding:10px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; background: #fbfbfa; margin-top:10px;  }
.file-upload-override-button { padding:10px; display:block; position: relative; overflow: hidden; cursor: pointer; border:1px solid rgba(18,187,191,1.00); color:rgba(18,187,191,1.00); font-weight:bold; text-align:center; }
.file-upload-override-button:hover { background-color:rgba(18,187,191,1.00); color:#fff; } 
.file-upload-override-button:active { position:relative; top:1px; } 
.botaoUpload { position: absolute; height: 50px !important; top: -10px; left: -10px; cursor: pointer; opacity: 0; filter:alpha(opacity=0); font-weight:normal; text-align:center; }
.file-upload-filename { margin-left: 10px; margin-top:10px; height: auto; font-weight:normal; text-align:center; }
.file-upload-filename a { color:#12bbbf; text-decoration:none; font-weight:700; }
.file-upload-filename a:hover { text-decoration:underline; }

.addEs a { font-size:10px; text-transform:uppercase; position:absolute; right:12px; top:12px; color:#fff; text-decoration:none; }
.addEs a i {font-size:11px !important;}

/* Tabela escla PS */
table#escala { width:909px; }  
table#escala thead tr th { vertical-align:middle; padding:10px; color:#fff; background-color:#12bbbf !important; font-weight:bold; position:relative; text-align:left !important; } 
table#escala thead tr th a i { color:#fff; font-size:20px; }
table#escala thead tr th:hover .addEs { display:block;}
table#escala thead tr th i { font-size:20px;}
table#escala tbody tr td { text-align:center; vertical-align:top; padding:5px; }	  
table#escala tbody tr td:nth-child(2) { width:33%; }
table#escala tbody tr td:nth-child(3) { width:33%; }
table#escala tbody tr td:nth-child(4) { width:33%; }
table.escala { width:100%; margin-top:20px; }  	  
table.escala tr { width:100%; } 
table.escala tr td { vertical-align: middle !important; position:relative; text-align:left !important;}
table.escala caption { background-color:#eee; padding:5px; font-weight:bold; margin-bottom:20px; position:relative; text-transform:uppercase; text-align:left; border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border: 0px solid #000000; font-size:11px; }	  
table.escala caption:hover .nHorario { display:block; }
table.escala caption:hover .nHorario a { color:#fff !important}
table.escala caption .removeEsp { float:left; margin-right:10px;}
table.escala caption .removeEsp a { color:#fff;}
table.escala caption:hover .removeEsp { display:block; }
table.escala td.medico:hover .nMedico { display:block; }
table.escala td.medicos { position:relative; }
table.escala td.medicos i { float:right; }
table.escala td .opcoes { float:right;}
table.escala td .opcoes a { color:#1a1a1a;}
table.escala td .opcoes i { font-size:16px;}
table.escala td.medico:hover .opcoes { display:block; }
table.escala .btMedico:hover i { display:block; }
.nMedico { margin-bottom:10px; display:none; }
.nMedico a { color:#12bbbf; text-decoration:none; font-size:10px; text-transform:uppercase; font-weight:bold;}  
a.delMedico { color:#F25C54 !important ;}
a.liderMedico { color:#2589BD !important; }
.btMedico { position:relative; }		
.btMedico a { color:#1a1a1a; text-decoration:none;  }
.btMedico a i { font-size:18px; float:left; margin-left:5px;}		
.nHorario { position:absolute; top:5px; right:5px; display:none; }
.nHorario a { color:#000; text-decoration:none; font-size:10px; text-transform:uppercase}
.lider { background-color:#fcdef0 !important; color:#000 !important; font-weight:bold; padding:3px;}
/*.lider a { color:#fff !important; float:right; margin-top:5px !important;}*/
a.delMedico { margin-right:5px !important;}
.fSelect { width:310px;}

/* Uploadfive */
ul#mImagens li { float:left; margin-right:10px; padding:10px; width:153px; height:234px; margin-bottom:10px; background-color:#eee; } 
ul#mImagens li:nth-child(5), ul#mImagens li:nth-child(10), ul#mImagens li:nth-child(15), ul#mImagens li:nth-child(20), ul#mImagens li:nth-child(25), ul#mImagens li:nth-child(30) { margin-right:0;}
ul#mImagens li .imagens {text-align:center;}
ul#mImagens li .imgBts { margin-bottom:10px;  }
ul#mImagens li .imgBts input[type='checkbox'] { float:right; }
ul#mImagens li hr { height:1px; background-color:#fff; width:100%; border:0;}
ul#mImagens li .imgBts i { margin-right:10px; }
ul#mImagens li textarea { resize:none; width:131px; padding:10px; height:40px; border:1px solid #CCC;}
ul#mImagens li .imgBts a { color:#1a1a1a; }
ul#mImagens li .imgBts a:hover { color:#da0000;}
.arrastar { cursor:move;}
.botoesAcaoEsq { float:left; }
.botoesAcaoDir { float:right; }.
#delImagens { padding: 10px 20px; cursor: pointer; background-color: #da0000; border: 0; text-transform: uppercase;  font-size: 11px; color:#fff; border:0;}
@keyframes pisca { 50% { opacity: 0.0; } } @-webkit-keyframes pisca { 50% {  opacity: 0.0; } }
.pisca { animation: pisca 1s step-start 0s infinite; -webkit-animation: pisca 1s step-start 0s infinite; }

/* Usuários online */
#online { width:400px; position:fixed; bottom:10px; z-index:2; right:10px; padding:2px; background-color:#eee; border:1px solid #e3e3e3}
#online .tituloPainel { padding:3px; background-color:rgba(18,187,191,1.00); color:#fff; font-size:18px; text-transform:uppercase;}
#online .tituloOcorrencia { float:left; margin-top:5px; margin-left:5px;}
#online .btsPainel { float:right;}
.btFechaPainel { float:left;}
.btEscondePainel { float:left;}
.btExterno { float:left; margin-top:6px;}
.btExterno a { display:block; color:#fff; text-decoration:none; }
table#ocorrencias { width:100%; }
table#ocorrencias thead { background-color:#fff;  display: inline-block; width: 100%; }
table#ocorrencias thead tr { display: inline-block; width: 100%; }
table#ocorrencias thead tr th { padding:5px; font-weight:bold; display:inline-block;}
table#ocorrencias tbody { height: 200px; display: inline-block; width: 100%; overflow: auto; }
table#ocorrencias tbody tr { width:100%; } 
table#ocorrencias tbody tr:nth-child(even) { background-color: #fff }
table#ocorrencias tbody tr td { padding:5px; border-bottom:1px solid #e0e0e0; vertical-align:middle; }
table#ocorrencias tbody tr td a { display:block; color:#000; text-decoration:none; }
table#ocorrencias tbody tr td a:hover { text-decoration:underline;}
a#fechaPainel { color:#FFF; padding:5px; display:block;}
a#escondePainel { color:#FFF; padding:5px; display:block; margin-left:10px }

/* Escala Visitas Hospitalares */
.month { padding: 70px 25px; width: 100%; background: #1abc9c; text-align: center; webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;box-sizing: border-box;  }
.month ul { margin: 0; padding: 0; }
.month ul li { color: white; font-size: 20px; text-transform: uppercase; letter-spacing: 3px; }
.month .prev { float: left; padding-top: 10px; }
.month .next { float: right; padding-top: 10px; }
.weekdays { margin: 0; padding: 10px 0; background-color: #ddd; }
.weekdays li { display: inline-block; width: 13.6%; color: #666; text-align: center; }
.days { padding: 10px 0; background: #eee; margin: 0; }
.days li { list-style-type: none; display: inline-block; width: 13.6%; text-align: center; margin-bottom: 5px; font-size:12px; color: #777; }
.days li .active { padding: 5px; background: #1abc9c; color: white !important }
table.calendario { border-collapse: collapse; width: 100%; }
table.calendario label { margin:0; }
table.calendario th, table.calendario td { padding:7px; vertical-align: text-top; text-align:center }
table.calendario td { width:15%}
table.calendario tr { width:100%; }
table.calendario tr:hover { background-color:#eee;}
table.calendario tr:nth-child(even){background-color: #fafafa; }
table.calendario thead th { background-color: #12bbbf; color: #fff; border-bottom:2px solid #f1f1f2;  }
table.calendario tbody tr { border-bottom:1px solid #eee;}
table.calendario thead th { font-weight:700; text-transform:uppercase;  }
table.calendario tbody tr td a { color:#000; text-decoration:none; display:inline-block; font-size:17px; }
table.calendario tbody tr td a:hover { text-decoration: underline; }
table.calendario tbody tr td strong { font-weight:700; }
table.calendario caption {  padding:10px; width:936px; font-weight:700; margin-bottom:10px; font-weight:700; font-size:30px;}
.header { background-color:#12bbbf; color:#fff; font-weight:700;}
.dia { font-size:19px; padding-bottom:20px; display: inline-block; font-weight:700;}
.mesAnt { float:left; color:#12bbbf; }
.mesPrx { float:right; color:#12bbbf; }
.mesAnt:hover, .mesPrx:hover { color:#10a1a5; } 

.mesAnt2 { float:left; color:#12bbbf; }
.mesPrx2 { float:right; color:#12bbbf; }
.mesAnt2:hover, .mesPrx2:hover { color:#10a1a5; } 

.feriado { color:#b43523; }
#publicarEscala {padding:10px 20px; height:42px; cursor:pointer; background-color:#12bbbf; color:#fff; border:0; text-transform:uppercase; font-size:13px; font-weight:700; float: left; margin-top:33px;}
#publicarEscala:hover { background-color:#159396; }
#publicarEscala:disabled  { cursor: not-allowed; background-color:#eee;}

#feriado {padding:10px 20px; height:42px; cursor:pointer; background-color:#b43523; color:#fff; border:0; text-transform:uppercase; font-size:13px; font-weight:700; float: left; margin-top:33px; margin-left:10px;}
#feriado:hover { background-color:#a03121; }
#feriado:disabled  { cursor: not-allowed; background-color:#eee;}

#despublicarEscala {padding:10px 20px; height:42px; cursor:pointer; background-color:#da0000; color:#fff; border:0; text-transform:uppercase; font-size:13px; font-weight:700; float: left; margin-top:33px; margin-left:10px;}
#despublicarEscala:hover { background-color:#ab0707; }
#despublicarEscala:disabled  { cursor: not-allowed; background-color:#eee;}
.naopublicada { text-align: center; padding: 10px; background-color: #da0000; border: 1px solid rgba(238,238,238,1.00); color:#fff; font-weight:700; font-size:18px; text-transform:uppercase;}
.publicada { text-align: center; padding: 10px; background-color: #12bbbf; border: 1px solid rgba(238,238,238,1.00); color:#fff; font-weight:700; font-size:18px; text-transform:uppercase}
.escalaAzul { color:#2968e9;}
.escalaLaranja { color:#ff8d00;  }
.espacamentoBox { padding:30px; }
.textareasM { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:100%; resize:none; height:80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.editorColobox { border: 1px solid rgba(238,238,238,1.00); padding: 10px; margin-top: 10px; margin-bottom: 10px; width:655px; resize:none; }

.areaTexto { border:1px solid rgba(238,238,238,1.00); padding:10px; margin-top:10px; margin-bottom:10px; width:958px; resize:none; height:120px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }

.cmpTxt { float:left; margin-right:10px; margin-top:15px; margin-bottom:5px; position:relative; }

.boxInfo p { text-align: center; padding: 10px; background-color: rgba(250,250,250,1.00); border: 1px solid rgba(238,238,238,1.00); }

/* Contratos */
.titulosM { font-weight:700; text-transform:uppercase; margin:0 auto; width:938px; background-color:#12bbbf; border:1px solid #eee; text-align:center; padding:10px; color:#fff;}
.ops { float:left; margin-top:20px; margin-bottom:15px; margin-right:20px;  }
.emE { float:left;  }
.lgd { margin-left:10px; margin-top:8px; font-weight:700; float:left; }
#nProfissional { width:704px; float:left; margin-top:20px !important; }
a.addContrato { color:#29bcc0; font-weight:700; text-transform:uppercase; text-decoration:none; display:block; border:1px solid #29bcc0; float:right; width:205px; padding-left:10px; padding-right:10px; text-align:center; margin-top:20px; height:38px; line-height:38px; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;}
a.addContrato:hover { background-color:#29bcc0; color:#fff;}
.esq { float:left; }
.dir { float:right; }
.dir a { display:block; padding:10px 20px; width:230px; position:relative; background-color:#fff; text-align:center; text-decoration:none; color:#12bbbf; border:1px solid #12bbbf; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; font-weight:700; text-transform:uppercase;}
.dir a:hover { background-color:#12bbbf; color:#fff; }
.removePlano, .removeTel, .remove, .remServ, .removeEmail, .removeRedes, .removeVideo, .removeServico, .removeProduto, .removeCampo, .removeResp, .perguntas { margin-top:50px; float:left; color:rgba(41,188,192,1.00); text-decoration:none; font-weight:700; }
.removeContrato   { margin-top:50px; float:left; color:rgba(41,188,192,1.00); text-decoration:none; font-weight:700; }
.removeEntrada   { margin-top:35px; float:left; color:rgba(41,188,192,1.00); text-decoration:none; font-weight:700; }
.removeSaida   { margin-top:35px; float:left; color:rgba(41,188,192,1.00); text-decoration:none; font-weight:700; }

.removeContrato:hover, .removeEntrada:hover, .removeSaida:hover { text-decoration:underline; }

.dir i { position:absolute; left:10px; top:10px; }

ul.buscaUsuario { padding:10px; background-color:rgba(255,255,255,1.00);  overflow-y: auto; z-index:12; position:absolute; display:none; width:300px; top:50px; }
ul.buscaUsuario li { width:93%; padding:10px; border-bottom:1px solid rgba(238,238,238,1.00);  font-weight:bold; }

.pr { float:left; width:350px;  }
.pr a { color:#000; text-decoration:none; line-height:40px; display: block;}
.pr a:hover { font-weight:700; }
.fn { float:left; width:250px; margin-left:20px; }
.fn select { margin-top:0 !important; margin-bottom:0 !important; width:250px; }
.dt { float:left; width:175px; margin-left:20px; position:relative; height:60px; }
.dt input { margin-top:0 !important; margin-bottom:0 !important;}
.rm { float:left; margin-left:10px; }
.rm a { font-size:24px; color:#da0000; display:block; margin-top:5px;}
 ul#listaP li { padding:10px; border-bottom:1px solid #eee; background-color:fff; position:relative; }
ul#listaP li:nth-child(even) { background-color: #fafafa; }


/* Informações usuário */
table#tabelaInformacoes { width:625px; float:right; }
table#tabelaInformacoes tr td { padding:10px; vertical-align:middle } 
table#tabelaInformacoes tbody tr:nth-child(odd) { background-color: rgba(243,243,243,1.00); border-bottom:1px solid rgba(238,238,238,1.00); }
table#tabelaInformacoes tr td strong { font-weight:bold;}
table#tabelaInformacoes tr td a { color:rgba(18,187,191,1.00); text-decoration:none; font-weight:bold;}
table#tabelaInformacoes tr td a:hover { text-decoration:underline;}
#img { float:left; width:227px; height:170px; background-color:#fff; }
.jInfo h1 { font-weight: bold; text-transform: uppercase; font-size: 20px; padding: 10px; background-color: rgba(41,188,192,1.00); color:rgba(255,255,255,1.00); border-left: 5px solid rgba(41,149,152,1.00);letter-spacing: -1px; }

/* Especialdiades */
.cor {color:#000; font-weight:700; width:50px; height:32px; margin-left:10px; float:left; text-align:center; line-height:32px; font-size:18px;}
.cr {color:#fff; font-weight:700; padding:5px 10px;}

/* Escala PS */
table.navegacao { width:100%; }
table.navegacao tbody tr td { vertical-align:middle;}
table.navegacao a i { font-size:36px; }
table.navegacao a { color:rgba(18,187,191,1.00);}
.mData { font-size:18px; text-transform:uppercase; font-weight:bold;}
.mData span {color:rgba(18,187,191,1.00);}
.btEscala { float:left; margin-left:10px; margin-top:35px; }
.btEscala a { font-size:28px; color: rgba(18,187,191,1.00); text-decoration:none; }
.btEscala a:hover{ color:rgba(5,120,130,1.00);}
table#tabEsc thead { background-color:#12bbbf; font-weight:bold; color:#fff; text-transform:uppercase; }
table#tabEsc thead th { padding:5px;}
table#tabEsc td { vertical-align:top; padding:0; text-align:center; font-size:13px; }	
#tabEsc a { text-decoration:none;}
.a { background-color:#4e6a92; color:#fff; font-weight:bold;}
.v { background-color:#ff002e; color:#fff; font-weight:bold;}
.l { background-color:#ff8a00; color:#fff; font-weight:bold;}
.ve { background-color:#54afb0; color:#fff; font-weight:bold;}
.coordenador { background-color:#FFCC00; font-weight:bold; padding:3px;   }
.fontMaior { font-size:14px; color:#fff;}
.fontMaiorP { font-size:14px; color:#1a1a1a;}
.liderDestaca { background-color:#fcdef0; padding:3px;}
.nMed {  position: relative; display: inline-block; padding:3px; }
.tooltip { position: relative; display: inline-block; padding:3px; /*width:70px; padding:5px;  */ }
.tooltip .tooltiptext { visibility: hidden; width: 160px; background-color: rgba(85,85,85,1.00); color: rgba(255,255,255,1.00); text-align: center; border-radius: 6px; padding: 10px; position: absolute; z-index: 1; bottom: 50%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; }
.tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; }
.tooltip:hover .tooltiptext { visibility: visible; opacity: 1;}
.tooltiptext a { color:#fff; text-decoration:none; padding:5px;}
.tooltiptext a:hover { color:#FC0}
.alinhaMeio { vertical-align:middle !important; padding:3px;}
.esp10 { padding:10px !important;}
.tamLinha { padding:10px !important; width:83px; }

.pubEscala { float:right; }
.pubEscala a { display:block;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; padding:10px 20px; border:1px solid #12bbbf; cursor:pointer; font-weight:700; text-transform:uppercase; color:#12bbbf; text-decoration:none; }
.pubEscala a:hover { background-color:#12bbbf; color:#fff; }

.desEscala { float:right; }
.desEscala a { display:block;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; padding:10px 20px; border:1px solid #c10202; cursor:pointer; font-weight:700; text-transform:uppercase; color:#f90101; text-decoration:none; }
.desEscala a:hover { background-color:#c10202; color:#fff; }

.campoBotaoEsp { float:right; margin-top:35px; }
.addMedico { width:300px; }
.addMedicoC { width:300px; }
.nenhuma { text-align:center; padding:10px; background-color:rgba(250,250,250,1.00); border:1px solid rgba(238,238,238,1.00);}

.bolinha { width:15px; height:15px; border-radius: 15px 15px 15px 15px; -moz-border-radius: 15px 15px 15px 15px;-webkit-border-radius: 15px 15px 15px 15px; margin:auto;  }
.avisa { background-color:#f2dede !important;}

.addP { position:relative; }

ul.alt li { padding:10px; }
ul.alt li:nth-child(even) { background-color: #fafafa;  }
ul.alt li a { color:#12bbbf; text-decoration:none; font-size:17px;}

.day span { font-size:17px }

.puxa { position:absolute; right:11px; top:32px; font-size:20px; color:#0f9da0; }
.puxa:hover { color:#0f878a ;}

#addHorario {padding:10px 20px; height:42px; cursor:pointer; background-color:#12bbbf; color:#fff; border:0; text-transform:uppercase; font-size:13px; font-weight:700; float: left; }
#addHorario:hover { background-color:#159396; }
#addHorario:disabled  { cursor: not-allowed; background-color:#eee;}

.direito { float:right; }

/* FORMULÁRIO: LEGENDA/ CATEGORIA / RECUPERA E-MAIL */
form#frmRecupera { margin:45px auto 0; width:540px; }
form#frmRecupera input { border:1px solid rgba(238,238,238,1.00); padding:10px; width:500px; }
form#frmRecupera input[type="text"]:focus { border-color:rgba(192,192,192,1.00);}

tr.ds { border-bottom: 1px solid; border-color: #eee; }
.vago { background-color: #ffff00 !important; color: #000 !important; font-weight: bold; padding:3px; }
.negrito { font-weight:700; padding:10px; }	

.quad { background: -moz-linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%), -moz-linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%); background:       -webkit-linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%), -webkit-linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%); background:     linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%), linear-gradient(45deg, #000 25%, transparent 25%,transparent 75%, #000 75%, #000 100%); -moz-background-size:100px 100px; background-size:2px 2px; -webkit-background-size:3px 3px; background-position:0 0, 3px 3px;}
	
.listaM a { display:block; width:958px; height:42px; text-align:center; line-height:44px; color:#12bbbf; border:1px solid #12bbbf; text-decoration:none; font-weight:700; }
.listaM a:hover { color:#fff; background-color:#12bbbf; }

#janFalta p { padding:10px; }
#cienteSim { float:left; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#0C0; color:#fff; }
#cienteSim:hover { background-color:#00a500 !important;  }

#cienteNao { float:right; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#da0000; color:#fff; }
#cienteNao:hover { background-color:#c10000 !important;  }

label.error { position:absolute; bottom:0; left:0; color:#da0000; }
		  
#janAlta p { padding:10px; }

#btnAlta { float:right; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#0C0; color:#fff; }
#btnAlta:hover { background-color:#00a500 !important;  }

#btnReavaliar { float:left; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#0079bf; color:#fff; }
#btnReavaliar:hover { background-color:#005a8e !important;  }

#altaSIM { float:right; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#0C0; color:#fff; }
#altaSIM:hover { background-color:#00a500 !important;  }

 #hPersonalizado { display:block; margin:0 auto; border:1px solid;  border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;  background-color:#0C0; color:#fff; width:250px; }
#hPersonalizado:hover { background-color:#00a500 !important;  }

.hPersonalizados { width:250px; margin:auto; }

/* Checkbox personalizado */
.switch { position: relative; display: inline-block; width: 40px; height: 24px;   float:left; margin-top:10px;}
.switch input {display:none;}
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .slider { background-color: #14bcb6; }
input:focus + .slider { box-shadow: 0 0 1px #14bcb6; }
input:checked + .slider:before { -webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px); }
.slider.round { border-radius: 24px; }
.slider.round:before { border-radius: 50%; }
.resp { float:left;  margin-left:10px; margin-right:20px; font-weight:bold;}

#mEscala { padding:0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 
table.listaAtendimentos { width:100%; margin-bottom:20px; }
table.listaAtendimentos thead tr th { background-color:transparent !important; color:#000;}

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("/imagens/br_down.png") white no-repeat 98.5% !important; background: url('/imagens/br_down.png') white no-repeat calc(100% - 10px) !important; }
/*For IE*/
select::-ms-expand { display: none; }

#avisoOK { width:100%; margin-top:20px; border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; padding:10px 20px; border:1px solid; cursor:pointer; font-weight:700; text-transform:uppercase; background-color:#12bbbf; color:#fff;  }
#avisoOK:hover { background-color:#0f9da0; }

table#tabEsc2 {  table-layout: fixed; width: 1800px; }
	  table#tabEsc2 td { border:1px solid #ddd; vertical-align: top}
	  table#tabEsc2 thead { background-color:#12bbbf; font-weight:bold; color:#fff; text-transform:uppercase; }
	  table#tabEsc2 thead th { padding:5px;}
	  .nMed2 { font-size:12px; text-align:left; padding:2px;}
	  .bordaM { border-bottom:4px solid #666;}