﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face {
  font-family: "Play";
  src: url('../Fonts/Play-Bold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #fff;
    font-size: .85em;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-repeat: repeat-x;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
    text-align: justify;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

img
{
    border: none;
}

hr
{
    border-top: none;
    border-right: none;
    border-left: none;                
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.titulo
{
    font: 25px 'Open Sans' , Arial;
    text-align: left;
    color: #555;
    text-shadow: 2px 2px 0 #ccc;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

div.logo-eponto
{
    float: left;
}
span.logoEponto
{
    font-weight: bolder;
    font-size: large;
    color: Black;
    font-family: Tahoma;
}

.page
{
    width: 1084px;
    margin: 0 auto 25px auto;
    position: relative;
}

.home-logo 
{
    height: 110px;
}



header, #header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}

#header
{
    height: 100px;
    overflow: hidden;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #636769;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#title p
{
    padding: 2px 0;
    margin-top: 2px;
    color: #636769;
    font-size: 20px;
}


#main
{
    margin-top: 7px;
    padding: 5px 5px 15px 5px;
    background: #fff;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
}

#mainInterno
{
    padding: 5px;
    margin-top: 7px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 1px;
    overflow: hidden;
        min-height: 600px;
}

footer, #footer
{
    color: #999;
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    position: relative;
    bottom: 0;   
   /* width: 100%; */
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-right: 15px;
}

ul#menu li#greeting
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 60px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.8em;
    background-color: #1d5377;
    color: #FFF;
}

ul#menu li a:hover
{
    background-color: #ff8c00;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #1064ba;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #1064ba;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: none; /*border: 1px solid #ddd;*/
    padding: 0 1.4em 1.4em 1.4em; /*margin: 0 0 1.5em 0;*/
    width: 738px;
}

.fieldset_tabs
{
    border: none;
    width: 694px;
    margin-left: -27px!important;
}

legend
{
    font: 25px 'Open Sans' , Arial;
    text-align: left;
    color: #555;
    text-shadow: 2px 2px 0 #ccc;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    height: 34px;
    font: 15px 'Open Sans' ,Arial;
}


/* TABLE
----------------------------------------------------------*/

table.padrao
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    background-color: #eee;
    border-radius: 6px 6px 6px 6px;
    color: #f9f9f9;
    font: 12px 'Open Sans' ,Arial;
    width: 100%;
}

table.padrao td.legenda
{
    padding: 5px;
    background-color: #ccc;
    color: #f9f9f9;
}

table.padrao td
{
    border-color: #FFFFFF;
    padding: 5px;
    color: #666;
}

table.padrao th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #333;
    border: solid 1px #e8eef4;
    color: #f0f0f0;
    font: 15px 'Open Sans' ,Arial;
}

/* MISC  
----------------------------------------------------------*/
.float-right
{
    float:right;
}

.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.title_background
{
    margin-top: 60px;
    position: absolute;
    height: 110px;
    background-color: #bfc0c2;
    width: 100%;
    z-index: -1;
}

.cadastro_home_background
{
    margin-top: 200px;
    position: absolute;
    height: 280px;
    background-color: #1d5377;
    width: 100%;
    z-index: -1;
}

#cadastro_home
{
    margin-top: 230px;
    height: 240px;
    background-color: #1d5377;
}


#cadastro_home h1
{
    color: #d4d6d7;
    font-size: 24px;
}

#cadastro_home p
{
    font-size: 14px;
    color: #d4d6d7;
}

#cadastro_home img
{
    margin-top: -120px;
    float: right;
    height: 200px;
}

#cadastro_home a
{
    margin-top: 35px;
    padding: 20px 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #ff8c00;
    color: #FFF;
}

#cadastro_home a:hover
{
    background-color: #49aee1;
    text-decoration: none;
}




div#title
{
    display: block;
    float: left;
    text-align: left;
    background-color: #bfc0c2;
    width: 100%;
    height: 110px;
    margin-top: 20px;
}

div#title h1
{
    display: block;
    text-align: left;
    margin: -75px 0 0 125px;
}

div#title p
{
    text-align: left;
    margin-left: 125px;
}

div#title img
{
    margin-top: 10px;
    height: 80px;
}

#loginPartial
{
    position: relative;
    margin-top: 80px;
    margin-right:15px;
    float: right;
}

#loginPartial a 
{ 
    font-size:12px;
    text-decoration:none; 
    color:#333;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}


.displayOff
{
    display: none;
}

.width150
{
    width: 150px;
}


img.iconSize22
{
    width: 22px;
    height: 22px;
}

.padding20
{
    padding: 20px;
}

.padding30
{
    padding: 30px;
}

.padding40
{
    padding: 40px;
}

.width-auto
{
    width:auto!important;
}


a.action-img-edit
{
    padding-right: 16px;    
    text-decoration:none;        
    padding-top: 0;
    background-image:url(../Images/Editar.png);    
}

a.action-img-del
{
    padding-right: 16px;    
    text-decoration:none;        
    padding-top: 2px;
    background-image:url(../Images/Delete.png);    
}

a.action-img-ativar
{
    padding-right: 16px;    
    text-decoration:none;        
    padding-top: 2px;
    background-image:url(../Images/Ativar.png);    
}

a.action-img-ativar-pb
{
    padding-right: 16px;    
    text-decoration:none;        
    padding-top: 2px;
    background-image:url(../Images/AtivarPB.png);    
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif!important;
    font-size:12px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px dotted #ff0000!important;
    background-color: #ffeeee!important;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif!important;
}

.validation-summary-errors
{
    color: #ff0000;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif!important;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-label2, .editor-label3, .display-label, .editor-label
{
    width: 780px;
    margin: 0 auto 15px;
    overflow: hidden;
}


.editor-label-filtro
{
    width: 347px;
    margin: 0 auto 15px;
    overflow: hidden;
    display:inline-block;
}

.editor-label-filtro label {
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    padding: 7px 10px;
    width: 130px;
}

.editor-label-filtro input[type="text"] {
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    width: 200px;
}

.editor-textarea-label
{
    height: 100px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.editor-textarea-label label
{
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 86px;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 130px;
}

.editor-textarea-label textarea
{
    height: 94px;
    resize: none;    
    border: solid 1px #ccc;
    font: 15px 'Open Sans' ,Arial;
    color: #666;    
}

.editor-label label
{
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 13px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 130px;
}

.editor-label2 label
{
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 180px;
}

.editor-label3 label
{
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 120px;
}


.label2
{
    color: #f0f0f0;
    display: block;
    font: 12px 'Open Sans' ,Arial;
    padding: 7px 13px;
}


.editor-label span, .editor-label2 span, .editor-label3 span
{   
    margin: 0 5px 1px 5px;
}

.editor-label-filtro span,
.editor-label2, .editor-label3, .editor-label span
{    
    color: #FF0000;
    font-size: 9px;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif!important;
}


.editor-label2 input[type="text"], input[type="password"]
{
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    width: 415px;
}


.editor-label input[type="text"], input[type="password"]
{
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    /*width: 475px;*/
}

.editor-label3 input[type="text"], input[type="password"]
{
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    width: 475px;
}

.label_data
{
    background: #FFF;
    color: #666;
    display: inline-block;
    font: 15px 'Open Sans' ,Arial;
    height: 22px;
    padding: 2px;
    width: 110px;
    text-align: right;
}

#table_horario 
{
    width: 700px;
}

#table_horario td
{
    width: 100px;
}

#table_horario select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    height: 28px;
    width: 53px;
    font: 13px 'Open Sans' ,Arial;
}

#table_horario label {
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 13px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 130px;
    height:43px;
}

.editor-label #table_horario input[type="text"]
{
       background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 13px 'Open Sans' ,Arial;
    height: 14px;
    width: 39px;
    padding: 6px;
}

.editor-label-frequencia
{
    width: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.editor-label-frequencia label
{
    background: #333;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 35px;
    float: left;
    font: 13px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 65px;
}


.editor-label-frequencia #table_frequencia input[type="text"]
{
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    width: 70px;
}



.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



#detalhe_home
{
    margin-top: 20px;
    text-align: center;
}

#detalhe_home h2
{
    margin-top: 0;
    font-size: 18px;
}

#detalhe_home p
{
    margin: 0 10px 0 0;
    font-size: 14px;
}


#detalhe_home #cloud
{
    width: 300px;
    border-right: 1px solid #666;
    margin: 15px;
    height: 210px;
}

#detalhe_home img
{
    margin-left: auto;
    margin-right: auto;
}

#detalhe_home #seguranca
{
    width: 350px;
    border-right: 1px solid #666;
    margin-top: -220px;
    margin-left: 330px;
    height: 210px;
}

#detalhe_home #mobile
{
    width: 300px;
    margin-top: -200px;
    margin-left: 690px;
    height: 200px;
}


.globo_home_background
{
    margin-top: 740px;
    position: absolute;
    height: 280px;
    background-color: #bfc0c2;
    width: 100%;
    z-index: -1;
}

#detalhe_globe_home
{
    margin-top: 44px;
    background-color: #cccdce;
}


div#pageOut
{
    margin-top: 10px;
    color: #fff;
}

div#pageOut h2
{
    color: #fff;
}

div#pageOut #passo1 #img_comofunciona
{
    border: 1px solid #FFF;
    float: right;
    margin-top: -180px;
}

div#pageOut #passo2
{
    margin-top: 120px;
}

div#pageOut #passo2 #img_download
{
    height: 150px;
    float: left;
    margin-right: 100px;
}

div#pageOut #passo3
{
    margin-top: 80px;
}

div#pageOut #passo3 #img_grafico
{
    float: right;
    margin-top: -200px;
    height: 250px;
}


/* =============== GOOGLE MAPS =============== */


/* =============== Estilos do autocomplete =============== */
.ui-autocomplete
{
    background: #fff;    
    cursor: pointer;
    font: 15px 'Open Sans' ,Arial;
    margin-left: 5px;
    width: 493px !important;
    position: absolute;
    border:solid 1px #ccc;
}

.ui-autocomplete .ui-menu-item
{
    list-style: none outside none;
    padding: 7px 0 9px 10px;
}

.ui-autocomplete .ui-menu-item:hover
{
    background: #eee;
}

.ui-autocomplete .ui-corner-all
{
    color: #666 !important;
    display: block;
}


.campos
{    
    margin: 0 auto 15px;
    overflow: hidden;
}

.campos label
{
    background: #333;
    border-radius: 6px 0 0 6px;
    color: #f0f0f0;
    cursor: pointer;
    display: block;
    height: 20px;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    padding: 7px 13px;
    width: 120px;
}

.campos input[type="text"]
{
    background: #FFF;
    color: #666;
    display: block;
    float: left;
    font: 15px 'Open Sans' ,Arial;
    height: 14px;
    padding: 9px;
    width: 636px;
}

.button_pesquisar,
.campos input[type="button"]
{
    background: #2679A5;
    border-radius: 0 6px 6px 0;
    color: #FFF;
    display: block;
    cursor: pointer;
    height: 34px;
    font: 15px 'Open Sans' ,Arial;
    padding: 2px 13px 6px;
    width: 150px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}


.button_pesquisar:hover,
.campos input[type="button"]:hover
{
    background: #12587C;
}

#mapa
{
    width: 400px;
    height: 330px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

#map * {
    overflow:visible;
}

#mapaCliente
{
    width: 400px;
    height: 330px;
    border: 2px solid #ccc;
    display:block;
    clear:both;
    margin: 0;
        padding: 0;
        
}



#mapa_empregado
{
    width: 291px;
    height: 197px;
    border: 2px solid #ccc;    
}

#mapa_frequencia
{
    float:right;
    width: 400px;
    height: 250px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}


input[type="submit"], input[type="button"], a.button
{
    background: #2679A5;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 20px 'Open Sans' ,Arial;
    padding: 7.5px 15px;
    width: 250px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

a.button
{
    width:220px!important;
}

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover
{
    background: #12587C;
}

a.button
{
    text-decoration: none;
    text-align: center;
    display:inline-block;
}

/* ----------------------- Botões de Aprovar e Reprovar ----------------------------*/
#btn-aprovacao .btn-aprovar
{
    background: #2679A5;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Open Sans' ,Arial;
    padding: 7.5px 15px;
    width: 80px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

#btn-aprovacao .btn-aprovar:hover
{
    background: #12587C;
}

#btn-aprovacao .btn-reprovar
{
    background: #b43232;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Open Sans' ,Arial;
    padding: 7.5px 5px;
    width: 80px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

#btn-aprovacao .btn-reprovar:hover
{
    background: #882a2a;
}


#btn-aprovacao .btn-detalhe
{
    background: #777;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Open Sans' ,Arial;
    padding: 7.5px 15px;
    width: 80px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

#btn-aprovacao .btn-detalhe:hover
{
    background: #555;
}

#btn-iniciar-tarefa .btn-iniciar-tarefa
{
    background: #2679A5;
    background-image:url(../images/icone-play_hover.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Open Sans' ,Arial;
    padding: 17px 8px 0 60px;
    width: 80px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
    height: 38px;
}

#btn-iniciar-tarefa .btn-iniciar-tarefa:hover
{
    background: #12587C;
    background-image:url(../images/icone-play_hover.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
}


#btn-finalizar-tarefa .btn-finalizar-tarefa
{
    background: #2679A5;
    background-image:url(..//images/icone-check_hover.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    border-radius: 6px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Open Sans' ,Arial;
    padding: 17px 8px 0 60px;
    width: 80px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
    height: 38px;
}

#btn-finalizar-tarefa .btn-finalizar-tarefa:hover
{
    background: #12587C;
    background-image:url(../images/icone-check_hover.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
}

/* ----------------------- Botões Gestão de Tarefa ----------------------------*/
#div-gestao-tarefas.a,
#div-gestao-tarefas .btn-gestao-tarefa
{
    background: #2679A5;
    border-radius: 6px;
    color: #FFF!important;
    text-decoration:none;
    text-align:center;
    cursor: pointer;
    display: inline-block;
    font: 20px 'Open Sans' ,Arial;
    line-height: 74px;
    /*padding: 7.5px 15px;*/
    width: 160px;
    height:74px;
    border: none;
    margin-right: 10px;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
    white-space: normal;
    /*display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center; */
}

#div-gestao-tarefas.a:hover,
#div-gestao-tarefas .btn-gestao-tarefa:hover
{
    background: #12587C;
}



/* ----------------------- SPLASH DE PROCESSAMENTO ----------------------------*/

#modal-processing-background, #modal-lightbox-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}

#modal-processing-background-opacity, #modal-lightbox-background-opacity
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
}

#modal-processing-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 210px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 320px;
    text-align: center;
    z-index: 1000;
}

#modal-lightbox-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 75%;
    width: 600px;
    margin: 30px 0 0 -300px;
    left: 50%;
    padding: 25px;
    position: absolute;
    text-align: center;
    z-index: 1000;
}



#modal-processing-background.active
{
    display: block;
}
#modal-background.active, #modal-content.active
{
    display: block;
}

#validation-summary-errors-ajax
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
    font: 13px Arial, Helvetica, sans-serif;
    display: none;
    color: #2679A5;
}


#validation-summary-errors-ajax.active
{
    display: block;
}

#modal-success-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}


#modal-success-background-opacity
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
}

#modal-success-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 210px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 320px;
    text-align: center;
    z-index: 1000;
}


table.data-table
{
    width: 100%;
    max-width:750px;
    border:  2px solid #eee;
    font-size: .9em;
}
table.data-table td, table.data-table th
{
    padding: 6px 2px;
    border-top: 1px solid #eee;
    background: #FaFcFd;
}
table.data-table th
{
    text-align: left;
}
table.data-table tr.EmAberto
{
    color: #FF4F4F;
}
table.data-table tr.AguardandoInteracaoSolicitante
{
    color: #42A0FF;
}
table.data-table tr.Encerrado
{
    color: #00CCCC;
}
table.data-table thead th
{
    background: #d7e6ec;
    border-top: 5px solid #f9fbfc;
    color: #000;
}
table.data-table tbody th
{
    background: #f1f6f8;
    border-top-color: #f9fbfc;
}
/* action cells */
table.data-table td.actions, table.data-table th.actions
{
    padding: 2px;
    width: 40px;
}
table.data-table td.actions
{
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-align: center;
    border-right: 1px dashed #d7e6ec;
}
table.data-table th.actions
{
    font-weight: normal;
    color: #4d8aa2;
    text-align: center;
}
table.data-table td.actions img
{
    border: 0;
}


table.data-table2
{
    width: 100%;
    border: 5px solid #f9fbfc;
    border-top: none;
    font-size: .9em;
}
table.data-table2 td.field
{
    padding: 6px 5px;
    border-top: 2px solid #eff3f7;
    background: #e7f0f3;
    text-align: right;
    width: 50px;
}
table.data-table2 td.data
{
    /*padding: 6px 0px auto 10px;*/
    border-top: 2px solid #eff3f7;
    background: #F5F9FA;
    text-align: left;
    width: 650px;
    margin-left: 5px;
}


table.data-table3
{
    table-layout: fixed;
    width: 100%;
    border: 5px solid #f9fbfc;
    border-top: none;
    font-size: .9em;
}
table.data-table3 td.field
{
    padding: 6px 5px;
    border-top: 2px solid #eff3f7;
    background: #e7f0f3;
    text-align: right;
}
table.data-table3 td.data
{
    /*padding: 6px 0px auto 10px;*/
    border-top: 2px solid #eff3f7;
    background: #F5F9FA;
    text-align: left; /*width: 650px;*/
    margin-left: 5px;
}

/****************************** Table Lista de Tarefas ************************************/
table.data-table-tarefa
{
    width: 100%;
    max-width:750px;
    border: 5px solid #FFF;
    border-top: none;
    font-size: 15px;
    background-color: #DBDBDB;

}
table.data-table-tarefa td, table.data-table-tarefa th
{
    padding: 6px 2px;
    border-top: 1px solid #fff;
    background: #FAFAFA;
}

table.data-table-tarefa td.reverse
{
    padding: 6px 2px;
    border-top: 1px solid #fff;
    background: #F7F7F7;
}

/* ----------------------- LIGHT BOX GRANDE ----------------------------*/

.window-mensagem-background,
#infowindow-mensagem-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 898;
}

.window-mensagem-background .active,
#infowindow-mensagem-background.active
{
    display: block;
}

.window-mensagem-background-opacity,
#infowindow-mensagem-background-opacity
{
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 899;
}

.window-mensagem-content,
#infowindow-mensagem-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 514px;
    width: 810px;
    top: 50px;
    position: relative;
    z-index: 1000;
    padding: 15px;
    margin: auto;
    text-align: left;
    border: solid 1px #aaaaaa;
    overflow: hidden;
}

a.closeButton
{
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #9E9E9E;
    font-weight: bold;
    font-size: medium;   
    margin:10px 10px 0 0;     
}

a.closeButton img
{
    width:15px;
    height:15px;
}


/* TAB MENU - Empregador
----------------------------------------------------------*/
#menu_empregado ul
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

#menu_empregado ul li
{
    display: list-item;
    list-style: none;
    padding-right: 5px;
    height: 48px;
}


#menu_empregado ul li a
{
    padding: 14px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    width: 200px;
    height: 23px;
    background-color: #a94911;
}

#menu_empregado ul li a:hover
{
    background-color: #ff8c00;
    text-decoration: none;
}


.menu_empregado_active
{
    background-color: #FFF;
    text-decoration: none;
}

#menu_empregado ul li.selected a
{
    background-color: #1064ba;
    color: #000;
}

#content_menu
{
    float: left;
    width: 230px;
    top: 0;
}

#content_page
{
    float: left;
    top: 0;
    width: 782px;
}


#content_page_relatorio
{
    float: left;
    top: 0;
    width: 100%;
}

#link_action_edit
{
    margin-bottom: 20px;
    margin-left: 200px;
    left: 50%;
}
#link_action_edit a
{
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    width: 200px;
    height: 37px;
    background-color: #1d5377;
}

#link_action_edit a:hover
{
    background-color: #ff8c00;
    text-decoration: none;
}

#link_action_new a
{
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    width: 200px;
    height: 37px;
    background-color: #1d5377;
      text-align: center;
  line-height: 35px;
}

#link_action_new a:hover
{
    background-color: #ff8c00;
    text-decoration: none;
}

#link_action_edit_small
{
    float: right;
    margin-top: -25px;
}
#link_action_edit_small a
{
    padding: 0px 60px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    width: 100px;
    height: 37px;
    background-color: #1d5377;
}

#link_action_edit_small a:hover
{
    background-color: #ff8c00;
    text-decoration: none;
}

/* TABLE Frequencia
----------------------------------------------------------*/

table#calendario
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    background-color: #eee;
    border-radius: 6px 6px 6px 6px;
    color: #666;
    display: block;
    font: 15px 'Open Sans' ,Arial;
    width: 97% !important;
}

table#calendario tr.semana td
{
    padding: 5px;
    background-color: #1d5377;
    color: #FFF;
    height: 20px;
    text-align: center;
}

table#calendario td
{
    width: 100px;
    height: 150px;
    border: solid 1px #FFF;
    text-align: right;
}

table#calendario .dia_frequencia
{
    clear: both;
    top: 0;
    height: 100%;
    width: 100%;
}

table#calendario .dia_frequencia_invalid
{
    background-color: #FFC1C1;
}

table#calendario .dia_frequencia_invalid .semhora
{
    color: Red;
}

table#calendario .dia_frequencia_horaExtra
{
    background-color: #85D6AD;
}

table#calendario .dia_frequencia .dia
{
    top: 0;
    text-align: right;
    height: 5px;
    display: block;
}

table#calendario .dia_frequencia .dia_apontamento
{
    text-align: right;
    height: 20px;
    color: #000;
    font-size: 12px;
}


/* ---- CSS For Lancamentos ---- */
div.success, div.fail
{
    outline: solid 1px #DDD;
    border: solid 5px white;
    min-height: 100px;
    background-color: #F9F9F9;
    padding: 5px;
    text-align: center;
}

div.success p, div.fail p
{
    font-family: Arial;
    font-size: large;
    font-weight: bold;
}

div.success p
{
    color: #1D5377;
}

div.fail p
{
    color: Red;
}


/* Termo de Uso CSS */

#termoDeUso
{
    text-align: justify;
}

#termoDeUso h2
{
    text-align: center;
}

/* --- CSS used in the Home View --- */

.home-container
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}
.home-inner-container
{
    overflow: auto;
    margin: 2px;
}
.home-cadastro
{
    float: left;
    width: 500px;
    border-right: solid 1px #DDDDDD;
    margin: auto;
}
.home-login
{
    float: left;
    width: 500px;
    margin: auto;
}
.cadastro-content
{
    width: 310px;
    height: 400px;
    margin: auto;
    position: relative;
}
.logonField input[type="text"], .passwordField input[type="password"]
{
    width: 250px;
}
.login-content
{
    width: 310px;
    margin: 0 auto;
    height: 400px;
    position: relative;
}
.cadastro-content ul, .login-content ul
{
    list-style-position: outside;
    margin-left: 10px;
    padding-left: 10px;
}
.bottom
{
    bottom: 0;
    position: absolute;
}

.home-container h1
{
    color: #333;
}

#footer .footer-top
{
    height: 120px;
    background-color: #123349;
    border: solid 1px #123349;
}

#footer .footer-top .ft-content
{
    width: 1024px;
    margin: 20px auto 0 auto;
    color: #fff;
}

#footer .footer-bottom
{
    color: #333;
    height: 40px;
}
div.logo-asf
{
    float: left;
}

.ft-links
{
    float: left;
    margin-left: 25px;
}
.ft-links a
{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}
.ft-logos
{
    float: right;
    margin-right: 25px;
}

.ft-logos a
{
    text-decoration: none;
}

.ft-logos .logo-face-twitter
{
    margin: 0px 0px 10px 0px;
}

.ft-logos .logo-asf
{
    margin-left: 15px;
}
/* --- end of CSS used in the Home View --- */

/* --- CSS Tela de Cadastro de LogIn--- */
.cadastro-endereco-map
{
    width:960px;
    margin-top:25px;
}

#endereco-map
{
    margin-top:35px;
    width:100%;
    border-collapse:collapse;
}

#endereco-map tr td
{
    vertical-align:top;
}

/* --- CSS Tela de Cadastro de Empregado --- */
.cadastro-endereco-trab-map
{
    width:auto;
    margin:0;
    padding:0;
}

#endereco_trab #txtEndereco
{
    width:420px;
}

#busca_mapa_trab
{
    width:auto;
}

#endereco-map-update
{
    width:730px;
    margin-top:25px;
}

#endereco-map-update input[type="text"]
{
    max-width:210px;
}


/* ----- Tela de Cliente e ClienteEndereco ----- */

div.endereco-cloud-loading
{
    padding:25px 0;
    display:none;
}

#endereco-botao-novo
{
    margin:25px 0;
}

#lista-endereco
{
    margin-bottom:25px;
}


/***************** Foto do empregado ***********************/
.photoContainer
{
    background-color: white;
width: 144px;
height: 155px;
position: absolute;
left: 620px;
top: 49px;
padding: 4px;
border: solid 1px #CCC;  
}

button#editProfilePhotoButton
{    
    display:none;
    position:absolute;
    right:6px;
    top:6px;
}

div.profilePhoto, div.profilePhoto img
{    
    background-color:#ccc;    
    width:100%;
    height:100%;
}    


#infowindow-mensagem-background-foto
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;        
}

#infowindow-mensagem-background-opacity-foto
{
    position: fixed;
    top: 0;
    left: 0;
    padding:0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;      
}

div#lightbox-photoChange
{
    background-color: white;    
    box-shadow: 0 0 5px 0 #222;
    -webkit-box-shadow: 0 0 5px 0 #222;
    -moz-box-shadow: 0 0 5px 0 #222;     
    display: block;    
    height: 300px; 
    width: 700px;            
    top:100px;
    position: relative;    
    z-index: 1000;       
    margin: auto;          
    border:solid 1px #aaaaaa;        
} 

a.closeButton
{
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #9E9E9E;
    font-weight: bold;
    font-size: medium;   
    margin:10px 10px 0 0;     
}

a.closeButton img
{
    width:15px;
    height:15px;
}
#photoChange
{   
   padding:0 25px;
   display:none;
} 

/* ----------------------- SPLASH DE CROP DE FOTO ----------------------------*/

#modal-minhafoto-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 98;
}

