/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
/*

	Paleta de colores
Azul muy fuerte:   #10163a
Azul menos fuerte: #334767
Azul de control:  #4959af
Verde acua: #00cfe8
Orange:  

-------------------
*/

.input-grande {
	font-size: 1.1rem; /* un poquito más grande */
	font-weight: bold; /* en negrita */
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem 0.1rem;
}

/*Color de los botones dorados*/
.btn-primary {
	/*color: #FFFFFF;
    background-color: #DCC588 !important;
    border-color: #DCC588 !important;*/
	background-image: -webkit-linear-gradient(118deg, #10163a, rgba(16, 22, 58, 0.7));
	background-image: -moz-linear-gradient(118deg, #10163a, rgba(16, 22, 58, 0.7));
	background-image: -o-linear-gradient(118deg, #10163a, rgba(16, 22, 58, 0.7));
	background: linear-gradient(118deg, #10163a, rgba(16, 22, 58, 0.7));
	box-shadow: 0 0 0px 1px rgba(16, 22, 58, 0.7);
	color: #00cfe8;
}

.btn-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
	color: #00cfe8;
	font-weight: bold;
}


.form-control:focus {
	color: #4E5154;
	background-color: #FFFFFF;
	border-color: #4959af;
	outline: 0;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.form-control:focus ~ .form-control-position i {
	color: #4959af;
}


.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo {
	background: url(../../../../../app-assets/images/logo/logo65X53.jpg) no-repeat;
	background-position: 0px -2px;
	height: 50px;
	width: 80px;
}

.horizontal-menu .header-navbar {	
	background: #334767;
	z-index: 999 !important;
	line-height: 1;
	min-height: auto;
}


ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

html body p {
	line-height: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 0.6rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.3rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: #10163a;
}

.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
	background: #10163a;
	color: #F8F8F8;
	border-radius: 4px;
}


.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0rem 0;
	margin: 0.3rem 0 0;
	font-size: 0.9375rem;
	color: #F8F8F8 !important;
	text-align: left;
	list-style: none;
	background-color: #10163a;
	background-clip: padding-box;
	border: 1px solid rgba(34, 41, 47, 0.15);

	border-radius: 10px;
}


.horizontal-menu.navbar-floating .horizontal-menu-wrapper .navbar-horizontal.floating-nav {
	margin: 0rem 2.2rem 0;
}

.horizontal-menu .header-navbar.navbar-horizontal.floating-nav {
	width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
	background: #334767;
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
	color: #00cfe8;
}


.header-navbar .navbar-wrapper {
	width: 100%;
	border-bottom: 1px solid #334767;
}

.dropdown .dropdown-menu .dropdown-item {
	padding: 0.5rem 1rem;
	color: #262c49;
	width: auto;
	cursor: pointer;
}


.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #00cfe8 !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: #10163a;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #F8F8F8 !important;
	text-decoration: none;
	background-color: #10163a !important;
}


.navbar-light {
	background: #10163a;
}

.navbar-light.navbar-horizontal {
	background: #10163a;
}

/*/---------------------------------------------------
cMABIAR COLORE
*/

.dropdown-itemSub {
	display: block;
	width: 100%;
	padding: 0.55rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #10163a !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: white;
	border: 15px;
}

.dropdown-itemSub:hover, .dropdown-itemSub:focus {
	color: #10163a !important;
	text-decoration: none;
	background-color: white !important;
	font-weight: bold;
}



/*Final prueba*/


@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1600px;
	}
}


/* WIZARD */

.app-content .wizard > .steps > ul > li.current > a {
	color: #FF9F43;
	cursor: default;
}


.app-content .wizard.wizard-circle > .steps > ul > li:before, .app-content .wizard.wizard-circle > .steps > ul > li:after {
	top: 43px;
	width: 50%;
	height: 3px;
	background-color: #FF9F43;
}
.app-content .wizard > .steps > ul > li.current .step {
	border-color: #FF9F43;
	background-color: #FF9F43;
	color: #FFFFFF;
}

.app-content .wizard > .steps > ul > li.disabled a {
	color: #636363;
	cursor: default;
}

	.app-content .wizard > .steps > ul > li.disabled a:hover {
		color: #636363;
		cursor: default;
	}

	.app-content .wizard > .steps > ul > li.disabled a:focus {
		color: #636363;
		cursor: default;
	}

.app-content .wizard > .steps > ul > li.disabled .step {
	color: #B8C2CC;
}

.app-content .wizard > .steps > ul > li.done a {
	color: #636363;
}

	.app-content .wizard > .steps > ul > li.done a:hover {
		color: #636363;
	}

	.app-content .wizard > .steps > ul > li.done a:focus {
		color: #636363;
	}

.app-content .wizard > .steps > ul > li.done .step {
	background-color: #FFFFFF;
	border-color: #FF9F43;
	color: #B8C2CC;
}

.app-content .wizard > .steps > ul > li.done:last-child .step {
	background-color: #FF9F43;
	border-color: #FF9F43;
	color: #FFFFFF;
}

.app-content .wizard > .steps > ul > li.error > a {
	color: #EA5455;
}

.app-content .wizard > .steps > ul > li.error .step {
	border-color: #EA5455;
	color: #FFFFFF;
	background-color: #EA5455;
}

.app-content .error {
	color: #EA5455;
}


/* Botones del Wizard*/
.app-content .wizard > .actions > ul > li > a {
	background: #334767;
	color: #00cfe8;
	display: block;
	padding: 7px 12px;
	border-radius: 0.42rem;
	border: 1px solid transparent;
}
.app-content .wizard > .actions > ul > li > a:hover {
	background: #334767;
	color: #F8F8F8;
	display: block;
	padding: 7px 12px;
	border-radius: 0.42rem;
	border: 1px solid transparent;
}


/*  tablas */
#invoice-product tr td {
	padding: 0.1rem !important;
	vertical-align: middle;
}

#invoice-client-detail tr td {
	padding: 0.5rem !important;
	vertical-align: middle;
}


.pagination .page-item.active .page-link {
	z-index: 3;
	border-radius: 5rem;
	background-color: #00CFE8;
	color: #FFFFFF;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.pagination .page-item .page-link:hover {
	color: #00CFE8;
}

.header-navbar .navbar-container ul.nav li i.ficon {
	font-size: 1.5rem;
	color: #f5f9f9;
}

.header-navbar .navbar-container ul.nav li i.ficon:hover {
		color: #00cfe8;
}


.tipoCambio {
	font-size: x-small;
	color: #f5f9f9;
	margin-top: 12.5%;
}

.containerDel {
	position: relative;
	max-height: 20px;
	max-width: 20px;
	text-align: center;
	color: #ef2121;
	width: 20px;
	height: 20px;
}

.containerRef {
	position: relative;
	max-height: 20px;
	max-width: 20px;
	text-align: center;
	color: #0d8956;
	width: 20px;
	height: 20px;
}

	.containerRef:hover {
		cursor: pointer;
		right: 1px;
		top: 1px;
		filter: drop-shadow(0px 0px 5px rgb(242 175 29 / 0.7));
	}

	.containerDel:hover {
		cursor: pointer;
		right: 1px;
		top: 1px;
		filter: drop-shadow(0px 0px 5px rgb(242 175 29 / 0.7));
	}


div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: 150px;
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
	top: 44px;
}



