.loading-prompt {
    position: fixed;
    left: 45%;
    top: 30%;
    z-index: 9999;
    background: transparent;
}

.loading-prompt:before {
    font-family: 'FontAwesome';
    font-size: 60px;
    color: #000;
    content: "\f110";
    position: absolute;
    left: 20px;
    top: 20px;
}

.flash-note .success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.flash-note .error {
    background-color: #ead2d3;
    border-color: #eed3d7;
    color: #984949;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.flash-note .info {
    background-color: #d9edf7;
    color: #3a87ad;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.loginprompt-modal {
    position: relative;
    z-index: 120;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-width: 90%;
}

.loginprompt-modal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: white;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 140;
    opacity: 1;
}

.loginprompt-modal .close:hover {
    opacity: 1;
}

.loginprompt-modal .close:before {
    position: absolute;
    left: 6px;
    top: 4px;
    font-family: 'FontAwesome';
    content: "\f057";
    color: #004f69;
    font-size: 22px;
    z-index: 160;
    opacity: 1;
}

.loginprompt-modal .close:hover:before {
    opacity: 1;
    color: #000;
}

.loginprompt-modal .close:focus:before {
    opacity: 1;
    color: #000;
}

.loginprompt-modal .close:active:before {
    opacity: 1;
    color: #000;
}

.loginprompt-modal .modal-header {
    color: #004f69;
}

.loginprompt-modal.animatetop {
    position: relative;
    animation: animatetop 0.4s;
    -webkit-animation: animatetop 0.4s;
    -moz--animation: animatetop 0.4s;
}

.loginprompt-modal.animateright {
    position: relative;
    animation: animateright 0.4s;
    -webkit-animation: animateright 0.4s;
    -moz--animation: animateright 0.4s;
}

.loginprompt-modal.animatebottom {
    position: relative;
    animation: animatebottom 0.4s;
    -webkit-animation: animatebottom 0.4s;
    -moz--animation: animatebottom 0.4s;
}

.loginprompt-modal.animateleft {
    position: relative;
    animation: animateleft 0.4s;
    -webkit-animation: animateleft 0.4s;
    -moz--animation: animateleft 0.4s;
}

.loginprompt-modal,
.loginprompt-modal:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.loginprompt-modal .modal-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.loginprompt-modal .modal-header h3 {
    position: relative;
    padding-left: 120px;
    margin: 0;
    font-size: 32px;
    font-family: 'Open Sans', san-serif;
    color: #004f69;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 35px;
}

.loginprompt-modal .modal-header h3:before {
    position: absolute;
    left: 20px;
    top: 18px;
    content: "\f2be";
    font-family: 'FontAwesome';
    font-size: 76px;
    color: #004f69;
}

.loginprompt-modal .modal-body {
    background: #e6f1f5;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.loginprompt-modal .modal-body a {
    text-decoration: underline;
    color: #004f69;
}

.loginprompt-modal .modal-body a:hover {
    text-decoration: none;
    color: #004f69;
}

.loginprompt-modal .modal-body a:active {
    text-decoration: underline;
    color: #004f69;
}

.loginprompt-modal .modal-body a:focus {
    text-decoration: underline;
    color: #004f69;
}

.loginprompt-modal .modal-body p {
    color: #007096;
    font-size: 12px;
}

.loginprompt-modal .modal-body .field .label {
    color: #004f69;
    font-size: 12px;
    font-weight: 600;
}

.loginprompt-modal .modal-body input[name="login[username]"] {
    background: #fff;
    border: 1px solid #b8d3e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

.loginprompt-modal .modal-body input[name="login[password]"] {
    background: #fff;
    border: 1px solid #b8d3e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

.loginprompt-modal .modal-body .actions-toolbar {
    width: 100%;
    clear: both;
}

.loginprompt-modal .modal-body .actions-toolbar .primary {
    width: 100%;
    clear: both;
    background: #ff7500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.loginprompt-modal .modal-body .actions-toolbar .primary:hover {
    background: #004f69;
    color: #fff;
}

.loginprompt-modal .modal-body .actions-toolbar .primary:active {
    background: #004f69;
    color: #fff;
}

.loginprompt-modal .modal-body .actions-toolbar .primary:focus {
    background: #004f69;
    color: #fff;
}

.loginprompt-modal .modal-body .actions-toolbar .secondary {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 12px;
}

.loginprompt-modal .modal-body .actions-toolbar .secondary a {
    text-decoration: underline;
    color: #004f69;
}

.loginprompt-modal .modal-body .actions-toolbar .secondary a:hover {
    text-decoration: none;
    color: #004f69;
}

.loginprompt-modal .modal-body .actions-toolbar .secondary a:active {
    text-decoration: underline;
    color: #004f69;
}

.loginprompt-modal .modal-body .actions-toolbar .secondary a:focus {
    text-decoration: underline;
    color: #004f69;
}


@media (min-width: 993px) {
    .loginprompt-modal {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .loginprompt-modal {
        width: 400px;
    }
}

@media (max-width: 600px) {
    .loginprompt-modal {
        margin: 0 10px;
        width: auto !important;
    }
}

/* CSS3 Loader */
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #004f69;
    font-size: 5px;
    position: absolute;
    left: 47%;
    top: 0;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.loginprompt-overlay {
    z-index: 2000 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    padding-top: 100px;
    overflow: auto;
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    overscroll-behavior: contain;
}

.loginprompt-modal {
    z-index: 2500 !important;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
}
