﻿html 
{
  position: relative;
  min-height: 100%;
}

#mapSmall {
	height: 200px;
  width: 200px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  line-height: 16px;
  background-image: url('../Images/background/bg-lang-site.jpg');
  background-repeat: no-repeat;
}

body > header 
{
  color: #333333;
  max-width: 980px;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
}

h1 {
  color: #2893d6;
  font-weight:bold;
}

h2 {
  color: #747474;
}

h3 {
  color: #2893d6;
}

dt 
{
  font-weight: normal;
}

#ContentComplete 
{
  padding: 12px 20px;
  background-color: white;
  margin: 0 auto;
  max-width: 980px;
}

#blackButton {
  background-color: #3e3f3a;
  color: #ffffff;
}

#federalheader-left 
{
  border-bottom: 3px solid black;
  overflow: hidden;
  padding-bottom: 3px;
  padding-left: 6px;
  position: relative;
  min-height: 24px;
}

#ofed-federal-header-link 
{
  font-family: arial,verdana,sans-serif;
  font-size: 10px !important;
  position: absolute;
  bottom: 0;
  right: 6px;
}

#ofed-federal-header-link a {
color: inherit;
}

#ofed-federal-header-logo {
  margin-left: 3px;
  margin-top: 2px;
}

#footer {
  position: absolute;
  /*bottom: 0;*/
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 16px;
}

#footer a {
color: #888;
text-decoration: underline;
}

#pnlBookedAppointments .panel-heading {
  font-weight: bold;
}

#pnlBookedAppointments .alert {
  margin-top:10px; 
  margin-bottom: 0;
  padding:5px;
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

#federalmobileheader-left 
{
  padding-left: 6px;
  position: absolute;
  top: -12px;
  z-index: 99;
}

#dropdownheader 
{
  background: #fff;
  padding: 5px;
}


.navbar 
{
  top: 5px;
  background-color: white;
  border-width: 0;
  min-height: 0;
}

.nav > li.active > a 
{
  color: white;
}
.nav > li.active, .nav > li.active > a:hover 
{
    color: white;
    background: #666;
}
.nav > li 
{
  border: 1px solid #999999;
  background: #ccc;
  text-align: center;
  margin-right: 3px;
  font-size: 10.3px;
  line-height: 15px;
  display: inline-block;
}
.nav > li > a 
{
padding: 0px 2px;
font-family: "Arial", "Helvetica", "sans-serif";
color: #6d7077;
text-decoration: none;
text-transform: uppercase;
display: block;
font-size: 10px;
}

.body-content 
{
  padding: 0px 15px;
}

.footer-social-media > a 
{
  color: black;
  text-decoration: underline;
}

