body{
	padding-top: 60px;
}

a{
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
		text-decoration: none;
}
.navbar-brand img{
	max-height: 100%;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bg-white{
	background: white !important;
}
.bg-green{
	background:  #dff0d8 !important;
}
.margin-15{
	margin: 15px;
}
.padding-tb-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-bottom-100{
	padding-bottom: 100px;
}
.margin-tb-15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin-tb-0{
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin-bottom-0{
	margin-bottom: 0px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-25{
	margin-top: 25px;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.navbar{
	background: #ff8000;
}
.navbar-nav > li > a {
	color: #fff;
	text-shadow: none;
}

.navbar-nav > li > a:hover{
	color: #444;
	background: #ffb83d;
}

.navbar-nav > .active > a,
.navbar-nav > .open > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover{
	text-shadow: none;
	color: #444;    
	background: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-shadow: none;
	color: #444;    
	background: #ffb83d;
}
.importe{
	font-size: 25px !important;
	font-weight: bold;
}
.information-partida{
	background: #f1f1f1;
	padding: 15px;
	border: 1px solid #ccc;  
}
.form-container{
background: #f1f1f1;
padding: 15px;
border: 1px solid #ccc;
border-radius: 2px;
}
.section-separator{
	background:  #ffe46b;
	padding: 8px 0px;
	font-weight: bold;
	margin: 8px 0px;
	text-transform: capitalize;
	font-size: 13px;
}
.btn-excel{  
	background-image: url(../images/Excel-icon.png);
	background-repeat: no-repeat;
		display: inline-block;
		min-width: 18px;
		min-height: 18px;
		background-size: cover;
		vertical-align: middle;
}
.btn-xs .btn-excel{
	min-width: 15px;
		min-height: 15px;
}
.form-control{
	/*height: 28px;*/
	border-radius: 2px;
	padding: 2px 4px;
	font-size: 13px;
}
.form-control.input-lg{
	font-size: 18px;
}
.form-group{
	margin-bottom: 8px;
}
label{
	margin-bottom: 1px;
	font-size: 13px;
}
.input-group .input-group-btn .btn{
	/*padding: 3px 10px;*/
}

.height-table{
	height: 386px;
}
.position-relative{
	position: relative;
}
.header-fixed{
	position: absolute;
	top: 0;
	z-index: 2;
}
.content-with-scroll,
.panel-with-scroll > .panel-group{
	position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 36px;
}

.table{
		table-layout: fixed;
}
.table > tbody > tr > td {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td{
	vertical-align: middle;
	padding: 8px 4px;
}
.table > thead > tr > th,
.table > tbody > tr > th{
	background:  #f5e79e;
	border-top: none;
	padding: 8px 4px;
}
.table.red > thead > tr > th,
.table.red > tbody > tr > th{
	background: #d5959f;
}
.table-striped > tbody > tr:nth-of-type(2n+1){

}
.ui-select-match .btn-default:active:focus,
.ui-select-match .btn-default:active:hover,
.ui-select-match .btn-default{
	background: #fff;
}
.ui-select-match .btn-default[disabled]:active:focus,
.ui-select-match .btn-default[disabled]:active:hover,
.ui-select-match .btn-default[disabled]{
	background-color: #eee;
	opacity: 1;
	cursor: not-allowed;
}

.ui-select-bootstrap .ui-select-placeholder,
.ui-select-bootstrap .ui-select-match-text{
	vertical-align: middle;
}
.form-inline .ui-select-container{
	display: inline-block;
	vertical-align: middle;
}
.ui-select-toggle{
	min-width: 181px;
	text-align: left;
}
.inline-block{
	display: inline-block;
}
.div-select-inline{
	position:relative;display:inline-block;vertical-align:middle;width:auto;
}
.table-collapse-header{
	background: #f5e79e;
	font-weight: bold;
	padding: 8px 4px;
}
.table-collapse-footer{
	padding: 8px 4px; 
}
.table-collapse-row{
	padding: 6px 4px; 
}
.panel-group .panel{
	border-radius: 0px;
}
.panel{
	background: transparent;
}

.panel-default{
	border: none;
}
.panel-default > .panel-heading{
	background: transparent;
	padding: 0px;
}
.panel-title{
	font-size: 14px;
}
.panel-title > a > span{
	display: block;
}
.panel-title > a{
	/*padding: 8px 4px;*/
	display: block;
}
.panel-group .panel + .panel {
	margin-top: 0px;
	border-top: 1px solid #ddd;
}

/*
 * Global add-ons
 */

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	display: none;
}
@media (min-width: 768px) {
	.sidebar {
	position: fixed;
	top: 51px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}


/*
 * Main content
 */

.main {
	padding: 20px;
}
@media (min-width: 768px) {
	.main {
	padding-right: 40px;
	padding-left: 40px;
	}
}
.main .page-header {
	margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.placeholders h4 {
	margin-bottom: 0;
}
.placeholder {
	margin-bottom: 20px;
}
.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.typeahead-demo .custom-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #f9f9f9;
	}

	.typeahead-demo .custom-popup-wrapper > .message {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #868686;
	}

	.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 160px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
	transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
	opacity:0;
	max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
	opacity:1;
	max-height:100px;
}

.navbar .navbar-toggle {
		border-color: #444;
}
.navbar .navbar-toggle .icon-bar {
		background-color: #444;
}
.form-sign-in .form-control-top{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom: none;
}
.form-sign-in .form-control-middle{
	border-radius:0px;

}
.form-sign-in .form-control-bottom{
	border-top: none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.text-line {
	text-decoration: line-through;
}