.login{
	background: url('../img/login-bg-default.jpg') 50% 0px no-repeat;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	*/
}
.login-0{
	background: url('../img/login-bg-0.jpg') 0px 0px no-repeat;
}
.login-1{
	background: url('../img/login-bg-1.jpg') 0px 0px no-repeat;
}
.login-2{
	background: url('../img/login-bg-2.jpg') 0px 0px no-repeat;
}
.login-3{
	background: url('../img/login-bg-3.jpg') 0px 0px no-repeat;
}
.login-4{
	background: url('../img/login-bg-4.jpg') 0px 0px no-repeat;
}

.sign-box{
	margin-top: 10%;
}

/* SWEET ALERT */

.sweet-overlay{
	z-index: 50000000!important;
}
.sweet-alert{
	z-index: 50000001;
}

/* BUSCADOR DE ARTICULOS */

.faq-page-header-search{
	background-color: #b8cbde;
}
.faq-page-header-search .typeahead-container button{
	height: 36px;
	border: 0;
}
.faq-page-cats .user-card-row .tbl-cell.tbl-cell-photo{
	width: 100px;
  height: 100px;
}
.faq-page-cats .user-card-row .tbl-cell.tbl-cell-photo img{
	width: 100%;
	height: auto;
}

.typeahead-container.scroll .typeahead-list{
	overflow-y: scroll;
	height: 300px;
}


/* LISTADO DE ARTICULOS */


.product-list .data-wrapper{
	padding-top: 10px;
	padding-bottom:0;
} 
.product-list .data-wrapper .data{
	font-size:.9em;
}

.product-list .alert-advice{
	top:4px;
	right: 4px;
	color:red;
	font-weight: bold;
}

.product-list .alert-advice i{
	color:red;
}

/* MODAL */
.modal{
	z-index: 10001!important;
}
.modal-backdrop{
	z-index: 10000!important;
}
@media (min-width: 768px) {
	.modal-lg {
    max-width: 80%;
	}
}

/* TYPEAHEAD ARTICULOS */
.type-article{
	border-bottom: 1px #efefef solid;
}
.type-article .article-img{
	float: left;
	margin-right: 10px;
}
.type-article .article-info{
	float: left;
	padding-top: 8px;
}
.type-article .article-info .name{
	font-size: 18px;
}
.type-article .article-info .name small{

}

/* ASIDE */
.theme-picton-blue .side-menu .side-menu-list>li.opened.with-sub a .lbl, .theme-picton-blue .side-menu .side-menu-list>li.opened.with-sub>span .lbl{
	color: #111;
}
.side-menu-list .lbl{
	color: #444;
}

.side-menu-list ul a,
.side-menu-list ul li>span,
.side-menu-list ul .lbl,
.side-menu-list ul ul a,
.side-menu-list ul ul li>span,
.side-menu-list ul ul .lbl{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .9rem!important;
	color: #111!important;
}

.side-menu-list li.with-sub li.with-sub li.with-sub li>a.order, 
.side-menu-list li.with-sub li.with-sub li.with-sub li>span.order
{
	padding-left: 10px;
}

/* BOTONES */
.element-actions-btn button {
    padding: 0;
    border: none;
    background: 0 0;
    color: #919fa9;
    position: relative;
    right: -5px;
    -webkit-transition: none;
    transition: none;
}

/* TABLES */

.header-fixed{
  height:640px;  
  overflow-y:scroll;
}
.header-fixed thead tr:nth-child(1) th{
  position: sticky;
  top: 0;
  z-index: 10;
}

.tbl-row .tbl-cell-10 {
	width:10%;
}

.tbl-row .tbl-cell-20 {
	width:20%;
}

.tbl-row .tbl-cell-30 {
	width:30%;
}

.tbl-row .tbl-cell-40 {
	width:40%;
}

.tbl-row .tbl-cell-50 {
	width:50%;
}

.tbl-row .tbl-cell-60 {
	width:60%;
}

.tbl-row .tbl-cell-70 {
	width:80%;
}

.tbl-row .tbl-cell-90 {
	width:90%;
}

.tbl-row .tbl-cell-60 {
	width:60%;
}

.table-xs thead th{
  height: auto;
  padding: 5px 10px;	
  font-size:12px;
}
.table-xs td{
  font-size:12px;
}
.fixed-table-header th{
	max-width: 150px;
	min-width: 50px;
	text-align: center;
}
.fixed-table-header th .th-inner{
	white-space: unset!important;
	text-align: center;
}
.bootstrap-table .table.fixed-table-header>thead>tr>th{
	vertical-align: middle;
}

.bg-acumulado{
	background-color: #c8eefd;
	/*color: #fff;*/
}
.bg-minimo{
	background-color: #fdefc8;
	/*color: #fff;*/
}

.tableFixHead          { overflow: auto; /*height: 100px;*/ }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }

.tableFixHead * {
	max-height: 66vh;
}

/* PEDIDOS */

table .checkbox.checkbox-only, 
table .radio.checkbox-only{
	width: auto;
	height: auto;
	text-align: left;
}
table .checkbox.checkbox-only label, 
table .radio.checkbox-only label{
	/*text-align: left;*/
}

table.order-article-table td{
	padding: 4px 5px;
	height: auto;
}

table.order-article-table thead th{
	padding-top: 4px;
	padding-bottom: 4px;
}

table.order-article-table .total{
	min-width: 40px;
}

/* IMAGES */
.responsive-img img,
img.responsive-img{
	width: 100%;
	height: auto;
}

a, 
a:link, 
a:focus, 
a:hover{
	/*color: #2a4596;*/
	text-decoration: none;
}

hr{
	margin: 1em 0;
}

/* SUBORDERS */

