﻿#loading_overlay {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf5fe;
    z-index: 9999;
}
    #loading_overlay .loading_message {
        text-align: center;
        height: 500px;
    }
#loading_overlay .loading_message img {
    padding-top: 50px;
    margin:  auto 0px;
}
.not-active {
    pointer-events: none;
    cursor: default;
}
.btn:disabled {
    background-color: #00ff00;
}
a {
    cursor: pointer;
}
.content-tintuc img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.mlink { box-shadow: 0 .150rem .50rem rgba(0,0,0,.095);  border-radius: 4px; position: relative; padding-right: 12px; line-height: 25px; padding-left: 5px; padding-top: 4px;  padding-bottom: 4px;  margin-right: 6px; }

.mlink .glyphicon-new-window {  position: absolute;  top: 0;  right: 0; font-size: 12px;  }
.h-iframe { height: calc(100vh - 50px); padding: 0; margin: 0; overflow: hidden }

.apple-sign-in {
    padding: 0px 120px;
    border: none;
    background: url(../images/apple-id-sign-in-with.png) no-repeat;
    font-size: 30px;
    cursor: pointer;
    border-radius: 5px;
}
body {
    font-family: 'SF Pro Display Regular';
}