﻿@charset "utf-8";
:root {
    --primary-color: #7dca16;
    --primary-color-hover: rgb(175,225,22);
    --primary-color-active: rgb(175,215,10);
}

.internalbg{background:url(img/internalbg.jpg) no-repeat #e9d8ac 0 0;width: 100%;
    height: 100%;    
    background-size: cover;
    background-position: 50% 50%;
}
.login-logo{
    background-image:url(img/LoginLogo.png);
    background-repeat: no-repeat;
    width:600px;
    height:70px;
}
.header-logo{
    background-image:url(img/HeaderLogo.png);
    background-repeat: no-repeat;
    width:410px;
    height:41px;
}
.small-logo1{
    background-image:url(img/SmallLogo1.png);
    background-repeat: no-repeat;
    width:150px;
    height:75px;       
    margin:-8px auto 0 auto; 
}
.dropdowntopstyling{width:180px !important;}
.summary_header {background:url(img/summar_header.jpg) no-repeat 0 0;}
.currentstatement_header {background:url(img/currentstatement_header.jpg) no-repeat 0 0;}
.invoice_header {background:url(img/invoice_header.jpg) no-repeat 0 0;}
.paymenthistory_header {background:url(img/paymenthistory_header.jpg) no-repeat 0 0;}
.invoiceview_header {background:url(img/banner_header_image_1.jpg) no-repeat 0 0;}
.Payment_header {background:url(img/banner_header_image_2.jpg) no-repeat 0 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav.carttex > .active > a:hover {color:#fff; border:2px solid #cc5005;}
.main_navigation ul li a:hover {color: #7c1f02 !important;border:2px solid #cc5005!important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav.carttex > .active > a:hover{color: #fff !important;
    border:2px solid #cc5005 !important;}
.jumbotron h1{border-color:#cc5005}
.main_navigation, .top_stripe{background:#fa8203;}
#btnPayment, #btnExportToCsv, #btnSearchInvoice, #btnSearchPmtHistory, .Csvgreen, .login-button{background:#cc5005 !important;}
#btnPayment:hover, #btnExportToCsv:hover, #btnSearchInvoice:hover, #btnSearchPmtHistory:hover, .Csvgreen:hover, .login-button:hover {background: #ec5f0a !important;}
.dropdown-menu input{background:#7dca16 !important; border:none;}
#btnAdddToCart{background:#804d00}
#btnAdddToCart:hover{background:#9b6008;}
.k-grid-content a:hover, #modalbox a:hover{color:#7dca16}
#loginsection {border-color:#cc5005 !important}
.main_content_header h2{color:#3f4737 !important;}
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color{background-color:#ec5f0a  !important;}
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color{border-color:#ec5f0a ;}

.navbar-default .bar_right > .open > a, .navbar-default .bar_right > .open > a:focus, .navbar-default .bar_right > .open > a:hover{background-color: #7dca16;}

@media screen and (max-width: 1275px) and (min-width: 300px){
#PaymentHistory #txtSearchCriteria { width: 280px !important;}

}

