/*	--------------------------------------------------
	GLOBAL MODAL STYLES
	-------------------------------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: -10000px;
    left: 50%;
    margin-left: -450px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 900px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #fff;
}

.reveal-modal-add-item {
    visibility: hidden;
    top: 90px;
    left: 50%;
    margin-left: -450px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 900px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #fff;
}

.reveal-modal-setcustomer {
    visibility: hidden;
    top: -10000px;
    left: 50%;
    margin-left: -450px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 900px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #fff;
}

.reveal-modal-receipt {
    visibility: hidden;
    top: -10000px;
    left: 50%;
    margin-left: -300px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 600px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #fff;
}

.reveal-modal-edit-item {
    visibility: hidden;
    top: 90px;
    left: 50%;
    margin-left: -542px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 1085px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: #fff;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

/*
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
	}
	*/

.modal-header {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CACACA;
    height: 59px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    top: auto;
    width: 900px;
    z-index: 100;
}

.modal-header-setcustomer {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CACACA;
    height: 59px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    top: 88px;
    width: 900px;
    z-index: 200;
}

.modal-header-enteramount {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CACACA;
    height: 59px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    top: 90px;
    width: 900px;
    z-index: 100;
}

.modal-header-edit-item {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CACACA;
    height: 59px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0px;
    width: 1085px;
    z-index: 100;
}

    .modal-header h1, .modal-header-setcustomer h1, .modal-header-enteramount h1, .modal-header-edit-item h1 {
        color: #333333;
        font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
        font-size: 22px;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        margin-top: 6px;
    }

.modal-body {
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    height: 100%;
    padding: 100px 32px 0px 32px;
    background-color: #fff;
}

.modal-body-setcustomer {
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    height: 100%;
    margin: auto;
    overflow-y: scroll;
    padding: 42px;
    position: fixed;
    top: 119px;
    width: 900px;
    overflow-x: hidden;
    background-color: #fff;
}

/*	--------------------------------------------------
	BUTTON STYLES & MISC ELEMENTS
	-------------------------------------------------- */

#backbutton {
    background-color: #fff;
    border: 1px solid #CAC9C9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    left: 0;
    line-height: 18px;
    margin: auto;
    padding: 9px 10px 9px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -6px;
    cursor: pointer;
}

    #backbutton:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    #backbutton:active {
        color: #999;
    }

    #backbutton img {
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }

.modalbutton {
    background-color: #F0F0F0;
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    left: 0;
    line-height: 18px;
    margin: auto;
    padding: 9px 10px 9px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    cursor: pointer;
}

    .modalbutton:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .modalbutton:active {
        color: #999;
    }

    .modalbutton img {
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }

.exactbutton {
    background-color: #F0F0F0;
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    margin-top: 7px;
    padding: 1px 5px 5px;
    position: absolute;
    right: 47px; /*65px;*/
    text-align: center;
    text-decoration: none;
}

    .exactbutton:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .exactbutton:active {
        color: #999;
    }

.deletebutton {
    background-color: #F0F0F0;
    border: 1px solid #FF9999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FF0000;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 5px 5px;
    position: relative;
    right: 7px;
    text-align: center;
    text-decoration: none;
    top: -24px;
}

    .deletebutton:hover {
        border: 1px solid #FF0000;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .deletebutton:active {
        color: #999;
    }

.vr {
    border-right: 1px solid #CACACA;
    float: right;
    height: 100%;
    padding: 0;
    position: fixed;
    right: 50%;
    text-align: center;
    top: 58px;
}

#grnButton {
    background-color: #20BF25;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    line-height: 21px;
    outline: medium none;
    padding: 8px 10px 10px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    text-transform: uppercase;
}

    #grnButton:hover {
        background-color: #13a417;
    }

    #grnButton:active {
        color: #89d28b;
    }

.orgButton {
    background-color: #F1890F;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    line-height: 21px;
    outline: medium none;
    padding: 8px 10px 10px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    text-transform: uppercase;
}

    .orgButton:hover {
        background-color: #e27f0b;
    }

    .orgButton:active {
        color: #f8caa6;
    }

.hr {
    clear: both;
    padding-bottom: 40px;
    border-top: 1px solid #cacaca;
}

/*	--------------------------------------------------
	TENDER SALE MODAL STYLES
	-------------------------------------------------- */

ul.tender-sale-total-wrapper {
    display: block;
    float: left;
    height: auto;
    list-style: none outside none;
    margin: auto;
    padding: 0px 0 50px;
    /*position: fixed;*/
    top: 100px;
    width: 364px;
}

ul.cc-authorization-wrapper {
    display: block;
    float: left;
    height: auto;
    list-style: none outside none;
    margin: auto;
    padding: 0 0 50px;
    width: 364px;
}

