body{
  font-size: 14px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body .form-control, body .input-group-text{
  border: 1px solid #060606 !important;
}
body input[type="search"]{
  border-color: #8c0202 !important;
  border-width: 2px !important;
  background-color: #f7e0e0;
  /* border: 1px solid; */
  border-radius: 5px;
  box-shadow: 1px 2px 3px black;
  /* height: 28px;
  padding-left: 5px; */
  text-transform: uppercase;
}
.nav-tabs .nav-link {
  background-color: #363;
  border-color: #363 #363 #022102;
    border-left-color: rgb(51, 102, 51);
  border-left-color: rgb(51, 102, 51);
  border-left-color: rgb(8, 15, 1);
}
.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control,
.login-card-body .input-group .form-control:focus {
  border-right: 0 !important;
}
.login-card-body .input-group .form-control:focus{
  border-color: #0603af !important;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: bold !important;
}
select, input {
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 1px 2px 3px black;
}
.pt-2{
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}
.login-page, .bg_body, .register-page{    
    background-image: url("../images/overlay.png"), url("../images/bg.jpg");
    background-repeat: repeat, no-repeat;
    background-size: auto auto, 100% 100%;
    letter-spacing: 1px;
}
.login-box, .register-box{
    width: auto !important;
}
.card{
    border-radius: 1rem !important;
    width: 100%;
    /* text-align: center; */
}
.login-logo, .register-logo {
    background: radial-gradient(#f9f9f9, #fff);
    border-radius: 10px;
    margin: 5px 30px !important;
    padding: 10px;
    border-top: 5px solid #dc3545;
    font-weight: normal !important;
    /* color: #0410bd;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 40px !important; */
}
#box_detail_user{
  text-align: center;
  font: bold 14px/21px normal;
}
.card-danger.card-outline {
  border-top: 5px solid #dc3545 !important;
}
.font_dark{
  background: radial-gradient(#fa7b7bc0, #dc3545);
}
.brand-link .brand-image {
  margin-left: -.3rem !important;
}
.bg_wrapper{
    background: linear-gradient(60deg, #f8f5f5, #fce2e2);
    border-radius: 0 0 30px 0;
}
.bg_header{
    background: rgb(208, 232, 250) linear-gradient(170deg,#3a0202 , rgb(250, 205, 211)) repeat scroll 0% 0%;
    border-radius: 0 30px 0 0;
}
.bg_sidebar{
    background-color: #3a0202  !important;
    border-radius: 30px 0 0 30px;
}
.card-body a{
    display: inline-block;
    overflow-y: auto;
}
.card-body form{
    display: inline-block;
}
.login-logo a {
    color: #f00 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 45px !important;
    letter-spacing: 7px;
}
.card-footer {
  text-align: center;
}
.fa, .fas{
    font-size: 25px;
}
.brand-link .brand-image{
    max-height: 50px !important;
    margin-top: -10px !important;
}
.card-header.font_dark{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.center{
  text-align: center !important;
}
.right{
  text-align: right !important;
}
.left{
  text-align: left !important;
}
.table td.pad5R{
  padding-right: 5% !important;
}
.dataTable tr.classPromo {
  background-color: rgb(4, 189, 4) !important;
}
#content .label_filtrar{
  position: absolute;
z-index: 1000;
font-size: 20px;
padding: 0 15px;
top: 1px;
left: 1px;
bottom: 1px;
border-radius: 5px 0 0 5px;
font-weight: bold;
background-color: red;
}
#filtrar{
  line-height: 30px;
padding-left: 120px;
text-transform: uppercase;
background-color: #eedc46;
margin: 0;
}

/*estilos generales*/
h1, h2, h3 {
    clear: both;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    color: white; 
    text-shadow: black 0.1em 0.1em 0.2em;
  }

  #list_sale_pay.dataTable, #list_quotations.dataTable {
    /* color: #0410bd !important; */
    width: auto !important;
} 
.hide{
  display: none;
} 
.nav-item a{
  font-weight: bold;
  /* text-shadow: black 0.1em 0.1em 0.2em; */
}
.box_orange h4{
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 20px;
}    
.editMasiv input{
  text-align: center;
}
  /* estilos para formularios */
  /* .form-group{
    overflow: hidden;
  } */
  .form-group label{
    display: block;
  }
  .form_content{
    position: relative;
    float: left;
    /* clear: both; */
  }
  .clear{
    clear: both;
  }
  label.error{
    background-color: #fcdae0;
    box-shadow: 0 0 5px #aaa;
    color: #8e0019;
    font: italic bold 12px "Times New Roman",Times,serif;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom: -30px;
    /* top: calc(0.25rem + 30px); */
    z-index: 2;
  }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="clear"]:hover, input[type="reset"]:hover, .plupload_button {
    background: #68AE00 none repeat scroll 0 0;
  }
  .preview {
    border:1px solid #ddd;
    padding:5px;
    border-radius:2px;
    background:#fff;
    max-width:122px;
  }
  
  .preview img {width:110px;display:block;}
  
  /* estilo para datatable */
  .ocultar-content{
    cursor: pointer;
  }
  @media screen and (max-width: 600px) {
    .ocultar-content{
      display:none;
    }
    #box_detail_user{
      font: bold 14px/14px normal;
    }
  }
  
  @media screen and (max-width: 360px) {
    #box_detail_user{
      font: bold 14px/14px normal;
    }
  }
  /* estilo tooltips */
  .tooltips{
    float: left;
  }
  .tooltips .tooltip-content {
    visibility: hidden;
    display: inline-block;
    padding: 5px;
    background-color: #a5161680;
    color: #fff;
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    border-radius: 10%;
    font-weight: bold;
    font-style: italic;
    font-size: 10px;
  }
  .tooltips:hover .tooltip-content {
    visibility: visible;
  }
  
  /* ESTILOS PARA EL CUADRO DEL MODAL */
  .form-modal-content{
    background-color: #fff;
    border: 5px solid #9d2113;
    border-radius: 10px;
  }
  .modal-content .form-header, .modal-content .modal-footer{
    display: block;
    text-align: center;
    clear: both;
  }
  
  #img{
    display: none;
  }
  /* #form input[type=text] {
    text-transform: uppercase;
  } */
  table.dataTable thead, table.dataTable tfoot{
    text-align: center;
  }
  /*CLASE DE BOTONES DATA TABLE*/
  .dt-buttons{
    float: left;
  }
  .dt-buttons .btn-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
  }
  .dt-buttons .btn-info:hover {
    background-color: #138496 !important;
    border-color: #117a8b !important;
  }
  .dt-buttons .btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }
  .dt-buttons .btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
  }
  .dt-buttons .btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
  }
  .dt-buttons .btn-success:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
  }
  .swal2-title{
    text-shadow: none !important;
  }
  .ui-front{
    z-index: 10000 !important;
  }
  /* .input-group label{
    line-height: 2.5;
  } */
  .data_box{
    background: radial-gradient(#f8e0a0, #ff9900);
    margin: 2% auto;
    padding: 2%;
    border-radius: 20px;
    width: 60%;
  }
  /* .modal-max{
    max-width: 80% !important;
  } */
  /* #data_box input{
    margin-right: 3%;
    border: none;
  } */

  /* cotizacion */
.form_cotizacion{
	border: 1px solid #00539b;
	border-radius: 20px;
	border-collapse: separate;
	margin: auto;
}
.form_cotizacion td{
	position: relative;
}
.form_cotizacion tr.table_title th{
	background-color:#00539b;
}
.form_cotizacion tr.table_title th.left_row_table{
	border-radius: 20px 0 0 0;
	width: 20%;
}
.form_cotizacion tr.table_title th.right_row_table{
	border-radius: 0 20px 0 0;

}
/* .form_cotizacion th{
} */
.form_cotizacion td{
	vertical-align: middle;
}
table .table_title{
	color:#FFF;
	font-weight: bold;
	line-height: 150%;
  text-align: center;
}
table td strong{
	/* color: black;
    font-weight: bold;
    margin: 0 5%; */
}


.box_avance{
  float: right; 
  width: 55%; 
  background-color: #00539b;
}
.box_avance strong{
  padding: .375rem 0; 
  float: left;
  color: white;
}
.box_avance input{
  width:40%; 
  float: left;
}
.box_fecha{
  width: 80%;

}
.box_fecha td input{
  text-align: center;
}
table.table {
  /* width: auto !important; */
}
table.table_50{
  width: 50% !important; 
  margin: auto;
}
table.table th,
table.table td{
  vertical-align: middle !important;
}

/* table.dataTable td, table.dataTable th  */

.bg_body table td strong{
  margin: 0 !important;
}
.modal-body #box_cantidades, .modal-body #box_cant_edit{
  background-color: #effac8;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-body #box_precios{
  background-color: #b2f5ce;
  overflow: hidden;

}
.modal-body .box_selecTipo{
  overflow:hidden ;
  text-align: center;
}
.modal-body .box_center{
  margin: auto;
  float: none;
  width: 200px;
}
.modal-body .form-control {
  display: inline-block;
}
#box_cantidades, #box_precios{
  text-align: center;
}
#box_cantidades input, #box_precios input{
  text-align: center;
} 
input[type="checkbox"] {
  /* -moz-appearance: none; */
  border: 4px solid red;
  border-radius: 2px;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}
