﻿.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color:#555;
}
body {
    margin-bottom:0;
}

dd {
    margin-bottom: 10px;
}

#footer {
    background-color: #ededed;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
}

    #footer p {
        color:#999;
    }

    /*Validation*/
.validationMessage {
    color:red;
    margin-left:10px;
}

.validation-summary-errors ul li {
    color:red;
}

.field-validation-error {
    color:red;
}

.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1600;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/Content/img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
.show-modal {
    display:block !important;
    cursor:wait;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}

.marginless{
    margin:0 !important;
}

.nav-tabs>li {
margin-top: 10px;
}

.continue-button {
    margin-bottom:20px;
}
.light-background {
    background-color:#fbfbfb;
}

.hidden {
    display:none;
}
.modal {
    width: 840px;
    margin-left: -140px;
    left: 25%;
}

label {
    font-weight: bold;
}

.round-border {
    -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.table-striped tbody>tr.alert-error>td {
    background-color:#f2dede
}

input.clear-background, textarea.clear-background {
background-color: transparent;
border: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.000);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.000);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.000);
-webkit-transition: border linear .0s,box-shadow linear .0s;
-moz-transition: border linear .0s,box-shadow linear .0s;
-o-transition: border linear .0s,box-shadow linear .0s;
transition: border linear .0s,box-shadow linear .0s;
}

.small-alert {
    font-size:.8em;
    padding:2px 5px;
    margin-bottom:2px;
}

.alert-warning {
    background-color:#faa732;
    color:#222;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.strong, .table-striped tbody>tr.strong:nth-child(odd)>td {
    font-weight:bold;
    background-color:black !important;
    color:#fff;
}
.strong a, .table-striped tbody>tr.strong:nth-child(odd)>td a {
   
    color:#fff;
}

