html, body {
	background: #eee !important;	
  /*background-color: #7ACBEE !important;  */
      height:100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      font-size: 1em;
}



.box-figura{
  margin: 0px 5px 10px 0px;
  padding: 10px 0px 5px 10px; 
  box-shadow: 1px 1px 8px 0px rgba(0,0,0,1);
  display: flex;*/
}
.figura{
  background-color: #7ACBEE !important;
  border-left: 10px solid #2e6da4 !important;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  /*border: 2px 2px 2px 5px solid #2e6da4 !important;*/
  display: flex;  
  /*flex-wrap: wrap;*/
  align-items: center;
  /*font-size: .7em !important;*/
  padding: 0px 0px 0px 10px;

}
.box-vista{
  /*margin-left: 20px;*/
  /*padding: 0px 0 40px 0px;*/
  /*border: 2px solid #2e6da4 !important;*/
}
.vista{
  min-width: 55px;
  height: 40px;
  width: auto;
  margin: 0px 5px 10px 5px;
  padding: 5px 10px 10px 10px;
  background-color: #7ACBEE!important;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  cursor: pointer;
}



/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}


.table > tbody > tr > td {
     vertical-align: middle;
}



#success_message{ display: none;}

.login-form{
	margin:4% auto 0;
	max-width:440px;
}

.login-form h1{
	font-size: 30pt;
	font-weight: 700;
    letter-spacing: -1px;
    font-style: oblique;
}

.form-header,.form-footer{
  background-color: rgba(255, 255, 255, .8);
  /*background-color: #3498db;
  color: #ffffff;*/
  border: 1px solid rgba(0,0,0,0.1);
}

.form-signin{
    padding: 45px 35px 45px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
  	border-bottom: 0px; 
  	border-top: 0px;  
}

.form-register{
	  padding: 45px 35px 45px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
  	border-bottom: 0px; 
  	border-top: 0px; 
}