.box-button-send{
  text-align: center;
}
.top-label {
  background: #f2a227;
  display: inline-block;
  position: relative;
  margin-bottom: -0px;
  border-radius: 10px 10px 0 0;
}
.content-area {
  background: #f2a227 none repeat scroll 0 0;
  border-radius: 0 10px 10px;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.label-txt {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px 0;
  text-shadow: 2px 2px 3px #000;
}
.content {
  padding: 10px !important;
}
#stTienda {
  background-color: #fbecb9;
  margin: 10px auto 0;
  padding: 10px;
  text-align: left;
  border-radius: 10px;
}
.dataTable tr.selected {
  background-color: #ffcc00 !important;
}
#item-list #venta-list {
  background-color: #fbecb9;
  margin-top: 2px;
  padding: 4px;
}
#item-list .title_content {
  background-color: #336633 !important;
  height: 34px;
  padding: 5px 0;
}
.box-button-send {
  text-align: center;
  padding: 5px;
      padding-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
#item-list #venta-list tr td {
  padding: 5px;
  border-bottom: 2px solid #f2a227;
}
tr.off {
  background-color: #f93030a3 !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
  background-color: inherit !important;
}
[class*="sidebar-dark"] .brand-link {
  border-bottom: inherit !important;
}
.box_totales th{
  background-color: #f88f08 !important;
  /* text-shadow: none !important; */
}
.box_totales tr{}
.box_totales td{}
.small-box > .inner {
  padding: 10px 25% 10% 10% !important;
}
.sticky{
  position: sticky;
}
.sticky .row{
  overflow: auto;
  max-height: 300px;
}
.sticky #tab2 .row{
  max-height: none;
}
#search {
  background-image: url("../images/icons/search.png");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 25px 23px;
  padding-left: 40px;
}
.width50{
  width: 49% !important;
}
.sugerencias:hover {
  background-color: #b6b3b3;
  cursor: default;
}
.sugerencias {
  font: bold 14px/20px "Times New Roman", Times, serif;
}

