h1, h2, h3, h4, h5
{
}

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#loaderText
{
    display: none;
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #5394cf;
}

#loaderText p
{
    font-size: 1.5rem;
    color: #5394cf;
}

#input_form .btn
{
    background-color: transparent;
    border: 0px;
    color: #5394cf;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.muted_title {
    color: white;
    text-shadow: 0 0 10px #444;
    font-variant: small-caps;
    font-size: 3rem;
    font-weight: 300;
}

.modal-header {
    border-bottom: none
}

#spinner_email_sending {
  display: none
}

#emailerror {
    display: none;
}

.company-size-text span {
    font-weight: bold;
    font-variant: small-caps;
}

.bigCompany{
    color: #61a4d1ff;
}

.MediumCompany{
    color: #e58613ff;
}

.smallCompany{
    color: #42b261ff;
}

#edit_site_address_button {
    color: #5394cf;
    text-decoration: none;
}

#edit_site_address_button:hover #edit_site_address_icon {
    visibility: visible;
}

#edit_site_address_icon {
    visibility: hidden;
    vertical-align: baseline;
}

em {
    color: #5394cf;
    font-style: normal;
    font-weight: bold;
}

#call_to_action ul {
    list-style-image: url("/static/minipastille.svg");
}

ul.mode_legend {
    list-style-type: none;
    line-height: 1.2em;
}

ul.mode_legend li div.marker {
    width: 1.2em;
    height: 0.6em;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5em;
}

ul.mode_legend li.mode-C div.marker {
    background-color: #d83324;
}

ul.mode_legend li.mode-W div.marker {
    background-color: #72b257;
}

ul.mode_legend li.mode-T div.marker {
    background-color: #295da7;
}

ul.mode_legend li.mode-B div.marker {
    background-color: #edbe53;
}

.id_card {
    display: flex;
    align-items: center;
}

.id_card .infobar {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    min-width: 200px;
}

.id_card .infobar img {
    height: 1em;
    margin-right: 0.5em;
}

img.in_text_img {
    height: 1.2em;
}

.id_card .infobar>div {
    margin: 0 5px;
    display: flex;
    flew-wrap: nowrap;
    align-items: center;
}

.id_card img.profile_pic {
    width:50px;
    height:50px;
    margin: 0 10px 0px 0;
    border-radius: 25px;
}

.id_card h6 {
    margin: 0;
    text-align: center;
}

.id_card div>div {
    margin-top: 5px;
}

.material-icons.blueModelity { color: #5394cf; }
.material-icons.lightBlueModelity { color: #295da7; }

.carousel-caption {
    text-shadow: 0 0 2px #444;
}

.carousel-caption ul {
    margin-left: 1em;
    padding: 0;
    text-align: left;
}
