/*custom */




/* general */



html { 
	height:100%;
}
body { 
	min-height:100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Muli', sans-serif;
}


.content-loader{
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,.7);
  width: 100%;
  height: 100%;
  display: none
}

.div-scroll{
	overflow: scroll;
	max-height: 400px;
}

.loader{
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #C31925;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  top: 40%;
  position: absolute;
  left: 0px;
  display: block !important;
  margin: 0 auto;
  right: 0px;
}


.error{
	border-bottom: 1px solid #f00 !important;
}

label.label-error,
label.label-error a{
	color: #f00 !important;
	border-bottom: 0px solid #f00 !important;   
}

.uppercase{
	text-transform: uppercase;
}

.img-logo{
	margin-top: -20px;
}


.btn-default,
.btn-default:focus{
	background: #000;
	color: #fff;
	
}

.btn-default:hover{
	background: #999;
	color: #fff;
}

.btn-login{
	font-size: 15px;
	padding: 10px 5px;
	border-radius: 10px;
}

.btn-excel{
	background:#4ca361 !important; 
	color: #fff !important;
	border-color: #ccc;
	font-size: 15px;
	padding: 5px 9px;
	border-radius: 100%;
}

.btn-success{
	background: #000;
}

.btn-success:hover{

}

.btn-add{
	padding: 6px 30px;
	display: table;
	margin: 15px auto;
}

.content-order{

}

.content-order .panel-heading a{
	display: inline-block !important; 
}

/* enable absolute positioning */
.inner-addon { 
	position: relative; 
}

/* style icon */
.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

/* align icon */
.left-addon .fa  {
	left: 7px;
	color: #dddddd;
	border-right: 1px solid #ddd;
}
.right-addon .fa { 
	right: 0px;  color: #dddddd;
}

/* add padding  */
.left-addon input  { 
	padding-left:  47px; 
	background: transparent;
	border: 1px solid #000;
}
.right-addon input { 
	padding-right: 47px; 
}

header {
	/*background: transparent;*/
	background: rgba(255,255,255,.8); 
	padding: 22px 0px;
	margin: 0px;
	border-top: 0px solid #fd0000;
	height: 80px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 11;
}

footer{
	padding: 10px 0px;
	background: #adadad;
	color: #fff;
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none;
}

.padding-top{
	padding-top: 100px;
}

.section-full{
	height: 100vh;
}

.select-option{
	padding-top: 50px;
}

.navbar-nav{
	float: right;
}


.navbar-nav>li>a,
.navbar-nav>li>a:focus{
	padding: 0px 10px;
	color: #adadad
}

.navbar-nav>li>a i{
	color: #000;
}

.navbar-nav>li>a:hover{
	background: transparent;;
}

.menu-user>a{
	border-left:  1px solid #ccc;
}

.menu-user>a>i{
	color: #000 !important;
}


ul.tagit.loading {
	background-image: url(../fancybox/source/fancybox_loading.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.occult{
	display: none;
}

.show{
	display: block;
}

#nombre_empresa:before{
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
} 

.set-search{
	display: none;
}

.add-form fieldset{
	margin: 15px 0px;
}

#page-wrapper{
	margin: 0 0 0 0px;
}

.panel-default>.panel-heading{
	color: #333;
	background-color: #fff;
	border-color: #ddd; 
} 


#additional-field-model .form-group{
	display: inline-block;
}

.invoice-title h2, .invoice-title h3 {
	display: inline-block;
}

.table > tbody > tr > .no-line {
	border-top: none;
}

.table > thead > tr > .no-line {
	border-bottom: none;
}

.table > tbody > tr > .thick-line {
	border-top: 2px solid;
}

.table > tbody > tr:first-child .btn-danger{
	/* display: none; */
}

.action{
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
}

.action .btn{
	display: table;
	margin: 0 auto;
	width: auto;
}


