@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	font-family: 'Montserrat', sans-serif;
}

html {
    position: relative;
    min-height: 100%; 
}

.header {
	background-color: #3C7DBA;
	text-align: center;
	padding: 2rem;
}

.clickable-header {
    position: absolute;
    top: 0;
    left: 10em;
    height: 7rem;
    width: 60%;
    background-color: red;
    margin-top: 0.5em;
    margin-left: 0em;
    position: absolute;
	color: #FFFFFF;
    font-size: 10px;
    border: 0;
    z-index: 1000;
    opacity: 0;
}

.form-with-footer {
    margin-bottom: 14rem;
}

.footer-body {
    position: absolute;
    bottom: 0;
    height: 14rem;
    width: 100%;
    background-color: #E9F2F3;
}

.footer-title {
    margin-top: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-text {
    margin-top: 1rem;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #9B9B9B;
    letter-spacing: 0.83px;
}

.footer-logo {
    position: absolute; /* TODO on mobile, remove or use bootstrap column layouting */
    bottom: 3.5rem;
    right: 3rem;
    background-color: transparent;
}

.utskra {
    color: #4A526E;
    position: absolute;
    left: 1em;
    bottom: 5em;
    font-size: 10px;
    background-color: transparent;
}

.utskra:visited {
    color: #4A526E;
}

.back {
    margin-top: 0.5em;
    margin-left: 0.3em;
    position: absolute;
    background: transparent;
	color: #FFFFFF;
    font-size: 30px;
    border: 0;
}

.back:hover {
    color: lightgray;
}

.back:focus {
    outline: 0 none;
}

.menu {
    margin-top: 0.5em;
    right: 0.3em;
    position: absolute;
    color: #FFFFFF;
    background: transparent;
    font-size: 30px;
    border: 0;
}

.menu:hover {
    color: lightgray;
}

.rounded-field {
    border-radius: 3rem;
    font-size: 14px;
}

.rounded-icon {
    border-radius: 3rem;
    background-color: #FFFFFF;
    color:#B9BED1;
}

.input-group {
    margin: 2rem 0rem 2rem 0rem;
}

/* Trix to have autocomplete in text boxes but get rid of auto yellow fill in Chrome. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*  Styling of bootstrap select dropdown lists to have them with rounded edges */
.bootstrap-select .btn {
    border-style: solid;
    border-radius: 3em;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
    border-radius: 3em;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    margin: 0px 0 0;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.bootstrap-select {
    /*   max-width: 300px; */
}

input {
    color: #4A4A4A;
}

:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}

.control-width {
    min-width: 80%;
    max-width: 93%;
}

.pt-em-1 {
  padding-top: 1em;  
}

.pt-em-2 {
  padding-top: 2em;  
}

.pt-em-3 {
  padding-top: 3em;  
}

.pt-em-4 {
  padding-top: 4em;  
}

.pt-em-5 {
  padding-top: 5em;  
}


div.tocollapse:before{
    font-family: 'FontAwesome';
    content:"\f056";
    font-size:14px;
    color:gray;
    float:right;
}

div.tocollapse.collapsed:before{
    font-family: 'FontAwesome';
    content:"\f055";
}