@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic|Open+Sans:400italic,700italic,400,700|Exo+2:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic);
@import url("https://fonts.googleapis.com/css?family=Raleway%3Aregular%7CRaleway%3Aregular%7CRaleway%3Aregular%7CRaleway%3Aregular%7CRaleway%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular%7CRaleway%3Aregular%7CRaleway%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular%7CExo%202%3Aregular&subset=latin");

body {
  width: 100%;
  color: #666666;
  font-family: "Raleway",sans-serif,"google" !important;
}

label {
    font-size: 16px;
    line-height: 1.75em;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }

    #faig-side-nav {
        margin-top: 100px;
    }
}

@media (min-width: 750px) {
    .faig-h1 {
        padding-left: 20px;
    }
}

.clearer {clear:both; font-size:0px;line-height:0px; height:0px;}

.error{padding:5px;font-weight:bold;border:1px #CC0000 solid;border-radius:5px;background:#FFAAAA;color:#333333;}
.error img{margin-right:5px;margin-top:-1px;}


.okmsg{padding:5px;font-weight:bold;border:1px #00CC00 solid;border-radius:5px;background:#AAFFAA;color:#333333;}
.okmsg img{margin-right:5px;margin-top:-1px;}



.ui-dialog, .ui-widget, .ui-corner-all, .ui-widget-content {border:none;background:none;}
.ui-dialog-content {overflow:auto;}
.ui-dialog-content {background:#ffffff;border:2px #333333 solid;border-radius:5px;}
.ui-dialog-titlebar {display:none;}
.ui-dialog-content p, .ui-dialog-content div {margin:0;padding:0;}


.ui-widget-overlay {opacity:0.75;}


.list-group-item {
    border: none;
}

.spacer-top {
  margin-top: 80px;
}

.spacer {
  margin: 15px 0;
}

.upper-case {
  text-transform: uppercase;
}

.form-input, .form-textarea {
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 2px;
  box-sizing: border-box;
  color: #666666;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
  transition: border-color .3s ease-in;
  width: 100%;
}

.form-submit {
  background-color: #444444;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  margin: 16px 0;
  padding: 10px 20px;
  text-align: center;
  transition: background-color .3s ease-in, border-color .3s ease-in, color .3s ease-in;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  text-transform: uppercase;
  color: #444444;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #444444;
}

hr .faig-hr {
  border-width: 0;
  border-bottom: 2px solid #CCCCCC;
}

.faig-side-nav li {
    list-style-type: none;
}

.aktiv a {
    color: #183956;
}

#wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: auto;
  position: relative;
}

#main {
  min-height: 100%;
  height: auto;
}

#footer {
  color: #666;
  font: normal 14px sans-serif;
  padding: 20px;
}

#footer a:link, footer a:visited {
  color: rgba(204, 204, 204, 0.83);
}
