/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 Apr, 2017, 2:12:49 PM
    Author     : ramred
*/

#footer {
   position:fixed;
   left:100px;
   bottom:80px;
   width:auto;
   background:#fff;
   border-top: 1px solid #ccc;
   z-index: 999;
   border-radius: 10px;
}

#footer img {
    max-width: 250px;
    margin: 10px;
}

#footer .col-2 {
    text-align: center;
}

.guide-container {
    
    width: 250px;
    height: auto;
    margin-top: 12px !important;
    margin: 0 auto;
    text-align: left;
}

.pagaende, .vilande, .din-position, .klar, .kalkyl, .prioriterad {
    width: 84px;
    height: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.guide-container .color {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #ccc;
}

.guide-container span {
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.guide-container .pin {
    display: inline-block;
}

.guide-container img {
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    width: 15px;
    height: 15px;
}

#footer .col-3 {
    text-align: right;
}

@media screen and (max-width: 1100px) {
    #footer img {
        max-width: 200px;
        margin: 6px;
    }
}

@media screen and (max-width: 680px) {
    #footer .col-3, #footer .col-1 {
        display: none;
    }

    #footer .col-2 {
        width: 100%;
        text-align: right;
    }
}
