﻿html, body {
    min-height: 100%;
}

body {
    background-color: #FFF;
    color: #333;
    font-family: "Nunito", "Open Sans", Arial, sans-serif;
    position: relative;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100vw;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.position-relative {
    position: relative !important;
}

select.form-control:not(.select-multiple) {
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=) no-repeat 96% 46%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
