.nobis-danger {
    color: #cc2127;
}

.nobis-success {
    color: #4cae4c;
}

.btn-success {
    border-color: #4cae4c;
    color: #4cae4c;
}

.with-margin10 {
    margin-bottom: 10px;
}

.with-margin40 {
    margin-bottom: 40px;
}


.with-margin3 {
    margin-bottom: 3px;
}

.icon-medium {
    font-size: 2em;
}

.col-half-offset {
    margin-left: 4.166666667%
}

/** Member View Page **/


.row-striped {
    margin-left: 5px;
    margin-right: 5px;
}

.row-striped:nth-of-type(odd) {
    background-color: #efefef !important;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

.nobis-side-card {
    line-height: 1.2;
    font-size: 14px;
    color: #5e5d5b;
}

.nobis-form {
    line-height: 3;
    font-size: 14px;
    color: #5e5d5b;
}

.nobis-subsection {
    padding: 15px;
    color: #252422;
}

.filter-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.reset-filter {
    padding-top: calc(13%);
}

.loader-modal-container {
    top: calc(50% - 24px);
}

.loader-modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

a:hover {
    text-decoration: none;
}

.nav-member-container {
    margin-bottom: 10px;
}

.nav-member {
    font-size: medium;
}

.nav-cc-email-tabs {
    text-align: left;
    padding-top: 20px;
}

.user-edit-modal-feedback {
    min-height: 50px;
}

.user-edit-modal-body {
    min-height: 180px;
}

.profile-view-row {
    display: flex;
    align-items: center;
}

.profile-view-password-change-title {
    padding-left: 15px;
}

.view-page-title {
    font-weight: bold;
}

.sms-form {
    max-width: 300px;
    padding-left: 20px;
}

/* clock styling */

#days {
    font-size: 40px;
    color: #db4844;
}

#hours {
    font-size: 40px;
    color: #f07c22;
}

#minutes {
    font-size: 40px;
    color: #f6da74;
}

#seconds {
    font-size: 40px;
    color: #abcd58;
}

/*data input page*/

#regno-input {
    line-height: 32px;
    font-size: 22px;
}

.voter {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.progress {
    height: 40px;
}

.progress-bar {
    font-size: large;
    line-height: 32px;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

/*end of clock styling*/

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bold-label {
    font-weight: bold;
}

/* set every table's font to same size */
.table-responsive {
    font-size: .85rem;
}


.btn-dbm {
    color: #fff;
    background-color: #9F1422;
    border-color: #840916;
}

.btn-dbm:hover {
    color: #fff;
    background-color: #840916;
    border-color: #9F1422;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.35rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
    opacity: 1;
}

.card-header-actions .card-header {
    height: 3.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
}

.card-header-actions .card-header .dropdown-menu {
    margin-top: 0;
    top: 0.5625rem !important;
}
