body{
  font-size: 0.8rem;
}

#inpNumeroOrden{
	width:100px;
	border:none; 
	border-bottom: 1px solid black; 
	height: 30px; position:absolute; 
	left:32%; 
	top:4%;

}

#inpNumeroOrdenEdi{
	width:100px;
	border:none; 
	border-bottom: 1px solid black; 
	height: 30px; position:absolute; 
	left:32%; 
	top:4%;
}

.txtOC{
	position: relative;
	top: 8%;
	left:100%;
}

.inpSub{
	position:relative; 
	left:15%;
}

.inpNum{
	position:relative !important; 
	left:80% !important;
}


.cont-principal{
	background: url(../img/fondo2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: none;
}

label{
	font-size: 12px;
}

.sidebar-wrapper::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
}

.sidebar-wrapper::-webkit-scrollbar-track {
	background: none;        /* color of the tracking area */
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
	background-color: none;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 3px solid none;  /* creates padding around scroll thumb */
}

#nav-sub a p {
 	font-size: 10px;
}

#nav-sub a:hover {
	background-color: transparent;
}

.btnMas i{
	position: relative;
	font-size: 20px;
	left: -10%;
}

.form-group input[type=file] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
  }

.nav-item{
	color: #DA0000;
}

.nav-item:hover{
	color: #BF0101;
}

.nav-tabs .nav-link.active{
	background-color:#BF0101;
	color: white;
	border: 1px solid #BF0101 ;
}



/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }

.cont-img{
	background: url(../img/img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: none;
	width: 100%; 
	height: 35%;
	margin: 0;
	padding: 0;
}



.cont-principal:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}

.treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.con-adi{
	background: #C4C4C4; 
	width: 10px; 
	height: 65px; 
	position: relative; 
	left: 60px;
}

.con-full{
	border:1px solid #C4C4C4; 
	cursor:pointer;
}

.con-full:hover .con-adi{
	background: #AFAFAF;
}

.con-icon{
	border:1px solid #C4C4C4; 
	border-radius:50px; 
	width: 45px; 
	height: 50px; 
	font-size:30px;
}

.btnAcc{
	width: 20px;
	height: 20px;
	border:none;
	text-decoration: none;
}

.btnAccB{
	width: 20px;
	height: 20px;
	border:none;
	text-decoration: none;
	justify-content: center;
	display: flex;
	text-align: center;
	cursor: pointer;
}

.inpCam{
	border:1px solid #C8C8C8 !important;
}

.btnAcc:hover {
	cursor: pointer !important;
}

.btnAcc i{
	position: relative;
	top:-2px;
	color:white;
	font-size: 20px;
}

#divEspera {
    position: fixed;
    display: none;
    z-index: 1005;
    left: 45%;
    top: 40%;
    width: 200px;
}

#divEspera img{
    width: 150px;
    height: 150px;
}


.tblsty{
	color:#4B4B4B;
	font-size:12px;
}

.form-control{
	font-size:0.8rem;
}


@media (max-width: 768px) {
	.cont-dad{
		background-color: white;
		width: 60%; 
		height: 520px; 
		position: relative;
		top: 50px;
		left: 20%;
		box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
	}  
}

@media (min-width: 769px) {
	.cont-dad{
		background-color: white;
		width: 30%; 
		height: 520px; 
		position: relative;
		top: 50px;
		left: 35%;
		box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
	}  
}