/* login */
.container-background{
	background: url('../images/bck-login.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	min-height: 100vh;
	background-attachment: fixed;
}

.container-background:before{
	content: "";
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	opacity: .9;
	min-height: 100vh;
	height: 100%;

}

.container-login figure img{
	margin: 0 auto;
	width: 300px;
}


.display-table{
	display: table;
	margin: 0 auto;
	height: 100%;
}

.vertical-center{
	display: table-cell;
	vertical-align: middle;
}

.panel-login{
	border-radius: 5px;
	width: 80%;
	margin: 25px auto;
	position: relative;
	background: #fff;
	display: block;
	padding: 10px;
}
.panel-form{
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	width: 100%;
	margin: 0px;
	position: relative;
}

/* dashboard */
.section-dashboard{
	min-height: 100vh;
	height: 100%;
	position: relative;
}

.section-dashboard .item{
	width: 200px;
	margin: 0 auto 10px auto;
	border: 1px solid #000;
}


.section-dashboard .detail-item .item{
	width: 500px;
}

.section-dashboard .item figure{
	width: 100%;
	max-width: 500px;
}

.section-dashboard .item figure img{
	width: 100%;
}

.section-dashboard .item figure figcaption{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

.panel-dashboard {
	width: 263px;
	height: 359px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #a3a3a3;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
	display: block;
}

.panel-dashboard h3{
	color: #adadad;
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none;
}

.panel-dashboard .icon-background{
	color: rgba(253,0,0,.5);
}

.panel-dashboard:hover{
	background: #fff;
	text-decoration: none;
}

.panel-dashboard:hover h3{
	text-decoration: none; 
}

.panel-dashboard:hover .icon-background{
	color: #fd0000;
}

span.fa-stack{
	color: #fff;
}


.icon-inventory{
	background: url('../images/icon-inventory.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 102px;
	height: 102px;
}

.icon-warranty{
	background: url('../images/icon-warranty.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 102px;
	height: 102px; 
}

.icon-order{
	background: url('../images/icon-order.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 102px;
	height: 102px;
}


/* promo */
.section-promo{
	padding: 25px 0px;
}

.section-promo img{
	margin: 0 auto;
}

.section-promo h2{
	text-transform: uppercase;
	font-weight: bold;
}

.section-promo h5{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 0px;

}

.section-promo p{
	font-size: 12px;
	text-align: center;
}

/* novelty */

.section-novelty{
	padding: 25px 0px;
}

.section-novelty img{
	margin: 0 auto;
}

.section-novelty h2{
	text-transform: uppercase;
	font-weight: bold;
}

.section-novelty h5{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	width: 300px;
	vertical-align: top;
	padding: 14px;

}

.section-novelty p{
	font-size: 12px;
	text-align: center;
}

.section-novelty .title{
	width: 100%;
	margin: 0px 0px 10px;
}

.section-novelty .date{
	display: inline-block;
	background: #f00;
	color: #fff;
	padding: 5px 15px;
	font-size: 17px;
}

.section-novelty .date small{
	display: block;
	font-size: 13px;
}


/* page */
.section-page{
	padding-top: 100px;
}

.section-page h1{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.section-page .panel-default{
	border-color: transparent;
	background-color: transparent;
}

.section-page .panel-body {
	padding: 0px;
	border: 0px solid #fff;
}

.section-page .panel-heading{
	color: #333;
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 20px;
}

.section-page .panel-heading a{
	display: table;
	margin: 0 auto;
}

.section-page .panel-heading a.right{
	float: right;
	margin-bottom: 20px;
}

.table-hover>tbody>tr{
	background-color: #fff;
}

.chosen-single{
	width: 100%;
}

.section-page .table>thead:first-child>tr:first-child>th{
	text-align: center;
	background: #000;
	color: #fff;
}

.section-page .btn-action{
	border-color: #ccc;
	background: #f4f1f1;
	color: #8f8a88;
	font-size: 15px;
	padding: 5px 9px;
	border-radius: 100%;
}

.section-page .btn-action.btn-danger{
	background:  #fd0000;
	color: #fff;
}


.actions{
	padding: 0px;
}

.actions .center{
	display: table;
	margin: 5px auto;
}

.actions .center .form-group{
	margin-bottom: 5px;
}

.collapse{
		display: block;
	}

@media (max-width: 991px){
	.img-logo {
    margin-top: 0px;
    width: 29%;
    margin: 0px auto 20px auto;
}

	.navbar-nav {
	    float: none;
	    display: table;
	    margin: 0 auto;
	    width: auto;
	}

	header{
		height: 120px;
	}

} 


@media (max-width: 767px){

	.collapse{
		display: none;
	}

	.navbar-toggle{

	}

	.navbar-toggle .icon-bar{
		background-color: #000;
	}

	header figure img{
		margin: 0 auto 15px auto;
		width: 250px;
	} 

	header{
		height: 120px;
	}

	.img-logo {
    margin-top: 0px;
    width: 29%;
    margin: 0px auto 20px auto;
}	

	.padding-top {
		padding-top: 110px;
	}

	.navbar-nav>li>a, 
	.navbar-nav>li>a:focus {
		padding: 0px 4px;
		color: #adadad;
	}
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}