@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Dosis:400,300,500,600);
/*common various*/


body {
  margin-top:-125px;
  background-color: #f3f3f3;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4em; }

 #cerrar-sesion li:hover {
  background-color: #f43728;
  border-left: 3px solid #f43728;
 }

a {
  color: inherit; }

a:hover {
  text-decoration: none; }

.col-centered {
  float: none;
  margin: 0 auto; }

.clear {
  clear: both;
  height: 40px; }

.noPaddingL {
  padding-left: 0; }

.noPaddingR {
  padding-right: 0; }

/*LOGIN*/
.login {
  background-color: #0a1929; }
  .login .log {
    margin-top: 250px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 3px 9px 1px rgba(19, 26, 29, 0.8);
    -webkit-box-shadow: 0px 3px 9px 1px rgba(19, 26, 29, 0.8);
    -moz-box-shadow: 0px 3px 9px 1px rgba(19, 26, 29, 0.8);
    text-align: center; }
  .login img {
    margin: 0 auto;
    width: 80%; }
  .login .form-group {
    margin: 25px auto; }
  .login .form-control {
    border-radius: 0; }
  .login .enter {
    border-radius: 0;
    background-color: #1860ac;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    border: 0px;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

/*TOP HEADER*/
.topHeader {
  background-color: #0a1929;
  height: 70px; }
  .topHeader img {
    float: right;
    padding-top: 12px;
    margin-right: 40px; }

/*NAV SIDE*/
.nav-side-menu {
  overflow: auto;
  font-size: 10px;
  font-size: 1em;
  font-weight: 200;
  background-color: #0d243c;
  position: fixed;
  top: 0px;
  width: 22%;
  height: 100%;
  color: #e1ffff; }
  .nav-side-menu .brand {
    background-color: #0a1929;
    line-height: 70px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5em;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
  .nav-side-menu .toggle-btn {
    display: none; }
  .nav-side-menu ul, .nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/ }
  .nav-side-menu ul :not(collapsed) .arrow:before,
  .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right; }
  .nav-side-menu ul .active, .nav-side-menu li .active {
    border-left: 3px solid #1860ac;
    background-color: #1860ac; }
  .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    color: #1860ac; }
  .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
    color: #1860ac; }
  .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    background-color: #0a1929;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px; }
  .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    background-color: #131a1d; }
  .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle; }
  .nav-side-menu li {
    padding-left: 18px;
    border-left: 3px solid #0a1929;
    border-bottom: 1px solid #0a1929; }
  .nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff; }
  .nav-side-menu li i {
    width: 20px;
    padding-right: 20px; }
  .nav-side-menu li:hover, .nav-side-menu li:focus {
    border-left: 3px solid #1860ac;
    background-color: #1860ac;
    color: #ffffff;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none; }
  .nav-side-menu .wellcome {
    background-color: #1860ac;
    cursor: default; }
    .nav-side-menu .wellcome i {
      margin: 0 10px 0 0px; }

/*contenedor*/
.contenedor {
  float: right;
  padding: ;
  width: 78%;
  height: auto; }

.seccion {
  background-color: #ffffff;
  padding-top: 125px;
  box-shadow: 0px 3px 9px 1px rgba(143, 143, 143, 0.36);
  -webkit-box-shadow: 0px 3px 9px 1px rgba(143, 143, 143, 0.36);
  -moz-box-shadow: 0px 3px 9px 1px rgba(143, 143, 143, 0.36); }
  .seccion h3 {
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    color: #1860ac;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5em; }

.form-control {
  color: #5d6f82;
  height: 30px; }

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
  font-size: 10px;
  font-size: 1em; }

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #3c93ef;
  box-shadow: inset 0 -2px 0 #3c93ef; }

.form-horizontal .control-label {
  text-align: left; }

label {
  margin-bottom: 0px; }

.btn {
  border-radius: 0; }

.btnCustom {
  margin-top: 20px; }
  .btnCustom i {
    margin-left: 15px; }

.nuevoPedidoArticulos h5 {
  font-size: 10px;
  font-size: 1em;
  text-align: right; }
.nuevoPedidoArticulos thead > tr > th:last-child {
  text-align: center; }
.nuevoPedidoArticulos th, .nuevoPedidoArticulos td {
  padding: 7px 5px 5px 10px !important; }
.nuevoPedidoArticulos .btn-add, .nuevoPedidoArticulos .btn-danger {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin-bottom: 5px; }
.nuevoPedidoArticulos .otros {
  margin-top: 30px; }
  .nuevoPedidoArticulos .otros .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: none;
    margin-top: -10px;
    margin-left: 15px;
    box-shadow: none;
    background-color: #2196f3;
    padding: 0; }
    .nuevoPedidoArticulos .otros .btn i {
      font-size: 10px;
      font-size: 1em;
      color: #ffffff; }
.nuevoPedidoArticulos .form-control {
  color: inherit; }
.nuevoPedidoArticulos .btn-success {
  background-color: #89bf8b; }
.nuevoPedidoArticulos .btn-success:hover, .nuevoPedidoArticulos .btn-success:active:hover {
  background-color: #67a269; }
.nuevoPedidoArticulos .btn-danger {
  color: #ffffff;
  background-color: #ef454b;
  border-color: transparent; }
.nuevoPedidoArticulos .btn-danger:hover, .nuevoPedidoArticulos .btn-danger:active:hover {
  background-color: #c12e33; }
.nuevoPedidoArticulos .table-condensed > thead > tr > th, .nuevoPedidoArticulos .table-condensed > tbody > tr > th, .nuevoPedidoArticulos .table-condensed > tfoot > tr > th, .nuevoPedidoArticulos .table-condensed > thead > tr > td, .nuevoPedidoArticulos .table-condensed > tbody > tr > td, .nuevoPedidoArticulos .table-condensed > tfoot > tr > td {
  padding: 16px 5px 5px 5px; }
.nuevoPedidoArticulos .table > thead > tr > th, .nuevoPedidoArticulos .table > tbody > tr > th, .nuevoPedidoArticulos .table > tfoot > tr > th, .nuevoPedidoArticulos .table > thead > tr > td, .nuevoPedidoArticulos .table > tbody > tr > td, .nuevoPedidoArticulos .table > tfoot > tr > td {
  border-bottom: 1px solid #dddddd;
  border-top: 0px; }
.nuevoPedidoArticulos .listaArt td {
  padding: 6px 5px 0 15px !important; }
.nuevoPedidoArticulos .listaArt thead {
  background-color: #0a1929;
  color: #ffffff; }

.imgProd:before {
  opacity: 0;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "\f00e";
  font-family: FontAwesome;
  background-color: #2196f3;
  width: 100%;
  margin: 0 auto;
  height: 45px;
  color: #ffffff;
  font-size: 20px;
  padding-top: 5px;
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center; }

.imgProd:hover:before {
  opacity: 1; }

.imgProd {
  position: relative;
  background-color: red;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  height: 45px;
  width: 100%; }

.imgProd img:hover {
  cursor: pointer; }

.modal-footer {
  text-align: left; }

.error {
  background-color: #131a1d;
  padding-top: 50px; }
  .error i {
    font-size: 50px;
    font-size: 5em;
    padding-top: 30px;
    color: #1860ac; }
  .error h2 {
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    color: #1860ac;
    margin-top: 50px; }
  .error p {
    color: #ffffff; }
  .error .btn {
    background-color: #1860ac;
    color: #0a1929;
    font-family: "Dosis", sans-serif;
    border: 0px;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase; }

/*estado*/
.estado thead > tr > th:last-child {
  text-align: center; }
.estado .btnDetalle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: none;
  box-shadow: none;
  background-color: #2196f3;
  padding: 0;
  color: #ffffff; }
.estado h5 {
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #1860ac;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5em; }
.estado .detalleEstado {
  background-color: #f5f5f5;
  padding: 15px; }
  .estado .detalleEstado .table {
    background-color: transparent; }
  .estado .detalleEstado thead > tr > th:last-child {
    text-align: left; }

/*preloader*/
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
    .nav-side-menu .toggle-btn {
      background-color: #ffffff;
      display: block;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 10 !important;
      padding: 3px;
      color: #000;
      width: 40px;
      text-align: center; }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important; } }
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block; } 
.page-header {
  padding-bottom: 0;
  margin: 10px 0 20px; }
}
/*datos_presonales*/
.datos_presonales .select2-container {
  margin: -7px;
  vertical-align: super; }
.datos_presonales h4 {
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #1860ac;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5em; }

/*Responsive*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  body{
    margin-top: 0;
  }
  .login .log {
    margin-top: 100px; }
  .login .logoLogin {
    position: relative;
    margin: 45px auto 25px; }

  .topHeader {
    background-color: #1860ac; }
    .topHeader img {
      float: none;
      margin: 0 auto;
      padding-top: 12px; }

  .contenedor {
    margin-top: 0;
    float: none;
    padding: ;
    width: 100%;
    height: auto; }

  .seccion{
    padding-top: 0;
  }

  .nuevoPedidoArticulos h5 {
    text-align: left;
    margin-top: 0; }

  .date {
    margin-bottom: 20px; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*# sourceMappingURL=main.css.map */


.logo-error {
  float: right;
  position: absolute;
  bottom: 40px;
  right: 40px;

}

@media only screen and (max-width: 400px) {
.logo-error {
  float: right;
  position: relative;
  bottom: 40px;
  right: 40px;

}