@import 'https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700';
body {
  background: #2558a7;
  padding: 80px 20px 20px 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.iPad {
  padding-top: 52px;
}

body.iPad .navbar {
  margin-bottom: 0;
}

body.test {
  background: green;
}

ul,
ol {
  margin-bottom: 0;
  margin-left: 18px;
}

.navbar {
  min-height: 30px;
  background-color: #3062b2;
  background-image: -moz-linear-gradient(top, #3062b2, #1f53a2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3062b2), to(#1f53a2));
  background-image: -webkit-linear-gradient(top, #3062b2, #1f53a2);
  background-image: -o-linear-gradient(top, #3062b2, #1f53a2);
  background-image: linear-gradient(to bottom, #3062b2, #1f53a2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3062b2', endColorstr='#ff1f53a2', GradientType=0);
  border: 1px solid #133c79;
  height: 60px;
  z-index: 1031;
}

.navbar .brand-logo {
  height: 38px;
  float: left;
  margin-top: 12px;
  margin-right: 10px;
  width: auto;
}

.navbar .brand {
  color: white;
  cursor: default;
  display: block;
  float: left;
  font-size: 14px !important;
  font-style: italic;
  font-weight: bold !important;
  margin: 12px 15px 0 0;
  padding-top: 20px;
  text-shadow: none;
}

.navbar .brand:hover {
  color: white;
}

.navbar .nav {
  float: left;
}

.navbar .nav.navButtons {
  position: relative;
  bottom: -18px;
}

.navbar .topnav {
  margin-top: 0px;
}

.navbar .topnav a {
  color: #fff !important;
  text-decoration: none;
}

.navbar .topnav ul {
  padding: 0;
  margin: 0;
}

.navbar .topnav li {
  display: block;
  float: left;
  margin: 0 5px;
  padding: 0 !important;
}

.navbar .topnav li a {
  color: #93ABDB !important;
  padding-top: 14px;
  padding-bottom: 6px;
  font-size: 14px;
}

.navbar .topnav li a.active {
  color: white !important;
  text-decoration: none;
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.125);
}

.navbar .topnav li a:hover {
  color: white !important;
}

.navbar .topnav .dropdown {
  position: relative;
  bottom: -30px;
}

.navbar .topnav .dropdown > a {
  padding: 10px;
}

.navbar .topnav .dropdown > a .caret {
  margin-right: 8px;
}

.navbar .topnav .dropdown.open span {
  color: white;
}

.navbar .topnav .dropdown .dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar .topnav .dropdown .dropdown-menu li a {
  padding: 5px 12px;
  color: #333 !important;
}

.navbar .topnav .dropdown .dropdown-menu li a:hover {
  background-color: #4572CB;
  color: white !important;
}

.navbar .topnav .dropdown.open > a {
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.125);
  background-color: transparent;
}

.myquotes {
  min-height: 600px;
  margin-top: 40px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dadada',GradientType=0 );
}

.createbox .wel {
  padding-left: 39px;
  padding-right: 39px;
  margin-bottom: 0;
}

.createbox .fields {
  text-align: left;
}

input.search {
  width: 745px;
  padding: 11px;
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  font-size: 18px;
  background-color: transparent;
}

input.search:focus {
  border: 1px solid #264a86;
  color: #264a86;
  background-color: white;
}

.newbutton {
  margin-left: 0;
}

#form_existing {
  display: none;
}

#form_existing .well {
  min-height: 154px;
}

#form_new {
  display: none;
}

.toptabs {
  display: none;
}

.existingsubmit {
  display: none;
}

#button_existing,
#button_new {
  min-width: 180px;
}

.cancelButtonRow {
  position: absolute;
  right: 10px;
  top: 10px;
}

.quotebox {
  min-height: 345px;
  margin: 20px;
  -moz-border-radius: 12px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  background: white;
}

.quotebox .well {
  padding-left: 39px;
  padding-right: 39px;
  margin-bottom: 0;
}

h2 {
  font-size: 33.75px;
  text-align: center;
  color: white;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}

.backtomyquotesrow {
  position: absolute;
  top: 4px;
  right: 4px;
}

#_box {
  padding: 14px;
  margin: 14px 0;
  background: #fcfcfc url(../images/cbox_grad.png) center bottom repeat-x;
  border: 1px solid #133c79;
  border-radius: 4px;
  color: #303337;
  font-size: 13px;
}

#_box h1, #_box h2 {
  color: black;
  text-align: left;
}

.ui-widget {
  font-family: inherit !important;
}

/************** Myquotes ***********/
#myquotes_box {
  background: #fcfcfc url(../images/cbox_grad.png) center bottom repeat-x;
  border: 1px solid #133c79;
  border-radius: 4px;
  margin: 14px 0;
  min-height: 584px;
  padding: 1px;
  position: relative;
}

#top_bar {
  height: 41px;
  background: #4b75b6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#top_bar #menu {
  font-size: 16px;
  padding: 9px 0 0 14px;
}

#top_bar #menu, #top_bar #menu a {
  color: #7da6e6;
}

#top_bar #menu .active, #top_bar #menu a:hover {
  color: white;
  text-decoration: none;
}

#top_bar #search, #top_bar #ti_searchtext {
  margin: 5px;
  float: right;
  width: 300px;
}

.errorMessage {
  float: right;
  color: red;
  font-size: 11px;
  font-style: italic;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 970px;
    max-width: none;
  }
}

.container {
  width: 970px;
  max-width: none;
}

.flashcontainer {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 300px;
  -moz-transition: top 0.6s;
  -webkit-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
}

.flashcontainer.down {
  top: 63px;
}

.flash {
  position: absolute;
  top: 0;
  left: -150px;
  background: grey;
  color: #000;
  width: 300px;
  padding: 4px 9px;
  text-align: center;
}

.flash.green {
  background: #CEEBC1;
  color: #000;
}

.flash.red {
  background: #F1AEAE;
  color: #000;
}

.flash.yellow {
  background: #F0DF23;
  color: #000;
}

@-moz-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}

@-webkit-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}

@-o-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}

@-ms-keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}

@keyframes go_stripey {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 43px 0px;
  }
}

.stripey {
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent) !important;
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent) !important;
  background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent) !important;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent) !important;
  -webkit-background-size: 43px 43px;
  -moz-background-size: 43px 43px;
  -o-background-size: 43px 43px;
  background-size: 43px 43px;
  -webkit-animation: go_stripey 0.5s linear infinite;
  -moz-animation: go_stripey 0.5s linear infinite;
  -ms-animation: go_stripey 0.5s linear infinite;
  -o-animation: go_stripey 0.5s linear infinite;
  animation: go_stripey 0.5s linear infinite;
  cursor: wait;
  -webkit-transform: translateZ 0;
  -moz-transform: translateZ 0;
  -ms-transform: translateZ 0;
  -o-transform: translateZ 0;
  transform: translateZ 0;
}

.twitter-typeahead {
  width: 100%;
  padding: 0;
}

.twitter-typeahead .tt-hint {
  color: #999;
}

.twitter-typeahead .tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 100%;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #428bca;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #fff;
}

.twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}

.ti-lazy-load {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.placeholder {
  background-image: url("/files/brand/logo.png");
  background-color: #efefef;
}
