﻿html {
    scroll-behavior: smooth;
}

p {
    line-height: 1.5;
}


.check-label {
    display: block;
    position: relative;
    padding-right: 36px;
    line-height: 36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .check-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 32px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
    opacity: 1;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 9px;
    top: 0;
    width: 12px;
    height: 24px;
    border: solid #4cb64c;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.data-loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 225px;
    bottom: 0;
    right: 0;
    font-size: 40px;
    text-align: center;
}

/*ProfileAdminStyles*/
.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

    .resize-container img {
        display: block
    }

    .resize-container:hover img,
    .resize-container:active img {
        outline: 2px dashed rgba(195,195,195,1);
    }

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(195,195,195,1);
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.overlay {
    position: absolute;
    left: 30%;
    top: 10%;
    z-index: 999;
    width: 220px;
    height: 220px;
    border: solid 2px #185aa7;
    border-radius: 999999px;
    box-sizing: content-box;
    pointer-events: none;
    margin: 10px auto;
}

    .overlay:after,
    .overlay:before {
        content: '';
        position: absolute;
        display: block;
        width: 224px;
        height: 30px;
        border-left: dashed 2px #185aa7;
        border-right: dashed 2px #185aa7;
    }

    .overlay:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

.overlay-inner:after,
.overlay-inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 224px;
    border-top: dashed 2px #185aa7;
    border-bottom: dashed 2px #185aa7;
}

.overlay-inner:before {
    left: 0;
    margin-left: -40px;
    margin-top: -2px;
}

.overlay-inner:after {
    right: 0;
    margin-right: -40px;
    margin-top: -2px;
}

.btn-crop {
    /*position: absolute;
	vertical-align: bottom;
	right: 5px;
	bottom: 5px;
	padding: 6px 10px;
	z-index: 999;
	background-color: rgb(222,60,80);
	border: none;
	border-radius: 5px;
	color: #FFF;*/
}

    .btn-crop img {
        vertical-align: middle;
        margin-left: 8px;
    }

#profile-photo-file {
    visibility: hidden;
}

.resize-image {
    max-width: 260px;
    max-height: 260px;
}

.profile-photo-preview {
}

#upload-crop-photo {
}

    #upload-crop-photo .modal-body {
        height: 300px;
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }

/*General Styles*/
.cat-seperator {
    width: 100%;
    padding: 5px;
    background-color: #ccc;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    width: 430px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .navbar-nav > li > .dropdown-menu li {
        line-height: 1.5em;
        float: left;
        display: inline;
    }

    .navbar-nav > li > .dropdown-menu li {
        width: 50%;
    }

        .navbar-nav > li > .dropdown-menu li a {
            width: 100%;
            overflow: hidden;
        }

.group-list, .member-list {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
    padding: 10px;
}

    .group-list li, .member-list li {
        line-height: 1.5em;
        float: left;
        display: inline;
    }

    .group-list li {
        width: 50%;
    }

        .group-list li a {
            width: 100%;
            overflow: auto;
        }

    .member-list li {
        padding: 5px 0px;
    }

.non-admin {
    opacity: 0.2;
}
/*.navbar-nav > li > .dropdown-menu{width:340px!important;}*/
.navbar-nav > li > .dropdown-menu {
    width: initial;
    width: initial;
    max-height: 300px;
    overflow: auto;
}

    .navbar-nav > li > .dropdown-menu li {
        width: 100% !important;
    }

.mbrsGrid td {
    vertical-align: middle !important;
}

.req {
    color: red;
}

.DT-search, .DT-search input {
    width: inherit !important;
}



/*Styles for car donation form*/
.car-donation .selectable-hover-tr {
    cursor: pointer;
}

    .car-donation .selectable-hover-tr:hover, .car-donation.table-striped > tbody > tr:nth-of-type(odd):hover {
        background: #ddd;
    }

