/*
Invoice CSS
*/
.text-underline {
	text-decoration: underline !important;
}
#Invoice page-heading h1 {
	font-size: 1.40875rem;
}

#Invoice .top-summary .widget-content .text-box .maindata b {
	font-size: 1.125rem
}

#Invoice .top-summary .widget-content .text-box h2,
#Invoice .top-summary .widget-content .text-box h2 span {
	font-size: 1.706875rem;
	font-weight: 900;
}

#Invoice .top-summary .widget-footer a {
	font-size: 0.693125rem
}

#title-two h1,
#title-two b{
	font-size: 1.40875rem
}

.progress-footer {
    margin-top: -12px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}


@media screen and (min-width: 1366px) {
	#Invoice .top-summary .col-lg-3  {
		width: calc(100% / 5);
	}
}


/* End section -->
/*________________________________________________________________________________________
		Custom bar
_________________________________________________________________________________________*/


#progress-bar-custom.progress-bar-custom {
	left: 0;
	width: 100%
}

#progress-bar-custom .progress-footer span:nth-of-type(3) {
	left: 95% !important
}

#progress-bar-custom .progress-bar-stripeds {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 12px 12px;
          background-size: 12px 12px;
}

#progress-bar-custom .progress-bar-warning {
    background-color: #fb8800 !important;
}

#progress-bar-custom .progress-bar-success {
    background-color: #03974c !important;
}

#progress-bar-custom  .progress-bar-danger {
    background-color: #f13c44 !important;
}

@media screen and (max-width: 575px) {
	#progress-bar-custom .progress-footer span:nth-of-type(3) {
		left: 89% !important
	}
	#progress-bar-custom .step-progressbar:nth-of-type(2) {
		left: 55% !important;
	}
}

@media screen and (max-width: 425px) {
	#progress-bar-custom .progress-footer span:nth-of-type(3) {
    left: 80% !important;
}
}

/* --------------------------------- Invoice List -------------------------------------*/

#invoice-list {
	padding-top: 70px;
}

#invoice-list .widget .widget-header h2 {
	font-size: 1.379375rem
}

#invoice-list  .widget .additional-btn {	
	background-color: #fff;
}

#invoice-list  .widget .additional-btn .widget-close {
	margin: auto;
}
#invoice-list  .widget  .widget-content.padding {
	padding-left: 0;
	padding-right: 0;
}

#invoice-list  .widget .additional-btn .icon-cancel-3 {
	color: #ffc13f !important;
}

#invoice-table_length label {
	color: #5b5b5b !important;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
}

#invoice-table_wrapper .col-xs-6:nth-of-type(3){
	padding-left: 0;
}

#invoice-table_wrapper .col-xs-6 .dataTables_info {
	color: #5b5b5b !important;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	margin-left: 15px;
}

#invoice-table_wrapper .col-xs-6:nth-of-type(4){
	padding-right: 15px;
	text-align: right;
}

#invoice-table_wrapper .col-xs-6 .dataTables_paginate.paging_bootstrap {
	margin-right: 0 !important;
}

#invoice-table_wrapper .col-xs-3 {
	
}

#invoice-table_wrapper .col-xs-3 .dataTables_length {
	margin-left: 0;
}

#invoice-table_length label select {
	border-radius: 5px;
	width: 45px;
    padding: 0;
    padding-left: 5px;
}

#invoice-list .table-responsive .mi-data .tolbar {
	position: relative;
}

#invoice-list .table-responsive .mi-data .tolbar .additional-btn {
	background: #fff;
	position: relative;
	padding-bottom: 5px;
	text-align: right;
	top: 0;
	right: 0;
	z-index: 0;
}

#invoice-list .table-responsive .mi-data .tolbar .additional-btn .reload {
	border-color: #dedede;
}

#invoice-list .table-responsive .mi-data .tolbar .additional-btn .btn {
	font-size: 0.875rem;
	min-height: 33px;
	height: 33px;
	padding: 0;
	vertical-align: middle;
	line-height: 33px;
	min-width: 80px;
}

#invoice-list .table-responsive .mi-data .tolbar .additional-btn .btn.bg-green-8 {
	background-color: #6f9d4f !important;
	border-color: #6f9d4f;
	color: white !important;
}

#invoice-list .table-responsive .mi-data .tolbar .additional-btn .btn.reload{
	color: #5b5b5b !important;
}

#invoice-list .widget table {
	/* min-width: 1140px; */
}

#invoice-list .widget table tr td .btn i {
	/* display: block; */
}

#invoice-list .widget table tr td  {
	padding: 5px 0;
	/* height: 74px; */
	/* width: 121px; */
}

.excel-img {
	background-image: url('../img/2x/exel-split-6-black.png');
	background-position: 0 0;
	background-size: 100%;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	vertical-align: text-top;
}


