/* CSS Document */
body{

}

.hidden-desktop{
	display: none;
}

header {
	background:url(../images/header_01.png) no-repeat top center;
	background-size:cover;
	height:200px;
}
.navbar-toggle {
	float:inherit;
	margin-right:0px;
	width:100%;
}
.textmenu {
	display:block;
	margin-top:-16px;
}
.logo {
}
.logo img{
	height:120px;
}
.snifamenu {
	margin-top:20px;
	border:none;
	background:rgb(51, 57, 61);
	color:#fff;
	border-radius:0px;
}


.navbar-default .navbar-nav > li > a {
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color:#fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:#E3E3E3;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background:#464C51;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.navbar-nav > li > .dropdown-menu {
  left: 0;
  top: 50px;
  width: 230px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.notificacion {
	position:relative;
}
.notificacion_link {
	position:relative;
	padding-right:10px;
}
.notificacion[data-badge]::after {
    border: 1px solid var(--border);
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    color: white;
    content: attr(data-badge);
    font-size: 0.7em;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 18px;
}

.sin-orden li{ 
	list-style-type: none; 
	align: left;
}


fieldset.scheduler-border {
    border: 1px solid #f2f2f2;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
	background:#f2f2f2;

}

legend.scheduler-border {
    font-size: 1.0em !important;
    font-weight: bold !important;
    text-align: left !important;
	border-bottom:none !important;
	

}

.panel-default{
	border-radius: 5px;
	background: #fbfbfb;
	margin-bottom: 10px;
	border: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
}

.nav-tabs{
	margin-bottom: 0px;
	margin-top: 15px;
	width: 100%;
	border-bottom: 1px solid #a4a3a3;
	background: #b9c686;
	padding-top:2px;
	padding-left: 2px;
	border-radius: 5px 5px 0 0;
}

.nav-tabs > li{

}
.nav-tabs > li > a{
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	border:1px solid #a4a3a3;
	color: #7f7f7f;
	background: #e0e0e0;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  justify-content: left;
  height: 40px;
  line-height: 14px;
  padding: 10px 13px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
	
}
.nav-tabs > li > a:hover{
	border:1px solid #a4a3a3;
}

.nav-tabs > li > a i{
	margin-right: 10px;
	color: #6e8e2f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border:1px solid #a4a3a3;
  border-image: none;
  border-style: solid;
  color: #7f7f7f;
  cursor: default;
  font-weight: bold;
  border-bottom: none;
}

.snifamenu .navbar-collapse{
	padding-left: 0;
}



/*
========================== TABLAS =============================
*/
table {
	border:none;
	text-align:left;
}
table tr {
	border:none;
}
table tr th {
	border:none;
}
table tr td {
	border:none;
}
table.bordeSimple {
	background-color:#fff;
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse: collapse;
}
table.bordeSimple tr {
	background-color:#fff;
	margin:0px;
	padding:0px;
}
table.bordeSimple tr th {
	background-color:#fff;
	margin:0px;
	padding:3px;
	text-align:center;
}
table.bordeSimple tr td {
	background-color:#fff;
	margin:0px;
	padding:3px;
}
table.conBorde {
    border-collapse: collapse;
    margin: 10px 0 5px;
    padding: 0;
    text-align: left;
    width: 100%;
}
table.conBorde tr {
	color:white;
	margin:0px;
	padding:0px;
}
table.conBorde tr th {
	margin:0px;
	padding:3px;
	text-align:center;
}
table.conBorde tr td {
	color:black;
	margin:0px;
	padding:3px;
}
table.conBorde tr:nth-child(even) {
	background: var(--even);
}
table.conBorde tr:nth-child(odd) {
	background: var(--odd);
}

table.tabla-fieldset{
  background-color: #fff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
table.tabla-fieldset thead{
	background: #ddd;
	margin-bottom: 2px;
}
table.tabla-fieldset tr th{
	padding: 10px;
}
table.tabla-fieldset tr td{
	padding: 10px;
}

footer {
	border-top-style: solid;
    border-top-width: 7px;
	background-color:#33393D;
	margin-top:45px;
	color:rgb(127, 127, 127);
	padding-top:10px;
}
footer address {
	font-size:12px;
}
footer .fa {
	display:block;
}
footer ul {
	float:right;
	list-style:none;
	margin:0px;
	font-size:12px;
	padding:0px;
	margin-bottom:20px;
}
footer li{
	float:left;
	width:100%;
	margin:0 15px;
}
footer li a {
	color:rgb(127, 127, 127);
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}
.nav_footer {
	margin-top:20px;
}
.logo img{
	width:300px;
}
/* responsive responsive */
@media (min-width:748px) {

	.logo img{
		width:auto;
	}
	header {
		height:140px;
	}
	footer li{
		text-align:center;
		float:left;
		margin:15px;
		max-width:150px;
		width:auto;
	}
	footer address {
		margin-top:35px;
	}
	footer address p{
		margin-top:30px;
	}
}
@media (min-width: 992px) {


}
@media (min-width:1200px){
}

/**PAGINADOR***/

.pagination-container{
	width: 50%;
	float: right;
	text-align: right;
}
.pagination{
	margin: 0;
}

.pagination > li > a, .pagination > li > span {
  margin: 0 3px;
  padding: 2px 5px;
}

/** Cosecha Propia **/ 
.box-unidad-fiscalizable ul li i.second { 
    top: initial; 
    left: 10px; 
}   

.scheduler-border i { 
    color: var(--color); 
}