.page-header 
{
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.input-validation-error 
{
  border: solid 1px #BF7371 !important;
  background-color: #F6E9E9;
}

.field-validation-error 
{
  color: #BF7371;
}

.datepicker 
{
  /*z-index: 100000 !important;*/
  display: block;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td:hover,
.bootstrap-datetimepicker-widget table td.day:hover 
{
  background: #9dc8e2; /*rgba(173,255,47,0.7);*/
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover 
{
background: #2893d6; /*rgba(0,191,255,0.7);*/
color: #fff;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new 
{
color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover 
{
background: none;
color: #C0C0C0;
cursor: not-allowed;
}

.bootstrap-datetimepicker-widget li 
{
  list-style: none;
}

/* bootstrap extensions */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th 
{
  border: none;
}

.smaller 
{
  font-size: 70%;
}

.btn-info 
{
  background-color: #369ad9;
  border-color: #fff;
  color: #fff;
}
.btn-info:hover 
{
    background-color: #2589c8;
}

.btn-info:active, 
.btn-info:active:hover 
{
    background-color: #2076ab;
}

.btn-warning, 
.list-group-item-warning 
{
  background-color: #fcf8e3;
  border-color: #ddd;
  color: #8a6d3b;
}

.btn-warning:hover, 
.list-group-item-warning:hover 
{
    background-color: #f5e69e;
    border-color: #ddd;
    color: #8a6d3b;
}

.btn-warning:active, 
.btn-warning:active:hover, 
.list-group-item-warning:active, 
.list-group-item-warning:active:hover 
{
background-color: #f1da6f;
border-color: #ddd;
color: #8a6d3b;
}

/* jQuery steps: allow datepicker to break out wizard panel */
.wizard, .wizard > .content {
  overflow: visible !important;
}
.wizard > .content {
padding-top: 6px;
min-height: 100px;
background: inherit;
}
.wizard > .content > .body {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}
.wizard > .content > .body input {
display: inline-block;
}
.wizard > .steps > ul > li {
text-align: center;
}
.wizard > .steps a {
padding: .75em .75em !important;
}
.wizard > .steps a, .wizard > .actions a {
border: 1px solid #fff;
}
.wizard > .steps .done a:hover, .wizard > .actions a:hover 
{
    background: #2589c8;
    border: 1px solid #fff;
}
.wizard > .steps .done a, .wizard > .actions a 
{
background: #369ad9;
color: #fff;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .done a:active, .wizard > .steps .current a:active, .wizard > .actions a:active {
    background: #2076ab;
    color: #fff;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
cursor: not-allowed;
}
.wizard > .content > .body label {
  font-size: 13px;
}
.wizard > .content > .body ul,
.validation-summary-errors ul {
    list-style: none !important;
    padding:0px;
}
.wizard > .content > .body ul > li,
.validation-summary-errors ul > li{
    display: list-item;
}

.summary .panel-body {
  background-color: #e9f3f9;
  background-image: url("../Images/background/bg-snelnaar.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  padding-top: 0;
}
.summary .panel-title, .panel-default > .panel-heading {
  color: #2893d6;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  line-height: 27px;
  /*padding: 4px 10px 4px 15px; */
}
.summary .panel-heading {
  background: none;
  border: none;
}
.summary li {
  padding: .3em;
  min-height: 1.5em;
  word-break: break-word;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.navbarcontent {
  top: 5px;
  background-color: #fff;
  border-width: 0;
  min-height: 0;
}

.fa-li {
  text-align: left;
}

.panel-collapse p:last-child {
  margin: 0 !important;
}

.input-group-unstyled input.form-control {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}

.openmapmodal 
{
  cursor: pointer;
}


/* VIEW XS (< 768px) */
@media (max-width: 768px) 
{
  body 
  {
    background-position-y: 35px;
  }

  body > header 
  {
      margin-bottom:15px;
  }

  h1 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  
  .container-fluid.body-content 
  {
    padding:0px;  
  }

  #ContentComplete 
  {
      padding-top:20px;
      border-radius:0px;
      border-top:solid 1px #737373;
  }

  .navweb {
    display: none;
  }

  .navphone {
    display: inline;
    margin: 0px;
  }

  .containerpaddding 
  {
    padding-top: 10px;
  }

  #embassyIcon 
  {
    margin:0px 15px;
  }
  #embassyImage 
  {
    margin-right:15px;
    max-width:70px;
  }
  #embassyText {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-top:10px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) 
{
  body {
    background-position: center 35px;
  }

  body > header 
  {
      height: 200px;
      margin: 0 auto;
  }

  #ContentComplete 
  {
      border-radius: 15px;
      box-shadow: 0 -1px 5px #999;
  }

  h1 {
      font-size: 24px;
      line-height: 36px;
      padding-bottom: 24px;
  }

  h2 {
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 4.8px 0px;
    line-height: 27px;
  }

  h3 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px !important;
    line-height: 20px;
  }

  .navweb {
    display: inline;
  }

  .navphone {
    display: none;
  }

  .containerpaddding {
    padding-top: 0px;
  }

  .captchasize {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  #embassyIcon 
  {
    margin-top: 20px;
  }
  #embassyImage 
  {
    margin-right:25px;
  }
  #embassyText 
  {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 40px;
    padding-left: 50px;
  }
}

[data-notify].alert-info {
  background: #3498db;
  color: white;
}

[data-notify="message"] {
  line-height: 1.4;
}

[data-notify="container"] {
  top: 45px !important;
  -webkit-box-shadow: 0 2px 10px rgba(50,50,50,.5);
  -moz-box-shadow: 0 2px 10px rgba(50,50,50,.5);
  box-shadow: 0 2px 10px rgba(50,50,50,.5);
  position: absolute !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.hidden {
    display: none;
}

.validation-summary-valid {
    display:none;
}

div#captcha_error:empty {
    display: none;
}
/* custom style date control + sample format */
.dateFormatExample {
    font-size: 85%;
    color: #808080;
    padding-top: 7px;
}

/* custom for recaptcha */
#CaptchaCode
{
    margin-top:12px;
    max-width:270px;
}

/* Custom CSS for the text container */
.text-container {
    background-color: white; /* Set a white background to create the white space effect */
    padding: 20px; /* Add some padding to create space around the text */
}

/* Additional styles for large screens (adjust the breakpoint to your needs) */
@media screen and (min-width: 1200px) {
    .text-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}