html {}

body {
    padding-right: 0 !important;
    /* font-size: 14px !important; */
}

body.modal-open {
    overflow-y: hidden !important;
    /*padding-right: 17px !important;*/
}

#main {
    width: 100%;
    margin: 0 auto;
}

#content {
    width: 90%;
    margin: 0 auto;
}

.grad {
    background: linear-gradient(#EEE, #D6D6D6, #ABADB3) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(#EEE, #D6D6D6, #ABADB3);
    background: -o-linear-gradient(#EEE, #D6D6D6, #ABADB3);
    background: -moz-linear-gradient(#EEE, #D6D6D6, #ABADB3);
    /* background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2); */
}

.m1-user {
    height: 35px;
    background-color: #DF5138;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 3px;
    margin: 0 auto;
}

.m1-user .dealer-name {
    color: white;
    /*font-weight: bold;*/
    margin: 0 auto;
    font-size: 16px;
    width: auto;
}

.m1-user .dealer-name div {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.header-menu-active {
    background-color: #005596;
    color: white !important;
}

.header-menu-active a {
    color: white !important;
}

.text-bold {
    font-weight: bold;
}

.queue-actions {
    /*text-align: center;*/
    width: 8%;
    margin: 0 auto;
}

.queue-action-buttons {
    width: auto;
    font-size: 18px !important;
    margin: 0 auto;
}

.queue-appno {
    vertical-align: middle !important;
    /*padding: 5px;*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.queue-datatable>tbody>tr>td {
    vertical-align: middle !important;
}

.spacer {
    height: 70px;
}

.well {
    margin-bottom: 15px !important;
}

.well.attached {
    margin-bottom: 0px !important;
}

.well>.container-attached {
    border-bottom: 1px solid #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.well>.container-attached:first-child {
    border-bottom: 0 !important;
    padding-bottom: 10px;
    padding-top: 0px;
}

.well>.container-attached:last-child {
    border-bottom: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.well-with-header-no-padding {
    padding: 60px 0px 0px !important;
}

.well-with-header-table-no-padding {
    padding: 42px 0px 0px !important;
}

.ui-autocomplete {
    position: absolute !important;
    z-index: 9999 !important;
}

.decision-status {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.funding-status {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.decision-black {
    color: #000 !important;
}

.decision-blue,
.decision-payment_call {
    color: #4374E0 !important;
}

.decision-red,
.decision-cancel_duplicate,
.decision-declined {
    color: #D73D32 !important;
}

.decision-yellow,
.decision-pending {
    color: #FFCE55 !important;
}

.decision-orange,
.decision-counter_offer {
    color: orange !important;
}

.decision-green,
.decision-approved {
    color: #53A93F !important;
}

.decision-magenta,
.decision-processed {
    color: #BC5679 !important;
}

.green-background {
    background-color: rgba(121, 186, 106, 0.1) !important;
}

.red-background {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.yellow-background {
    background-color: rgba(255, 206, 85, 0.07) !important;
}

.orange-background {
    background-color: rgba(255, 165, 0, 0.2) !important;
}

.blue-background {
    background-color: rgba(67, 116, 224, 0.1) !important;
}

.magenta-background {
    background-color: rgba(188, 86, 121, 0.1) !important;
}

.decision-green-bg,
.decision-approved-bg {
    border: 1px solid rgba(121, 186, 106, 0.7) !important;
}

.decision-red-bg,
.decision-declined-bg,
.decision-cancel_duplicate-bg {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.decision-yellow-bg,
.decision-pending-bg {
    border: 1px solid rgba(255, 206, 85, 0.5) !important;
}

.decision-orange-bg,
.decision-counter_offer-bg {
    border: 1px solid rgba(255, 160, 0, 0.5) !important;
}

.decision-blue-bg,
.decision-payment_call-bg {
    border: 1px solid rgba(67, 116, 224, 0.5) !important;
}

.decision-magenta-bg,
.decision-processed-bg {
    border: 1px solid rgba(188, 86, 121, 0.5) !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.highlight {
    font-weight: bold !important;
    background-color: rgba(255, 206, 85, 0.2) !important;
    border: 1px solid #FFCE55 !important;
}

.disb-amount {
    font-size: 16px;
    font-weight: bold;
}

.form-group-buttons {
    margin-top: 25px;
}


/*.well > .header {
	font-weight: bold;
	font-size: 14px;
}*/

.source-icon {
    float: left !important;
    padding-left: 20px !important;
}

.widget-header>.widget-caption {
    font-size: 16px !important;
}

.form-group {
    margin-bottom: 5px !important;
}

input,
select {
    background-color: #FEFFFA !important;
    color: #000 !important;
    /*font-weight: bold;*/
}


/*label, th {
	color: #6F85BF;
	font-size: 14px !important;
	font-weight: bold !important;
}*/

::-webkit-input-placeholder {
    color: #CFCFCF !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #CFCFCF !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CFCFCF !important;
}

:-ms-input-placeholder {
    color: #CFCFCF !important;
}

.action-btn {
    /* padding: 2px; */
}

.padding-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-lr-5:first-child {
    padding-left: 15px !important;
    padding-right: 5px !important;
}

.padding-lr-5:last-child {
    padding-left: 5px !important;
    padding-right: 15px !important;
}

small {
    font-size: 12px;
}

.application-tab-content {
    /*margin-top: 3px !important;*/
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.databox {
    margin-bottom: 15px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #E5E5E5 !important;
}

.dropdown-menu>li>.link-disabled {
    font-size: 13px !important;
    color: #999 !important;
    display: block;
    white-space: nowrap;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 1px;
    margin-top: 1px;
}

#dealer-note-area {
    resize: none;
}

.no-padding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.with-header .header {
    font-weight: 500;
}

.header-stuff {
    display: table-cell;
    vertical-align: middle;
    margin-top: -20px;
    height: 35px !important;
    padding-top: 10px;
}


/*.header-stuff > label > span {
	margin-top: 10px !important;
}*/

.decline-reason-popover {
    width: 100%;
}

.navbar-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesnt close */
}

.dropdown-menu>li>a {
    color: black !important;
}

.message {
    display: block;
    width: 300px;
}

.message-sender {
    display: inline-block;
    /*position: absolute;*/
    font-weight: bold;
    font-size: 16px;
    color: #5DB2FF;
}

.message-time {
    display: inline-block;
    position: relative;
    float: right;
    right: 10px;
    font-size: small;
    font-style: italic;
}

.message-body {
    display: block;
}

.dropdown-messages>li {
    border-bottom: 1px solid #ededed;
}

.dropdown-messages>li:last-child {
    border-bottom: 0;
}

.modal-backdrop {
    background-color: #000 !important;
}

.bold {
    font-weight: bold !important;
}

.darkGrey {
    color: grey !important;
}

.font-large {
    font-size: 18px;
}

.menu-icon {
    padding-left: 3px;
    padding-right: 7px;
    font-size: 16px;
}

#loading_div {
    width: 128px;
    margin-top: 10px;
    margin: 0 auto;
}

input[type=date],
input[type=password],
input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    outline: none !important;
    /*padding: 3px 0px 3px 3px;*/
    /*margin: 5px 1px 3px 0px;*/
    border: 1px solid #DDDDDD;
}

input[type=date]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

textarea {
    background-color: #FEFFFA !important;
    color: black !important;
}

.text-right {
    vertical-align: middle !important;
}

 /* input:focus:invalid {
    border: 1px solid red;
  } 
input:invalid {
    border: 1px solid red;
  } */



/* .header-function-fixed:not(.nav-function-top) .page-content {
    margin-top: 0;
} */

.ex_error {
    font-weight: bold;
    color: red;
}

a[name] {
    padding-top: 80px !important;
    margin-top: -150px !important;
    display: inline-block;
}

.percent-databox {
    height: auto !important;
}

.percent-databox>.databox-left {
    height: auto !important;
    width: 75px !important;
}

.percent-databox>.databox-right {
    height: auto !important;
    width: calc(100% - 75px) !important;
}

li>a.wave {
    overflow: visible;
    cursor: pointer;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

li>a.wave.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

li>a.wave.in:after {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: -moz-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: -o-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    border: 1px solid #ffffff;
    -webkit-animation: wave 5s 3s infinite linear;
    -moz-animation: wave 5s 3s infinite linear;
    -o-animation: wave 5s 3s infinite linear;
    animation: wave 5s 3s infinite linear;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.padding-lr-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

#showing_apps {
    font-weight: bold;
    font-size: small;
    font-style: italic;
    color: #969696;
}

#footer_container {
    padding-left: 10px;
    padding-right: 10px;
}

.summary-nav .navbar {
    margin-bottom: 4px;
    padding: 0px;
}

.summary-nav .navbar button {
    margin-right: 2px;
}

.panel {
    margin-bottom: 4px !important;
}

.card {
    margin-bottom: 4px !important;
}

.invalid-feedback {
    text-align: right !important;
}

.page-footer {
    bottom: 0!important;
    border-top: 1px solid #ddd;
}

.fixed-page-footer .morris-hover {
    z-index: 900
}

.fixed-page-footer .page-footer {
    position: sticky;
    z-index: 901
}

.container.fixed-page-footer .page-footer {
    max-width: 1164px
}

.dataTables_empty {
    color: black;
    font-size: 16px;
}

.bc-arrow {
    /* margin-top: 1px; */
    font-size: 1.5rem;
    height: 30px;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 300;
}

.summary-card-header {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 800;
}

.summary-info {
    min-height: 100px;
}

.summary-card-footer {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.page-header,
.page-logo {
    /* background-color: #dbdbdb !important; */
    background-image: none !important;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2))!important;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2)!important;
    background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2)!important;
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2)!important;
    background-repeat: repeat-x!important; */
}

.input-group.col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
}

#alerts_container {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search_text {
    padding-top: 10px;
}

.custom-checkbox {
    /* margin-top: calc(1.47em / 2) */
}

.page-logo img {
    width: auto; 
    height: auto;
}

.errors ul {
    margin-bottom: 0px !important;
}

.panel-content {
    padding: 5px !important;
}

.pull-right {
    float: right;
}

@media (min-width: 768px) and (max-width: 900px) {
    .collapse,
    .navbar-collapse.collapse {
        display: none !important;
    }


}

@media (min-width: 992px) {
    .nav-function-top .page-content-wrapper {
        /* margin-top: 4rem !important; */
    }
}