div.remember {
    margin-top: 7px;
    color: #969696;
}

div.remember label {
    padding-top: 15px;
}

footer {
    background: url("../img/feature-gradient.png") no-repeat scroll center 100% white;
    color: #B7B7B7;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}

footer a {
    margin-left: 10px;
    margin-right: 10px;
}

table.signup td {
    padding: 10px;
}

table.signup .alert {
    margin-bottom: 0;
    margin-top: 3px;
}

table.perms select {
    margin-top: 5px;
    margin-right: 10px;
}

table.perms label {
    margin-right: 10px;
}

.td-width-12 {
    width: 12%;
}

.td-width-5 {
    width: 5%;
}

.jumbotron {
    margin: 1em 0 .5em
}

.jumbotron + .row {
    padding: .5em 0 1em
}

.sidebar-brand {
    padding: 0.65rem 1.5rem;
    text-align: left;
}

.sidebar-content {
    background: #00118c!important;
}

.sidebar {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;min-width: 80px;max-width: 80px;
}

.sidebar-cta-content {
    background: #07125f!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #030b40;}
.btn-warning {background: #ff8b00;border-color: #ff8b00;color: #fff!important;}
.btn-warning:hover {background: #ff5000;border-color: #ff5000;color: #c50202!important;}
/*
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {height: 25px;width: 25px;}
.sidebar-link span {}
.sidebar-link, a.sidebar-link {font-weight: 200;font-size: 12px;padding: .25rem .85rem;}
.sidebar-header {display: none;}
.sidebar-nav {display: flex;flex-direction: column;align-content: center;justify-content: center;align-items: center;}
*/
footer.footer {position: fixed;bottom: 0;width: 100%;}

.onboarding-block{-webkit-box-align: center;align-items: center;display: flex;font-weight: 400;padding-right: 15px;color: rgb(103, 118, 138);min-height: 100px;background-color: rgb(245, 249, 252);}
.onboarding-block .icon {height: 80px;padding: 0px 20px;margin: 20px 15px 20px 0px;border-right: 1px solid rgb(199, 203, 212);display: inherit;}    
.message-container {padding: 10px 0px;}    
.message-container p {font-size: 12px;}
.message-container .message {color: rgb(17, 50, 77);font-size: 17px;font-weight: 700;}
.message-container .link {font-weight: 400;text-decoration: underline!important;color: #007bff!important;cursor: pointer;font-size: 14px;} 
a:hover {text-decoration: none!important;}
.business_selector {width: 100%;height: 40px;background: #f9f7f7;padding: 0.5rem;border: 2px solid #f9f7f7;border-radius: 5px;font-weight: bold;color: #030c48;cursor: pointer;}   
img.logo-icon {width:60%;}

.enterprise.ring-container .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
}

.enterprise.ring-container .ringring {
    border: 3px solid;
    -webkit-border-radius: 20px;
    height: 20px;
    width: 20px;
    position: relative;
    right: 0.3em;
    top: -1.1em;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}