.suborder.widget-header{
	background-color: #b7cbe0!important;
}
.suborder .tabs-section-nav.tabs-section-nav-inline .nav{
	background-color: #e2eefa!important;
}

/* BOOTSTRAP */

.tooltip{
	z-index:10000000000000000;
}

/* HEADER */

.dropdown.dropdown-typical a.dropdown-toggle:after {
  display: none;
}
.dropdown.dropdown-typical a.dropdown-toggle{
	padding: 0;
}

@media (min-width: 1055px) {
  .theme-side-ebony-clay .site-header .site-logo,
  .theme-side-madison-caribbean .site-header .site-logo,
  .theme-side-caesium-dark-caribbean .site-header .site-logo,
  .theme-side-tin .site-header .site-logo,
  .theme-side-litmus-blue .site-header .site-logo,
  .theme-rebecca-purple .site-header .site-logo,
  .theme-picton-blue .site-header .site-logo,
  .theme-picton-blue-white-ebony .site-header .site-logo {
    /*height: 80px;*/
    width: 210px;
    /*padding: 20px 0 0;*/
    /*text-align: center;*/
    /*margin: -20px 0 0 -15px;*/
  }
}

.show-hide-sidebar:hover span, 
.show-hide-sidebar:hover span:after, 
.show-hide-sidebar:hover span:before{
	background-color: #fff;
}

.theme-picton-blue .site-header{
  background-color: #2e4074;
  background-color: #2a4596;
  border-bottom-color: #2e4074;
}
.theme-picton-blue .side-menu .side-menu-list .fa, 
.theme-picton-blue .side-menu .side-menu-list .font-icon,
.theme-picton-blue .side-menu .side-menu-list .glyphicon{
	color: #2a4596;
}
.font-icon{
	color: #adb7be;	
}
.theme-picton-blue .site-header .dropdown>.btn{
/*	color: #2a4596;*/
}

.site-header .dropdown-shortcut{
	float: left;
}
.site-header .site-header-search-container{
	float: left;
}

/* DATEPICKER */

.datepicker{
	z-index: 10000000000;
}

/* DATATABLES */

.order-detail{
	padding: 30px 0; 
	background-color: #fff;
}

.custom-lobiPanel header{
	border-bottom: 1px solid #d8e2e7;
}
.lobipanel .panel-heading .panel-title{
	/*font-size: 1.4rem;*/
	/*margin-top: 0;*/
}
.bootstrap-table .table a, 
.fixed-table-body .table a,
.table a{
	border-bottom: none;
}


/* ARTICULOS */

.products .item {

}

.products .item .widget-header .title{
	font-size: 1em;
}

.products .item .widget-header .title span i{
	color:#333;
}

.products .item .widget-header .title:hover span i{
	color:#0082c6;
}

.products .item .body .data .label-mini{
	font-size: .7em;
	font-weight: 900;
	text-transform: uppercase;
}

.products .item .body .data .separator {
    margin: 5px auto 5px;
   }

.products .item .body .data{
	padding:0 5px;
}

.chart-statistic-box .chart-txt.chart-billing{
	height: 100px;
}
.google-visualization-tooltip h6{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.4);
}

/* SOCIOS */

.plus-link-custom{
	display: inline-block;
	font-size: 22px;
  width: 24px;
  height: 24px;	
}
.plus-link-custom.active{
	/*color: #333;*/
	color: #0082c6;
}
.plus-link-custom.completed.active{
	color: #d80000;
}
.plus-link-custom.inactive{
	color: #999;
}
.plus-link-custom.active:hover,
.plus-link-custom.inactive:hover{
	color: #0082c6;
}

.widget-activity .widget-tasks-item, .widget-tasks .widget-tasks-item{
	padding-right: 10px;
}

.load-partner-article-order.active{
	border: 1px solid #00a8ff!important;
}




/* ACORDIONS */
.widget-accordion .panel-heading a{
	font-size: 18px;
}




/* FORMS */

div.form-invalid{
  /*display: inline-block;*/
  padding: 5px;
  margin: 5px 0;
  /*font-size: .9em;*/
  background-color: #f8d7da;
  color: #721c24;
}

form label{
  font-weight: 600;
  margin-bottom: 6px;
}

form .card{
	margin-bottom: 0px;
}

/* SUMMERNOTE */
.note-btn-group .btn{
	background-color: #efefef;
	color: #999;
	border: none;
}
.note-btn-group .btn:hover{
	background-color: #00a8ff;
	color: #fff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}

.widget.widget-tasks{
	padding-bottom: 0px;
}

.cancel1{
	background-color: #f7d9d9;
}

.nocomplete{
	background-color: #f4d6d6;
}
.complete{
	
}
.select2-results{
	z-index: 1000000000000000!important;
}




/* ORDER PARTNERS */
.order-partners .user-card-row .tbl-cell.tbl-cell-photo img
{
	width: 46px;
	height: 46px;
}
.order-partners .user-card-row{
	margin-bottom: 0;
}
.order-partners .friends-list-item{
	border-bottom: 1px solid #d8e2e7;
}

.order-article-table a .font-icon,
.order-article-table a .fas{
	color:  #fff;
}
.order-article-table input.red{
	background-color: #f3d3d6;
}
.order-article-table input.green{
	background-color: #b9e8c4;
}
.order-article-table input.yellow{
	background-color: #f3f1d3;
}

/* PROVEEDORES */
.profile-tabs .tab-pane .box-typical:first-child{
	border: solid 1px #d8e2e7;
}

/* TABS */
.tabs-section-nav.bg-blue .nav,
.tabs-section-nav.bg-blue .nav-item{
	background-color: #8b9fb3;
}
.tabs-section-nav.bg-blue .nav-link:not(.active){
	color: #fff;
}