﻿header {
  background: rgb(65, 65, 65);
  background: -moz-linear-gradient(180deg, rgb(65, 65, 65) 0%, rgb(45, 45, 45) 100%);
  background: -webkit-linear-gradient(180deg, rgb(65, 65, 65) 0%, rgb(45, 45, 45) 100%);
  background: linear-gradient(180deg, rgb(65, 65, 65) 0%, rgb(45, 45, 45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141",endColorstr="#2d2d2d",GradientType=1);
}

header a {
  color: #FFF;
}

.navbar-brand {
  text-indent: -9999px;
  background: url("/Themes/GEN/Images/logo.png") no-repeat;
  width: 400px;
  height: 92px;
  margin: 1em 0;
  display: block;
}

#user-nav > ul > li {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #4f4f4f;
}

#user-nav a {
  color: #FFF;
}

#base-nav .navbar-nav > li.nav-item a, a.btn-customer-alt {
  text-decoration: none;
}

#user-nav .open .dropdown-menu {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

a {
  color: #bf1e2e;
}

a:hover {
  color: #bf1e2e;
  text-decoration: underline;
}

.form-control:focus {
  outline: 0;
  border-color: #f8ca4d;
  -webkit-box-shadow: 0 0 8px rgba(220, 130, 64, 0.25);
  box-shadow: 0 0 8px rgba(220, 130, 64, 0.25);
}

input[type=submit], .btn-customer, .btn.btn-grey.active {
  background-color: #9b1724;
  border: 1px solid #971b27;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-customer:hover, .btn-customer:active, .btn-customer:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-color: #bf1e2e;
  border: 1px solid #bf1e2e;
  color: #FFF;
}

.btn-group-btn.btn:not(:disabled):not(.disabled).active {
  background: rgb(129, 28, 38);
  background: -moz-linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  background: -webkit-linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  background: linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#811c26",endColorstr="#bf1e2e",GradientType=1);
  background-size: auto 200%;
  background-position: 0 0;
}

#login-aside, .panel-title {
  background: #1b1b1b;
  color: #FFF;
}

#feedback a {
  background: #f7a358;
  background: -moz-linear-gradient(180deg, #f7a358 0%, #e28f46 50%, #aa5f1e 100%);
  background: -webkit-linear-gradient(180deg, #f7a358 0%, #e28f46 50%, #aa5f1e 100%);
  background: linear-gradient(180deg, #f7a358 0%, #e28f46 50%, #aa5f1e 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: auto 200%;
  background-position: 0 0;
  transition: background-position 0.2s;
  border: 1px solid #d47800;
  outline: 0;
  box-shadow: inset 0 1px 0 #ffcf90, 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 1px 0 #d47800;
}

#chat #chat-button {
  color: #FFF;
  background-color: #af1d2b;
  background: -moz-linear-gradient(top, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  background: -webkit-linear-gradient(top, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  background: linear-gradient(to bottom, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#830f1a", endColorstr="#af1d2b",GradientType=0 );
  box-shadow: inset 0px 1px 0px #d72a39, inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s linear;
  text-shadow: 0px 0px 5px rgb(84, 8, 15);
  border: 1px solid #87111d;
}

.btn-customer-alt {
  background: rgb(129, 28, 38);
  background: -moz-linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  background: -webkit-linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  background: linear-gradient(0deg, rgb(129, 28, 38) 0%, rgb(191, 30, 46) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#811c26",endColorstr="#bf1e2e",GradientType=1);
  background-size: auto 200%;
  background-position: 0 0;
  transition: background-position 0.2s;
  border: 1px solid #8c252f;
  outline: 0;
  box-shadow: inset 0 1px 0 #db2335, 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0.75em;
  font-size: 1.35em;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0px 1px 0px #d47800;
  transition: background-position 0.5s;
}

.btn-customer-alt:visited, .btn-customer-alt:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

.btn-customer-alt:hover {
  background-position: 0 100%;
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

.btn-customer-alt:active {
  top: 2px;
  color: #FFF;
  text-shadow: 0px -1px 0px #f02438;
  text-decoration: none;
  outline: 0;
}

#labelCC.selected, #labelACH.selected, #lbl-pp-1.selected, #lbl-pp-2.selected, #lbl-pp-3.selected {
  border-color: #f6ca51;
}

.progress-step .progress-step-icon {
  color: #bb1d2d;
  border-color: #bb1d2d;
}
.progress-step .progress-step-label {
  color: #bb1d2d;
}

.progress-step-finished:hover .progress-step-icon {
  color: #791b24;
  border-color: #791b24;
}
.progress-step-finished:hover .progress-step-label {
  color: #791b24;
}

.progress-step-finished .progress-step-icon {
  color: #bb1d2d;
  border-color: #bb1d2d;
}
.progress-step-finished .progress-step-label {
  color: #bb1d2d;
}

footer {
  background: #1b1b1b;
  color: #818181;
}

footer a {
  color: #f8ca4d;
  text-decoration: none;
}

footer a:hover {
  color: #f8ca4d;
  text-decoration: underline;
}

.toggle:after {
  border-color: #9b1724;
}

#user-nav .open .dropdown-menu > li > a {
  color: #343434;
}

#user-nav .dropdown li:focus {
  background-color: #000;
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

#side-calendar .ui-state-hover, #side-calendar .ui-state-active, #side-calendar .ui-state-focus {
  background-color: #f7f7f7;
}

#side-calendar .ui-datepicker-current-day, #side-calendar .ui-datepicker-current-day a {
  color: #000;
}

#side-calendar .payment-event, #side-calendar .payment-event:hover, #side-calendar .payment-event a, #side-calendar .payment-event a:hover {
  background-color: #f6a257;
  color: #000;
  font-weight: bold;
}

.panel-title h1 {
  color: #FFF;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1b9c60;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.pagination > li > a:hover {
  background-color: #cbf0cb;
}

@media screen and (min-width: 768px) {
  #user-nav .nav {
    margin-top: 2em;
  }
}
/******** CHAT STUFF ********/
#chat .chat-header {
  background-color: #000;
  color: #FFF;
  padding: 10px;
}

#chat .chat-header h5 {
  color: #FFF;
}

.input-group-chat {
  color: #FFF;
  background-color: #af1d2b;
  background: -moz-linear-gradient(top, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  background: -webkit-linear-gradient(top, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  background: linear-gradient(to bottom, rgb(175, 29, 43) 0%, rgb(131, 15, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#830f1a", endColorstr="#af1d2b",GradientType=0 );
  box-shadow: inset 0px 1px 0px #d72a39, inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s linear;
  text-shadow: 0px 0px 5px rgb(84, 8, 15);
  border: 1px solid #87111d;
}

.chat-debtor {
  background-color: #000;
  color: #FFF;
}

.chat-agency {
  background-color: #f5f5f5;
}
