﻿@font-face {
    font-family: Lato-Regular;
    src: url(/CommonProfile/Lato-Regular.ttf);
}

body {
    background-color: #FFF !important;
}

.Content.ThemeGrid_Wrapper, .MainContent {
    background: #fff !important;
}

.Content {
    margin-bottom: -315px !important;
}

.Header.ThemeGrid_Wrapper {
    background-color: #FFF !important;
    color: #d1d1d1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.Border {
    background: #cccccc;
    border: 0;
    height: 1px;
}

.Height {
    height: 25px;
}

.BackgroundWhite {
    background-color: white;
}

.exclamationicon {
    width: 70%;
}

.TopText {
    line-height: 1.5;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.errMsgText {
    font-family: Lato-Regular, sans-serif !important;
    font-size: 20px;
}

.phone .TopText {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    margin-top: 0px;
}

.phone .Text_small {
    font-size: .7em !important;
}

.BottomText{
    margin-top: 20px;
    font-size: 23px;
    color: #8A8383;
}

.errMsgCont {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.Footer {
    background: #ebebeb !important;
    font-size: 12px;
    min-height: 50px;
    padding: 5px 0px 30px 0px!important;
    position: absolute;
    text-align: center;
    width: 100%;
    box-shadow: inset 1px 4px 9px -6px !important;
}

.mainFooterCont {
    width: 100%;
    bottom: 0;
    background-color: #ebebeb;
}

html .ThemeGrid_Container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .error-icon {
        text-align: center !important;
        width: 100%;
    }
    .exclamationicon {
        width: 25%;
    }
    .TopText {
        position: relative;
        transform: none;
        padding: 0px 20px;
    }
    .Content {
        margin-bottom: -250px !important;
    }
    .MainContent {
        margin-top: 50px;
        min-height: 100%;
        padding-bottom: 80px;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
    .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        display: inline-block;
    }
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.22%;
    }
    .col-sm-5 {
        width: 41.65%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .errMsgCont {
        width:750px;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
    .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        display: inline-block;
    }
    .col-md-1 {
        width: 8.33%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.22%;
    }
    .col-md-5 {
        width: 41.65%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-12 {
        width: 100%;
    }
}

@media only screen and (min-width:992px) {
    .errMsgCont {
        width:970px;
    }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
    .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        display: inline-block;
    }
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.22%;
    }
    .col-lg-5 {
        width: 41.65%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@media only screen and (min-width:1200px) {
    .errMsgCont {
        width:1170px;
    }
}