﻿.link_Header {
    padding: 22px 0px;
}

.divMsg {
    left: 0;
    line-height: 60px;
    margin: auto;
    /*margin-top: -80px;*/
    position: absolute;
    top: 50%;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
}

#iconApproved {
    font-size: 110px;
    color: #2ecc71;
}
.approval_header {
    background: #000000;
    height: 46px !important;
}
.footer {
    position: absolute !important;
    bottom: 0px !important;
    width: 100%;
    height: 40px;
    background: #231F20 !important;
    color: #f9f9f9;
}
footer {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    height: 40px;
    background: #231F20 !important;
    color: #f9f9f9;
}

.copyright {
    font-family: "Open Sans", sans-serif !important;
    margin-top: 5px;
}

.approval_header {
    background: #000000;
    height: 46px !important;
}

.page-content-wrapper .page-content {
    padding: 0px 0px 0 0px !important;
}

.page-content-wrapper .page-content {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
/* ----------- iPhone 5 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .divMsg {
        top: 43%;
        line-height: 50px;
        margin-top: -56px;
    }

    .page-content-wrapper .page-content {
        padding: 0px !important;
    }

    #iconAlert {
        font-size: 100px;
    }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .divMsg {
        top: 43%;
        line-height: 50px;
        margin-top: -56px;
    }

    .page-content-wrapper .page-content {
        padding: 0px !important;
    }

    #iconAlert {
        font-size: 100px;
    }
}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .divMsg {
        top: 43%;
        line-height: 50px;
        margin-top: -56px;
    }

    .page-content-wrapper .page-content {
        padding: 0px !important;
    }

    #iconAlert {
        font-size: 100px;
    }
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}
/* ----------- IPAD  ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .divMsg {
        top: 43%;
        line-height: 50px;
        margin-top: -56px;
    }

    .page-content-wrapper .page-content {
        padding: 0px !important;
    }

    #iconAlert {
        font-size: 100px;
    }
}
/* Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/* Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
