/* widgets color override */
.bg-white {
    color: black;
}

.widget-stats.bg-white .stats-info h4 {
    color: black;
}

.widget-stats.bg-white .stats-icon {
    color:black;
}



/* adding the suvya font */
.suvya-font {
    font-family: nothing_you_could_doregular;
    font-size:80%;
}

.border-right {
    border-right:1px solid gray;
}

/* the original width for the page-title was to narrow (200px) */
.navbar-brand {
    width: auto;
    padding:12px 5px 12px 20px;
}

.btn.btn-theme {
    background: #ed905c;
    border-color: #ed9212;
    color: #fff;
}

@media (max-width: 767px) {
    .page-title {
        display:none;
    }
}

hr {
    border-top: 1px solid #333;
    margin-bottom: 5px;
}

label.required:after {
    content:" *";
    color:red;
}

.section-label.required:after {
    content:"";
}