.Beneficiary .table thead > tr {
    background-image: linear-gradient(to bottom, #52aded 0%, #418ce4 100%);
    cursor: pointer;
}

    .Beneficiary .table thead > tr > th {
        transition: all 0.5s;
        color: #fff;
        border-left: 1px #fff solid;
    }

.Beneficiary .car-donation.table thead > tr > th:first-child {
    border-left: none;
}

.Beneficiary .car-donation.table thead > tr > th:hover {
    color: #ddd;
}

.has-danger {
    border-color: red;
}

.FieldWarning {
    color: red;
}
/*End Styles for car donation form*/

html, body, #main-wrapper, #content-wrapper {
    /*height: 100%;*/
}

.logout-btn {
    background: none;
    border: none;
    color: #555;
    text-shadow: none;
    margin: 0 -2px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    padding-left: 20px;
    text-align: left;
}

    .logout-btn:hover {
        background: #418ce4;
        color: #fff;
    }

.slimScrollDiv {
}

body.mmc .navigation > .open > ul {
    position: absolute;
    display: block !important;
    overflow: visible !important;
    left: 100%;
    top: 0;
    background: #2b2b2b;
    min-width: 280px;
}

#main-menu {
    transition: all .5s;
}

#main-menu-bg {
    transition: all .5s;
}

/*Profile*/
.page-profile .profile-name {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    border-bottom-width: 2px;
    margin-bottom: 0;
    text-align: left;
}

.page-profile .profile-block {
    margin-top: 0 !important;
}


/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


.page-profile .profile-photo {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .page-profile .profile-photo:before {
        content: "";
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: all 0.5s;
    }

    .page-profile .profile-photo:hover:before {
        content: "";
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.2);
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .page-profile .profile-photo img {
        z-index: -1;
        width: 100%;
    }

    .page-profile .profile-photo .dz-default.dz-message {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 50px;
        color: #000;
        background: rgba(255,255,255,0.6);
        box-shadow: 0px -10px 20px 0px rgba(255,255,255,0.6);
        font-size: 12px;
        font-weight: normal;
        padding: 0;
    }

    .page-profile .profile-photo .dz-preview {
        display: none !important;
    }


.form-edit-box {
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    overflow: auto;
    height: 150px;
}

    .form-edit-box > .form-group {
        border-bottom: 1px solid #ccc;
    }

        .form-edit-box > .form-group:last-child {
            border-bottom: none;
        }

.blurb-total {
    display: inline-block;
    min-width: 10px;
    padding: 0 5px;
    line-height: 16px;
    text-align: center;
    color: white;
    position: relative;
    top: -10px;
    left: -5px;
    color: #418ce4;
    font-size: 11px;
    font-weight: bold;
}

.panel-heading.accordion-toggle:after {
    top: 20%;
}

/*#main-wrapper {
    overflow-x: hidden;
}*/

#searchFilters .panel-body .panel-body .check-label {
    line-height: 31px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 10px;
}

.loading:not(.v-select) {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
}

    .loading:not(.v-select) > i {
        font-size: 50px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
    }

.loading.absolute:not(.v-select) {
    position: absolute;
}

.page-body {
    position: relative;
}

.spinner.spinner--jumper {
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

    .spinner.spinner--jumper > div {
        background-color: #3690e6 !important;
    }

.btn .fa-spinner {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

.btn.has-spinner {
    position: relative;
}

.btn ~ .btn-message {
    vertical-align: middle;
}


.v-select .dropdown-toggle {
    background-color: white !important;
}

.adding-new-item {
    box-shadow: 0px 0px 15px 0px #f29f29;
}

.modal-backdrop {
    z-index: 1030;
}

.v-select .dropdown-toggle .clear {
    bottom: 6px !important;
}

.top-scroller {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #3b93e7;
    border-radius: 100%;
    opacity: 0.75;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .top-scroller .fa {
        color: #fff;
        position: absolute;
        top: 8px;
        left: 10px;
        font-size: 30px;
    }

    .top-scroller:hover {
        opacity: 1;
    }

    .top-scroller:hover .fa {
        animation: top-scroller-arrow;
        animation-duration: 1s;
        animation-iteration-count: 3;
        animation-timing-function: ease-out;
    }

@keyframes top-scroller-arrow {
    0% {
        top: 8px;
    }

    25% {
        top: 3px;
    }

    50% {
        top: 13px;
    }
    
    100% {
        top: 8px;
    }
}