﻿
body {
    /*background: #e4e4e4;*/
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    /*background-image: url(/Images/bg-header-repeat.jpg);*/
    background-color: white;
}

#txtPassword {
    width: 228px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding-left: 5px;
}

#txtUserName {
    width: 228px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.billing_user {
    background: none !important;
    width: 458px;
    margin: 0 auto;
    padding-bottom: 52px;
    height: auto;
}

.billing_user_box {
    width: 370px;
    float: left;
    margin-left: 37px;
    background: #e4e4e4;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
}

.company_logo {
    width: 100%;
    float: left;
    text-align: center;
}

#txtUserToken {
    width: 668px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ababab;
    padding-left: 10px;
    background: #d3d3d3;
    color: #333;
}

#btn_Go {
    border-radius: 5px;
    border: none;
    background: #f28c08;
    color: #fff;
    height: 43px;
    padding: 14px;
    float: right;
    font-size: 18px;
    cursor: pointer;
    line-height: 17px;
}

    #btn_Go:hover {
        background: #66ac1b;
    }

#btn_pay {
    border-radius: 5px;
    border: none;
    background: #f28c08;
    color: #fff;
    height: 43px;
    padding: 14px;
    float: right;
    font-size: 18px;
    cursor: pointer;
    line-height: 17px;
}

    #btn_pay:hover {
        background: #66ac1b;
    }

.error_msg {
    width: 100%;
    float: left;
}

.clear_fix {
    clear: both;
}


.menuTabs {
    position: relative;
    top: 1px;
    left: 10px;
    width: 100%;
    text-align: center;
}

.tab {
    border: Solid 1px black;
    border-bottom: none;
    padding: 0px 10px;
    background-color: #eeeeee;
}

.selectedTab {
    border: Solid 1px black;
    border-bottom: Solid 1px white;
    padding: 0px 10px;
    background-color: white;
}

.tabBody {
    border: Solid 1px black;
    padding: 20px;
    background-color: white;
}

.rptViewer {
    width: inherit !important;
}

/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}
#side-menu li
{
   
}
