/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 17px;
  color: #555555;
  /*background-color: #FF7C5C;*/
}

.navbar{
    background-color: #303030;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    color: #BFBFBF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-brand {
    color: #EEEEEC;
    /*margin: 55px 0px 15px 0px;*/
}

.navbar-default .navbar-brand:hover {
    color: #FCAF3E;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  /*padding: 15px;*/
  width: auto;
  margin-right: 20px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #32392e;
}


.test {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #555753;
    text-align: center;
    /*background-color: #f1e697;*/
}

.wpp_error{
  color: #FF0000;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 70px 15px 20px;
  background-color: white;

}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


option[class*=propio]:after {
    content: "Propio";
    margin-left: 15px;
    background: #4E9A06;
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    vertical-align: 1px;
    font-weight: 400;
    line-height: 1;
}


option[class*=a_vencer]:after {
    content: "A Vencer";
    margin-left: 15px;
    background: #FCAF3E;
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    vertical-align: 1px;
    font-weight: 400;
    line-height: 1;
}



/*.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}*/

#modalCliente .modal-dialog
{
  width: 95%;
}

#modalProveedor .modal-dialog
{
  width: 95%;
}

#modalArticulos .modal-dialog
{
  width: 95%;
}

#modalPagos .modal-dialog
{
  width: 95%;
}

#modalFacturas .modal-dialog
{
  width: 95%;
}

.text-small{
    font-size: 14px;
}

.tab_space{
    padding-left: 40px;
    height: 5px;
}


.alert-auth {
    border-top: 5px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.label-sm {
  font-size: 12px;
}

.label-md {
  font-size: 16px;
}

.label-lg {
  font-size: 20px;
}

colgroup col.success {
  background-color: #dff0d8;
}
colgroup col.error{
  background-color: #f2dede;
}
colgroup col.warning {
  background-color: #fcf8e3;
}
colgroup col.info {
  background-color: #ededf7;
}

.vertical-space {
  margin-top: 10px;
}