#nav, #nav li{
    list-style:none;
    margin: 0;
    padding: 0;
    position: relative;
}

#nav{margin-top: 7px;}

#nav > li{
    padding-right: 1em;
    margin-right: 1em;
    display:inline-block;
}

#nav li a{
    color: #333;
    font-size: .9em;
}

li.parent{
    background: url('../images/seta_menu.png') no-repeat right center;
}

/* NIVEL 2 */

#nav li ul{
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0;
  min-width: 160px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}


#nav > li > ul:before{
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #333;
border-left: 6px solid transparent;
content: '';
}

#nav > li > ul:after{
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
}


#nav li a, #nav li:hover > ul{
    display:block;
    text-decoration: none;
}

#nav li ul li a{
    background: none;
    padding: .3em;
}

#nav li ul li:hover > a{
    text-decoration: none;
    background: #F0B814;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#nav > li:last-child ul li > ul, #nav > li:last-child ul li > ul li ul{
    left: -160px;
}

/* NIVEL N* */

#nav li ul li ul{
    left: 160px;
    top: 0;
}

/* MODULOS */

#nav_app{margin: 0; padding:0; list-style: none;}
    #nav_app li{display: inline;}
        #nav_app li *{text-decoration: none; font-size: .9em; padding:.2em .7em; display: inline-block;}
        #nav_app li.active span{background: #B2B2B2; color: #fff; -webkit-border-bottom-right-radius: .8em; -webkit-border-bottom-left-radius: .8em; -moz-border-radius-bottomright: .8em; -moz-border-radius-bottomleft: .8em; border-bottom-right-radius: .8em; border-bottom-left-radius: .8em;
        }

.info_user a, .info_user span{
    padding: .5em .7em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: .8em;
    font-weight: bold;
    color: #333;
    background-color: #eee;
    border: 1px solid #fff;
    -moz-box-shadow:    inset 0 0 .5em #ccc;
    -webkit-box-shadow: inset 0 0 .5em #ccc;
    box-shadow:         inset 0 0 .5em #ccc;
    margin: 0 0 0 .5em;
}

.info_user i{margin-right: .5em;}

.info_user{text-align: right; padding-top: 7px;}

.icons-topo{text-align: right;}

.icons-topo a{margin: 10px 10px 0 0;}

#logo_main{
    margin-top: 1em;
}

#mudaEmpresa{
margin: 3px 0 0!important;
padding: 2px 3px;
font-size: .8em;
min-height: 24px;
height: 24px;
vertical-align: bottom;
}

.oculta{display: none;}

.bold{font-weight: bold;}

/* título */
/*
.titulo{margin-bottom: 1em;}
.titulo span{margin-right: 0; background: #F0B814 url('../image/detalhe_titulo.png') no-repeat; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; width: 30px; height: 30px; margin-right:5px;}
.titulo h1{font-size: 30px; color: #444; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; margin:0;}*/

#table_agendamento thead tr th{
    width: 1%;
    background: #0088cc;
}

.spanauto {
    width: auto !important;
}

/* */

.rodape{
    margin-top: 1em;
    font-size: .8em;
    border-top: 1px dashed #ccc;
    text-align: center;
    padding-top: 1em;
	margin-bottom: 1em;
}