#modal-minhafoto-background-opacity
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 99;
}

#modal-minhafoto-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 5px 0 #222;
    -webkit-box-shadow: 0 0 5px 0 #222;
    -moz-box-shadow: 0 0 5px 0 #222; 
    display: block;
    height: 320px;
    left: 50%;
    margin: -220px 0 0 -320px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 580px;
    text-align: center;
    z-index: 100;
    border:solid 1px #AAA;
}


/* FOLHA DE PONTO Frequencia
----------------------------------------------------------*/

table#frequencia
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    background-color: #eee;
    border-radius: 6px 6px 6px 6px;
    color: #666;
    font: 12px 'Open Sans' ,Arial;
    width: 693px;

}

table#frequencia tr.semana td
{
    padding: 5px;
    background-color: #1d5377;
    color: #FFF;
    height: 20px;
    text-align: center;
}

table#frequencia td
{
    height: 40px;
    border: solid 1px #FFF;
    text-align: center;
    padding: 5px;
}

table#frequencia .dia_frequencia
{
    clear: both;
    top: 0;
    height: 100%;
    width: 100%;
}

table#frequencia .dia_frequencia_invalid
{
    background-color: #FFC1C1;
}

table#frequencia .dia_frequencia_invalid .semhora
{
    color: Red;
}

