﻿header {
  background: url("/Themes/Demo/Images/header-bg.png") repeat;
  color: #FFF;
}

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

#user-nav > ul > li {
  border-left: 1px solid #000;
  border-right: 1px solid #232323;
}

#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);
}

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

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

a {
  color: #3eac62;
  text-decoration: none;
}

a:hover {
  color: #44bc6b;
}

h5.alt {
  color: #37964a;
}

.bold-alt {
  color: #44bc6b;
}

.balance {
  color: #44bc6b;
}

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

.form-control:focus {
  outline: 0;
  border-color: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(62, 172, 98, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(62, 172, 98, 0.3);
}

input[type=submit], .btn-customer, .btn.btn-grey.active {
  color: #FFF;
  background-color: #3eac62;
  background: -moz-linear-gradient(top, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  background: -webkit-linear-gradient(top, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  background: linear-gradient(to bottom, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#43b75c", endColorstr="#37a357",GradientType=0 );
  border: 1px solid #2d9341;
  box-shadow: inset 0px 1px 0px #59ce71, inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s linear;
  text-shadow: 0px 0px 5px rgb(15, 119, 44);
  cursor: pointer;
}

.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 {
  color: #FFF;
  background-color: #44bc6b;
  background: -moz-linear-gradient(top, #51CC6A 0%, rgb(55, 163, 87) 100%);
  background: -webkit-linear-gradient(top, #51CC6A 0%, rgb(55, 163, 87) 100%);
  background: linear-gradient(to bottom, #51CC6A 0%, rgb(55, 163, 87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#61d77a", endColorstr="#37a357",GradientType=0 );
}

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

.btn-customer-alt {
  background: #ffae44;
  background: -moz-linear-gradient(top, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  background: -webkit-linear-gradient(top, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  background: linear-gradient(to bottom, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffae44", endColorstr="#ff7b00",GradientType=0 );
  background-size: auto 200%;
  background-position: 0 0;
  transition: background-position 0.2s;
  border: 1px solid #d47800;
  outline: 0;
  box-shadow: inset 0px 1px 0px #ffcf90, 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;
}

#feedback a, #chat #chat-button {
  background: #ffae44;
  background: -moz-linear-gradient(top, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  background: -webkit-linear-gradient(top, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  background: linear-gradient(to bottom, #ffae44 0%, #ff9204 49%, #ff7b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffae44", endColorstr="#ff7b00",GradientType=0 );
  background-size: auto 200%;
  background-position: 0 0;
  transition: background-position 0.2s;
  border: 1px solid #d47800;
  outline: 0;
  box-shadow: inset 0px 1px 0px #ffcf90, 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
  text-shadow: 0px 1px 0px #d47800;
}

.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: #9f4700;
  text-shadow: 0px -1px 0px #ffae44;
  text-decoration: none;
  outline: 0;
}

.btn-pay:after, .btn-plan:after, .btn-contact:after, .btn-deal:after, .btn-dispute:after, .btn-communication:after, .btn-account:after {
  color: #D47800;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.btn-pay:hover:after, .btn-plan:hover:after, .btn-contact:hover:after, .btn-deal:hover:after, .btn-dispute:hover:after, .btn-communication:hover:after, .btn-account:hover:after {
  color: #d06b08;
}

.btn-pay:hover, .btn-plan:hover, .btn-contact:hover, .btn-newuser:hover, .btn-newsetting:hover, .btn-deal:hover, .btn-dispute:hover, .btn-communication:hover, .btn-account:hover {
  color: #FFF;
}

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

.progress-step-finished:hover .progress-step-icon {
  color: #44bc6b;
  border-color: #44bc6b;
}
.progress-step-finished:hover .progress-step-label {
  color: #44bc6b;
}

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

/*#side-calendar .ui-datepicker-title{
	color: #1b9c60;
}*/
#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: #ffe3be;
  color: #000;
  font-weight: bold;
}

#login-aside, .panel-title {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}

.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;
}

.total-amount {
  color: #44bc6b;
}

footer {
  background: url("/Themes/Demo/Images/footer-bg.png") repeat;
  color: #818181;
}

footer .col-table > .col-md-6:first-child {
  border-right: 1px solid #1e1e1e;
}

footer .col-table > .col-md-6:nth-child(2) {
  border-left: 1px solid #030303;
}

#adhs {
  border-top: 5px solid #3eac62;
}

/********** Mail Client ************/
.inbox-pane, .return-mailboxes {
  background-color: #000;
  color: #FFF;
}

.mail-client .mail-folders li.selected, .mail-client .mail-folders li:hover {
  color: #FFF;
}

.mail-client .mail-folders {
  color: #ABABAB;
}

.mail-client .new-message {
  background-color: #3eac62;
}

.mail-client .fa-refresh {
  color: #3eac62;
}

.mail-client .current-folder {
  background-color: #3eac62;
  color: #151515;
  border-right: 1px solid #399658;
}

.mail-client .message-actions {
  background-color: #3eac62;
  color: #151515;
}

.modal-header {
  background-color: #3eac62;
  border-color: #389556;
  font-weight: bold;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #000;
}

.modal-header h4 {
  font-size: 2em;
}

@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: #3eac62;
  background: -moz-linear-gradient(top, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  background: -webkit-linear-gradient(top, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  background: linear-gradient(to bottom, rgb(67, 183, 92) 0%, rgb(55, 163, 87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#43b75c", endColorstr="#37a357",GradientType=0 );
  box-shadow: inset 0px 1px 0px #59ce71, inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s linear;
  text-shadow: 0px 0px 5px rgb(15, 119, 44);
  border: 1px solid #2d9341;
}

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

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