.form-header{
	text-align: center;
	padding: 20px 40px;
	border-radius: 10px 10px 0 0;
}
.form-header i{font-size:60px;}
.form-footer {
	padding: 15px 40px;	
}
.form-signin-heading{
	margin-bottom: 30px;
}
.bt-login{
	  background-color: #3498db;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 500ms linear 0s;
    text-shadow: 1px 1px black;
    font-weight:bold;
}
.form-signin .form-control, .form-register .form-control{
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus, .form-register .form-control:focus {
  z-index: 2;
}
.form-register input{
	 border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    height: 43px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
i{margin-right: 4%;}
a{text-decoration: none;color:#333;}

.has-error{color:#ff0000 !important;}
.has-success{color:#78b310 !important;}
.has-error input{border:1px solid red !important;}
.has-success input{border:1px solid #78b310 !important;}

.message_success{background-color: #78b310; color:#fff; padding: 5px;}
.message_error{background-color: #e74c3c; color:#fff; padding: 5px;}
h1{font-family: Pacifico;}

.margen{
  padding: 10px 0px 10px 0px;
}

.gi-1_2x{font-size: 1.2em;}
.gi-1_3x{font-size: 1.3em;}
.gi-1_4x{font-size: 1.4em;}
.gi-1_5x{font-size: 1.5em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}


body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f1f2f7;
    height: 100%;
    width: 100%;
}
a {
    color #777;
    text-decoration: none;
}
.padding-top {
    padding-top: 20px;
}
.login-page {
    width: 350px;
    margin: 10% auto;
    padding: 0px 30px 20px 30px;
    background-color: #f9f9f9;
    border: 2px solid #f2f2f2;
}
.login-page .text-center {
    margin-bottom: 30px;
}
.box {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
}
.page {
    position: relative;
    display: block;
    top: 70px;
    left: 0;
    /*padding: 35px 15px 20px 270px;*/
}
.bg-green {background-color: #A3C86D;}
.bg-blue {background-color: #7ACBEE;}
.bg-yellow {background-color: #FDD761;}
.bg-red {background-color: #800000;}
.bandera {border: 2px solid}

.tx-blanco {color: #FFF;}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-bottom: 2px solid #3498DB;
    font-size: 15px;
    /*text-transform: uppercase;*/
    letter-spacing: .5px;
    padding: 15px;
}
.panel-box {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
}
.panel-value {
    width: 60%;
}
.panel-icon {
    padding: 30px;
    width: 40%;
    border-radius: 0;
}
.panel-icon {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.panel-value {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.panel-value h2 {
    margin-top: 30px;
}
.panel-icon i {
    line-height: 65px;
    font-size: 40px;
    color: #fff;
}
#header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 100;
    background-color: #fff;
    width: 100%;
    height: 65px;
    line-height: 65px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header>.logo {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 200px;
    background-color: #ff0000;
}
.header-date {
    color: #9b9b9b;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
}
.info-menu {
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
}
.info-menu li.profile {
    position: relative;
}
.profile a.toggle {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: rgba(150, 150, 158, 1.0);
    position: relative;
    padding: 10px 10px 10px 0;
    margin: 0;
    background: #f9f9f9;
    border-radius: 30px;
}
.info-menu li.profile a img {
    width: 30px;
    height: 30px;
}
.dropdown-menu {
    margin-top: 4px;
    border-color: #fefefe;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 35px;
}
.dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    width: 100%;
    border-bottom: 1px solid #f4faf9;
}
.dropdown-menu li a i {
    margin-right: 5px;
}
.dropdown-menu li.last a {
    border-bottom: 0;
}
.datepicker {
    text-align: center;
}
.sidebar {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    padding: 65px 0 0;
    height: 100%;
    width: 250px;
    background: #2a3542;
    border-right: 1px solid #ddd;
    text-align: center;
}
.sidebar ul li:hover, .submenu ul li:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    display: block;
}
.sidebar ul li:hover, ul.submenu {
    background-color: #35404d;
}
.sidebar ul li a:hover {
    color: white;
}
.sidebar ul li a, ul.submenu li a {
    color: #aeb2b7;
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
}
.sidebar ul li a span, .sidebar ul li i {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-shadow: 0 1px rgba(0, 0, 0, 1);
}
.sidebar ul li a i {
    color: #aeb2b7;
    padding: 15px 22px;
    text-align: center;
}
ul.submenu {
    display: none;
    position: relative;
}
ul.submenu li a:hover {
    background-color: #35404d;
}
ul.submenu li a {
    padding-left: 45px;
}
ul.submenu li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 0;
    bottom: 0;
    border: 1px dotted #d7d7d7;
    border-width: 0 0 0 1px;
}
ul.submenu li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    left: 25px;
    top: 18px;
    border-top: 1px dotted #d7d7d7;
}
.sale_report_header {
    padding: 15px 0;
}
table td h6 {
    margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child {
    border: 0;
}
table tfoot tr td:last-child {
    border-top: 1px solid #ccc;
}
table td h6, table tfoot tr td:last-child {
    color: #000;
    _font-size: 1.2em;
    font-weight: normal;
}
.form-control {
    color: #646464;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.form-control:focus {
    background: #f8f8f8;
    border-color: #3498DB;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn {
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #51aded;
    border-color: #3d8fd8
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3175b8;
    border-color: #3d8fd8
}
.btn-success {
    background-color: #2ecc71
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
    background-color: #27ae60
}
.btn-warning {
    background-color: #e7c13e;
    border-color: #dfba3c;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active {
    background-color: #d0ac2c;
    border-color: #dfba3c;
}
.btn-danger {
    background-color: #ed5153
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
    background-color: #bb282a
}
.input-group-addon {
    background-color: #fcfcfc;
    border: 1px solid #dbdbdb;
    border-radius: 0;
}
input[type=file] {
    text-indent: -99999px;
}
td img.img-thumbnail {
    width: 125px;
    height: 125px;
    vertical-align: top;
}
.img-avatar {
    width: 50px;
    height: 50px;
}
.jumbotron {
    margin-bottom: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.profile .jumbotron {
    border-radius: 3px 3px 0 0;
}
.profile .jumbotron h3 {
    color: white;
}
img.img-size-2 {
    width: 125px;
    height: 125px;
}

.b{font-weight: bold;}
.s{text-decoration: underline;}

.c{text-align: center;}
.i{text-align: left;}
.r{text-align: right;}


.centrar{
  -ms-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v{
  -ms-display: flex;
  display: flex;
  align-items: center;
}
.h{
  display: flex;
  justify-content: center;
}

.sinmargen {padding: 0px; margin: 0px;}


/*Botones de Radio para Cobrar*/
.paymentBtnGroup .paymentMethod {
  /*padding: 40px;*/
  box-shadow: none;
  position: relative;
}

.paymentBtnGroup .paymentMethod.active {
  outline: none !important;
}

.paymentBtnGroup .paymentMethod.active .method {
  border-color: #4cd264;
  outline: none !important;
  box-shadow: 0px 3px 22px 0px #7b7b7b;
  /*background: #000000;*/
  color: green;
}

.paymentBtnGroup .paymentMethod .method {
  /*position: absolute;*/
  /*right: 3px;
  top: 3px;
  bottom: 3px;
  left: 3px;*/
  /*background-size: contain;
  background-position: center;
  background-repeat: no-repeat;*/
  border: 2px solid transparent;
  transition: all 0.5s;
}

.paymentBtnGroup .paymentMethod .method:hover {
  border-color: #4cd264;
  outline: none !important;
}

.borrar {cursor: url('../images/borrar.png'), auto;}
.mouse {cursor: pointer;}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 input[type=number] {
    -moz-appearance:textfield;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    /*box-shadow: 0 0 0 0 rgba(0,0,0,.2);*/
    height: auto;
    position: absolute;
    top: 30px;
    z-index: 9999;
    width: auto;
    line-height: 20px;
}
 
#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 5px;
    width: 210%;
    float: left;
    height: auto;
    font-size: 80%;
}

.top-margen{
  padding-top: 10px;
}

.sin-puntero{
  pointer-events: none;
}