﻿html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: Tahoma;
}

.nanobar .bar {
    background: #409EFF;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 10px #437ebb;
    height: 6px;
    /*margin: 0 auto;*/
}


.loaderCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    /*max-width: 550px;*/
    min-width: 400px;
    min-height: 420px;
    text-align: center;
    color: #2a4e73;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Tahoma";
    -webkit-transition: .8s ease;
    -ms-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .5s ease;
    transition: .8s ease;
}

.pageLoader {
    display: block;
    margin: 20px 0;
    
}

.pageLoader svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.bodyTextWithIcon {
    margin: 0 auto;
    max-width: 470px;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 20px;
    text-align: center;
    background: url("/Areas/Base/Content/Images/loaders/reconstructionImg.png") no-repeat center 30px;
}

.textDecriptionButton {
    margin-top: 30px;
}

.textDecriptionButton .buttonToMain {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background: #B30E13;
    color: #fafafa;
    padding: 10px 35px 10px;
    font-size: 16px;
    text-align: center;
    border: none;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.textDecriptionButton .buttonToMain:hover {
    background: #c41217;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .loaderCenter {
        position: static;
        top: auto;
        left: auto;
        min-width: 280px;
        min-height: 0;
        -ms-transform: none; 
        -moz-transform: none; 
        -webkit-transform: none;
        transform: none;
    }
}