
body {
  background: #fff;
}

.has-error{
  border-color: #a94442;
  box-shadow: none !important;
}
.has-error-message{
  color: #a94442;
  font-weight: 500;
  display: none;
}

.team-name{
  font-size: 16px;
  color:rgb(85, 84, 89);
}
.team-member{
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.team-member-info{
  display: inline-block;
  position: relative;
}
.team-avatar{
  height: 36px;
  margin-right: 10px;
  padding: 5px;
  width: 36px;
  border-radius: 4px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}
.invited-container{
  font-size: 12px;
  text-align: right;
}
.invited-by{
  color: #9F69E7;
}
.status{
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 10px;
}
.status-inactive{
  border: 1px solid #c0392b;
  color: #c0392b;
}
.status-pending{
  border: 1px solid #7f8c8d;
  color: #7f8c8d;
}

.add-invited-container{
  border: 1px solid #e4e7ea;
  padding: 10px;
  background-color: #ecf0f1;
  margin-bottom: 12px;
}

.add-invited-container .add-invited{
  color: #3aa3e3;
  cursor: pointer;
}

.add-invited-container .add-invited:hover{
  color: #3498db
}

.team-member-invite .close-form{
  cursor: pointer;
}

.team-member-invite .close-form:hover{
    color: #7f8c8d;
}

.invited-member-row-remove {
  cursor: pointer;
}

.invited-member-row-remove:hover{
    color: #e74c3c;
}


[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.span7 {
    max-width: 540px;
}

.iconsList {
    font-size: 13px;
    line-height: 30px;
    padding-left: 0;
    list-style: none;
}

.iconsList li {
  margin-bottom: 0.75em;
}


.span12 {
  max-width: 940px;
  width: 100%;
  margin-left: 120px;
  float: none;
}

.span5 {
  max-width: 380px;
}

.span5 img {
  margin-left: -8px;
  width: 100%;
}

.divider {
    height: 1px;
    margin: 0.5em 0 1.5em 0;
    background-color: #dadada;
    border-bottom: 1px solid #dadada;
}

.divider span {
    display: block;
    background-color: #ff6600;
    width: 50px;
    height: 1px;
}

.iconWrapper.iconMini {
    width: 20px;
    height: 20px;
    background: #ff6600;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.span7 p a {
    color: #ff6600;
}

.span12 h2 {
  margin-top: -10px;
  color: #222;
}

.span7 h3 {
    color: #777;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0.56em;
    font-weight: 400;
}

.divide-or {
    margin: 1.5em 0;
}

/* Android in portrait & landscape */
@media only screen and (min-width : 320px) and (max-width : 767px){
  .sidebar{
    display:none;
  }
  .invited-container{
    padding-left: 60px;
    padding-top: 8px;
    text-align: left;
  }
  .status{
    float: right;
  }
}

.menuBars{
  font-size: 25px; padding: 0; margin-top: 1.7em;
}
@media only screen and (max-width: 767px){
.menuBars{font-size: 12px;padding: 2px; margin-top: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .top-left-part {
    width: auto;
    display: inline;
    float: none;
    margin: 0 auto;
  }
  .span12{
    margin-left: 0px;
  }
  .top-left-part span {
    display: inline !important;
    padding-left: 0px !important;
  }
  .navbar-header .navbar-toggle {
    float: left;
  }
  .navbar-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 10px;
    padding-top: 10px !important;
  }
  .navbar-top-links > li > a {
    line-height: initial;
    min-height: auto;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1)  {
  input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; 
  }
}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; 
  }
}
.loading:after {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  position: fixed;
  z-index: 10000001;
  margin-top: 2.5em;
  margin-left: 2.5em;
  animation: refreshing-loader 1000ms infinite linear;
  border-radius: 2.4em;
  border: 0.4em solid #EF8913;
  border-left-color: transparent;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  width: 5em;
  height: 5em;
  text-indent: 100%;
  margin: 0 auto;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.hide-content{
  display: none;
}
.help_icon:hover + .hide-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-8%, -50%);
}
.daily-info-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center
}
.daily-budget-info {
  position: absolute;
  width: 100%;
  top: 12px;
  left: 110px;
}
.daily-budget-info.est-info{
  position: relative;
  left: auto;
  top: auto;
  width: auto;
}
.daily-budget-info .popover{
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.daily-budget-info .popover:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 41%;
    transform: rotate(-45deg);
    left: -11px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2);
}
.bill-mobile{
  display: none;
}

@media (min-width:768px) and (max-width: 1024px) {
  .bill-mobile{
    display: inline-block;
    height: 55px;
  }
  .bill-desktop{
    display: none;
  }
  .dis-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .dis-flex h5 {
    margin-left: 5px;
  }
  .col-in h3 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .bill-mobile{
    display: inline-block;
  }
  .bill-desktop{
    display: none;
  }
  .dis-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .dis-flex h5 {
    margin-left: 5px;
  }
  .col-in h3 {
    font-size: 33px;
  }
}
@media (max-width: 375px) {
  .daily-info-main .fs-16{
    font-size: 15px !important;
  }
}
@media only screen and (max-width:  767px){
  .rowBox{
    position: relative;
  }
  .buttonContainer{
    position: absolute;
    top: 40px;
    right: 0;
  }
}

.customerDetails{
  margin: 20px auto 0;width: 100%;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-align: center;align-items: center;
}

.section-padding {
  padding-bottom: 70px;
  padding-top: 30px;
}
.cost-graphic {
  max-width: 80%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .cost-graphic {
    margin: 0 auto;
  }
}

.full-image {
  width: 100%;
}

.action-menu .menuBars:hover {
  color: #ff6600;
}