﻿/*Yellow*/
.processPage input[type=submit] {
    background-color: #FFD500 !important;
    color: #555;
    border-color: #939393 !important;
}

.processPage input, .processPage textarea {
    background-color: #FFF2B2 !important;
}

.processPage select option, .processPage select:not(#hostGiftSystem):not(#demoStatus):not(.grid-toolbar-pager select) {
    background-color: #FFF2B2 !important;
}

.processPage .input-group-addon {
    background-color: #FFD500;
    color: #555;
    border-color: #939393;
}

.processPage .btn.btn-dark-gray:not(#btnShowDemoSales), .processPage .btn.btn-primary:not(#btnShowDemoSales), .processPage .btn.btn-success:not(#btnShowDemoSales) {
    background-color: #FFD500;
    color: #555;
    border-color: #939393;
}

.processPage .bootstrap-touchspin-down, .processPage .bootstrap-touchspin-up, .simpleprocess #btnSaveDemoAndSendToOrder, .simpleprocess #btnSaveDemo,
.simpleprocess #btnShowAddCustomers, .simpleprocess .btnSales, .create-customer-business .cust-name, .create-customer-business .cust-place, .create-customer-business #btnGridFilter, .create-customer-business .btn-grid-action {
    background-color: #FFD500;
    color: #555;
    border-color: #939393;
}

.processPage #demoType {
    background-color: #FFD500;
    color: #555;
    border-color: #939393;
}
/*End Yellow*/
/* Hide: Add class hide-for-me for any element we want to hide for VBG */
/*.hide-for-me {
    display: none !important;
}*/

/*.grid-toolbar-pager .btn-group {
    display: none;
}*/


/* End Hide */

#loginModal .modal-header {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


#loginModal .modal-footer {
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/** {
    border-radius: 0 !important;
}*/


.order-payment-options {
    display: none;
}

#orderWizard .nav-pills.nav-wizard > li {
    width: 49.9%;
}

#background {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('/_assets/images/Kit_Login.jpg') no-repeat center center fixed;*/
    background: url('/_assets/images/bg/UK_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vertical-alignment-helper {
    margin-left: 0;
}

.login-button {
    background-color: #b86700 !important;
}

.loginHeaders, a.forgot, .login-button, .modal-footer a, .modal-footer .help-info {
    color: #333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #333;
}