
.tab-border {
  padding: 1em;
  background: #F5F8FA;
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
}

.huge {
  font-size: 30px;
}

.box-alert {
    padding:1.5em;
    border:2px solid #ccc;
    background: #eee;
    color: #000;
}

.box-items {
  border:1px solid #ccc;
  background: #fff;
  margin-bottom:1em;
  position: relative;
}

.floatLeftAndClear {
  float: left;
  clear: both;
}

.noList {
    list-style: none;
    padding:0;
}

.liInline li {
    display: inline;
}

.result-box {
    top: -15px;
    width: 400px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    padding: 5px;
    z-index: 1;
}

.result-box li.itemNone,
.result-box li.itemSome a {
  padding:0.8em;
  display: block;
}

.result-box li.itemSome:hover {
  background:#D9EDF7;
}

.padding1em {
  padding: 1em;
}

.pnlActions {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}

.margin1em {
  margin: 1em;
}

.topRight {
  right: 5px;
  top: 5px;
  position: absolute;
}

.box-items .cmd-bar {
    position: relative;
    padding:1.5em;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

.box-items .cmd-bar ul {
  list-style: none;
}

.box-items .cmd-bar .imgDefault {
  position: absolute;
  top: 10px;
  left:10px;
}

.box-items .cmd-bar .imgDefaultText {
  position: absolute;
  top: 11px;
  left: 40px;
}

.box-items .image {
  padding:1em;
}

.panel-ds-green {
    background:#53a053 !important;
    color:#fff !important;
}

.panel-ds-blue {
    border-color:#3c8dbc !important;
    background:#d4eaf7 !important;
    color:#3c8dbc !important;
}

.panel-ds-green .panel-footer {
  color:#53a053 !important;
}

.panel-ds-orange {
    background:#e59019 !important;
    color:#fff !important;
}

.panel-ds-orange .panel-footer {
  color:#e59019 !important;
}

.panel-ds-lightblue {
  background:#fff;
}

.panel-ds-lightblue .panel-heading {
    background:#deeef7;
    border-bottom:#c2dcea;
}