.filtro{border-bottom: 1px dashed #ccc; margin-bottom: 1em; padding-bottom: 1em;}

.rodape span{margin: 0 .5em;}

label.error + .input-prepend > .add-on{background: #da4f49!important; border-color:#b94a48!important;}

/* */

.BoxLogin{text-align: center;}

#view_login{padding: .5em; margin-top: 2em; margin-left: auto!important; margin-right: auto!important; margin-bottom: 7em; float: none!important; border:1px solid #ccc;}

#view_login legend{text-align: center; margin-bottom:5px;}

#view_login label{text-align: left;}

#view_login .input-prepend{display: block; text-align: left!important;}

.InfoLogin{font-size: .8em; text-align: center; color:#666;}

.box_shadow_out{
   box-shadow: 0 0 5px #ccc;
   -moz-box-shadow: 0 0 5px #ccc;
   -webkit-box-shadow: 0 0 5px #ccc;
}

.shadow_box{
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.5);
}

.border_radius{
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#view_login .input-prepend{display:block;}

*+html #view_login .input-prepend input{
    width: 87%;
}

#view_login label.error + .input-prepend{margin-bottom: 0;}

#view_login .row-fluid .help-block{text-align: left; display: block; white-space: normal;}


.btn_login{padding-top: .5em; border-top:1px dashed #ccc; margin-top: 10px; text-align: left;}

/* */

.img_avatar{border:1px solid #ccc; margin-right: 5px;}


/* */
.exemplo_field{display: block; font-size: .9em;}

#login-modal-form{background:  url('../images/despertador.jpg') no-repeat right center;}

#list_enderecos_agendados ul{margin:0; padding:0;}

#list_enderecos_agendados ul > li{list-style: none;}

#list_enderecos_agendados ul li > p{
    background: #F0B814;
    font-weight: bold;
    color:#fff;
    font-size: .9em;
}

.nome_endereco i{margin-right: 5px;}

.dias_semana li{font-size: .9em;}

.list_semanal{font-size: .95em;}

.degrade_principal{
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}
.links_gerenciadores{margin-bottom: 10px;}
.links_gerenciadores a{margin-right: 20px;}

.voltar_view{margin-right: 1em;}

.list-view{padding: 0;}
.zonasInfluenciaView div{padding: .4em .8em; margin:0; margin-bottom: 1em;}
.zonasInfluenciaView p{margin: 0; line-height: 1.5em;}
.zonasInfluenciaView .link{border-top: 1px solid #ddd; line-height: 1.5em; margin-top: .5em; display: block;}

.opacity50 {
    opacity: 0.5; /* opacity [0-1] */
    -moz-opacity: 0.5; /* opacity [0-1] */
    -webkit-opacity: 0.5; /* opacity [0-1] */
}

#titular{line-height: 2em;}

#titularmedico{margin: -2px .5em 0 0;}

.cadastrarcidade td{font-weight: bold;}


.agenda_paciente{
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    padding: .5em;
    background: #f9f9f9;
}
.agenda_paciente p{margin: 0; line-height: 2em; font-size: .9em;}

.filter{border-bottom: 1px solid #e5e5e5; padding-bottom: 1em;}

.filter legend{margin-bottom: .2em; cursor: pointer;}
.vertical-bottom, .filter .checkbox{
    margin-top: 3em;
}

#view_loading{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/ajax-loader.gif') rgba(9, 9, 9, 0.1) no-repeat center; display: none; z-index: 9999;}

.loading_icon{width: 32px; height: 32px; background: url('../images/ajax-loader-18.gif') no-repeat center; z-index: 9999; display: inline-block; margin-left: 0.0em; vertical-align: bottom;}

.documento-nav > *{display: inline-block!important;}

#topo_main > .container-fluid > .span10{width: 86.87234042553191%;}

#topo_main #logo{width: 11%;}
#logo *{margin-top: 10px;}

#login form input{
    width: 91.43646408839778%;
}

@media (max-width: 480px){
    #login form{width: 100%!important;}
    #login form input{width: 85%;}
}

@media (max-width: 979px) and (min-width: 768px){
    #topo_main > .container-fluid > .span10{
        width: 82.87292817679558%;
    }
}

@media (min-width: 1200px) {
    #topo_main #logo{
    width: 9%;
    }

    #topo_main > .container-fluid > .span10{
        width: 90.43589743589744%;
        margin-left: 0.564102564102564%;
    }
}

[class^="span"] > .select2-container{width: 100%;}


.nome_projeto{
	display: inline-block;
    padding: 0.5em 0.9em;
    text-decoration: none;
	background: none repeat scroll 0 0 #B2B2B2;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    color: #FFFFFF;
}