table#frequencia .dia_frequencia_horaExtra
{
    background-color: #85D6AD;
}

table#frequencia .dia_frequencia .dia
{
    top: 0;
    text-align: right;
    height: 5px;
    display: block;
}

table#frequencia .dia_frequencia .dia_apontamento
{
    text-align: right;
    height: 20px;
    color: #000;
    font-size: 12px;
}


#div-contato {
	float:left; 
	width:700px;
	margin-left: 60px;
}

#header_span{
	display: inline-block;
	vertical-align: middle;
	width: 39px;
	height: 50px;
	margin-right: 12px;
	background: url(../LandingPage/img/bg-seta-header.png) no-repeat center;
	margin-top: -97px;
	margin-left: 21px;
}





footer{
	height: 130px;
	font: 100% 'Play', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

footer .content {
    max-width: 1003px;
    height: auto;
    overflow: hidden;
    margin: 0px auto !important;
    text-align: center;
    /* background-color: white; */
}

footer .stripe{
	width: 100%;
	height: 36px;
	background-color: #d1d3d5;
	float: left;
	display: block;
	
}


footer .content:nth-of-type(2)
{
	text-align: center;
	font-size: 15px;
	font-size: 0.93rem;
}

footer ul li{
	display: inline-block;
	line-height: 19px;
	font-size: 19px;
	font-size: 1.18rem;
}

footer ul li:nth-child(2){
	margin: 0px 20px;
	padding: 0px 20px;
	border-left: 1px solid #5f6164;
	
}

footer .stripe ul li a{
	display: block;
	color: #5f6164;
	text-decoration: none;
}

footer .stripe ul li a:hover{
	color: #262728;
}

footer ul{
	float: left;
	padding: 0;
}

.fb-like{
	margin-top: 8px;
	float: right;
}

footer .content:nth-of-type(2) p{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

footer .content:nth-of-type(2) img{
	display: inline-block;
	vertical-align: middle;
}

.dots{
	position: absolute;
	width: 100%;
	bottom: 30px;
	list-style: none;
	padding: 0px;
	text-align: center;
}

.dots li{
	margin: 0px 4px;
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: gray;
	text-indent: -1000px;
}

.dots .active{
	background-color: #a94911;
}
