body
{
    background: {background};
}

.container
{
    width: 980px;
}
.panel
{
    background-color: #E3D8D3;
}
.panel-body-theme
{
    color: {text};
    background-color: #E3D8D3;
    border-color: {border};
}

.panel-gradient
{
    //background-image: linear-gradient(#323232, {background});
   background-color: white;
   border: 1px solid #808080;
}

a
{
    color:#000000;
}
a:hover
{
   color:gray;
}

.panel-heading-theme
{
    color: {text};
    background-color: {border};
    border-radius: initial;
}
.panel-theme
{
    border-color:  {border};
    border-radius: initial;
}
footer
{
color: #000000;
}
.well
{
    background-color: #E3D8D3;
}
table
{
background-color: transparent;
}
.modal-content
{
background-color:#E3D8D3;
}
.alert-text
{
   color:#000000;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: inherit;
}

.btn-blue
{
  color:white;
  background-color:orange;
}

.btn-delete
{
  color:white;
  background-color:#ee5f5b;
}

.btn-deactivate
{
  color:white;
  background-color:#ee5f5b;
}