.tender-sale-total-wrapper li, .cc-authorization-wrapper li {
    float: left;
    width: 100%;
}

    .tender-sale-total-wrapper li h1, .cc-authorization-wrapper li h1 {
        color: #8f8f8f;
        font-size: 20px;
        text-align: left;
        float: left;
        font-weight: normal;
        margin: auto;
    }

    .tender-sale-total-wrapper li p, .tender-sale-total-wrapper li span, .cc-authorization-wrapper li p, .cc-authorization-wrapper li span {
        color: #333;
        font-size: 21px;
        text-align: left;
        float: left;
        margin-top: 12px;
        font-weight: normal;
        margin: auto;
        padding-bottom: 20px;
    }

        /*	--------------------------------------------------
	CREDIT CARD AUTHORIZATION MODAL STYLES
	-------------------------------------------------- */

        .cc-authorization-wrapper li p.cc-cardtype, .cc-authorization-wrapper li span.cc-cardtype {
        }

li.tender-sale-balance-wrapper {
    background-color: #FFFEF1;
    border: 2px solid #DADADA;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 50px;
    padding-bottom: 0;
    padding-top: 7px;
    width: 100%;
}

    li.tender-sale-balance-wrapper p, li.tender-sale-balance-wrapper span {
        font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    }

li.modal-divider {
    border-bottom: 1px solid #DADADA;
    float: left;
    width: 100%;
    padding-top: 35px;
}

.tender-sale-total-wrapper li h2 {
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    padding-top: 18px;
    text-align: left;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
}

.transaction-notes {
    width: 100%;
    height: 100%;
    border: 1px solid #bebebe;
    border-radius: 3px;
    box-shadow: 0 0 3px #cacaca inset;
    clear: both;
    color: #555;
    float: left;
    font-family: "noto_sansregular","Lucida Grande",sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 15px;
    outline: medium none;
    padding: 10px;
    resize: none;
    text-align: left;
    text-decoration: none;
}

    .transaction-notes:hover, .transaction-notes:focus {
        border: 1px solid #f1890f;
        box-shadow: 0 0 3px #cacaca inset;
    }

    .transaction-notes:hover, .transaction-notes:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

ul.tender-sale-payment-wrapper {
    display: block;
    float: right;
    list-style: none;
    margin: auto;
    padding: 0px 0px 50px 0px;
    width: 364px;
}

ul.cc-box-wrapper {
    display: block;
    float: right;
    list-style: none outside none;
    margin: auto;
    padding: 0;
    width: 364px;
    padding-bottom: 20px;
}

.tender-sale-payment-wrapper li, .cc-box-wrapper li {
    float: left;
    width: 100%;
}

    .tender-sale-payment-wrapper li p, .cc-box-wrapper li p, .cc-auth-store, .cc-box-wrapper li span {
        color: #8f8f8f;
        float: left;
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 30px;
        text-align: left;
        margin: auto;
    }

    .tender-sale-payment-wrapper li h1, .cc-box-wrapper li h1 {
        color: #333333;
        float: left;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        margin-bottom: 2px;
        margin-top: -5px;
        text-align: left;
        font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    }

    .cc-box-wrapper li.cc-box {
        display: inline-block;
        width: 90px;
        margin-right: 20px
    }


input.tender-sale-payment-box {
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #CACACA inset;
    color: #555;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 25px;
    outline: medium none;
    padding: 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 40px;
}

input.tender-sale-cc-box, textarea.tender-sale-cc-box {
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #CACACA inset;
    color: #555;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 25px;
    outline: medium none;
    padding: 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 40px;
}

    input.tender-sale-payment-box:hover, input.tender-sale-payment-box:focus, input.tender-sale-cc-box:hover, input.tender-sale-cc-box:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

/*	--------------------------------------------------
   	TRANSACTION COMPLETE MODAL STYLES
   	-------------------------------------------------- */

.transaction-complete-modal {
    visibility: hidden;
    top: 30%;
    left: 50%;
    margin-left: -143px;
    position: relative;
    z-index: 1001;
    position: absolute;
}

.return-complete-modal {
    visibility: hidden;
    top: 30%;
    left: 50%;
    margin-left: -143px;
    position: relative;
    z-index: 1001;
    position: absolute;
}

/*	--------------------------------------------------
   	TRANSACTION CANCELLED MODAL STYLES
   	-------------------------------------------------- */

.transaction-cancelled-modal {
    visibility: hidden;
    top: 30%;
    left: 50%;
    margin-left: -143px;
    position: relative;
    z-index: 1001;
    position: absolute;
}

/*	--------------------------------------------------
	SET CUSTOMER MODAL STYLES
	-------------------------------------------------- */