#rsDatosRegCli{
  /* width: 70%; */
  margin: 1% auto;
  overflow: hidden;
  background-color: rgb(255, 228, 196);
  padding: 10px;
  border-radius: 10px;
  border: solid 5px rgb(250, 122, 2);
}
#rsDatos{
  width: 50%;
  margin: 1% auto;
  overflow: hidden;
}

.fixed{
  position: fixed;
  z-index: 1037;
  top: 0;
  width: 100%;
  color: #fff;
  padding: 10px .5rem;
}
.box_orange{
  /* margin: 10px 0; */
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #f2a227;
  padding: 15px 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.box_orange .form-group{
  margin-bottom: 5px;
}
.box_red{
  margin: 10px 0;
  width: 100%;
  text-align: center;
  background-color: rgb(246, 39, 39);
  padding: 15px 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.box_search{
  position: relative;
  width: 50%; margin: auto; 
}
.btnRegPer{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;  
}
.box_datos_sail{
  text-align:center; display: block !important;
}
.box_datos_sail strong{
  position: absolute;top: 0;right: 0;font: bold 28px/34px 'Times New Roman', Times, serif; text-align: right;
}
.box_datos_sail strong input{
  background-color: #c4c2c2;text-align: center;width: 30%;
}
.box_search .form-control{
  padding-right: 170px;
}
.box_pagos{
  width: 65%; margin:auto;
}
@media (max-width:450px){
  #rsDatos{
    width: auto;
  }
  .box_search{
    width: auto;
  }
  .btnRegPer{
    position: static;
  }
  .box_search .form-control{
    padding-right: 10px;
  }
  .box_datos_sail strong{
    position: static;
  }
  .box_datos_sail strong input{
    width: 35%;
  }
  .box_pagos{
    width: 100%;
  }
  #box_detail_user{
    font: bold 14px/14px normal;
  }
}
.table td, .table th{
  padding: .5rem !important;
}
.box_green{}
.box_green thead{}
.box_green th{
  background-color: #336633;
  color: white;
  padding: 4px 6px;
  text-align: center;
  text-shadow: 2px 2px 3px black;
}
.dataTable thead th, .dataTable tfoot th {
  background-color: #336633;
  color: white;
  padding: 4px 6px;
  text-align: center;
  text-shadow: 2px 2px 3px black;
}
tr.odd {
  background-color: #daf8da !important;
}
tr.odd td.sorting_1 {
  background-color: #669966;
}
tr.even {
  background-color: white;
}
tr.even td.sorting_1 {
  background-color: #BBEEBB;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05);
}


.icon i{
  font-size: 3em !important;
  color: rgb(49, 49, 49);
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -o-border-radius: 49px;
  line-height: 1.7em;
}

.table tr.off{
  background-color: rgb(247, 94, 94) !important;
}
.styleSM{
  margin-left: 24px !important;
  width: 85%;
}