.line-through { text-decoration: line-through;color:red;}
.text-success { color:#41B943; }
.text-warning { color:#D89623; }

.cursor-pointer { cursor:pointer; }
.center-block{ margin: 0 10px; }
/*.glyphicon { font-size: 20px; }*/


/*Spinner numeric input*/
.spinner {
  width: 100px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}


/*
.modal.fade .modal-dialog {
   transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
*/
.btn-cust:hover, .btn-cust:focus, .btn-cust.focus{ 
    color: white;
}

.btn-cust {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    color: white;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 8px 14px 10px;
}

.btn-cust {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 4px;
  color: white;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 8px 14px 10px;
}

.btn-cust:hover {
  color:white;
  background-color: #333;
}

.credentials {
    margin: 5px;
}

@media (min-width: 768px) {
    .btn-cust {
        right:10px;
        position: absolute;
    }
    .credentials_ {
        margin: 5px 15px;
    }
}
.navbar-inverse{
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
}

/*Responsive table*/
.responsive-visibility() {
  display: block !important;
  tr& { display: table-row !important; }
  th&,
  td& { display: table-cell !important; }
}

.responsive-invisibility() {
  display: none !important;
  tr& { display: none !important; }
  th&,
  td& { display: none !important; }
}

/* Move down content because we have a fixed navbar that is 50px tall */
body.auth {
  padding-top: 50px;
  padding-bottom: 20px;
}

/*
.navbar-inverse{
    background: url(_/img/bk_subhead.jpg) #0282DB;
    border-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #10334C;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FCF8E3;
}

.navbar-brand {
    padding: 5px 15px;
}
*/

.carousel .item>img {
  _min-width: 100%;
  _height: 100%;
  margin:0 auto;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 81px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}

@media (min-width: 768px) {
    body > .container {
      padding: 60px 15px 0;
    }
}
    
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.breadcrumd {
    margin-top: 20px;
}