/*
    If using a fixed navbar it is necessary to add padding to the top of the body element,
    else the navbar sits over the top.  See:
    http://getbootstrap.com/components/#navbar-fixed-top
*/
body {
  padding-top: 70px;
  padding-bottom: 30px;
}

/*
    Custom padding is applied to the navbar-brand element, as the logo image sits there.
*/
.navbar-brand {
  padding: 10px 15px;
}

/*
    Code to show chevron (arrow) for collapsible links
*/
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

/*
    Hide these alerts by default, JS will show them depending on cookie state
*/
.remember-dismissed {
    display: none;
}

/*
    Code to show credit card images
*/
ul#js-card_type_list li.visa {
    background: url(/Images/credit_cards/visa.png) no-repeat 0 0;
}

ul#js-card_type_list li.mastercard {
    background: url(/Images/credit_cards/mastercard.png) no-repeat 0 0;
}

ul#js-card_type_list li.discover {
    background: url(/Images/credit_cards/discover.png) no-repeat 0 0;
}

ul#js-card_type_list li.amex {
    background: url(/Images/credit_cards/amex.png) no-repeat 0 0;
}

ul#js-card_type_list li.jcb {
    background: url(/Images/credit_cards/jcb.png) no-repeat 0 0;
}

ul#js-card_type_list li.diners_club_international {
    background: url(/Images/credit_cards/diners_club.png) no-repeat 0 0;
}

ul#js-card_type_list.selected li {
    opacity: 0.2;
}

ul#js-card_type_list li.selected{
    opacity: 1;
}

#js-card_type_list li {
    height: 29px;
    line-height: 29px;
    width: 46px;
    display: inline-block;
    margin: 0px;
    text-indent: -9999em;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/*
    Responsive text alignment classes
    See here: https://github.com/twbs/bootstrap/issues/11292
*/
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/*
    This CSS is all extra items from the Darkly theme
    https://bootswatch.com/darkly/
    That are not generated from SASS/LESS/JSON compilation.
*/
.navbar {
  border-width: 0;
}
.navbar-default .badge {
  background-color: #fff;
  color: #375a7f;
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #00bc8c;
}
.navbar-brand {
  line-height: 1;
}
.navbar-form .form-control {
  background-color: white;
}
.navbar-form .form-control:focus {
  border-color: white;
}
.btn {
  border-width: 2px;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-primary,
.text-primary:hover {
  color: #4673a3;
}
.text-success,
.text-success:hover {
  color: #00bc8c;
}
.text-danger,
.text-danger:hover {
  color: #e74c3c;
}
.text-warning,
.text-warning:hover {
  color: #f39c12;
}
.text-info,
.text-info:hover {
  color: #3498db;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success > th > a,
.table .success > th > a,
table .warning > th > a,
.table .warning > th > a,
table .danger > th > a,
.table .danger > th > a,
table .info > th > a,
.table .info > th > a,
table .success > td > a,
.table .success > td > a,
table .warning > td > a,
.table .warning > td > a,
table .danger > td > a,
.table .danger > td > a,
table .info > td > a,
.table .info > td > a,
table .success > a,
.table .success > a,
table .warning > a,
.table .warning > a,
table .danger > a,
.table .danger > a,
table .info > a,
.table .info > a {
  color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #464545;
}
input,
textarea {
  color: #464545;
}
.form-control,
input,
textarea {
  border: 2px hidden transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  border-color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  border-color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #00bc8c;
}
.has-success .form-control,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  border-color: #00bc8c;
}
.input-group-addon {
  color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #464545;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  color: #fff;
}
.pager a,
.pager a:hover {
  color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #007053;
}
.breadcrumb a {
  color: #fff;
}
.close {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 10px;
  line-height: 10px;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-color: #464545;
}
a.list-group-item-success.active {
  background-color: #00bc8c;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #00a379;
}
a.list-group-item-warning.active {
  background-color: #f39c12;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #e08e0b;
}
a.list-group-item-danger.active {
  background-color: #e74c3c;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #e43725;
}
.popover {
  color: #ffffff;
}
.panel-default > .panel-heading {
  background-color: #464545;
}

.disable-select {
        user-select: none; /* supported by Chrome and Opera */
    -ms-user-select: none; /* Internet Explorer/Edge */
   -moz-user-select: none; /* Firefox */
 -khtml-user-select: none; /* Konqueror HTML */
-webkit-user-select: none; /* Safari */
}

.enable-select {
        user-select: text; /* supported by Chrome and Opera */
    -ms-user-select: text; /* Internet Explorer/Edge */
   -moz-user-select: text; /* Firefox */
 -khtml-user-select: text; /* Konqueror HTML */
-webkit-user-select: text; /* Safari */
}