#pedidos{
	position: relative;
	height: 100%;
}
#pedidos .col{
	height: 100%;
	overflow-y: scroll;
}
#pedidos_listado{
	padding: 0;
}
#pedidos #pedidos_resumen{
	background: #fff;
	border-left: 1px solid #eee;
}

#pedidos_listado .pedidos_listado_pedido{
	position: relative;
	display: block;
	width: 100%;
	/*border-bottom: 1px solid #ddd;*/
	padding: 10px;
	cursor: pointer;
	font-size: 10px;
}
#pedidos_listado .pedidos_listado_pedido:hover{
	background-color: #ddd;
}
#pedidos_listado .pedidos_listado_pedido .header{
	font-size: 12px;
	font-weight: bold;
}
#pedidos_listado .pedidos_listado_pedido_total{
	text-align: right;
}

.cargarMasPedidos{
	position: relative;
    cursor: pointer;
    width: 100%;
    background: #428bc9;
    padding: 10px 10px 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#pedidos_resumen_header {
	font-size: 25px;
    padding: 20px;
}
#pedidos_resumen_header i{
	font-size: 28px;
}
#pedidos_resumen_header .btn{
	margin-bottom: 5px;
    margin-left: 25px;
}
#pedidos_resumen_detalle{
	border: solid 1px #ddd;
}
#pedidos_resumen_detalle div{
	padding: 10px;
}
#pedidos_resumen_detalle div:nth-child(3){
	/*border-left:  solid 1px #ddd;*/
}
#pedidos_resumen_detalle .header{
	border-bottom: solid 1px #ddd;
}
#pedidos_resumen_detalle .comentarios{
	border-top: solid 1px #ddd;
}

#pedidos_resumen_total .total{
	text-align: right;
	border: solid 1px #ddd;
	border-top: none;
	padding: 10px 15px;
}

#pedidos_resumen .table{
	margin-top: 30px;
}
#pedidos_resumen .table>thead>tr>th {
    border-bottom: none;
}
#pedidos_resumen .table>tbody>tr>td {
	vertical-align: middle;
}

#pedidos_resumen .table>tbody>tr>td{
	white-space: nowrap;
}
#pedidos_resumen .table>tbody>tr>td.td_nombre, #pedidos_resumen .table>tbody>tr>td.td_material{
	max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pedidos_resumen .table>tbody>tr>td.td_material{
	max-width: 100px;
}
#pedidos_resumen .table>tbody>tr>td.tdSelect>select{
	width: 110px;
	display: inline-block;
}
#pedidos_resumen .table>tbody>tr>td.tdSelect>.btn{
	display: inline-block;
    margin-top: -2px;
    margin-left: 2px;
}

#pedidos_resumen .historial{
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#modalFacturar .modal-header {
    padding-bottom: 0;
    border-bottom: none;
}
#modalFacturar .modal-footer {
    border-top: none;
}
#modalFacturar .btns{
	padding-right: 15px;
    padding-top: 15px;
    text-align: right;
    margin-bottom: 20px;
}

.pedidos_titulo{
	text-transform: uppercase;
    background: #fff;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #428bca;
    border-bottom: 2px solid #e3e3e3;
}

.btn-cancelar-pedido:hover{
	color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.tdSelect{
	position: relative;
}
.input_fecha{
	width: 0;
	opacity: 0;
	position: absolute;
	left: 150px;
}

.tdArea span{
	display: inline-block;
    border: 1px solid #333;
    color: #333;
    border-radius: 4px;
    width: 20px;
    text-align: center;
	font-weight: 600;
}

.aviso_mensaje{
	position: absolute;
    font-size: 10px;
    margin-left: -10px;
    margin-top: -5px;
    background: #f56060;
    padding: 4px 7px;
    border-radius: 10px;
	color: #fff;
}

#form_asignar_pedidos{
	border: solid 1px #ddd;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

#form_asignar_pedidos .col-md-12 label{
	margin-top: 10px;
}

.txt-asignacion-masiva{
	font-size: 20px;
	padding-top: 10px;
	float: left;
}
.btn-asignacion-masiva{
	float: right;
    margin-top: 15px;
}

.checkbox input{
	margin-top: 1px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-top: 10px;
	float: right;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #428bc9;
}

input:focus + .slider {
	box-shadow: 0 0 1px #428bc9;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.funkyradio {
	max-width: 200px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}


.input_green {
	color: white;
	background-color: #77a777;
	border-color: #77a777;
}
.input_red {
	color: white;
	background-color: #ac2925;
	border-color: #ac2925;
}

#user_link:hover {
	text-decoration: none !important;
}
.link_producto {
	color: #337ab7;
	cursor: pointer;
}
.link_producto:hover {
	color: #23527c;
}
