/* Input type file */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;

}
ul.ul-disc {
	list-style-type: disc;
}

ul.ul-circle {
	list-style-type: circle;
}

li.nivel2 {
	margin-left: 40px;
}

/*
.view-folhas-pagamento table {
  border: solid 1px black;
  border-collapse: collapse;
}
.view-folhas-pagamento table td {
  border: solid 1px black;
  padding: 4px;
}
.view-folhas-pagamento table th {
  border: solid 1px black;
  font-weight: bold;
  padding: 4px;
}
*/
.view-folhas-pagamento ul {
  margin-bottom: 10px;
}

div.wrap.wrap-admin .nav-tabs {
	border-bottom-color: #9c9c9c;
	font-weight: bold;
}

div.wrap.wrap-admin .nav-tabs > li.active > a{
	border-color: #9c9c9c;
	border-bottom-color: transparent;
}

div.expandirFolhaPag {
	cursor: pointer;
}

/* JQuery UI Datepicker */

div#ui-datepicker-div {
    z-index: 2 !important; /* Sobrescrever z-index inline */
}
