body {
    background-color: #f7f8f9;
    font-size: .9rem;
}

a{
    text-decoration: none !important;
}

h1 {
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    font-size: 2.5rem
}

h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
    font-size: 1.2rem
}

h4 {
    border-bottom: .1rem solid #d5d5d5;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: .3rem;
    margin-bottom: .8rem
}

h5 {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .05rem
}

.body-content ul {
    margin: 15px 0;
}

.body-content ul li {
    margin: 0 0 6px 0;
}


textarea:focus, input:focus {
    outline: 0
}

label {
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: .8rem
}

.mt-7, .my-7 {
    margin-top: 7rem !important
}

.rounded-btn {
    border-radius: 50px;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: .05rem
}

.box-shadow {
    box-shadow: 0 .15rem .5rem rgba(0,0,0,0.05);
    transition: all .4s ease-in-out
}

.box-shadow-strong {
    -webkit-box-shadow: 0 10px 50px -7px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 50px -7px rgba(0,0,0,0.15);
    box-shadow: 0 10px 50px -7px rgba(0,0,0,0.15);
}

.card {
    border: 0;
    border-radius: .3rem;
}

.navbar {
    padding: 0 1rem;
    min-height: 55px
}

    .navbar .nav-item .nav-link {
        padding: .2rem .7rem 0rem .7rem;
        font-size: .9rem
    }

        .navbar .nav-item .nav-link i, .navbar .nav-item .nav-link svg {
            margin: 0rem 0rem 0rem .1rem;
            font-size: 1.4rem
        }

        .navbar .nav-item .nav-link:hover {
            color: #ff403f
        }

.navbar-brand {
    font-size: 1rem;
    color: #666 !important;
    letter-spacing: .15rem;
    font-weight: 400
}

    .navbar-brand span {
        letter-spacing: 2px;
        font-weight: 400;
        margin-left: -2px;
        font-size: 1.2rem
    }

    .navbar-brand .nav-logo-mark {
        vertical-align: -0.25em
    }

.page-title {
    border-bottom: .1rem solid #d5d5d5
}

    .page-title h1, .page-title h2 {
        font-size: 1rem;
        font-weight: 700;
        color: #666
    }

.page-title__actions a {
    color: #7f8fa4;
    font-size: .78rem;
    font-weight: 400
}

    .page-title__actions a:hover {
        color: #ff6665;
        text-decoration: none
    }

.site-brand {
    font-size: 2rem;
    color: #666 !important;
    letter-spacing: .15rem;
    font-weight: 300
}

    .site-brand span {
        letter-spacing: 2px;
        font-weight: 300;
        margin-left: -2px;
        font-size: 2.3rem
    }

    .site-brand .svg-inline--fa {
        vertical-align: -0.325em
    }

.start .btn-outline-primary {
    font-size: .9rem;
    text-align: left
}

    .start .btn-outline-primary i, .start .btn-outline-primary svg {
        margin-right: 4px
    }

.r-column__header h4 {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 3px
}

.r-card {
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 0
}

    .r-card:hover, .r-add-card:hover, .r-add-section:hover {
        -webkit-box-shadow: 0 10px 50px -7px rgba(0,0,0,0.33);
        -moz-box-shadow: 0 10px 50px -7px rgba(0,0,0,0.33);
        box-shadow: 0 10px 50px -7px rgba(0,0,0,0.33);
        z-index: 10
    }

.r-card__header {
    border-bottom: .1rem solid #d5d5d5;
    color: #7f8fa4;
    font-size: .78rem;
    font-weight: 500
}

.r-card__options {
    margin-left: .93rem
}

.r-card__header i, .r-card__header svg {
    display: inline-block;
    color: #bbc5d5;
    font-size: .8rem
}

.r-card__header .dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.r-card__content {
    font-size: .88rem;
    font-weight: 400
}

    .r-card__content p {
        padding: 0;
        margin: 0;
        white-space: pre-line
    }

.r-add-card {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 2px dashed #d6d6d6;
    border-left: 2px dashed #2ea1f8;
    font-size: .87rem;
    font-weight: 400;
    background: #fff
}

    .r-add-card:hover {
        text-decoration: none
    }

