﻿.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    background-color: #eeeeee;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.jumbotron {
    background-color: #fff;
    
}

.jumbotron h1 {
    font-size: 50px;
}

.hiddenRow {
    padding: 0 !important;
}

/* Astawq */

div#listing_firstline {
  color: #3C363B;
  font-size: 11pt;
  font-weight: bold;
}

div#listing_postedDate {
    float:left;
    font-size: smaller;
    color: black;
    background-color:#F8FAFC;
}

.navbar.navbar-inverse.navbar-fixed-top {
  background-color: #FE3562;
  border-color: white;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: bolder;
    font-size: 36pt;
    font-family: algerian
}

.search-inline {
    display: inline-block;
    float: right;
    position:relative;
}

.kirray-form-control {
  display: inline-block;
  /*width: 100%;*/
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-default {
    color: #333;
    background-color: #4CC0D5;
    color:black;
    border-color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #4CC0D5;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar {
    min-height: 60px;
}

button {
  background-color: #4CC0D5;
}

input[type="button"] {
  background-color: #4CC0D5;
}

.homepage-button {
    color: #ffffff;
    background-color: #66acb9;
}

input[type="text"], input[type="password"], input[type="email"] {
  /*width: 100%;*/
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select {
  display: inline-block;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a:hover, a:focus {
  color: darkblue;
}

btn btn-primary
a {
  color: #4CC0D5;
}

fieldset {
  margin-top: 10px;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #EAF1F7;
}

body {
    background-color: #fff;
}

dd {
  margin-bottom: 10px;
}

span#ad_status {
 
  font-size: 1em;
  float: right;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  
}

ul.social { list-style: none outside none; }
ul.social > li { display:inline-block; vertical-align: top; }

div#social_follow {
  float: right;
  margin:1em;
}

div#copy-right {
    margin:1em;
}
div.subscribe {
    margin:1em;
}
#ad-image-container {
    width:960px;
    margin:0px auto;
    display:block;
}

.thumbnail_img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

h1#home-header1 {
    font-size:24px;
}

h2#home-header2 {
    font-size:18px;
}

p.site-title {
    margin: 0 0 2px;
}

.phone-screen img {
    width: 65%;
    display: block;
    margin: auto;
}

.call-to-action {
    margin-top: 4em;
}

.call-to-action button {
     margin-bottom:20px;
}

p.lead {
    margin: 2em 0 2em;
}

div.call-to-action a {
    padding-left: 0;
}

div.call-to-action button {
    margin-top: 2em;
    background-color: #fe3562;
    border-color: #fe3562;
}

th.action-buttons {
    width: 150px;
}

td.thumbnail-imgs img {
    width: 40px;
}


@media screen and (max-width:991px) {
    #ad-image-container {
      width:100%;
    }
    #ad-image-container div#slider1_container div div div div img {
      width:auto;
      max-width:508px;
    }
}

@media screen and (max-width:640px){
    #ad-image-container {
      width:100%;
    }
    
	#ad-image-container div#slider1_container div div div div img {
      width:auto;
      max-width:275px;
    }
    .col-xs-6 {
      width: 100%;
    }
    .phone-screen img{
       width:300px;
       margin-top:10px;
    }
}

@media screen and (max-width:320px){
    #ad-image-container {
      width:100%;
    }
	#ad-image-container div#slider1_container div div div div img {
      width:auto;
      max-width:258px;
    }
}

img.promo {
    margin: auto;
    display: block;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.error {
    border: solid red 1px;
}


.form-group {
    margin-bottom: 15px;
}

.bg-nav {
    --bs-bg-opacity: 1;
    background-color: #FE3562 !important;
}