.setcustomer-search-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CACACA;
    height: 60px;
    padding-top: 10px;
    position: fixed;
    top: 59px;
    width: 900px;
    z-index: 101;
    box-shadow: 0 0 2px 0 #B4B4B4;
}

.name-jump-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    cursor: pointer;
    height: 33px;
    letter-spacing: 8px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-top: 3px;
    width: 800px;
}

    .name-jump-wrapper ul {
        list-style: none outside none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .name-jump-wrapper li {
        color: #F1890F;
        display: inline-block;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
    }

        .name-jump-wrapper li a {
            color: #F1890F;
            text-decoration: none;
        }

            .name-jump-wrapper li a:hover {
                color: #333;
            }

            .name-jump-wrapper li a:active {
                color: #333;
            }

.name-category-box {
    color: #333;
    float: left;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 6px 6px 12px;
    position: relative;
    text-align: left;
    z-index: 2;
    background-image: url("../images/name-category-box.png");
    height: 31px;
    width: 800px;
    margin-bottom: 26px;
}

.bottom-space {
    width: 100%;
    clear: both;
}

.setcustomer-profile {
    border: 1px solid #CACACA;
    display: inline-block;
    float: left;
    height: 175px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 388px;
    background-color: #fff;
}

.setcustomer-profile-nocontent {
    background-color: #F6F6F6;
    background-image: url("../images/noinfo-icon.png");
    background-position: center 83px;
    background-repeat: no-repeat;
    border: 1px solid #CACACA;
    display: inline-block;
    float: left;
    height: 175px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 388px;
}

.setcustomer-profile-header {
    background-color: #fff;
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    cursor: pointer;
    float: left;
    height: 40px;
    margin: -10px auto 10px -11px;
    padding: 8px 10px;
    width: 388px;
}

    .setcustomer-profile-header:hover {
        background-color: #fffef1;
        border-bottom: 1px solid #cacaca;
        border-left: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        padding: 8px 10px 8px;
    }

    .setcustomer-profile-header h1 {
        color: #f1890f;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        float: left;
        text-align: left;
        width: 330px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: auto;
    }

.setcustomer-profile-name-h1 {
    color: #f1890f;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    float: left;
    text-align: left;
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.setcustomer-profile-edit {
    color: #999999;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 2px 2px auto auto;
    text-align: right;
}

    .setcustomer-profile-edit:hover {
        color: #333;
    }

    .setcustomer-profile-header h1:active, .setcustomer-profile-edit:active {
        opacity: 0.5;
    }

.setcustomer-profile-phone, .setcustomer-profile-email {
    padding-top: 10px;
}

.setcustomer-profile-address1, .setcustomer-profile-address2, .setcustomer-profile-phone, .setcustomer-profile-email, .setcustomer-profile-Notes, .setcustomer-profile-Account {
    color: #666;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    text-align: left;
    display: block;
    clear: both;
    width: 100%;
}

ul.setcustomer-subnav {
    display: block;
    list-style: none outside none;
    margin-left: -135px;
    margin-top: -2px;
    position: relative;
}

    ul.setcustomer-subnav li {
        text-decoration: none;
        color: #999;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        list-style: none;
        display: inline-block;
        padding-right: 25px;
        cursor: pointer;
    }

        ul.setcustomer-subnav li a.setcustomer-subnav-active {
            border-bottom: 4px solid #F1890F;
            color: #F1890F;
            padding-bottom: 13px;
            text-decoration: none;
        }

            ul.setcustomer-subnav li a.setcustomer-subnav-active:hover {
                color: #F1890F;
            }

        ul.setcustomer-subnav li a {
            text-decoration: none;
            color: #999;
        }

            ul.setcustomer-subnav li a:hover {
                color: #333;
            }

/*	--------------------------------------------------
	EDIT CUSTOMER MODAL STYLES
	-------------------------------------------------- */

.edit-customer-total-visits {
    border-right: 1px solid #cacaca;
    height: 100px;
    margin: auto;
    display: inline-block;
    width: 440px;
    float: left;
    padding: 18px 20px 20px;
    text-align: left;
    background-color: #FFFFFF;
}

.edit-customer-total-sales {
    background-color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 100px;
    margin: auto;
    padding: 18px 20px 20px;
    text-align: left;
    width: auto;
}

    .edit-customer-total-visits h2, .edit-customer-total-sales h2 {
        color: #999;
        font-style: normal;
        font-weight: normal;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        text-align: left;
        font-size: 18px;
        margin: auto;
    }

    .edit-customer-total-visits h1, .edit-customer-total-sales h1 {
        color: #333;
        font-style: normal;
        font-weight: normal;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        text-align: left;
        font-size: 26px;
        margin: auto;
        padding-top: 0px;
    }

.edit-saved-cards-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    display: inline-block;
    float: left;
    height: 175px;
    margin: auto 20px 20px auto;
    padding: 15px;
    width: 260px;
}

.edit-saved-cards-wrapper-h1 {
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    text-align: left;
    font-size: 26px;
    margin: auto;
    padding-bottom: 5px;
}

.edit-saved-cards-wrapper-h2 {
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    text-align: left;
    font-size: 16px;
    margin: auto;
}

.edit-saved-cards-wrapper-h3 {
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    text-align: left;
    font-size: 16px;
    margin: auto;
}

.delete-saved-cards {
    background-color: #FFFFFF;
    border: 1px solid #F1890F;
    border-radius: 3px;
    clear: both;
    color: #F1890F;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-style: normal;
    height: 28px;
    margin: 15px auto auto;
    padding: 0;
    text-decoration: none;
    width: 64px;
}

    .delete-saved-cards p {
        font-size: 14px;
        margin: auto;
        padding: 3px 5px 5px 6px;
        text-transform: uppercase;
    }

    .delete-saved-cards:hover {
        opacity: 0.5;
    }

/*	--------------------------------------------------
	FULL WIDTH FORM MODAL STYLES
	-------------------------------------------------- */

ul.full-width-form-wrapper {
    display: block;
    float: left;
    list-style: none outside none;
    margin: auto;
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
}

.full-width-form-wrapper li {
    float: left;
    width: 100%;
}

    .full-width-form-wrapper li p {
        color: #8f8f8f;
        float: left;
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 30px;
        text-align: left;
        margin: auto;
    }

    .full-width-form-wrapper li h1 {
        color: #333333;
        float: left;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        margin-bottom: 7px;
        margin-top: -5px;
        text-align: left;
        font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    }

    .full-width-form-wrapper li.full-width-form-box {
        display: inline-block;
        width: 90px;
        margin-right: 20px
    }

input.full-width-form-box {
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #CACACA inset;
    color: #555;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 25px;
    outline: medium none;
    padding: 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 40px;
}

    input.full-width-form-box:hover, input.full-width-form-box:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

.full-width-form-wrapper li input[type="checkbox"] + label {
    color: #555;
}

    .full-width-form-wrapper li input[type="checkbox"] + label:hover {
        color: #F1890F;
    }

/*	--------------------------------------------------
	TRANSACTION DISCOUNT MODAL STYLES
	-------------------------------------------------- */

.modal-subheader-sticky {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CACACA;
    min-height: 30px;
    padding-top: 10px;
    position: relative;
    width: 900px;
    /*top: 59px;*/
    z-index: 101;
    box-shadow: 0 0 2px 0 #B4B4B4;
}

.transaction-subheader-info {
    padding: 30px;
    border: 1px solid #cacaca;
    margin: auto;
}

    .transaction-subheader-info img {
        margin: auto;
        float: left;
        display: inline-block;
        border: none;
    }

.modal-instructions {
    color: #8F8F8F;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
    clear: both;
}

ul.modal-option-list {
    list-style: none outside none;
    margin: auto;
    width: 100%;
    padding: 0px;
    margin-left: 5px;
}

    ul.modal-option-list li {
        float: left;
        display: inline;
        height: auto;
        width: 47%;
        margin: 10px;
        color: #F1890F;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 20px;
        line-height: 18px;
        font-style: normal;
        font-weight: normal;
        text-align: center;
        background-color: #fff;
        border: 1px solid #CAC9C9;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        ul.modal-option-list li a {
            color: #F1890F;
            display: block;
            height: 100%;
            padding: 20px;
            text-decoration: none;
            width: 100%;
        }

        ul.modal-option-list li:hover a {
            color: #fff;
        }

        ul.modal-option-list li:active a {
            opacity: 0;
        }

        ul.modal-option-list li:hover {
            border: 1px solid #F1890F;
            cursor: pointer;
            background: #F1890F;
            color: #fff;
        }

.transaction-subheader-item {
    color: #333333;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    max-width: 540px;
    padding-left: 20px;
    padding-top: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction-subheader-price {
    border-left: 1px solid #CACACA;
    color: #8F8F8F;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: 75px;
    line-height: 25px;
    margin: -6px auto auto;
    max-width: 200px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 24px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transaction-subheader-allitems {
    color: #333333;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    max-width: 540px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*	--------------------------------------------------
	CALCULATOR MODAL STYLES
	-------------------------------------------------- */

.calculator-balance-wrapper {
    background-color: #FFFEF1;
    border: 2px solid #DADADA;
    border-radius: 3px;
    clear: both;
    float: left;
    left: 183px;
    margin: auto auto 30px;
    max-width: 700px;
    min-width: 450px;
    padding: 10px 10px 0 15px;
    position: relative;
}

    /* .calculator-balance-wrapper {
		background-color: #FFFEF1;
	    border: 2px solid #DADADA;
	    border-radius: 3px;
	    clear: both;
	    float: left;
		height: 64px;
	    left: 183px;
	    margin: auto;
	    max-width: 700px;
	    min-width: 450px;
	    padding: 8px 10px 0 15px;
	    position: relative;
	}*/

    .calculator-balance-wrapper h1 {
        color: #8F8F8F;
        display: inline;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        margin: 6px 15px auto auto;
        text-align: left;
        margin-bottom: 20px;
    }

    .calculator-balance-wrapper p {
        color: #20BF25;
        display: inline;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: normal;
        margin: 2px auto auto;
        text-align: left;
    }

.calculator-hr {
    clear: both;
    padding-bottom: 25px;
    border-top: 1px solid #cacaca;
}

.calculator-balance-wrapper h2 {
    color: #333333;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.calculator-balance-table {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: normal;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    float: left;
    width: 280px;
}

    .calculator-balance-table th {
        color: #333333;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 6px;
        text-align: left;
        text-transform: capitalize;
    }

    .calculator-balance-table td {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #D8D8D8 #DEDEDE #D8D8D8 #D8D8D8;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        color: #333333;
        padding: 10px;
        background-color: #fff;
    }

        .calculator-balance-table td:hover {
            background-color: #fffef1;
        }

        .calculator-balance-table td input {
            background-color: #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #bebebe;
            padding: 5px;
            font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
            font-size: 15px;
            text-align: left;
            font-weight: normal;
            color: #333;
            text-decoration: none;
            height: 30px;
            width: 60px;
            outline: none;
            resize: none;
            overflow: auto;
            margin-left: 5px;
            margin-right: 5px;
        }

            .calculator-balance-table td input:hover, .calculator-balance-table td input:focus {
                border: 1px solid #f1890f;
                -moz-box-shadow: 0px 0px 3px 0px #ccc;
                -webkit-box-shadow: 0px 0px 3px 0px #ccc;
                box-shadow: 0px 0px 3px 0px #ccc;
            }

        .calculator-balance-table td label {
            color: #8f8f8f;
        }

td.calculator-total, td.calculator-total:hover {
    background-color: #fff;
}

.calculator-balance-table td p.coins {
    display: inline-block;
    margin: auto;
    text-align: left;
    width: 96px;
}

.calculator-balance-table td p.bills {
    display: inline-block;
    margin: auto;
    text-align: left;
    width: 38px;
}

#lblCoinsTotal, #lblRollsTotal, #lblBillsTotal {
    color: #20BF25;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 20px;
    margin: auto;
    padding-left: 5px;
    padding-top: 7px;
    text-align: left;
    width: 100%;
}

/*	--------------------------------------------------
	ENTER AMOUNT MODAL STYLES
	-------------------------------------------------- */

.enterAmountText {
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    color: #333333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 43px;
    outline: medium none;
    overflow: auto;
    padding: 7px;
    resize: none;
    text-align: left;
    width: 88%;
}

    .enterAmountText:hover, .enterAmountText:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

/*	--------------------------------------------------
	Z REPORT MODAL STYLES
	-------------------------------------------------- */

.zreport-table {
    border: 1px solid #CACACA;
    border-collapse: collapse;
    border-spacing: 0;
    color: #555555;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 20px;
}

    .zreport-table td.zreport-label {
        border-right: 1px solid #CACACA;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        color: #8f8f8f;
        width: 200px;
    }

    .zreport-table td {
        padding: 10px;
        color: #333;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    }

h1.zreport-header {
    color: #333333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    padding-bottom: 5px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.zreport-table tr {
    border: 1px solid #CACACA;
}

    .zreport-table tr.zreport-total {
        background-color: #FFFEF1;
    }

/*	--------------------------------------------------
	UNLOCK REGISTER MODAL STYLES
	-------------------------------------------------- */

.reveal-modal-unlockregister {
    visibility: hidden;
    top: 20%;
    left: 50%;
    margin-left: -220px;
    overflow: hidden;
    width: 440px;
    height: 380px;
    background: #f4f4f4;
    position: absolute;
    z-index: 1001;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.unlockregister-wrapper {
    background-color: #f4f4f4;
}

.unlockregister-header {
    background-color: #fff;
    margin: auto;
    border-bottom: 1px solid #cacaca;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 12px;
}

    .unlockregister-header h1 {
        color: #333;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 26px;
        margin: auto;
        text-align: center;
        font-weight: normal;
        font-style: normal;
    }

.unlockregister-wrapper ul {
    list-style: none;
    text-decoration: none;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 35px;
    margin: auto;
}

    .unlockregister-wrapper ul label {
        color: #333;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 18px;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        display: block;
    }

    .unlockregister-wrapper ul input[type="password"]:hover, .unlockregister-wrapper ul input:hover, .unlockregister-wrapper ul input:focus {
        background-color: #fff;
        height: 40px;
        width: 348px;
        border: 1px solid #f1890f;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .unlockregister-wrapper ul input[type="text"] {
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-weight: normal;
        font-style: normal;
        background-color: #fff;
        height: 40px;
        width: 320px;
        border: 1px solid #d1d1d1;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
        font-size: 20px;
        text-align: left;
        color: #555;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 5px;
        -webkit-appearance: none;
        outline: none;
    }

    .unlockregister-wrapper ul input[type="button"] {
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-weight: normal;
        font-style: normal;
        background-color: #F1890F;
        height: 40px;
        width: 100%;
        font-size: 20px;
        text-align: center;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 5px;
        cursor: pointer;
        border: none;
        outline: none;
    }

        .unlockregister-wrapper ul input[type="button"]:hover {
            background-color: #e27f0b;
        }

        .unlockregister-wrapper ul input[type="button"]:active {
            color: #f8caa6;
        }

    .unlockregister-wrapper ul input[type="password"] {
        font-size: 30px;
        font-family: Helvetica, Arial, Sans-Serif;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 5px;
        height: 40px;
        width: 348px;
        border: 1px solid #d1d1d1;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .unlockregister-wrapper ul button {
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-weight: normal;
        font-style: normal;
        background-color: #F1890F;
        height: 40px;
        width: 100%;
        font-size: 20px;
        text-align: center;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 5px;
        cursor: pointer;
        border: none;
        outline: none;
    }

.close-unlock-register {
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #F1890F;
    height: 40px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.unlockregister-wrapper ul button:hover {
    background-color: #e27f0b;
}

.unlockregister-wrapper ul button:active {
    color: #f8caa6;
}

/*	--------------------------------------------------
 	ADD TIP MODAL STYLES
 	-------------------------------------------------- */

.addtip-transaction-total {
    float: left;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: #8f8f8f;
    position: relative;
    top: 6px;
    text-transform: uppercase;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
}

.addtip-transaction-value {
    float: left;
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    margin-left: 30px;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
}

.addtip-table {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: normal;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
    border: none;
}

    .addtip-table th {
        color: #8f8f8f;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        background-color: #f5f5f5;
        border-bottom: 1px solid #cacaca;
        padding: 6px 0px;
    }

.addtip-row td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D8D8D8 #DEDEDE #D8D8D8 #D8D8D8;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 0px 1px 0;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 21px;
}

    .addtip-row td h1 {
        clear: both;
        color: #8f8f8f;
        float: left;
        font-family: "noto_sansbold","Lucida Grande",sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        margin: auto;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
    }

    .addtip-row td h2, .addtip-row td h3 {
        color: #333333;
        float: left;
        font-family: "noto_sansregular","Lucida Grande",sans-serif;
        font-size: 24px;
        font-weight: normal;
        margin: auto;
        text-align: left;
    }

.addtip-rowsregular, Lucid td h3 {
    color: #333333;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: auto;
    text-align: left;
}

input.addtip-box {
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #CACACA inset;
    color: #20BF25;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 0px;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 40px;
}

    input.addtip-box:hover, input.addtip-box:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

/*	--------------------------------------------------
	TIME CLOCK MODAL STYLES
	-------------------------------------------------- */

.timeclock-date {
    float: left;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: #8f8f8f;
    position: relative;
    top: 6px;
    text-transform: uppercase;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    margin-right: 10px;
    display: inline;
}

.timeclock-employee {
    float: left;
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    display: inline;
}

.timeclock-table {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: normal;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
    border: none;
}

    .timeclock-table th {
        color: #8f8f8f;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        background-color: #f5f5f5;
        border-bottom: 1px solid #cacaca;
        padding: 5px 0px;
    }

.timeclock-row td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D8D8D8 #DEDEDE #D8D8D8 #D8D8D8;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 0px 1px 0;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 21px;
    width: 30%;
}

    .timeclock-row td h1 {
        color: #333333;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 24px;
        font-weight: normal;
        margin: auto;
        text-align: center;
        text-transform: none;
    }

        .timeclock-row td h1.clockisrunning {
            color: #F1890F;
            font-size: 22px;
        }

input.timeclock-box {
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #CACACA inset;
    color: #555;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 0px;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 38px;
}

    input.timeclock-box:hover, input.timeclock-box:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

/*	--------------------------------------------------
		EDIT ITEM MODAL STYLES
		-------------------------------------------------- */

.edit-item-nav-wrapper {
    background-color: #FFFFFF;
    background-image: url("../images/edit-item-nav-bg.jpg");
    background-position: left center;
    background-repeat: repeat-y;
    border-right: 1px solid #C8C8C8;
    clear: both;
    float: left;
    height: 100%;
    margin: auto;
    padding: 15px 22px;
    position: fixed;
    top: 59px;
    width: 185px;
    overflow: hidden;
}

    .edit-item-nav-wrapper ul {
        margin: auto;
        padding: 0px;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #888;
        float: left;
        text-align: left;
        float: left;
        width: 100%;
    }

    .edit-item-nav-wrapper li {
        display: block;
        list-style: none outside none;
        margin: 10px auto;
        padding-left: 10px;
    }

        .edit-item-nav-wrapper li a {
            text-decoration: none;
            color: #999;
            margin: auto;
            cursor: pointer;
        }

        .edit-item-nav-wrapper li.active a, .edit-item-nav-wrapper li.active a:hover {
            color: #F1890F;
        }

        .edit-item-nav-wrapper li.active {
            border-left: 4px solid #F1890F;
            color: #F1890F;
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            height: auto;
            margin-left: -22px;
            position: relative;
            padding-left: 9px;
        }

            .edit-item-nav-wrapper li.active:hover {
                color: #F1890F;
            }

        .edit-item-nav-wrapper li.manager-category {
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            color: #555;
            margin: auto;
            font-size: 15px;
            margin-left: -20px;
            cursor: default;
        }

            .edit-item-nav-wrapper li a:hover, .edit-item-nav-wrapper li.manager-category a:hover {
                color: #333;
            }

        .edit-item-nav-wrapper li a:active {
            opacity: 0.5;
        }

        .edit-item-nav-wrapper li hr {
            background-color: #c8c8c8;
            height: 1px;
            border: none;
            padding: 0px;
            margin: auto;
        }

.modal-body-edit-item-wrapper {
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    height: 100%;
    padding: 40px;
    background-color: #fff;
    float: right;
    position: relative;
    width: 880px;
    top: 59px;
}

/*	EDIT FORM STYLES */

ul.edit-item-form {
    float: left;
    margin: auto;
    padding: 0;
    width: 100%;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    color: #555;
    font-size: 16px;
}

    ul.edit-item-form li {
        display: inline-block;
        width: 100%;
        list-style: none;
        float: left;
        margin: auto;
    }

        ul.edit-item-form li h1 {
            color: #333333;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            margin-bottom: 2px;
            margin-top: -5px;
            text-align: left;
            font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
            margin: auto;
            display: block;
        }

        ul.edit-item-form li span.requiredfield {
            color: #DC3C3C;
        }

        ul.edit-item-form li h1.heading-text {
            color: #333333;
            padding-bottom: 15px;
            font-size: 24px;
        }

        ul.edit-item-form li h2 {
            font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
            color: #8F8F8F;
            float: left;
            font-size: 20px;
            font-weight: normal;
            margin: auto;
            padding-bottom: 25px;
            text-align: left;
        }

            ul.edit-item-form li h2 a {
                color: #F1890F;
                text-decoration: none;
            }

                ul.edit-item-form li h2 a:hover {
                    border-bottom: 1px solid #F1890F;
                }

                ul.edit-item-form li h2 a:active {
                    opacity: 0.5;
                }

        ul.edit-item-form li p {
            font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
            color: #8F8F8F;
            float: left;
            font-size: 18px;
            font-weight: normal;
            margin: auto;
            padding-bottom: 25px;
            text-align: left;
        }

            ul.edit-item-form li p a {
                color: #F1890F;
                text-decoration: none;
            }

                ul.edit-item-form li p a:hover {
                    border-bottom: 1px solid #F1890F;
                }

                ul.edit-item-form li p a:active {
                    opacity: 0.5;
                }

.edit-item-form li hr {
    background-color: #c8c8c8;
    height: 1px;
    border: none;
    padding: 0px;
    margin: 10px auto 25px;
}

.edit-item-form li input[type="checkbox"] + label {
    color: #555;
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 2px;
    margin-top: -5px;
    text-align: left;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    margin: auto;
    display: inline;
    cursor: pointer;
}

    .edit-item-form li input[type="checkbox"] + label:hover {
        color: #F1890F;
    }

.edit-item-form li input[type="checkbox"] {
    float: left;
    margin: auto;
    padding: 0px;
    margin-right: 8px;
}

.edit-item-form li input[type="radio"] + label {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 300px;
    height: 15px;
    margin: -1px 1px 0 20px;
    vertical-align: middle;
    background: url("../images/radio-checkboxes.png") 0px 0px no-repeat;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 20px;
}

.edit-item-form li input[type="radio"]:checked + label {
    background: url("../images/radio-checkboxes.png") 0px -15px no-repeat;
}

.edit-item-form li input[type="radio"] + label:hover {
    color: #F1890F;
}

.edit-item-form li input[type="radio"] {
    float: left;
    margin: auto;
    padding: 0px;
    margin-right: 8px;
}

.edit-item-form li a.orgButton {
    position: relative;
    float: left;
    right: 0px;
    top: 0px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

.edit-item-form li.edit-item-space {
    position: relative;
    margin: auto;
    height: 60px;
}

.edit-item-form li a.org-delete-btn {
    background-color: #FFFFFF;
    border: 1px solid #F1890F;
    border-radius: 3px;
    clear: both;
    color: #F1890F;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-style: normal;
    height: 28px;
    margin: auto;
    padding: 0;
    text-decoration: none;
    width: 104px;
    margin-top: -15px;
}

    .edit-item-form li a.org-delete-btn p {
        font-size: 14px;
        margin: auto;
        padding: 3px 5px 5px 6px;
        text-transform: uppercase;
        color: #F1890F;
    }

    .edit-item-form li a.org-delete-btn:active {
        opacity: 0.5;
    }

.edit-item-form li.delete-lookup-code-wrapper {
    border: 1px solid #C8C8C8;
    margin: auto 20px 20px auto;
    padding: 18px;
    width: 230px;
    border-radius: 9px;
}

    .edit-item-form li.delete-lookup-code-wrapper:hover {
        border: 1px solid #F1890F;
    }

.edit-item-image {
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    display: block;
    clear: both;
    height: 162px;
    width: 240px;
    overflow: hidden;
    text-align: left;
    float: left;
    background-color: #f6f6f6;
    background-image: url("../images/no-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 2px;
}

    .edit-item-image img {
        width: 100%;
        margin: auto;
    }

.edit-item-image-btn {
    background-color: #FFFFFF;
    border: 1px solid #F1890F;
    border-radius: 3px;
    clear: both;
    color: #F1890F;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-style: normal;
    padding: 0;
    text-decoration: none;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
}

    .edit-item-image-btn p {
        font-size: 14px;
        margin: auto;
        padding: 5px 7px;
        text-transform: uppercase;
    }

    .edit-item-image-btn:active {
        opacity: 0.5;
    }

.edit-item-browse {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #999999;
    text-align: left;
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
}

.edit-item-table {
    float: left;
    width: 900px;
    position: relative;
    clear: both;
    left: 185px;
    margin-bottom: 60px;
    margin-top: 20px;
}

input.altlookupcode-form-box {
    border: 2px solid #DADADA;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    float: left;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 25px;
    outline: medium none;
    padding: 10px;
    position: relative;
    resize: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 40px;
    cursor: default;
    background-color: #FFFEF1;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    input.altlookupcode-form-box:hover, input.altlookupcode-form-box:focus {
    }

/*	--------------------------------------------------
			ADD NEW PO MODAL STYLES
			-------------------------------------------------- */

.new-po-box {
    background-color: #fffef1;
    border: 2px solid #dadada;
    border-radius: 9px;
    display: inline-block;
    float: left;
    height: 320px;
    margin: auto 20px auto auto;
    padding: 20px;
    width: 260px;
}

    .new-po-box h1 {
        color: #333;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 22px;
        margin: auto;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #c8c8c8;
    }

.submit-po-btn {
    background-color: #f1890f;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    line-height: 21px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    outline: medium none;
    padding: 8px 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
}

    .submit-po-btn:hover {
        background-color: #e27f0b;
    }

    .submit-po-btn:active {
        color: #f8caa6;
    }

/*	--------------------------------------------------
	    PO ITEMS MODAL STYLES
	    -------------------------------------------------- */

input.PO-item-box {
    border: 1px solid #bebebe;
    border-radius: 3px;
    box-shadow: 0 0 3px #cacaca inset;
    color: #555;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    margin-bottom: 0px;
    outline: medium none;
    padding: 5px;
    position: relative;
    resize: none;
    text-align: center;
    text-decoration: none;
    width: 70px;
    margin-right: 5px;
}

    input.PO-item-box:hover, input.PO-item-box:focus {
        border: 1px solid #F1890F;
        -moz-box-shadow: inset 0 0 3px #cacaca;
        -webkit-box-shadow: inset 0 0 3px #cacaca;
        box-shadow: inset 0 0 3px #cacaca;
    }

a.delete-settings {
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    color: #F1890F;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    text-align: left;
    position: relative;
    height: auto;
    width: auto;
    text-decoration: none;
    left: 10px;
    top: 6px;
}

    a.delete-settings:hover {
        padding-bottom: 1px;
        border-bottom: 1px solid #F1890F;
    }

    a.delete-settings:active {
        opacity: 0.5;
        padding-bottom: 1px;
        border-bottom: 1px solid #F1890F;
    }