#invoice-list .widget table tr td .btn, 
#invoice-list .widget table tr td .btn span {
	/* color: #5b5b5b; */
	font-size: 0.876rem;
	text-decoration: none;
}

#invoice-list .widget table tr td .btn .icon-info-circled-2:before {
	color: #0095df;
	font-size: 21px;
}

#invoice-list .widget table tr td .btn .fa-file-text-o:before {
	font-size: 21px;
}

#invoice-list .pagination li a, .pagination li.disabled a {
    background-color: #a8b8b8;
    border-color: #a8b8b8;
}

@media screen and (max-width: 768px) {
	#invoice-table_wrapper {
		min-width: 1140px;
	}
	#invoice-table_length label {
		display: -webkit-inline-box;
	}
	#invoice-table_length label select {
		margin-right: 5px;
	}
	#invoice-list .table-responsive {
		padding-top: 5px;
	}
}

/* Modals #md-fade-tracking-history */
#md-fade-tracking-history .form-pp .widget .dataTables_info{
	margin-top: 0;
	padding: 0;
}

#md-fade-tracking-history .form-pp .widget .dataTables_paginate {
	margin-top: 0;
	line-height: normal;
}

#md-fade-tracking-history .form-pp .widget .dataTables_length label {
	padding-left: 15px;
}

#sidebar-menu > ul > li > a.active {
  padding-left: 29px;
}

/*Cambios posteriores*/

.open-invoice #invoice-table_wrapper .row:not(.view-pager) {
	padding: 0 5px;
}

.dropdown-item-a i {
	width: 15px;
	box-sizing: border-box;
}
.dropdown-item-a span {
	margin-left: 5px;
}

#invoice-table,
#invoice-table_wrapper .table > thead > tr > th,
#invoice-table_wrapper .DTFC_LeftBodyLiner .table > thead > tr > th,
#invoice-table_wrapper .DTFC_Cloned td {
    font-size: 14px;
	font-size: .86rem;
	min-height: 34px;
}

#invoice-table_wrapper .selects-input .select-picker {
    vertical-align: middle;
    line-height: 34px;
}
#invoice-table_wrapper .selects-input .select-picker {
    vertical-align: middle;
}

#invoice-table_wrapper .bootstrap-select button {
    height: 34px;
    font-size: 13px;
    font-weight: 600;
}
#invoice-table_wrapper .btn-go button {
    vertical-align: middle;
}

#invoice-table_filter input {
    height: 34px;
}

#invoice-table_wrapper div.dataTables_length select {
    height: 34px;
}

#invoice-table_wrapper thead th:nth-child(1),
#invoice-table_wrapper tbody td:nth-child(1),
#invoice-table_wrapper thead th:nth-child(2),
#invoice-table_wrapper tbody td:nth-child(2),
#invoice-table_wrapper thead th:nth-child(3),
#invoice-table_wrapper tbody td:nth-child(3),
#invoice-table_wrapper thead th:nth-child(4),
#invoice-table_wrapper tbody td:nth-child(4),
#invoice-table_wrapper thead th:nth-child(7),
#invoice-table_wrapper tbody td:nth-child(7) {
    width: 110px !important;
    box-sizing: border-box;
}

/* #invoice-table_wrapper thead th:nth-child(4),
#invoice-table_wrapper tbody td:nth-child(4) {
    width: 180px !important;
    box-sizing: border-box;
} */

#invoice-table_wrapper thead th:nth-child(5),
#invoice-table_wrapper tbody td:nth-child(5),
#invoice-table_wrapper thead th:nth-child(6),
#invoice-table_wrapper tbody td:nth-child(6) {
    /* min-width: 120px !important; */
    box-sizing: border-box;
}

#invoice-table_wrapper thead th:nth-child(8),
#invoice-table_wrapper tbody td:nth-child(8),
#invoice-table_wrapper thead th:nth-child(9),
#invoice-table_wrapper tbody td:nth-child(9) {
    width: 100px !important;
    box-sizing: border-box;
}

#invoice-table_wrapper thead th:nth-child(10),
#invoice-table_wrapper tbody td:nth-child(10) {
    width: 80px !important;
    box-sizing: border-box;
}

.DTFC_LeftWrapper table tbody tr td {
	vertical-align: middle;
}

.btn-group .btn-table-refresh {
	background-color: white;
	color: #000 !important;
	margin-right: 10px;
}
.btn-group .btn-table-refresh::before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f021";
	margin-right: 5px;
}

.row.view-pager {
	background-color: #414141;
	margin-top: 20px;
	padding: 10px 0px 0px;
}

/*** progress bar ***/
.progress-bar-green-7 {
	background-color: #00c15e;
}
.progress-bar-blue-7 {
	background-color: #23c2e1;
}
.progress-bar-orange-5 {
	background-color: #ffc13f;
}
.progress-bar-orange-7 {
	background-color: #ff8a00;
}
.progress-bar-red-2 {
	background-color: #f53d45;
}