﻿.imglogo
{
    display: block;
    max-width: 100%;
    height: 70px;
    margin-left: 10px;
}
#map
{
    height: 400px;
    width: 600px;
}
#dvMap
{
    width: 500px;
    height: 500px;
}
.clear
{
    clear: both;
}
div#loader_container
{
    width: 100%;
    top: 35%;
    position: fixed;
    text-align: center;
    align-self: center;
}

div#bar_container
{
    height: 24px;
    background: #111;
    border-radius: 20px;
    border-top: 1px solid #cfcec9;
    border-bottom: 1px solid #f7f6f4;
    box-shadow: 0 -1px 0 #bab9b4;
    margin-bottom: 24px;
    position: relative;
}

div#progress_bar
{
    background-color: #dcf1c6;
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #9fbff4), color-stop(100%, #555bb4));
    background-image: -webkit-linear-gradient(top, #Ff0033 0%, #E84969 100%);
    background-image: -moz-linear-gradient(top, #Ff0033 0%, #E84969 100%);
    background-image: -ms-linear-gradient(top, #Ff0033 0%, #E84969 100%);
    background-image: -o-linear-gradient(top, #Ff0033 0%, #E84969 100%);
    background-image: linear-gradient(to right, #0f86ff 0%, #c9c9c9 100%);
    height: 110%;
    position: absolute;
    top: -3px;
    left: 0px;
    border-top: 1px solid #e5ebf4;
    border-radius: 20px;
    box-shadow: 0 3px 10px #717171;
    width: 10%;
    transition: width 0.1s ease-in-out;
}

div#progress_percentage
{
    position: absolute;
    top: -40px;
    right: -10px;
    width: 48px;
    height: 35px;
    padding-top: 2px;
    background: #edeef2;
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #edeef2), color-stop(100%, #c9c9d3));
    background-image: -webkit-linear-gradient(top, #edeef2 0%, #c9c9d3 100%);
    background-image: -moz-linear-gradient(top, #edeef2 0%, #c9c9d3 100%);
    background-image: -ms-linear-gradient(top, #edeef2 0%, #c9c9d3 100%);
    background-image: -o-linear-gradient(top, #edeef2 0%, #c9c9d3 100%);
    background-image: linear-gradient(to bottom, #edeef2 0%, #c9c9d3 100%);
    border-top: 1px solid white;
    border-right: 1px solid #d2d2d0;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #d2d2d0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-shadow: 0 0 2px #bebfc3;
    box-shadow: 0 2px 5px #c1c1bf;
}

div#progress_percentage::before
{
    content: "";
    position: absolute;
    left: 14px;
    bottom: -11px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

div#progress_percentage::after
{
    content: "";
    position: absolute;
    left: 14px;
    bottom: -10px;
    border-top: 5px solid #c9c9d3;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

div#text_container
{
    color: #80b8ff;
    font-weight: bold;
    font-size: 30px;
    text-shadow: -1px 1px 1px #d1d0cc;
    text-align: center;
}

div#text_container span
{
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0px;
    color: #111;
}
.lds-roller
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div
{
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after
{
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #80b8ff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1)
{
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after
{
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2)
{
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after
{
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3)
{
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after
{
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4)
{
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after
{
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5)
{
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after
{
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6)
{
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after
{
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7)
{
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after
{
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8)
{
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after
{
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.rating
{
    border: none;
    float: left;
}

.rating > input
{
    display: none;
}
.rating > label:before
{
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before
{
    content: "\f089";
    position: absolute;
}

.rating > label
{
    color: #ddd;
    float: right;
}


.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label
{
    color: #ffd700;
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label
{
    color: #ffed85;
}
