﻿body {
}


.btn-delete {
  color: #fff;
  background-color: #ee7b78;
  border-color: #da726e;
}
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete.active,
.open .dropdown-toggle.btn-delete {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-delete:active,
.btn-delete.active,
.open .dropdown-toggle.btn-delete {
  background-image: none;
}
.btn-delete.disabled,
.btn-delete[disabled],
fieldset[disabled] .btn-delete,
.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled:active,
.btn-delete[disabled]:active,
fieldset[disabled] .btn-delete:active,
.btn-delete.disabled.active,
.btn-delete[disabled].active,
fieldset[disabled] .btn-delete.active {
  background-color: #ee5f5b;
  border-color: #bd362f;
}
.btn-delete .badge {
  color: #ee5f5b;
  background-color: #fff;
}

.btn-delete {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-delete.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.panel-default {
    border-color: #AAA;
}

/*Matching to tdItemsList for consistency*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #D3D3D3;
    empty-cells: show;
    padding: 7px;
    vertical-align: top; 
    /*white-space: nowrap;*/
}

a, a:visited, a.list-group-item, .btn-link, .btn-link:hover,.btn-link:focus, .pm-href {
  color: #000099;
  text-decoration: none;
}

.pm-href { cursor: pointer;}


a.list-group-item:hover, a.list-group-item:focus{
    background-color: #EEECE1;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    /*color: #FFF;*/
    background-color: #D9534F;
}

.btn-danger i, ul.nav.nav-pills > li.active i {
    color: #FFF !important;
}

.btn-danger:focus {
    background-color: #D9534F;
    background-position: 0 0;

}
.btn-danger.active { background-color: #D9534F; }
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #d9534f 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #d9534f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#d9534f));
    background-image: linear-gradient(to bottom, #d9534f 0%, #d9534f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd9534f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
    .btn-danger:active:hover,
    .btn-danger.active:hover,
    .open > .dropdown-toggle.btn-danger:hover,
    .btn-danger:active:focus,
    .btn-danger.active:focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .btn-danger:active.focus,
    .btn-danger.active.focus,
    .open > .dropdown-toggle.btn-danger.focus {
        background-color: #D9534F;
        background-position: 0 0 !important;
    }
.btn-danger:hover {
    background-color: #D9534F;
    background-position: 0 0 !important;
}

fieldset[disabled] .btn-danger.active {
    background-color: #D9534F;
}

ul.nav.nav-tabs {
    margin-bottom: 15px;
    min-width: 650px;
}

ul.nav.nav-tabs > li.active > a {
    font-size: larger;
    font-weight: bold;
    border-top: 2px solid #D9534F;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #D9534F;
    border-color: #D9534F;
}
