@font-face {
    font-family: Helvetica;
    src: url(fonts/HelveticaNeueLTStd-LtCn.otf);
    font-weight: light;
}
@font-face {
    font-family: Garamond;
    src: url(fonts/AGaramondPro_Regular.otf);
}
@font-face {
    font-family: GaramondBold;
    src: url(fonts/AGaramondPro-Bold.otf);
}
@font-face {
    font-family: HelveticaBold;
    src: url(fonts/HelveticaNeueLTStd-BdCn.otf);
}

::selection {
    background: #3a3a3a;
    color: #FFFFFF;
}
::-moz-selection {
    background: #3a3a3a;
    color: #FFFFFF;
}

body {
    color: #474747;
}
a {
    color: #474747;
    text-decoration:  none;
}
p {
    margin-bottom: 0em;
    font-family: Helvetica;
}
textarea {
    width: 43em;
    height: 20em;
    margin-bottom: 0.5em;
    font-family: Helvetica;
}
h1{
    font-family: HelveticaBold;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}
h2{
    margin-bottom: 0;
}
b{
    font-family: HelveticaBold;
    letter-spacing: 1px;
    word-break: normal;
}
table{
    font-family: Helvetica;
    table-layout: fixed;
    word-break: break-word;
}
select{
    width:6em!important;
}
.imgTd{
/*    width: 240px;*/
}
.mainForm{
    max-width:40%;
    margin-left:auto;
    margin-right:auto;
}
.thumbImg{
    float: left;
    padding-right: 1em;
    cursor: pointer;
    max-width: 200px;
    max-height: 130px;
}
.floatingTable{

}
.hideButton{
    cursor:pointer;
    text-align: right;
    margin-bottom: -1em;
}
.resultdiv{
    padding-bottom: 1em;
    margin:auto;
    width:97%;
}
.resultParent{
    border: 1px solid #e1e1e1;
/*    padding-bottom: 2em;*/
    margin-top: -1px;
    margin-right: -3em;
    margin-bottom: 2em;
    border-radius: 0.3em;
    overflow: hidden;
}
.searchField{
    background: #f8f8f8;
    padding: 1.5em;
    margin-bottom: 2em;
}
.endLine{
}
.leftCol{
    padding-right: 1em;
}
.filterDiv{
    position: fixed;
    top: 50px;
    overflow-y: scroll;
    height: 90%;
    border: 1px solid #3232;
    box-sizing: border-box;
    padding: 0em 1em 1em 1em;
    font-family: Helvetica;
}
.goToDiv{
    right: 1em;
    height: auto;
    overflow-y: auto;
/*    padding-right: 6em;*/
}
.filterButton{
    width: 14em;
    font-family: Helvetica;
}
.buttonTable{
/*    width: 100%;*/
    font-family: Helvetica;
    text-align: center;
}
.overlayDiv{
    width: 100%;
    height:100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 1;
    top: 0;
    cursor: pointer;
}
.overlayImage{
    padding: 10em;
    max-width: 80%;
}
.fromIndd{
    color:#FFF;
    position: absolute;
    margin-top: -25px;
    background-color: #000;
    font-family: Helvetica;
}
.searchInput{
    font-family: HelveticaBold;
    height: 1em;
    font-size: 1em;
    border: 0px;
    color: #474747;
}
.searchOption{
    display:inline;
}
/*Start overlay för index.php*/
#overlay {
    position: absolute;
    height: auto;
    width: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    display: none;
    opacity: 0.5;
}
#overlay-dashes {
    padding:30%;
    border-style:dashed;
    border-width:5px;
    border-color:#fff;
}
#overlay h1 {
    color: #fff;
    opacity: 1.0 !important;
    margin-top: 1.5%;
    border-style: dashed;
    border-width: 5px;
    -moz-border-radius: 15px;
    border-radius: 25px;
    margin-left: 10%;
    margin-right: 10%;
    padding-top:315px;
    padding-bottom: 415px;
    text-align: center;
}
