﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*.container-fluid{
    position:relative;
}*/
.sidepanel {
    background: #307BBE;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    color: #fff;
    left: 0;
    width: 33.3%;
    padding-left: 25px;
    padding-right: 25px;
}

header {
    height: 50px;
    /*border-bottom: 1px solid #ddd;*/
    box-shadow: 1px 0px 5px #ddd;
}

    header p {
        font-size: 16px;
        padding: 14px;
        font-weight: 600;
        color: #828282;
        margin: 0px;
    }

    header .home-icon {
        font-size: 16px;
        padding: 14px;
        font-weight: 600;
        color: #828282;
        margin: 0px;
        float: right;
    }

        header .home-icon i {
            color: #307BBE;
            margin-right: 5px;
            font-size: 18px;
        }

footer {
    height: 30px;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0px;
    width: 66.66666667%;
    background: #fff;
}

    footer p {
        font-size: 12px;
        padding: 7px;
        font-weight: 400;
        color: #828282;
        margin: 0px;
    }
.sidepanel img {
    margin-top: 25px;
}
.sidepanel h1 {
    margin-top: 20%;
    margin-bottom: 20px;
    font-size: 36px;
}
.sidepanel p.description {
    margin-bottom:30px;
}
.help_button{
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.73);
    border-radius: 3px;
    line-height: 42px;
    color: rgba(255,255,255,.73);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 47px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    text-decoration:none;
}
.help_button:hover {
    color: #2c61c2;
    background: #fff;
    text-decoration:none;
}
.copyright-txt {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 20px 0 4px;
    color: rgba(255,255,255,.7);
    margin-bottom:20px;
}
.copyright-txt a {
    margin: 0 14px;
    color: rgba(255,255,255,.61);
    font-size: 12px;
    text-decoration: none;
}
.sidepanel h3{
    font-size:13px;
    color: rgba(255,255,255,.7);
}
.sidepanel .address{
    font-size:11px;
    margin-bottom:5px;
    color: rgba(255,255,255,.7);
}
.fixed{
    position: fixed;
    width: 30%;
    bottom: 0px;
}


