body {
	/*background: url(https://source.unsplash.com/1920x1080/?startup,app,small-business,homeoffice);*/
	background: url(https://picsum.photos/1920/1080) no-repeat center fixed;
	background-size: cover;
}
.loginbody{
	width: 100%;
	height: 96%;
}

.dash_header_icon{
	/*float: right;*/
	/*padding-right: 6px;*/
	color: #313C52;
}
.dash_header_icon i {
	font-size: 19px;
}
.dash_header_num {
	border-radius: .7em;
	background-color: #8051A1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin:-11px 10px;
	position: absolute;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 5px;
	color: white;
}
.dash_header_num a {
  color: white;
}
.dash_header_a {
	color:#313C52;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 10px;
}
#facturacion .panel-heading{
  color: #ffffff;
  background-color: #1863e6;
  border-color: #1863e6;
}
#N_registro .panel-heading{
  color: #ffffff;
  background-color: #881010;
  border-color: #881010;
}


.icon16px{
	font-size:16px;
}
.mod_activo{
	color: #23A1DB;
	min-width: 72px;
}
.nav_activo{
	color: #23A1DB;
}
.detail_tabs{
	padding-left:30px;
	display: inline;
}
.detail_tabs li{
	padding: 10px;
	display: inline;
	border-bottom: 3px solid #313c5200;
}
.detail_tabs li.detail_tab_active{
	color: #313c52;
	border-bottom: 3px solid #313c52;
}
.detail_tabs li:hover{
	cursor: pointer;
	border-bottom: 3px solid #ABC;
}
.titulo-header{
	display: inline;
}
.bloque{
	margin-bottom: 20px;
}
.field{
	padding: 10px 0px;
}

.tool{
	padding-left: 10px;
}

a.con-tool .tool {
  display: none;
	width: auto;
	position: relative;
	left: -65px;
}

a.con-tool:hover .tool {
  display: inline-block;
  padding: 0 10px;
	left: 0;
}

a.con-tool:hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.navbar-default.sidebar::before {
    content: '';
    display: block;
    width: 72px;
    height: 94.4vh;
    z-index: -1;
    position: absolute;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.navbar-right {
	float: right !important;
	list-style-type: none;
	margin: 15px 20px 0px -20px !important;
}
.navbar.navbar-inverse.navbar-static-top{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}


@media only screen and (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 73px 0 0 73px;
    }
}

@media only screen and (max-device-width: 767px){ /*cuando esta chica menos de 768*/
	.navbar-default.sidebar::before{
    display: none;
    height: 94.4vh;
		z-index: -1;
		position: absolute;
	}
	#side-menu  > li{
		border-bottom: 1px solid #dddddd;
	}
	.sidebar-nav.navbar-collapse.collapse.in a.con-tool .tool{
		display: inline-block;
		left: 0;
	}
	.sidebar-nav.navbar-collapse.collapse.in a.con-tool:hover{
		border-radius: 0;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}
	.navbar-default.sidebar{
		background-color: #fff;
		margin-top: 40px;
	}
	.sidebar-nav.navbar-collapse.collapse.in a.con-tool {
		padding: 15px 0px;
		font-size: 15px;
	}
	.navbar-right {
		float: right !important;
		list-style-type: none;
		padding-right:10px;
		margin: 0px 0px 0px 0px !important;
	}
	.navbar.navbar-inverse.navbar-static-top{
		position: relative;
	}
}
.navbar-inverse{
	background-color: #fff;
	border-bottom: solid 2px #004465;
}
.label-fresh2 a {
	background-color: rgb(246, 246, 247) !important;
	margin-left: 0;
	color: #64707A !important;
	border: 1px solid #ddd;
	margin: 0 1px;
}
.panel-body .field-label {
	text-align: right;
	/* padding-top: 15px !important; */
}
.panel-body .field {
  padding: 8px;
}
.panel-body .field b {
  font-weight: 400;
}
.panel-body .field-value input,
.panel-body .field-value textarea {
  background: #F6F6F7;
  border-radius: 8px;
  color: #313c52;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 100%;
}
#formaEditDetail .panel-fresh>.panel-heading {
  /*! background-color: #F6F6F7; */
  border-bottom: 1px solid #eee;
  color: #313C52;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.3em;
}
#formaEditDetail .btn {
  font-size: 18px;
}

.treebes-modal{
	position: absolute;
	display: none;
	width: 100%;
	max-height: 500px;
	z-index: 9999;
}
.treebes-modal .panel-fresh{
	padding:0px;
}

.escondemobile{
	display: inline-block;
}
.sidebar{
	margin-top:24px;
}
@media (max-width: 768px){
	.nocambiadisplay:before{
		display: block!important;
	}
	.escondemobile{
		display: none;
	}
	.navbar-header.navbar-right{
		margin-top: 11px;
	}
	.sidebar-nav.navbar-collapse.in{
		display: contents;
	}
	.nav > li > a.con-tool.mod_activo{
		max-width:none!important;
	}
	.navbar-right{
		margin-top: 15px!important;
	}
	#side-menu{
		margin-top: 11px;
	}
}
