﻿form {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.progress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #666;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    display: inline-block;
}
.navbar-brand h6 {
    display: inline-block;
    height: 1rem;
    vertical-align: middle;
    margin: 0;
    line-height: 1rem;
}

.nav-sidebar .nav-item a i {
    width: 12px;
    display: inline-block;
    font-size: 14px;
}

.summernote-wrapper {
    padding: 10px;
}

.summernote-wrapper .note-frame.card {
    margin-bottom: 0px;
}

#cke_tbNotificationBody .cke_top {
    padding: 10px;
    padding-bottom: 5px;
}

tr.unread td {
    font-weight: bold;
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.svg) center no-repeat #fff;
    opacity: 0.5;
}

.select2-group {
    font-weight: bold;
    color: #000;
    margin: 20px 0px 0px;
}

.login-form {
    min-width: 500px;
}

.login-form .navbar-brand img {
    height: 48px;
}

.login-form .navbar-brand h6 {
    font-size: 1.2rem;
    padding-left: 12px;
}

@media(max-width: 1200px) {
    .force-height-400 {
        height: 600px;
    }
}

.progress-box {
    border-width: 5px !important;
    font-size: large;
    font-weight: bold;
    margin-bottom:2rem;
}

.blue-text {
    color: #2d6099;
}

.paypal-heading-xxl {
    font-size:xx-large; 
}

.paypal-heading-xl {
    font-size: x-large;
}

.paypal-heading-lg {
    font-size: large;
}
