﻿body {
}

.subheader
{
    font-size: 20px;
    color: #489CDF;
    padding-left: 10px;
    border-bottom: 1px solid #489CDF;
}
.row {
  /*margin-right: -15px;*/
  margin-left: - 15px;
 
}
.logoutStyle
{
    margin: 8px;
    color: #00F;
    background-color: White;
    border: 0px; /* border-bottom-width:1px;     border-bottom-color:#00F;*/
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 300;
    margin: 0 0 0 0;
}

.btn
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary
{
    color: #fff;
    background-color: #337ab7; /*background-color: #337ab7;*/
    border-color: #2e6da4;
}

.subheader{
    border-bottom:1px solid #3459cd;
    margin-bottom:12px;
    margin-top:20px;
}
.subheader2{
    border-bottom:1px solid #3459cd;
     text-align:right;
}


.top {
    border-top:thin solid;
    border-color:black;
}

.bottom {
    border-bottom:thin solid;
    border-color:black;
}
.loginInput
{
    height: 34px;
    width:98%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #489CDF;   
   
   
    border-radius: 4px;
}
.loginContener
{
    height:300px;
    width:98%;
     margin: 30px 10px 10px 10px;
    /*  background-color:#F0F8FF; */
}

.inputBorder
{
    border-bottom-color:  #3E5788;
}

.offer-cards-container {
    width: auto;
    max-width: 60em;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 1em 0.5em 0px;
}
.Profile-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.profile
{
 
  color: #fff;
  background-color: #07AAE0;
  border-color: #2e6da4;
} 

