﻿body
{
    font-family: 'calibri' ,sans-serif;
    font-size: 16px; /*background-color: #738393;*/
    background-color: #899489;
}
h1
{
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0; /*border-bottom: 1px solid #fff;*/
    margin: 0;
}
.clear
{
    clear: both;
    margin: 0;
    padding: 0;
}
.container
{
    /*width: 960px;*/
    width: 90%;
    margin: 10px auto 0 auto;
}
.formcontent
{
    padding: 10px 50px;
}
.formcontent .inputRow
{
    width: 100%;
    display: table;
    padding-bottom: 15px;
}
.formcontent .inputRow label
{
    display: block;
    float: left;
    width: 200px; /*color: white;*/
    font-weight: bold;
    font-size: 16px;
}
.formcontent .inputRow input[type='text'], .formcontent .inputRow select
{
    float: left;
    width: 200px;
}
.formcontent .inputRow select
{
    width: 203px;
}
.formcontent .inputRow:after
{
    content: " ";
    clear: both;
    margin: 0;
    padding: 0;
}
.referralCode
{
    color: Red;
    font-weight: bold;
}
.formcontent .inputRow button
{
    border: 1px solid #939393;
    padding: 5px;
    cursor: pointer;
    width: 203px;
}
.formcontent .inputRow button:hover
{
    border: 2px solid #c7c7c7;
    padding: 4px;
}
.error
{
    color: Red;
}
.formcontent .inputRow label.error
{
    margin-left: 200px;
    font-size: 12px;
    color: Red;
    font-weight: normal;
}
#lblExample
{
    white-space: nowrap;
    white-space: -moz-nowrap;
    white-space: -o-nowrap;
}

.container #formContainer
{
    width: 600px;
    margin: 35px auto 0 auto;
}

#ReferralCodeTable th
{
    text-align: center;
}


.EditRefCode img, .file_delete img
{
    width: 20px;
    margin: 0 0 0 5px;
}
#RefferalCodeViewFilter
{
    padding: 10px 20px 10px 20px;
}

#RefferalCodeViewFilter div *
{
    margin: 10px;
}
.pagination
{
    margin: 15px;
}



.header
{
    background-color: #475264;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header h1
{
    color: White;
}

#BrandSearchKeyword
{
    width: 150px;
}
.NoRecords
{
    text-align: center;
    font-size: 20px;
    padding: 15px;
    color: #5C6060;
}

.search-label
{
    display: block;
}

#Search
{
    float: right;
}

#Search img
{
    width: 30px;
}

a
{
    cursor: pointer;
}

#lblReferalTitle, #lblReferralCode
{
    color: Green;
}
img
{
    border: 0;
}
select option
{
    color:Black !important;
}