.r-add-section {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 2px dashed #d6d6d6;
    border-top: 2px dashed #ff6665;
    font-size: .87rem;
    font-weight: 400;
    background: #fff;
    text-align: center
}

    .r-add-section:hover {
        text-decoration: none
    }

.r-card--warning {
    border-left-color: #fd9a18
}

.r-card--info {
    border-left-color: #2ea1f8
}

.r-card--danger, .r-card--info, .r-card--success, .r-card--warning {
    border-left: 3px solid #2ea1f8
}

.footer-site-brand {
    color: #666 !important;
    letter-spacing: .25rem;
    font-weight: 300
}

a.footer-site-brand:hover {
    text-decoration: none
}

.footer-site-brand .logo-text {
    letter-spacing: normal;
    font-weight: 300;
    margin-left: -2px;
    font-size: 1.2rem;
    vertical-align: -4px;
}

.footer-logo-mark {
}

footer ul {
    margin: 0 0 !important;
}

footer ul li {
    padding: 3px 0;
    font-size: .85rem;
    margin: 0 0 0 0 !important;
}

    footer ul li .svg-inline--fa {
        font-size: .8rem;
        margin-right: 4px
    }

    footer ul li a:hover {
        text-decoration: none
    }

.ConversionError {
    border-color: #f00 !important
}

.ConversionErrorText {
    color: #f00 !important
}

@media(max-width:960px) {
    .navbar .nav-item .nav-link {
        padding: .8rem .7rem 0rem .7rem
    }

    .site-brand {
        font-size: 1.75rem;
        color: #666 !important;
        letter-spacing: .15rem;
        font-weight: 300
    }

        .site-brand span {
            letter-spacing: 1px;
            font-weight: 300;
            margin-left: -2px;
            font-size: 1.5rem
        }
}

textarea.editable {
    overflow: hidden;
    word-wrap: break-word;
    height: 30px;
    line-height: 1.2em;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    margin: -3px -5px;
    height: 30px;
    min-height: 25px;
    padding: 3px 5px;
    resize: none;
    max-height: 256px;
    font-size: 1rem;
    font-weight: 700;
    color: #666;
    width: 95%
}

    textarea.editable:focus {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #0094ff;
        -webkit-box-shadow: 0 0 2px 0 #0284c6;
        box-shadow: 0 0 2px 0 #0284c6
    }

.alert {
    border-radius: 0
}

.alertMsg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    z-index: 90000000 !important;
    padding: 15px 20px;
    text-align: center
}





/*Custom Checkbox*/
.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid rgba(0,0,0,0.1);
    background: white;
    vertical-align: middle;
    margin-right: 5px;
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border .3s ease;
}

i .icon {
    opacity: .2;
    font-size: ~'calc(1rem + 1vw)';
    color: transparent;
    transition: opacity .3s .1s ease;
    -webkit-text-stroke: 3px rgba(0,0,0,.5);
}

    i .icon:hover {
        border: 5px solid rgba(0,0,0,0.2);
    }

.label__checkbox:checked + .label__text .label__check {
    animation: check .5s cubic-bezier(0.895,0.030,0.685,0.220) forwards;
}

.label__checkbox:checked[disabled] + .label__text .label__check {
    animation: checkdisabled .5s cubic-bezier(0.895,0.030,0.685,0.220) forwards;
    cursor: default;
}

.icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000,0.008,0.565,1.650) .1s 1 forwards;
}

.label__checkbox:checked .label__check {
    color: red !important;
    background: blue;
    fill: currentColor;
}

@keyframes icon {
    from {
        opacity: 0;
        transform: scale(0.3)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: .1;
        background: rgba(0,0,0,0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: .4;
        background: rgba(0,0,0,0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: .6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

@keyframes checkdisabled {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: .1;
        background: rgba(0,0,0,0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: .4;
        background: rgba(0,0,0,0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: .6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #CCCCCC;
        border: 0;
        opacity: 1;
    }
}
/*End Custom Checkbox*/