@CHARSET "ISO-8859-1";

.table-even2col td { width: 50%; }
.table-even4col td { width: 25%; }

td.input-condensed { padding: 3px 5px !important; }
td.input-condensed input { height: 24px; padding: 2px 10px; }
td.input-condensed select { height: 24px; padding: 2px 10px; }
td.input-condensed .input-group-addon { padding: 2px 10px; }
td.input-condensed .btn-xs { padding: 2px 5px; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
  border-color: #d6e9c6;
}

.table > thead > tr:hover > td.info,
.table > tbody > tr:hover > td.info,
.table > tfoot > tr:hover > td.info,
.table > thead > tr:hover > th.info,
.table > tbody > tr:hover > th.info,
.table > tfoot > tr:hover > th.info,
.table > thead > tr.info:hover > td,
.table > tbody > tr.info:hover > td,
.table > tfoot > tr.info:hover > td,
.table > thead > tr.info:hover > th,
.table > tbody > tr.info:hover > th,
.table > tfoot > tr.info:hover > th {
  background-color: #c7e4f3;
  /*border-color: #d6e9c6;*/
}

.table > thead > tr .glyphicon {
    font-size: 10px;
}

.text-align-center,
.btn-group-center {
    text-align: center;
}

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

.text-align-right {
    text-align: right;
}

.container-full {
    margin: 0 auto; width: 100%;
}

.navbar-master {
    margin-bottom: 0;
}

.number-big {
  font-size: 25px;
  margin-right: 15px;
}

.number-med {
  font-size: 18px;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-blue {
  color: #32a0ee;
}

.text-orange-dark {
  color: #FF3300;
}

.text-orange-light {
  color: #FF9900;
}

.text-purple {
  color: #6633CC;
}

.text-green {
  color: #66CC33;
}

.text-monospace {
  /*font-family: "Inconsolata", monospace;*/
}


.table-bordered-heavy-heavy {
  border-color: #333 !important;
}

.table-bordered-heavy > thead > tr > th,
.table-bordered-heavy > tbody > tr > th,
.table-bordered-heavy > tfoot > tr > th,
.table-bordered-heavy > thead > tr > td,
.table-bordered-heavy > tbody > tr > td,
.table-bordered-heavy > tfoot > tr > td {
  border-color: #333 !important;
}

.table-bordered-heavy > thead > tr > th,
.table-bordered-heavy > thead > tr > td {
  border-color: #333 !important;
}

.input-micro {
  height: 20px;
  padding: 0px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-xs {
  height: 22px;
  
}

div.crm-overview-figures {
    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
    background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media print {
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
}